2017-08-18 00:25:26 +00:00
|
|
|
OC.L10N.register(
|
|
|
|
"weather",
|
|
|
|
{
|
|
|
|
"Weather" : "Orai",
|
2019-01-05 01:40:34 +00:00
|
|
|
"Watch the weather directly on your Nextcloud." : "Stebėkite orus tiesiai savo Nextcloud.",
|
2017-08-18 00:25:26 +00:00
|
|
|
"OpenWeatherMap API Key" : "OpenWeatherMap API raktas",
|
|
|
|
"Save" : "Įrašyti",
|
|
|
|
"Add a city" : "Pridėti miestą",
|
|
|
|
"Add city" : "Pridėti miestą",
|
|
|
|
"City name" : "Miesto pavadinimas",
|
|
|
|
"Add" : "Pridėti",
|
|
|
|
"Cancel" : "Atsisakyti",
|
|
|
|
"Settings" : "Nustatymai",
|
|
|
|
"Metric" : "Metrinė",
|
|
|
|
"Click here to get an API key" : "Spustelėkite čia, norėdami gauti API raktą",
|
|
|
|
"Pressure" : "Slėgis",
|
|
|
|
"Humidity" : "Drėgnumas",
|
|
|
|
"Cloudiness" : "Debesuotumas",
|
|
|
|
"Wind" : "Vėjas",
|
|
|
|
"Sunrise" : "Saulėtekis",
|
|
|
|
"Sunset" : "Saulėlydis",
|
|
|
|
"Hour" : "Valanda",
|
|
|
|
"Temperature" : "Temperatūra"
|
|
|
|
},
|
2018-05-18 00:45:02 +00:00
|
|
|
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");
|