21 lines
591 B
JavaScript
21 lines
591 B
JavaScript
|
OC.L10N.register(
|
|||
|
"weather",
|
|||
|
{
|
|||
|
"Weather" : "Tagnawt",
|
|||
|
"OpenWeatherMap API Key" : "OpenWeatherMap API Key",
|
|||
|
"Save" : "Sekles",
|
|||
|
"Add a city" : "Rnu tamdint",
|
|||
|
"Add city" : "Rnu tamdint",
|
|||
|
"City name" : "Isem n temdint",
|
|||
|
"Add" : "Rnu",
|
|||
|
"Cancel" : "Sefsex",
|
|||
|
"Settings" : "Iɣewwaṛen",
|
|||
|
"Click here to get an API key" : "Sit dagi akken ad tawid tasarutt API",
|
|||
|
"Cloudiness" : "Asigna",
|
|||
|
"Wind" : "Aḍu",
|
|||
|
"Sunrise" : "Alluy n yiṭij",
|
|||
|
"Sunset" : "Aɣelluy n yiṭij",
|
|||
|
"Temperature" : "Lḥamu"
|
|||
|
},
|
|||
|
"nplurals=2; plural=(n != 1);");
|