diff --git a/l10n/fi.js b/l10n/fi.js index 0e5e0bd..e20fc12 100644 --- a/l10n/fi.js +++ b/l10n/fi.js @@ -2,6 +2,7 @@ OC.L10N.register( "weather", { "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-East" : "Koillinen", "East" : "Itä", @@ -12,7 +13,9 @@ OC.L10N.register( "North-West" : "Luode", "No city with this name found." : "Tällä nimellä ei löytynyt kaupunkia.", "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.", + "Failed to remove city. Please contact your administrator" : "Kaupungin poistaminen epäonnistui. Ota yhteyttä järjestelmänvalvojaan", "Monday" : "Maanantai", "Tuesday" : "Tiistai", "Wednesday" : "Keskiviikko", diff --git a/l10n/fi.json b/l10n/fi.json index 875314d..35bfd42 100644 --- a/l10n/fi.json +++ b/l10n/fi.json @@ -1,5 +1,6 @@ { "translations": { "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-East" : "Koillinen", "East" : "Itä", @@ -10,7 +11,9 @@ "North-West" : "Luode", "No city with this name found." : "Tällä nimellä ei löytynyt kaupunkia.", "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.", + "Failed to remove city. Please contact your administrator" : "Kaupungin poistaminen epäonnistui. Ota yhteyttä järjestelmänvalvojaan", "Monday" : "Maanantai", "Tuesday" : "Tiistai", "Wednesday" : "Keskiviikko",