[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>master
parent
172e54c04d
commit
8be4c4b583
|
@ -2,6 +2,8 @@ OC.L10N.register(
|
|||
"weather",
|
||||
{
|
||||
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Vakava virhe: Tarkista nextcloud.log ja lähetä bugiraportti täällä: https://github.com/nextcloud/weather/issues",
|
||||
"Failed to set metric. Please contact your administrator" : "Mittayksikön asetus epäonnistui. Ota yhteys järjestelmänvalvojaan",
|
||||
"This metric is not known." : "Mittayksikkö on tuntematon",
|
||||
"North" : "Pohjoinen",
|
||||
"North-East" : "Koillinen",
|
||||
"East" : "Itä",
|
||||
|
@ -17,6 +19,7 @@ OC.L10N.register(
|
|||
"Failed to add city. Please contact your administrator" : "Kaupungin lisääminen epäonnistui. Ota yhteyttä järjestelmänvalvojaan",
|
||||
"This city is already registered for your account." : "Tämä kaupunki on jo rekisteröity tilillesi.",
|
||||
"Failed to remove city. Please contact your administrator" : "Kaupungin poistaminen epäonnistui. Ota yhteyttä järjestelmänvalvojaan",
|
||||
"Failed to set home. Please contact your administrator" : "Kotipaikan asettaminen epäonnistui. Ota yhteys järjestelmänvalvojaan",
|
||||
"Monday" : "Maanantai",
|
||||
"Tuesday" : "Tiistai",
|
||||
"Wednesday" : "Keskiviikko",
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
{ "translations": {
|
||||
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Vakava virhe: Tarkista nextcloud.log ja lähetä bugiraportti täällä: https://github.com/nextcloud/weather/issues",
|
||||
"Failed to set metric. Please contact your administrator" : "Mittayksikön asetus epäonnistui. Ota yhteys järjestelmänvalvojaan",
|
||||
"This metric is not known." : "Mittayksikkö on tuntematon",
|
||||
"North" : "Pohjoinen",
|
||||
"North-East" : "Koillinen",
|
||||
"East" : "Itä",
|
||||
|
@ -15,6 +17,7 @@
|
|||
"Failed to add city. Please contact your administrator" : "Kaupungin lisääminen epäonnistui. Ota yhteyttä järjestelmänvalvojaan",
|
||||
"This city is already registered for your account." : "Tämä kaupunki on jo rekisteröity tilillesi.",
|
||||
"Failed to remove city. Please contact your administrator" : "Kaupungin poistaminen epäonnistui. Ota yhteyttä järjestelmänvalvojaan",
|
||||
"Failed to set home. Please contact your administrator" : "Kotipaikan asettaminen epäonnistui. Ota yhteys järjestelmänvalvojaan",
|
||||
"Monday" : "Maanantai",
|
||||
"Tuesday" : "Tiistai",
|
||||
"Wednesday" : "Keskiviikko",
|
||||
|
|
Loading…
Reference in New Issue