diff --git a/l10n/bg.js b/l10n/bg.js index d6ab659..9f640d1 100644 --- a/l10n/bg.js +++ b/l10n/bg.js @@ -2,6 +2,10 @@ OC.L10N.register( "weather", { "Weather" : "Време", + "North" : "север", + "East" : "изток", + "South" : "юг", + "West" : "запад", "Watch the weather directly on your Nextcloud." : "Следете метеорологичните условия от Nextcloud.", "OpenWeatherMap API Key" : "OpenWeatherMap API Key", "Save" : "Запис", diff --git a/l10n/bg.json b/l10n/bg.json index 1745f73..0a5eba4 100644 --- a/l10n/bg.json +++ b/l10n/bg.json @@ -1,5 +1,9 @@ { "translations": { "Weather" : "Време", + "North" : "север", + "East" : "изток", + "South" : "юг", + "West" : "запад", "Watch the weather directly on your Nextcloud." : "Следете метеорологичните условия от Nextcloud.", "OpenWeatherMap API Key" : "OpenWeatherMap API Key", "Save" : "Запис", diff --git a/l10n/es.js b/l10n/es.js index debe1c3..c3bc0f0 100644 --- a/l10n/es.js +++ b/l10n/es.js @@ -2,6 +2,25 @@ OC.L10N.register( "weather", { "Weather" : "El tiempo", + "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.", + "Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "Tu clave API de OpenWeatherMap es inválida. Contacta con tu administrador para configurar una clave API válida en la Configuración adicional de la Administración", + "Empty city name !" : "¡Nombre de la 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.", "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", diff --git a/l10n/es.json b/l10n/es.json index 4c149c8..e34a7f2 100644 --- a/l10n/es.json +++ b/l10n/es.json @@ -1,5 +1,24 @@ { "translations": { "Weather" : "El tiempo", + "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.", + "Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "Tu clave API de OpenWeatherMap es inválida. Contacta con tu administrador para configurar una clave API válida en la Configuración adicional de la Administración", + "Empty city name !" : "¡Nombre de la 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.", "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",