nc-weather/l10n/lt_LT.js

25 lines
862 B
JavaScript
Raw Normal View History

2017-08-18 00:25:26 +00:00
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"
},
2018-05-17 00:45:45 +00:00
"nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 1 : (n%10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 3 : n % 1 != 0 ? 4);");