[tx-robot] updated from transifex
parent
566a955ce5
commit
ab4e712702
|
@ -2,6 +2,7 @@ OC.L10N.register(
|
||||||
"weather",
|
"weather",
|
||||||
{
|
{
|
||||||
"Weather" : "Sää",
|
"Weather" : "Sää",
|
||||||
|
"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",
|
||||||
"North" : "Pohjoinen",
|
"North" : "Pohjoinen",
|
||||||
"North-East" : "Koillinen",
|
"North-East" : "Koillinen",
|
||||||
"East" : "Itä",
|
"East" : "Itä",
|
||||||
|
@ -12,7 +13,9 @@ OC.L10N.register(
|
||||||
"North-West" : "Luode",
|
"North-West" : "Luode",
|
||||||
"No city with this name found." : "Tällä nimellä ei löytynyt kaupunkia.",
|
"No city with this name found." : "Tällä nimellä ei löytynyt kaupunkia.",
|
||||||
"Empty city name !" : "Tyhjän kaupungin nimi!",
|
"Empty city name !" : "Tyhjän kaupungin nimi!",
|
||||||
|
"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.",
|
"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",
|
||||||
"Monday" : "Maanantai",
|
"Monday" : "Maanantai",
|
||||||
"Tuesday" : "Tiistai",
|
"Tuesday" : "Tiistai",
|
||||||
"Wednesday" : "Keskiviikko",
|
"Wednesday" : "Keskiviikko",
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
{ "translations": {
|
{ "translations": {
|
||||||
"Weather" : "Sää",
|
"Weather" : "Sää",
|
||||||
|
"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",
|
||||||
"North" : "Pohjoinen",
|
"North" : "Pohjoinen",
|
||||||
"North-East" : "Koillinen",
|
"North-East" : "Koillinen",
|
||||||
"East" : "Itä",
|
"East" : "Itä",
|
||||||
|
@ -10,7 +11,9 @@
|
||||||
"North-West" : "Luode",
|
"North-West" : "Luode",
|
||||||
"No city with this name found." : "Tällä nimellä ei löytynyt kaupunkia.",
|
"No city with this name found." : "Tällä nimellä ei löytynyt kaupunkia.",
|
||||||
"Empty city name !" : "Tyhjän kaupungin nimi!",
|
"Empty city name !" : "Tyhjän kaupungin nimi!",
|
||||||
|
"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.",
|
"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",
|
||||||
"Monday" : "Maanantai",
|
"Monday" : "Maanantai",
|
||||||
"Tuesday" : "Tiistai",
|
"Tuesday" : "Tiistai",
|
||||||
"Wednesday" : "Keskiviikko",
|
"Wednesday" : "Keskiviikko",
|
||||||
|
|
Loading…
Reference in New Issue