diff --git a/l10n/ru.js b/l10n/ru.js index 5122e76..b76f587 100644 --- a/l10n/ru.js +++ b/l10n/ru.js @@ -2,6 +2,7 @@ OC.L10N.register( "weather", { "Weather" : "Прогноз погоды", + "Watch the weather directly on your Nextcloud." : "Смотри погоду прямо в твоем Nextcloud.", "OpenWeatherMap API Key" : "Ключ API OpenWeatherMap ", "Save" : "Сохранить", "Add a city" : "Добавить город", diff --git a/l10n/ru.json b/l10n/ru.json index 2faa8f9..d6c6742 100644 --- a/l10n/ru.json +++ b/l10n/ru.json @@ -1,5 +1,6 @@ { "translations": { "Weather" : "Прогноз погоды", + "Watch the weather directly on your Nextcloud." : "Смотри погоду прямо в твоем Nextcloud.", "OpenWeatherMap API Key" : "Ключ API OpenWeatherMap ", "Save" : "Сохранить", "Add a city" : "Добавить город", diff --git a/l10n/tr.js b/l10n/tr.js index c61aba8..1d47c88 100644 --- a/l10n/tr.js +++ b/l10n/tr.js @@ -2,6 +2,7 @@ OC.L10N.register( "weather", { "Weather" : "Hava Durumu", + "Watch the weather directly on your Nextcloud." : "Hava durumunun Nextcloud üzerinden izlenmesini sağlar.", "OpenWeatherMap API Key" : "OpenWeatherMap API Anahtarı", "Save" : "Kaydet", "Add a city" : "Bir il ekle", diff --git a/l10n/tr.json b/l10n/tr.json index d2c1d99..8d650e3 100644 --- a/l10n/tr.json +++ b/l10n/tr.json @@ -1,5 +1,6 @@ { "translations": { "Weather" : "Hava Durumu", + "Watch the weather directly on your Nextcloud." : "Hava durumunun Nextcloud üzerinden izlenmesini sağlar.", "OpenWeatherMap API Key" : "OpenWeatherMap API Anahtarı", "Save" : "Kaydet", "Add a city" : "Bir il ekle",