From 1c5ec655fb50ed695ce17cee7b3ad0c47195b822 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Mon, 24 Feb 2014 14:33:16 +0100 Subject: Translation: Add Spanish Change-Id: Ibdec03e795ccaf747c1b67ca915f62daae94a23c Reviewed-by: Sergio Ahumada Reviewed-by: Caroline Chao --- translations/QuickForecast_es.ts | 121 +++++++++++++++++++++++++++++++++++++++ weatherapp.pro | 2 +- 2 files changed, 122 insertions(+), 1 deletion(-) create mode 100644 translations/QuickForecast_es.ts diff --git a/translations/QuickForecast_es.ts b/translations/QuickForecast_es.ts new file mode 100644 index 0000000..5fe0a1a --- /dev/null +++ b/translations/QuickForecast_es.ts @@ -0,0 +1,121 @@ + + + + + ApplicationInfo + + Error loading image - Host not found or unreachable + Error al cargar imagen - Servidor no encontrado o no disponible + + + Waiting for cities, network may be slow... + Esperando ciudades, la red puede presentar lentitud... + + + Network error: %1 + Error de red: %1 + + + + BasicPage + + Find City + Buscar ciudad + + + + CitiesListModel + + no city found + ciudad no encontrada + + + + CitiesPage + + Cities + Ciudades + + + No Cities + Sin ciudades + + + + CityModel + + Network error: + Error de red: + + + No data at given url + No hay datos para la url dada + + + + LongTermDayItem + + m/s + m/s + + + + LongTermPage + + 10 Day Forecast + Pronóstico para 10 días + + + Loading data... + Cargando datos... + + + Problem loading the data: + Problema al cargar datos: + + + + OneDayPage + + Today + Hoy + + + Tomorrow + Mañana + + + + OneDayZoomItem + + Precipitation: + Precipitación: + + + mm + mm + + + Wind: + Viento: + + + m/s + m/s + + + + WeatherModel + + Can't parse the xml file + Imposible analizar archivo xml + + + + utils + + °C + °C + + + diff --git a/weatherapp.pro b/weatherapp.pro index 8589cc7..163cd3f 100644 --- a/weatherapp.pro +++ b/weatherapp.pro @@ -49,7 +49,7 @@ defineReplace(prependAll) { } # Supported languages -LANGUAGES = de +LANGUAGES = de es # Available translations TRANSLATIONS = $$prependAll(LANGUAGES, $$PWD/translations/QuickForecast_, .ts) -- cgit v1.2.3