diff --git a/src/NzbDrone.Core/Localization/Core/ca.json b/src/NzbDrone.Core/Localization/Core/ca.json index 9fb555561..31829561f 100644 --- a/src/NzbDrone.Core/Localization/Core/ca.json +++ b/src/NzbDrone.Core/Localization/Core/ca.json @@ -362,11 +362,11 @@ "Theme": "Tema", "Track": "Pista", "Year": "Any", - "UpdateAvailableHealthCheckMessage": "Nova actualització disponible", + "UpdateAvailableHealthCheckMessage": "Nova actualització disponible: {version}", "ConnectionLostReconnect": "{appName} intentarà connectar-se automàticament, o podeu fer clic a recarregar.", "ConnectionLostToBackend": "{appName} ha perdut la connexió amb el backend i s'haurà de tornar a carregar per a restaurar la funcionalitat.", "RecentChanges": "Canvis recents", - "WhatsNew": "Novetats", + "WhatsNew": "Què hi ha de nou?", "minutes": "minuts", "DeleteAppProfileMessageText": "Esteu segur que voleu suprimir el perfil de l'aplicació '{name}'?", "NotificationStatusSingleClientHealthCheckMessage": "Notificacions no disponibles a causa d'errors: {notificationNames}", @@ -496,7 +496,7 @@ "Logout": "Tanca la sessió", "NoEventsFound": "No s'han trobat esdeveniments", "RestartReloadNote": "Nota: {appName} es reiniciarà i tornarà a carregar automàticament la interfície d'usuari durant el procés de restauració.", - "TheLogLevelDefault": "El nivell de registre per defecte és \"Info\" i es pot canviar a [Configuració general](/configuració/general)", + "TheLogLevelDefault": "El nivell de registre per defecte és \"Debug\" i es pot canviar a [Configuració general](/settings/general)", "UpdateAppDirectlyLoadError": "No es pot actualitzar {appName} directament,", "WouldYouLikeToRestoreBackup": "Voleu restaurar la còpia de seguretat '{name}'?", "InstallLatest": "Instal·la l'últim", diff --git a/src/NzbDrone.Core/Localization/Core/de.json b/src/NzbDrone.Core/Localization/Core/de.json index b07ede40b..7c23da846 100644 --- a/src/NzbDrone.Core/Localization/Core/de.json +++ b/src/NzbDrone.Core/Localization/Core/de.json @@ -619,7 +619,7 @@ "ExternalUpdater": "{appName} ist so konfiguriert, dass es einen externen Aktualisierungsmechanismus verwendet", "NoEventsFound": "Keine Ereignisse gefunden", "RestartReloadNote": "Hinweis: {appName} startet während des Wiederherstellungsvorgangs automatisch neu und lädt die Benutzeroberfläche neu.", - "TheLogLevelDefault": "Die Protokollebene ist standardmäßig auf „Info“ eingestellt und kann unter „Allgemeine Einstellungen“ (/settings/general) geändert werden.", + "TheLogLevelDefault": "Die Protokollebene ist standardmäßig auf „Debug“ eingestellt und kann unter „Allgemeine Einstellungen“ (/settings/general) geändert werden.", "UpdateAppDirectlyLoadError": "{appName} kann nicht direkt aktualisiert werden.", "UpdaterLogFiles": "Updater-Protokolldateien", "WouldYouLikeToRestoreBackup": "Willst du das Backup '{name}' wiederherstellen?", diff --git a/src/NzbDrone.Core/Localization/Core/el.json b/src/NzbDrone.Core/Localization/Core/el.json index 4c6187fcc..197af7eef 100644 --- a/src/NzbDrone.Core/Localization/Core/el.json +++ b/src/NzbDrone.Core/Localization/Core/el.json @@ -485,7 +485,7 @@ "Theme": "Θέμα", "Track": "Ιχνος", "Year": "Ετος", - "UpdateAvailableHealthCheckMessage": "Νέα ενημέρωση είναι διαθέσιμη", + "UpdateAvailableHealthCheckMessage": "Νέα ενημέρωση είναι διαθέσιμη: {version}", "Artist": "Καλλιτέχνης", "Author": "Συγγραφέας", "Book": "Βιβλίο", diff --git a/src/NzbDrone.Core/Localization/Core/hu.json b/src/NzbDrone.Core/Localization/Core/hu.json index ea8d13566..530a089af 100644 --- a/src/NzbDrone.Core/Localization/Core/hu.json +++ b/src/NzbDrone.Core/Localization/Core/hu.json @@ -481,7 +481,7 @@ "Genre": "Műfajok", "Theme": "Téma", "Track": "Dal", - "UpdateAvailableHealthCheckMessage": "Új frissítés elérhető", + "UpdateAvailableHealthCheckMessage": "Új frissítés elérhető: {version}", "Year": "Év", "Book": "Könyv", "Season": "Évad", diff --git a/src/NzbDrone.Core/Localization/Core/it.json b/src/NzbDrone.Core/Localization/Core/it.json index b9942e1b1..48b26a5a9 100644 --- a/src/NzbDrone.Core/Localization/Core/it.json +++ b/src/NzbDrone.Core/Localization/Core/it.json @@ -482,7 +482,7 @@ "More": "Altro", "Season": "Stagione", "Year": "Anno", - "UpdateAvailableHealthCheckMessage": "Nuovo aggiornamento disponibile", + "UpdateAvailableHealthCheckMessage": "Nuovo aggiornamento disponibile: {version}", "Author": "Autore", "ApplyChanges": "Applica Cambiamenti", "ApiKeyValidationHealthCheckMessage": "Aggiorna la tua chiave API in modo che abbia una lunghezza di almeno {length} caratteri. Puoi farlo dalle impostazioni o dal file di configurazione", diff --git a/src/NzbDrone.Core/Localization/Core/nl.json b/src/NzbDrone.Core/Localization/Core/nl.json index c7c2826d9..5b4b1ce9b 100644 --- a/src/NzbDrone.Core/Localization/Core/nl.json +++ b/src/NzbDrone.Core/Localization/Core/nl.json @@ -438,7 +438,7 @@ "DownloadClientPriorityHelpText": "Geef prioriteit aan meerdere downloaders. Round-Robin wordt gebruikt voor downloaders met dezelfde prioriteit.", "Genre": "Genres", "Year": "Jaar", - "UpdateAvailableHealthCheckMessage": "Nieuwe update is beschikbaar", + "UpdateAvailableHealthCheckMessage": "Nieuwe update is beschikbaar: {version}", "Label": "Label", "Publisher": "Uitgever", "ApplyChanges": "Pas Wijzigingen Toe", diff --git a/src/NzbDrone.Core/Localization/Core/pl.json b/src/NzbDrone.Core/Localization/Core/pl.json index a1e861845..ac148ab1c 100644 --- a/src/NzbDrone.Core/Localization/Core/pl.json +++ b/src/NzbDrone.Core/Localization/Core/pl.json @@ -357,7 +357,7 @@ "DeleteSelectedIndexersMessageText": "Czy na pewno chcesz usunąć indeksator „{0}”?", "DownloadClientPriorityHelpText": "Nadaj priorytet wielu klientom pobierania. W przypadku klientów o tym samym priorytecie używane jest działanie okrężne.", "Track": "Ślad", - "UpdateAvailableHealthCheckMessage": "Dostępna jest aktualizacja", + "UpdateAvailableHealthCheckMessage": "Dostępna jest aktualizacja: {version}", "Genre": "Gatunki", "ApplyChanges": "Zastosuj zmiany", "ApiKeyValidationHealthCheckMessage": "Zaktualizuj swój klucz API aby był długi na co najmniej {length} znaków. Możesz to zrobić poprzez ustawienia lub plik konfiguracyjny", diff --git a/src/NzbDrone.Core/Localization/Core/pt.json b/src/NzbDrone.Core/Localization/Core/pt.json index 16df0a3b7..66d38ba3c 100644 --- a/src/NzbDrone.Core/Localization/Core/pt.json +++ b/src/NzbDrone.Core/Localization/Core/pt.json @@ -431,7 +431,7 @@ "Season": "Temporada", "Theme": "Tema", "Track": "Rastreio", - "UpdateAvailableHealthCheckMessage": "Nova atualização disponível", + "UpdateAvailableHealthCheckMessage": "Nova atualização disponível: {version}", "Label": "Rótulo", "ConnectionLostReconnect": "O {appName} tentará ligar-se automaticamente, ou você pode clicar em Recarregar abaixo.", "ConnectionLostToBackend": "O {appName} perdeu a ligação com o back-end e precisará ser recarregado para restaurar a funcionalidade.", diff --git a/src/NzbDrone.Core/Localization/Core/uk.json b/src/NzbDrone.Core/Localization/Core/uk.json index 97433b662..e634bb325 100644 --- a/src/NzbDrone.Core/Localization/Core/uk.json +++ b/src/NzbDrone.Core/Localization/Core/uk.json @@ -353,7 +353,7 @@ "More": "Більше", "Track": "Трасувати", "Year": "Рік", - "UpdateAvailableHealthCheckMessage": "Доступне нове оновлення", + "UpdateAvailableHealthCheckMessage": "Доступне нове оновлення: {version}", "Genre": "Жанри", "ConnectionLostReconnect": "{appName} спробує підключитися автоматично, або ви можете натиснути «Перезавантажити» нижче.", "ConnectionLostToBackend": "{appName} втратив з’єднання з серверною частиною, і його потрібно перезавантажити, щоб відновити роботу.", diff --git a/src/NzbDrone.Core/Localization/Core/zh_CN.json b/src/NzbDrone.Core/Localization/Core/zh_CN.json index 41f815655..cd73baeaf 100644 --- a/src/NzbDrone.Core/Localization/Core/zh_CN.json +++ b/src/NzbDrone.Core/Localization/Core/zh_CN.json @@ -464,7 +464,7 @@ "UnsavedChanges": "未保存更改", "UnselectAll": "取消全选", "UpdateAutomaticallyHelpText": "自动下载并安装更新。您还可以在「“系统”->“更新”」中安装", - "UpdateAvailableHealthCheckMessage": "有新的更新可用", + "UpdateAvailableHealthCheckMessage": "有新的更新可用: {version}", "UpdateStartupNotWritableHealthCheckMessage": "无法安装更新,因为用户“{userName}”对于启动文件夹“{startupFolder}”没有写入权限。", "UpdateStartupTranslocationHealthCheckMessage": "无法安装更新,因为启动文件夹“{0}”在一个应用程序迁移文件夹。Cannot install update because startup folder '{startupFolder}' is in an App Translocation folder.", "UpdateUiNotWritableHealthCheckMessage": "无法安装升级,因为用户“{userName}”不可写入界面文件夹“{uiFolder}”。",