Welcome to mirror list, hosted at ThFree Co, Russian Federation.

es_EC.js « l10n - github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 214bdbc51ec55e066e4ca4625f8490d36e1bd7e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "weather",
    {
    "Weather" : "Clima",
    "OpenWeatherMap API Key" : "Llave del API OpenWeatherMap ",
    "Save" : "Guardar",
    "Add a city" : "Agregar una ciudad",
    "Add city" : "Agregar ciudad",
    "City name" : "Ciudad",
    "Add" : "Agregar",
    "Cancel" : "Cancelar",
    "Settings" : "Configuraciones",
    "Metric" : "Métrica",
    "Click here to get an API key" : "Haz click aquí para obtener una llave del API",
    "Pressure" : "Presión",
    "Humidity" : "Humedad",
    "Cloudiness" : "Nebulosidad",
    "Wind" : "Viento",
    "Sunrise" : "Salida del sol",
    "Sunset" : "Puesta de sol",
    "Temperature" : "Temperatura"
},
"nplurals=2; plural=(n != 1);");