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

es.json « l10n - github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f4360a5991180163ae0fa9433997690fbe1b94b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{ "translations": {
    "Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Error fatal. Por favor, comprueba tu nextcloud.log y envía un infome de error aquí: https://github.com/nextcloud/weather/issues",
    "Failed to set metric. Please contact your administrator" : "Fallo al establecer métrica. Por favor, contacta con tu administrador",
    "This metric is not known." : "Esta métrica no es conocida.",
    "North" : "Norte",
    "North-East" : "Noreste",
    "East" : "Este",
    "South-East" : "Sudeste",
    "South" : "Sur",
    "South-West" : "Sudoeste",
    "West" : "Oeste",
    "North-West" : "Noroeste",
    "Failed to get city weather informations. Please contact your administrator" : "Fallo al conseguir la información meteorológica de la ciudad. Por favor, contacta con tu administrador.",
    "No city with this name found." : "No se ha encontrado ninguna ciudad con este nombre.",
    "Empty city name!" : "¡Nombre de ciudad vacío!",
    "Failed to add city. Please contact your administrator" : "Fallo al añadir ciudad. Por favor, contacta con tu administrador",
    "This city is already registered for your account." : "Esta ciudad ya está registrada para tu cuenta.",
    "Failed to remove city. Please contact your administrator" : "Fallo al eliminar la ciudad. Por favor, contacta con tu administrador",
    "Failed to set home. Please contact your administrator" : "Fallo al configurar tu casa. Por favor, contacta con tu administrador.",
    "Monday" : "Lunes",
    "Tuesday" : "Martes",
    "Wednesday" : "Miércoles",
    "Thursday" : "Jueves",
    "Friday" : "Viernes",
    "Saturday" : "Sábado",
    "Sunday" : "Domingo",
    "Weather" : "El tiempo",
    "Watch the weather directly on your Nextcloud." : "Comprueba el tiempo directamente en tu Nextcloud.",
    "OpenWeatherMap API Key" : "Clave de la API de OpenWeatherMap",
    "Save" : "Guardar",
    "Add a city" : "Añadir una ciudad",
    "Add city" : "Añadir ciudad",
    "City name" : "Nombre de ciudad",
    "Add" : "Añadir",
    "Cancel" : "Cancelar",
    "Settings" : "Configuración",
    "Metric" : "Métrico",
    "Click here to get an API key" : "Pulsa aquí para obtener una llave API",
    "Current Temperature" : "Temperatura actual",
    "Feelslike Temperature" : "Temperatura Aparente",
    "Minimum Temperature" : "Temperatura Mínima",
    "Maximum Temperature" : "Temperatura Máxima",
    "Pressure" : "Presión",
    "Humidity" : "Humedad",
    "Cloudiness" : "Nubosidad",
    "Wind" : "Viento",
    "Sunrise" : "Amanecer",
    "Sunset" : "Atardecer",
    "Date" : "Fecha",
    "Perceptible Temperature" : "Temperatura perceptible"
},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"
}