diff options
Diffstat (limited to 'apps/weather_status')
-rw-r--r-- | apps/weather_status/l10n/et_EE.js | 38 | ||||
-rw-r--r-- | apps/weather_status/l10n/et_EE.json | 36 |
2 files changed, 74 insertions, 0 deletions
diff --git a/apps/weather_status/l10n/et_EE.js b/apps/weather_status/l10n/et_EE.js new file mode 100644 index 00000000000..5d81c84808f --- /dev/null +++ b/apps/weather_status/l10n/et_EE.js @@ -0,0 +1,38 @@ +OC.L10N.register( + "weather_status", + { + "Unknown address" : "Tundmatu aadress", + "No result." : "Vasteid ei leitud.", + "Malformed JSON data." : "Vigased JSON-andmed.", + "Error" : "Viga", + "Detect location" : "Tuvasta asukoht", + "Favorites" : "Lemmikud", + "{temperature} {unit} clear sky later today" : "{temperature} {unit} hiljem taevas selge", + "{temperature} {unit} clear sky" : "{temperature} {unit} taevas selge", + "{temperature} {unit} cloudy later today" : "{temperature} {unit} hiljem taevas pilvine", + "{temperature} {unit} cloudy" : "{temperature} {unit} pilvine", + "{temperature} {unit} fair weather later today" : "{temperature} {unit} hiljem ilus ilm", + "{temperature} {unit} fair weather" : "{temperature} {unit} ilus ilm", + "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} hiljem vahelduv pilvisus", + "{temperature} {unit} partly cloudy" : "{temperature} {unit} vahelduv pilvisus", + "{temperature} {unit} foggy later today" : "{temperature} {unit} hiljem udune", + "{temperature} {unit} foggy" : "{temperature} {unit} udune", + "{temperature} {unit} light rainfall later today" : "{temperature} {unit} hiljem kerge vihm", + "{temperature} {unit} light rainfall" : "{temperature} {unit} kerge vihm", + "{temperature} {unit} rainfall later today" : "{temperature} {unit} hiljem vihm", + "{temperature} {unit} rainfall" : "{temperature} {unit} vihm", + "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} hiljem tihe vihm", + "{temperature} {unit} heavy rainfall" : "{temperature} {unit} tihe vihm", + "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} hiljem hoovihm", + "{temperature} {unit} rainfall showers" : "{temperature} {unit} hoovihm", + "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} hiljem kerge hoovihm", + "{temperature} {unit} light rainfall showers" : "{temperature} {unit} kerge hoovihm", + "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} hiljem tihe hoovihm", + "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} tihe hoovihm", + "Loading weather" : "Ilmaennustuse laadimine", + "Remove from favorites" : "Eemalda lemmikutest", + "Add as favorite" : "Lisa lemmikuks", + "You are not logged in." : "Sa pole sisse logitud.", + "Location not found" : "Asukohta ei leitud" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/weather_status/l10n/et_EE.json b/apps/weather_status/l10n/et_EE.json new file mode 100644 index 00000000000..ab0d4255cfa --- /dev/null +++ b/apps/weather_status/l10n/et_EE.json @@ -0,0 +1,36 @@ +{ "translations": { + "Unknown address" : "Tundmatu aadress", + "No result." : "Vasteid ei leitud.", + "Malformed JSON data." : "Vigased JSON-andmed.", + "Error" : "Viga", + "Detect location" : "Tuvasta asukoht", + "Favorites" : "Lemmikud", + "{temperature} {unit} clear sky later today" : "{temperature} {unit} hiljem taevas selge", + "{temperature} {unit} clear sky" : "{temperature} {unit} taevas selge", + "{temperature} {unit} cloudy later today" : "{temperature} {unit} hiljem taevas pilvine", + "{temperature} {unit} cloudy" : "{temperature} {unit} pilvine", + "{temperature} {unit} fair weather later today" : "{temperature} {unit} hiljem ilus ilm", + "{temperature} {unit} fair weather" : "{temperature} {unit} ilus ilm", + "{temperature} {unit} partly cloudy later today" : "{temperature} {unit} hiljem vahelduv pilvisus", + "{temperature} {unit} partly cloudy" : "{temperature} {unit} vahelduv pilvisus", + "{temperature} {unit} foggy later today" : "{temperature} {unit} hiljem udune", + "{temperature} {unit} foggy" : "{temperature} {unit} udune", + "{temperature} {unit} light rainfall later today" : "{temperature} {unit} hiljem kerge vihm", + "{temperature} {unit} light rainfall" : "{temperature} {unit} kerge vihm", + "{temperature} {unit} rainfall later today" : "{temperature} {unit} hiljem vihm", + "{temperature} {unit} rainfall" : "{temperature} {unit} vihm", + "{temperature} {unit} heavy rainfall later today" : "{temperature} {unit} hiljem tihe vihm", + "{temperature} {unit} heavy rainfall" : "{temperature} {unit} tihe vihm", + "{temperature} {unit} rainfall showers later today" : "{temperature} {unit} hiljem hoovihm", + "{temperature} {unit} rainfall showers" : "{temperature} {unit} hoovihm", + "{temperature} {unit} light rainfall showers later today" : "{temperature} {unit} hiljem kerge hoovihm", + "{temperature} {unit} light rainfall showers" : "{temperature} {unit} kerge hoovihm", + "{temperature} {unit} heavy rainfall showers later today" : "{temperature} {unit} hiljem tihe hoovihm", + "{temperature} {unit} heavy rainfall showers" : "{temperature} {unit} tihe hoovihm", + "Loading weather" : "Ilmaennustuse laadimine", + "Remove from favorites" : "Eemalda lemmikutest", + "Add as favorite" : "Lisa lemmikuks", + "You are not logged in." : "Sa pole sisse logitud.", + "Location not found" : "Asukohta ei leitud" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |