25 lines
799 B
JavaScript
25 lines
799 B
JavaScript
OC.L10N.register(
|
|
"weather",
|
|
{
|
|
"Weather" : "Orai",
|
|
"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"
|
|
},
|
|
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);");
|