nc-weather/l10n/eo.js

33 lines
976 B
JavaScript
Raw Normal View History

2019-02-17 01:43:20 +00:00
OC.L10N.register(
"weather",
{
"Weather" : "Vetero",
2019-12-22 03:57:07 +00:00
"Monday" : "lundo",
"Tuesday" : "mardo",
"Wednesday" : "merkredo",
"Thursday" : "ĵaŭdo",
"Friday" : "vendredo",
"Saturday" : "sabato",
"Sunday" : "dimanĉo",
2019-02-17 01:43:20 +00:00
"Watch the weather directly on your Nextcloud." : "Vidu la veteron rekte en via Nextcloud",
"OpenWeatherMap API Key" : "API-ŝlosilo de „OpenWeatherMap“",
"Save" : "Konservi",
"Add a city" : "Aldoni urbon",
"Add city" : "Aldoni urbon",
"City name" : "Urbonomo",
"Add" : "Aldoni",
"Cancel" : "Nuligi",
"Settings" : "Agordoj",
"Metric" : "Metra",
"Click here to get an API key" : "Alklaku ĉi tie por ekhavi API-ŝlosilon",
"Pressure" : "Premo",
"Humidity" : "Humido",
"Cloudiness" : "Nubeco",
"Wind" : "Vento",
"Sunrise" : "Sunleviĝo",
"Sunset" : "Sunsubiro",
2019-12-22 03:57:07 +00:00
"Date" : "Date",
2019-02-17 01:43:20 +00:00
"Temperature" : "Temperaturo"
},
"nplurals=2; plural=(n != 1);");