mirror of
https://github.com/nextcloud/server.git
synced 2024-12-29 00:18:42 +00:00
bd3f3afcf7
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
39 lines
2.4 KiB
JavaScript
39 lines
2.4 KiB
JavaScript
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);");
|