diff --git a/l10n/pt_BR.js b/l10n/pt_BR.js index 09dc4a4..d21e760 100644 --- a/l10n/pt_BR.js +++ b/l10n/pt_BR.js @@ -2,6 +2,25 @@ OC.L10N.register( "weather", { "Weather" : "Tempo", + "Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Erro fatal: Verifique o nextcloud.log e envie um relatório de erro aqui: https://github.com/nextcloud/weather/issues", + "Failed to set metric. Please contact your administrator" : "Erro ao definir a métrica. Contacte o administrador", + "This metric is not known." : "Esta métrica é desconhecida.", + "North" : "Norte", + "North-East" : "Nordeste", + "East" : "Leste", + "South-East" : "Sudeste", + "South" : "Sul", + "South-West" : "Sudoeste", + "West" : "Oeste", + "North-West" : "Noroeste", + "Failed to get city weather informations. Please contact your administrator" : "Erro ao obter informações meteorológicas da cidade. Contacte o administrador", + "No city with this name found." : "Nenhuma cidade com este nome foi encontrada", + "Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "Sua chave de API do OpenWeatherMap é inválida. Contacte o administrador para configurar uma válida em Configurações Adicionais da Administração.", + "Empty city name !" : "Nome da cidade em branco!", + "Failed to add city. Please contact your administrator" : "Erro ao adicionar cidade. Contacte o administrador", + "This city is already registered for your account." : "Esta cidade já está registrada para sua conta.", + "Failed to remove city. Please contact your administrator" : "Erro ao excluir cidade. Contacte o administrador", + "Failed to set home. Please contact your administrator" : "Erro ao definir sua casa. Contacte o administrador", "Watch the weather directly on your Nextcloud." : "Veja o tempo diretamente em seu Nextcloud.", "OpenWeatherMap API Key" : "Chave API do OpenWeatherMap", "Save" : "Salvar", diff --git a/l10n/pt_BR.json b/l10n/pt_BR.json index 93e3edd..6740251 100644 --- a/l10n/pt_BR.json +++ b/l10n/pt_BR.json @@ -1,5 +1,24 @@ { "translations": { "Weather" : "Tempo", + "Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Erro fatal: Verifique o nextcloud.log e envie um relatório de erro aqui: https://github.com/nextcloud/weather/issues", + "Failed to set metric. Please contact your administrator" : "Erro ao definir a métrica. Contacte o administrador", + "This metric is not known." : "Esta métrica é desconhecida.", + "North" : "Norte", + "North-East" : "Nordeste", + "East" : "Leste", + "South-East" : "Sudeste", + "South" : "Sul", + "South-West" : "Sudoeste", + "West" : "Oeste", + "North-West" : "Noroeste", + "Failed to get city weather informations. Please contact your administrator" : "Erro ao obter informações meteorológicas da cidade. Contacte o administrador", + "No city with this name found." : "Nenhuma cidade com este nome foi encontrada", + "Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "Sua chave de API do OpenWeatherMap é inválida. Contacte o administrador para configurar uma válida em Configurações Adicionais da Administração.", + "Empty city name !" : "Nome da cidade em branco!", + "Failed to add city. Please contact your administrator" : "Erro ao adicionar cidade. Contacte o administrador", + "This city is already registered for your account." : "Esta cidade já está registrada para sua conta.", + "Failed to remove city. Please contact your administrator" : "Erro ao excluir cidade. Contacte o administrador", + "Failed to set home. Please contact your administrator" : "Erro ao definir sua casa. Contacte o administrador", "Watch the weather directly on your Nextcloud." : "Veja o tempo diretamente em seu Nextcloud.", "OpenWeatherMap API Key" : "Chave API do OpenWeatherMap", "Save" : "Salvar", diff --git a/l10n/ru.js b/l10n/ru.js index b76f587..f8d8a81 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -2,6 +2,23 @@ OC.L10N.register( "weather", { "Weather" : "Прогноз погоды", + "Failed to set metric. Please contact your administrator" : "Ошибка при определении метрики. Пожалуйста, обратитесь к вашему администратору", + "This metric is not known." : "Эта метрика неизвестна.", + "North" : "Север", + "North-East" : "Северо-восток", + "East" : "Восток", + "South-East" : "Юго-восток", + "South" : "Юг", + "South-West" : "Юго-запад", + "West" : "Запад", + "North-West" : "Северо-запад", + "Failed to get city weather informations. Please contact your administrator" : "Ошибка при получении информации о погоде в городе. Пожалуйста, обратитесь к вашему администратору", + "No city with this name found." : "Город с таким названием не найден.", + "Empty city name !" : "Пустое название города !", + "Failed to add city. Please contact your administrator" : "Ошибка при добавлении города. Пожалуйста, обратитесь к вашему администратору", + "This city is already registered for your account." : "Этот город уже зарегистрирован для вашего аккаунта.", + "Failed to remove city. Please contact your administrator" : "Ошибка при удалении города. Пожалуйста, обратитесь к вашему администратору", + "Failed to set home. Please contact your administrator" : "Ошибка при определении дома. Пожалуйста, обратитесь к вашему администратору", "Watch the weather directly on your Nextcloud." : "Смотри погоду прямо в твоем Nextcloud.", "OpenWeatherMap API Key" : "Ключ API OpenWeatherMap ", "Save" : "Сохранить", @@ -19,7 +36,7 @@ OC.L10N.register( "Wind" : "Ветер", "Sunrise" : "Рассвет", "Sunset" : "Закат", - "Hour" : "час", + "Hour" : "Час", "Temperature" : "Температура" }, "nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/l10n/ru.json b/l10n/ru.json index d6c6742..fd2cfae 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -1,5 +1,22 @@ { "translations": { "Weather" : "Прогноз погоды", + "Failed to set metric. Please contact your administrator" : "Ошибка при определении метрики. Пожалуйста, обратитесь к вашему администратору", + "This metric is not known." : "Эта метрика неизвестна.", + "North" : "Север", + "North-East" : "Северо-восток", + "East" : "Восток", + "South-East" : "Юго-восток", + "South" : "Юг", + "South-West" : "Юго-запад", + "West" : "Запад", + "North-West" : "Северо-запад", + "Failed to get city weather informations. Please contact your administrator" : "Ошибка при получении информации о погоде в городе. Пожалуйста, обратитесь к вашему администратору", + "No city with this name found." : "Город с таким названием не найден.", + "Empty city name !" : "Пустое название города !", + "Failed to add city. Please contact your administrator" : "Ошибка при добавлении города. Пожалуйста, обратитесь к вашему администратору", + "This city is already registered for your account." : "Этот город уже зарегистрирован для вашего аккаунта.", + "Failed to remove city. Please contact your administrator" : "Ошибка при удалении города. Пожалуйста, обратитесь к вашему администратору", + "Failed to set home. Please contact your administrator" : "Ошибка при определении дома. Пожалуйста, обратитесь к вашему администратору", "Watch the weather directly on your Nextcloud." : "Смотри погоду прямо в твоем Nextcloud.", "OpenWeatherMap API Key" : "Ключ API OpenWeatherMap ", "Save" : "Сохранить", @@ -17,7 +34,7 @@ "Wind" : "Ветер", "Sunrise" : "Рассвет", "Sunset" : "Закат", - "Hour" : "час", + "Hour" : "Час", "Temperature" : "Температура" },"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" } \ No newline at end of file