From 3c21253562ed9ac9acbe59f67a1a080e70419f1a Mon Sep 17 00:00:00 2001 From: marcobaobao Date: Wed, 5 Feb 2025 11:08:15 +0100 Subject: [PATCH] added latest keys to each language file (not translated) --- frontend/src/assets/i18n/ca.yaml | 9 +++++++++ frontend/src/assets/i18n/de.yaml | 9 +++++++++ frontend/src/assets/i18n/es.yaml | 11 ++++++++++- frontend/src/assets/i18n/fr.yaml | 11 ++++++++++- frontend/src/assets/i18n/hu.yaml | 11 ++++++++++- frontend/src/assets/i18n/it_IT.yaml | 20 +++++++++++++++----- frontend/src/assets/i18n/ja.yaml | 11 ++++++++++- frontend/src/assets/i18n/ko.yaml | 11 ++++++++++- frontend/src/assets/i18n/pl.yaml | 11 ++++++++++- frontend/src/assets/i18n/pt_BR.yaml | 11 ++++++++++- frontend/src/assets/i18n/ru.yaml | 11 ++++++++++- frontend/src/assets/i18n/sv.yaml | 11 ++++++++++- frontend/src/assets/i18n/uk.yaml | 11 ++++++++++- frontend/src/assets/i18n/zh_CN.yaml | 11 ++++++++++- 14 files changed, 143 insertions(+), 16 deletions(-) diff --git a/frontend/src/assets/i18n/ca.yaml b/frontend/src/assets/i18n/ca.yaml index 21da777..2fa859c 100644 --- a/frontend/src/assets/i18n/ca.yaml +++ b/frontend/src/assets/i18n/ca.yaml @@ -69,3 +69,12 @@ keys: noFilesFound: 'No Files Found' tableView: 'Table View' deleteSelected: 'Delete selected' + subscriptionsButtonLabel: 'Subscriptions' + subscriptionsEmptyLabel: 'No subscriptions' + subscriptionsURLInput: 'Channel URL' + subscriptionsInfo: | + Subscribes to a defined channel. Only the last video will be downloaded. + The monitor job will be scheduled/triggered by a defined cron expression (defaults to every 5 minutes if left blank). + cronExpressionLabel: 'Cron expression' + editButtonLabel: 'Edit' + newSubscriptionButton: New subscription \ No newline at end of file diff --git a/frontend/src/assets/i18n/de.yaml b/frontend/src/assets/i18n/de.yaml index b722fa7..1a01d37 100644 --- a/frontend/src/assets/i18n/de.yaml +++ b/frontend/src/assets/i18n/de.yaml @@ -71,3 +71,12 @@ keys: noFilesFound: 'Keine Dateien gefunden' tableView: 'Tabellenansicht' deleteSelected: 'Ausgewählte löschen' + subscriptionsButtonLabel: 'Subscriptions' + subscriptionsEmptyLabel: 'No subscriptions' + subscriptionsURLInput: 'Channel URL' + subscriptionsInfo: | + Subscribes to a defined channel. Only the last video will be downloaded. + The monitor job will be scheduled/triggered by a defined cron expression (defaults to every 5 minutes if left blank). + cronExpressionLabel: 'Cron expression' + editButtonLabel: 'Edit' + newSubscriptionButton: New subscription \ No newline at end of file diff --git a/frontend/src/assets/i18n/es.yaml b/frontend/src/assets/i18n/es.yaml index 289ed76..ccc9a86 100644 --- a/frontend/src/assets/i18n/es.yaml +++ b/frontend/src/assets/i18n/es.yaml @@ -68,4 +68,13 @@ keys: deleteCookies: Delete Cookies noFilesFound: 'No Files Found' tableView: 'Table View' - deleteSelected: 'Delete selected' \ No newline at end of file + deleteSelected: 'Delete selected' + subscriptionsButtonLabel: 'Subscriptions' + subscriptionsEmptyLabel: 'No subscriptions' + subscriptionsURLInput: 'Channel URL' + subscriptionsInfo: | + Subscribes to a defined channel. Only the last video will be downloaded. + The monitor job will be scheduled/triggered by a defined cron expression (defaults to every 5 minutes if left blank). + cronExpressionLabel: 'Cron expression' + editButtonLabel: 'Edit' + newSubscriptionButton: New subscription \ No newline at end of file diff --git a/frontend/src/assets/i18n/fr.yaml b/frontend/src/assets/i18n/fr.yaml index bcce061..7501eb3 100644 --- a/frontend/src/assets/i18n/fr.yaml +++ b/frontend/src/assets/i18n/fr.yaml @@ -72,4 +72,13 @@ keys: deleteCookies: Delete Cookies noFilesFound: 'No Files Found' tableView: 'Table View' - deleteSelected: 'Delete selected' \ No newline at end of file + deleteSelected: 'Delete selected' + subscriptionsButtonLabel: 'Subscriptions' + subscriptionsEmptyLabel: 'No subscriptions' + subscriptionsURLInput: 'Channel URL' + subscriptionsInfo: | + Subscribes to a defined channel. Only the last video will be downloaded. + The monitor job will be scheduled/triggered by a defined cron expression (defaults to every 5 minutes if left blank). + cronExpressionLabel: 'Cron expression' + editButtonLabel: 'Edit' + newSubscriptionButton: New subscription \ No newline at end of file diff --git a/frontend/src/assets/i18n/hu.yaml b/frontend/src/assets/i18n/hu.yaml index ab045f9..288e572 100644 --- a/frontend/src/assets/i18n/hu.yaml +++ b/frontend/src/assets/i18n/hu.yaml @@ -70,4 +70,13 @@ keys: deleteCookies: Sütik törlése noFilesFound: 'Nem található fájlok' tableView: 'Táblázatos Nézet' - deleteSelected: 'Kiválasztottak törlése' \ No newline at end of file + deleteSelected: 'Kiválasztottak törlése' + subscriptionsButtonLabel: 'Subscriptions' + subscriptionsEmptyLabel: 'No subscriptions' + subscriptionsURLInput: 'Channel URL' + subscriptionsInfo: | + Subscribes to a defined channel. Only the last video will be downloaded. + The monitor job will be scheduled/triggered by a defined cron expression (defaults to every 5 minutes if left blank). + cronExpressionLabel: 'Cron expression' + editButtonLabel: 'Edit' + newSubscriptionButton: New subscription \ No newline at end of file diff --git a/frontend/src/assets/i18n/it_IT.yaml b/frontend/src/assets/i18n/it_IT.yaml index 796385e..41704a7 100644 --- a/frontend/src/assets/i18n/it_IT.yaml +++ b/frontend/src/assets/i18n/it_IT.yaml @@ -65,8 +65,18 @@ keys: urlBase: base URL, per supporto a reverse proxy (subdir), default vuoto rpcPollingTimeTitle: Intervallo di polling RPC rpcPollingTimeDescription: Un intervallo più corto implica un maggior utilizzo di CPU (lato client e server) - generalDownloadSettings: 'General Download Settings' - deleteCookies: Delete Cookies - noFilesFound: 'No Files Found' - tableView: 'Table View' - deleteSelected: 'Delete selected' \ No newline at end of file + generalDownloadSettings: 'Settaggi generali downloads' + deleteCookies: Cancella i cookies + noFilesFound: Nessun file trovato + tableView: Vista tabella + deleteSelected: Cancella selezionati + subscriptionsButtonLabel: Iscrizioni + subscriptionsEmptyLabel: Nessuna iscrizione + subscriptionsURLInput: URL canale + subscriptionsInfo: | + Iscriviti a un particolare canale. Solo l'ultimo video verrà scaricato. + Il monitoraggio verrà triggerato/periodicizzato da un'espressione cron + (il default è ogni 5 minuti se lasciato vuoto) + cronExpressionLabel: 'Espressione cron' + editButtonLabel: 'Modifica' + newSubscriptionButton: Nuova iscrizione \ No newline at end of file diff --git a/frontend/src/assets/i18n/ja.yaml b/frontend/src/assets/i18n/ja.yaml index d888d3b..c970eb3 100644 --- a/frontend/src/assets/i18n/ja.yaml +++ b/frontend/src/assets/i18n/ja.yaml @@ -69,4 +69,13 @@ keys: deleteCookies: Delete Cookies noFilesFound: 'No Files Found' tableView: 'Table View' - deleteSelected: 'Delete selected' \ No newline at end of file + deleteSelected: 'Delete selected' + subscriptionsButtonLabel: 'Subscriptions' + subscriptionsEmptyLabel: 'No subscriptions' + subscriptionsURLInput: 'Channel URL' + subscriptionsInfo: | + Subscribes to a defined channel. Only the last video will be downloaded. + The monitor job will be scheduled/triggered by a defined cron expression (defaults to every 5 minutes if left blank). + cronExpressionLabel: 'Cron expression' + editButtonLabel: 'Edit' + newSubscriptionButton: New subscription \ No newline at end of file diff --git a/frontend/src/assets/i18n/ko.yaml b/frontend/src/assets/i18n/ko.yaml index 5fdffa7..68baf62 100644 --- a/frontend/src/assets/i18n/ko.yaml +++ b/frontend/src/assets/i18n/ko.yaml @@ -68,4 +68,13 @@ keys: deleteCookies: Delete Cookies noFilesFound: 'No Files Found' tableView: 'Table View' - deleteSelected: 'Delete selected' \ No newline at end of file + deleteSelected: 'Delete selected' + subscriptionsButtonLabel: 'Subscriptions' + subscriptionsEmptyLabel: 'No subscriptions' + subscriptionsURLInput: 'Channel URL' + subscriptionsInfo: | + Subscribes to a defined channel. Only the last video will be downloaded. + The monitor job will be scheduled/triggered by a defined cron expression (defaults to every 5 minutes if left blank). + cronExpressionLabel: 'Cron expression' + editButtonLabel: 'Edit' + newSubscriptionButton: New subscription \ No newline at end of file diff --git a/frontend/src/assets/i18n/pl.yaml b/frontend/src/assets/i18n/pl.yaml index c933987..aabb003 100644 --- a/frontend/src/assets/i18n/pl.yaml +++ b/frontend/src/assets/i18n/pl.yaml @@ -68,4 +68,13 @@ keys: deleteCookies: Delete Cookies noFilesFound: 'No Files Found' tableView: 'Table View' - deleteSelected: 'Delete selected' \ No newline at end of file + deleteSelected: 'Delete selected' + subscriptionsButtonLabel: 'Subscriptions' + subscriptionsEmptyLabel: 'No subscriptions' + subscriptionsURLInput: 'Channel URL' + subscriptionsInfo: | + Subscribes to a defined channel. Only the last video will be downloaded. + The monitor job will be scheduled/triggered by a defined cron expression (defaults to every 5 minutes if left blank). + cronExpressionLabel: 'Cron expression' + editButtonLabel: 'Edit' + newSubscriptionButton: New subscription \ No newline at end of file diff --git a/frontend/src/assets/i18n/pt_BR.yaml b/frontend/src/assets/i18n/pt_BR.yaml index 543774d..255d10d 100644 --- a/frontend/src/assets/i18n/pt_BR.yaml +++ b/frontend/src/assets/i18n/pt_BR.yaml @@ -70,4 +70,13 @@ keys: deleteCookies: Delete Cookies noFilesFound: 'No Files Found' tableView: 'Table View' - deleteSelected: 'Delete selected' \ No newline at end of file + deleteSelected: 'Delete selected' + subscriptionsButtonLabel: 'Subscriptions' + subscriptionsEmptyLabel: 'No subscriptions' + subscriptionsURLInput: 'Channel URL' + subscriptionsInfo: | + Subscribes to a defined channel. Only the last video will be downloaded. + The monitor job will be scheduled/triggered by a defined cron expression (defaults to every 5 minutes if left blank). + cronExpressionLabel: 'Cron expression' + editButtonLabel: 'Edit' + newSubscriptionButton: New subscription \ No newline at end of file diff --git a/frontend/src/assets/i18n/ru.yaml b/frontend/src/assets/i18n/ru.yaml index 15e2d53..6ff8222 100644 --- a/frontend/src/assets/i18n/ru.yaml +++ b/frontend/src/assets/i18n/ru.yaml @@ -68,4 +68,13 @@ keys: deleteCookies: Delete Cookies noFilesFound: 'No Files Found' tableView: 'Table View' - deleteSelected: 'Delete selected' \ No newline at end of file + deleteSelected: 'Delete selected' + subscriptionsButtonLabel: 'Subscriptions' + subscriptionsEmptyLabel: 'No subscriptions' + subscriptionsURLInput: 'Channel URL' + subscriptionsInfo: | + Subscribes to a defined channel. Only the last video will be downloaded. + The monitor job will be scheduled/triggered by a defined cron expression (defaults to every 5 minutes if left blank). + cronExpressionLabel: 'Cron expression' + editButtonLabel: 'Edit' + newSubscriptionButton: New subscription \ No newline at end of file diff --git a/frontend/src/assets/i18n/sv.yaml b/frontend/src/assets/i18n/sv.yaml index fba27ce..cb11b04 100644 --- a/frontend/src/assets/i18n/sv.yaml +++ b/frontend/src/assets/i18n/sv.yaml @@ -70,4 +70,13 @@ keys: deleteCookies: Delete Cookies noFilesFound: 'No Files Found' tableView: 'Table View' - deleteSelected: 'Delete selected' \ No newline at end of file + deleteSelected: 'Delete selected' + subscriptionsButtonLabel: 'Subscriptions' + subscriptionsEmptyLabel: 'No subscriptions' + subscriptionsURLInput: 'Channel URL' + subscriptionsInfo: | + Subscribes to a defined channel. Only the last video will be downloaded. + The monitor job will be scheduled/triggered by a defined cron expression (defaults to every 5 minutes if left blank). + cronExpressionLabel: 'Cron expression' + editButtonLabel: 'Edit' + newSubscriptionButton: New subscription \ No newline at end of file diff --git a/frontend/src/assets/i18n/uk.yaml b/frontend/src/assets/i18n/uk.yaml index 969f408..2eb55d7 100644 --- a/frontend/src/assets/i18n/uk.yaml +++ b/frontend/src/assets/i18n/uk.yaml @@ -68,4 +68,13 @@ keys: deleteCookies: Delete Cookies noFilesFound: 'No Files Found' tableView: 'Table View' - deleteSelected: 'Delete selected' \ No newline at end of file + deleteSelected: 'Delete selected' + subscriptionsButtonLabel: 'Subscriptions' + subscriptionsEmptyLabel: 'No subscriptions' + subscriptionsURLInput: 'Channel URL' + subscriptionsInfo: | + Subscribes to a defined channel. Only the last video will be downloaded. + The monitor job will be scheduled/triggered by a defined cron expression (defaults to every 5 minutes if left blank). + cronExpressionLabel: 'Cron expression' + editButtonLabel: 'Edit' + newSubscriptionButton: New subscription \ No newline at end of file diff --git a/frontend/src/assets/i18n/zh_CN.yaml b/frontend/src/assets/i18n/zh_CN.yaml index b5b6bc0..8d17445 100644 --- a/frontend/src/assets/i18n/zh_CN.yaml +++ b/frontend/src/assets/i18n/zh_CN.yaml @@ -70,4 +70,13 @@ keys: deleteCookies: Delete Cookies noFilesFound: 'No Files Found' tableView: 'Table View' - deleteSelected: 'Delete selected' \ No newline at end of file + deleteSelected: 'Delete selected' + subscriptionsButtonLabel: 'Subscriptions' + subscriptionsEmptyLabel: 'No subscriptions' + subscriptionsURLInput: 'Channel URL' + subscriptionsInfo: | + Subscribes to a defined channel. Only the last video will be downloaded. + The monitor job will be scheduled/triggered by a defined cron expression (defaults to every 5 minutes if left blank). + cronExpressionLabel: 'Cron expression' + editButtonLabel: 'Edit' + newSubscriptionButton: New subscription \ No newline at end of file