Skip to content

Commit

Permalink
New Crowdin updates (runtipi#1834)
Browse files Browse the repository at this point in the history
* New translations en.json (Romanian)

* New translations en.json (French)

* New translations en.json (Spanish)

* New translations en.json (Afrikaans)

* New translations en.json (Arabic)

* New translations en.json (Catalan)

* New translations en.json (Czech)

* New translations en.json (Danish)

* New translations en.json (German)

* New translations en.json (Greek)

* New translations en.json (Finnish)

* New translations en.json (Hebrew)

* New translations en.json (Hungarian)

* New translations en.json (Italian)

* New translations en.json (Japanese)

* New translations en.json (Korean)

* New translations en.json (Dutch)

* New translations en.json (Norwegian)

* New translations en.json (Polish)

* New translations en.json (Portuguese)

* New translations en.json (Russian)

* New translations en.json (Serbian (Cyrillic))

* New translations en.json (Swedish)

* New translations en.json (Turkish)

* New translations en.json (Ukrainian)

* New translations en.json (Chinese Simplified)

* New translations en.json (Chinese Traditional)

* New translations en.json (English)

* New translations en.json (Vietnamese)

* New translations en.json (Portuguese, Brazilian)

* New translations en.json (Russian)

* New translations en.json (Russian)

* New translations en.json (Greek)
  • Loading branch information
nicotsx authored Dec 10, 2024
1 parent 4f85798 commit 9d8358a
Show file tree
Hide file tree
Showing 30 changed files with 784 additions and 4 deletions.
26 changes: 26 additions & 0 deletions packages/backend/src/modules/i18n/translations/af-ZA.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,23 @@
"APP_STORE_NO_RESULTS_SUBTITLE": "Try to refine your search",
"APP_STORE_SEARCH_PLACEHOLDER": "Search apps",
"APP_STORE_TITLE": "App Store",
"APP_STORE_TABLE_EDIT": "Edit",
"APP_STORE_TABLE_DELETE": "Delete",
"APP_STORE_EDIT_DIALOG_TITLE": "Edit appstore",
"APP_STORE_EDIT_DIALOG_SUBMIT": "Save",
"APP_STORE_EDIT_DIALOG_SUCCESS": "Appstore edited successfully",
"APP_STORE_EDIT_DIALOG_ENABLED": "Enabled",
"APP_STORE_DELETE_DIALOG_TITLE": "Delete appstore",
"APP_STORE_DELETE_DIALOG_WARNING": "Are you sure you want to delete appstore {{name}}?",
"APP_STORE_DELETE_DIALOG_SUBMIT": "Delete",
"APP_STORE_DELETE_SUCCESS": "Appstore deleted successfully",
"APP_STORE_DELETE_ERROR_LAST_STORE": "You cannot delete the last appstore",
"APP_STORE_DELETE_ERROR_APPS_EXIST": "There are installed apps that belong to this appstore. Please uninstall them first",
"APP_STORE_ADD_DIALOG_TITLE": "Add appstore",
"APP_STORE_ADD_FORM_NAME": "Appstore name",
"APP_STORE_ADD_FORM_URL": "Appstore URL",
"APP_STORE_ADD_FORM_SUBMIT": "Create new appstore",
"APP_STORE_ADD_SUCCESS": "Appstore added successfully",
"APP_UNINSTALL_FORM_REMOVE_BACKUPS": "Remove backups",
"APP_UNINSTALL_FORM_SUBMIT": "Uninstall",
"APP_UNINSTALL_FORM_SUBTITLE": "All data for this app will be lost.",
Expand Down Expand Up @@ -199,6 +216,7 @@
"BACKUPS_LIST_ROW_TITLE_SIZE": "Size",
"BACKUPS_LIST_DELETE_SUCCESS": "Backup deleted successfully",
"COMMON_CLOSE": "Close",
"COMMON_WARNING": "Warning",
"DASHBOARD_CPU_SUBTITLE": "Uninstall apps to reduce load",
"DASHBOARD_CPU_TITLE": "CPU load",
"DASHBOARD_DISK_SPACE_SUBTITLE": "Used out of {{total}} GB",
Expand Down Expand Up @@ -259,6 +277,10 @@
"SERVER_ERROR_INVALID_LOCALE": "Invalid locale",
"SERVER_ERROR_NOT_ALLOWED_IN_DEMO": "Not allowed in demo mode",
"SERVER_ERROR_NOT_ALLOWED_IN_DEV": "Not allowed in dev mode",
"SERVER_ERROR_APP_STORE_ALREADY_EXISTS": "An app store with the same url already exists",
"APP_STORE_CLONE_ERROR": "Error cloning app store at {{url}}. Is it a valid git repository?",
"APP_STORE_CHOOSE_CATEGORY": "Choose a category",
"APP_STORE_CHOOSE_STORE": "Choose an AppStore",
"SETTINGS_ACTIONS_ALREADY_LATEST": "Already up to date",
"SETTINGS_ACTIONS_CURRENT_VERSION": "Current version: {{version}}",
"SETTINGS_ACTIONS_MAINTENANCE_SUBTITLE": "Common actions to perform on your instance",
Expand All @@ -273,6 +295,10 @@
"SETTINGS_ACTIONS_UPDATE_REPO_MODAL_SUBTITLE": "This will reset your repository and pull the latest changes from GitHub",
"SETTINGS_ACTIONS_UPDATE_REPO_MODAL_BUTTON": "Update",
"SETTINGS_ACTIONS_UPDATE_REPO_SUCCESS": "Appstore repository updated successfully",
"SETTINGS_APPSTORES_TITLE": "App Stores",
"SETTINGS_APPSTORES_SUBTITLE": "Add or remove app stores",
"SETTINGS_APPSTORES_TAB_TITLE": "App Stores",
"SETTINGS_APPSTORES_WARNING": "Make sure you trust the appstores you add!",
"SETTINGS_GENERAL_ALLOW_AUTO_THEMES": "Allow auto themes",
"SETTINGS_GENERAL_ALLOW_AUTO_THEMES_HINT": "Be surprised by themes that change automatically based on the time of the year.",
"SETTINGS_GENERAL_ALLOW_ERROR_MONITORING": "Allow anonymous error monitoring",
Expand Down
26 changes: 26 additions & 0 deletions packages/backend/src/modules/i18n/translations/ar-SA.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,23 @@
"APP_STORE_NO_RESULTS_SUBTITLE": "Try to refine your search",
"APP_STORE_SEARCH_PLACEHOLDER": "Search apps",
"APP_STORE_TITLE": "App Store",
"APP_STORE_TABLE_EDIT": "Edit",
"APP_STORE_TABLE_DELETE": "Delete",
"APP_STORE_EDIT_DIALOG_TITLE": "Edit appstore",
"APP_STORE_EDIT_DIALOG_SUBMIT": "Save",
"APP_STORE_EDIT_DIALOG_SUCCESS": "Appstore edited successfully",
"APP_STORE_EDIT_DIALOG_ENABLED": "Enabled",
"APP_STORE_DELETE_DIALOG_TITLE": "Delete appstore",
"APP_STORE_DELETE_DIALOG_WARNING": "Are you sure you want to delete appstore {{name}}?",
"APP_STORE_DELETE_DIALOG_SUBMIT": "Delete",
"APP_STORE_DELETE_SUCCESS": "Appstore deleted successfully",
"APP_STORE_DELETE_ERROR_LAST_STORE": "You cannot delete the last appstore",
"APP_STORE_DELETE_ERROR_APPS_EXIST": "There are installed apps that belong to this appstore. Please uninstall them first",
"APP_STORE_ADD_DIALOG_TITLE": "Add appstore",
"APP_STORE_ADD_FORM_NAME": "Appstore name",
"APP_STORE_ADD_FORM_URL": "Appstore URL",
"APP_STORE_ADD_FORM_SUBMIT": "Create new appstore",
"APP_STORE_ADD_SUCCESS": "Appstore added successfully",
"APP_UNINSTALL_FORM_REMOVE_BACKUPS": "Remove backups",
"APP_UNINSTALL_FORM_SUBMIT": "Uninstall",
"APP_UNINSTALL_FORM_SUBTITLE": "All data for this app will be lost.",
Expand Down Expand Up @@ -199,6 +216,7 @@
"BACKUPS_LIST_ROW_TITLE_SIZE": "Size",
"BACKUPS_LIST_DELETE_SUCCESS": "Backup deleted successfully",
"COMMON_CLOSE": "Close",
"COMMON_WARNING": "Warning",
"DASHBOARD_CPU_SUBTITLE": "Uninstall apps to reduce load",
"DASHBOARD_CPU_TITLE": "CPU load",
"DASHBOARD_DISK_SPACE_SUBTITLE": "Used out of {{total}} GB",
Expand Down Expand Up @@ -259,6 +277,10 @@
"SERVER_ERROR_INVALID_LOCALE": "Invalid locale",
"SERVER_ERROR_NOT_ALLOWED_IN_DEMO": "Not allowed in demo mode",
"SERVER_ERROR_NOT_ALLOWED_IN_DEV": "Not allowed in dev mode",
"SERVER_ERROR_APP_STORE_ALREADY_EXISTS": "An app store with the same url already exists",
"APP_STORE_CLONE_ERROR": "Error cloning app store at {{url}}. Is it a valid git repository?",
"APP_STORE_CHOOSE_CATEGORY": "Choose a category",
"APP_STORE_CHOOSE_STORE": "Choose an AppStore",
"SETTINGS_ACTIONS_ALREADY_LATEST": "Already up to date",
"SETTINGS_ACTIONS_CURRENT_VERSION": "Current version: {{version}}",
"SETTINGS_ACTIONS_MAINTENANCE_SUBTITLE": "Common actions to perform on your instance",
Expand All @@ -273,6 +295,10 @@
"SETTINGS_ACTIONS_UPDATE_REPO_MODAL_SUBTITLE": "This will reset your repository and pull the latest changes from GitHub",
"SETTINGS_ACTIONS_UPDATE_REPO_MODAL_BUTTON": "Update",
"SETTINGS_ACTIONS_UPDATE_REPO_SUCCESS": "Appstore repository updated successfully",
"SETTINGS_APPSTORES_TITLE": "App Stores",
"SETTINGS_APPSTORES_SUBTITLE": "Add or remove app stores",
"SETTINGS_APPSTORES_TAB_TITLE": "App Stores",
"SETTINGS_APPSTORES_WARNING": "Make sure you trust the appstores you add!",
"SETTINGS_GENERAL_ALLOW_AUTO_THEMES": "Allow auto themes",
"SETTINGS_GENERAL_ALLOW_AUTO_THEMES_HINT": "Be surprised by themes that change automatically based on the time of the year.",
"SETTINGS_GENERAL_ALLOW_ERROR_MONITORING": "Allow anonymous error monitoring",
Expand Down
26 changes: 26 additions & 0 deletions packages/backend/src/modules/i18n/translations/ca-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,23 @@
"APP_STORE_NO_RESULTS_SUBTITLE": "Intenta afinar la teva cerca",
"APP_STORE_SEARCH_PLACEHOLDER": "Cerca aplicacions",
"APP_STORE_TITLE": "Botiga d'aplicacions",
"APP_STORE_TABLE_EDIT": "Edit",
"APP_STORE_TABLE_DELETE": "Delete",
"APP_STORE_EDIT_DIALOG_TITLE": "Edit appstore",
"APP_STORE_EDIT_DIALOG_SUBMIT": "Save",
"APP_STORE_EDIT_DIALOG_SUCCESS": "Appstore edited successfully",
"APP_STORE_EDIT_DIALOG_ENABLED": "Enabled",
"APP_STORE_DELETE_DIALOG_TITLE": "Delete appstore",
"APP_STORE_DELETE_DIALOG_WARNING": "Are you sure you want to delete appstore {{name}}?",
"APP_STORE_DELETE_DIALOG_SUBMIT": "Delete",
"APP_STORE_DELETE_SUCCESS": "Appstore deleted successfully",
"APP_STORE_DELETE_ERROR_LAST_STORE": "You cannot delete the last appstore",
"APP_STORE_DELETE_ERROR_APPS_EXIST": "There are installed apps that belong to this appstore. Please uninstall them first",
"APP_STORE_ADD_DIALOG_TITLE": "Add appstore",
"APP_STORE_ADD_FORM_NAME": "Appstore name",
"APP_STORE_ADD_FORM_URL": "Appstore URL",
"APP_STORE_ADD_FORM_SUBMIT": "Create new appstore",
"APP_STORE_ADD_SUCCESS": "Appstore added successfully",
"APP_UNINSTALL_FORM_REMOVE_BACKUPS": "Remove backups",
"APP_UNINSTALL_FORM_SUBMIT": "Desinstal·la",
"APP_UNINSTALL_FORM_SUBTITLE": "Tota la informació d'aquesta aplicació es perdrà.",
Expand Down Expand Up @@ -199,6 +216,7 @@
"BACKUPS_LIST_ROW_TITLE_SIZE": "Size",
"BACKUPS_LIST_DELETE_SUCCESS": "Backup deleted successfully",
"COMMON_CLOSE": "Close",
"COMMON_WARNING": "Warning",
"DASHBOARD_CPU_SUBTITLE": "Desinstal·la aplicacions per reduir la càrrega",
"DASHBOARD_CPU_TITLE": "Càrrega de CPU",
"DASHBOARD_DISK_SPACE_SUBTITLE": "Utilitzats del total de {{total}} GB",
Expand Down Expand Up @@ -259,6 +277,10 @@
"SERVER_ERROR_INVALID_LOCALE": "\"Locale\" incorrecte",
"SERVER_ERROR_NOT_ALLOWED_IN_DEMO": "No permès en mode demo",
"SERVER_ERROR_NOT_ALLOWED_IN_DEV": "No permès en mode dev",
"SERVER_ERROR_APP_STORE_ALREADY_EXISTS": "An app store with the same url already exists",
"APP_STORE_CLONE_ERROR": "Error cloning app store at {{url}}. Is it a valid git repository?",
"APP_STORE_CHOOSE_CATEGORY": "Choose a category",
"APP_STORE_CHOOSE_STORE": "Choose an AppStore",
"SETTINGS_ACTIONS_ALREADY_LATEST": "Ja està actualitzat",
"SETTINGS_ACTIONS_CURRENT_VERSION": "Versió actual: {{version}}",
"SETTINGS_ACTIONS_MAINTENANCE_SUBTITLE": "Accions comunes per realitzar a la teva instància",
Expand All @@ -273,6 +295,10 @@
"SETTINGS_ACTIONS_UPDATE_REPO_MODAL_SUBTITLE": "This will reset your repository and pull the latest changes from GitHub",
"SETTINGS_ACTIONS_UPDATE_REPO_MODAL_BUTTON": "Update",
"SETTINGS_ACTIONS_UPDATE_REPO_SUCCESS": "Appstore repository updated successfully",
"SETTINGS_APPSTORES_TITLE": "App Stores",
"SETTINGS_APPSTORES_SUBTITLE": "Add or remove app stores",
"SETTINGS_APPSTORES_TAB_TITLE": "App Stores",
"SETTINGS_APPSTORES_WARNING": "Make sure you trust the appstores you add!",
"SETTINGS_GENERAL_ALLOW_AUTO_THEMES": "Allow auto themes",
"SETTINGS_GENERAL_ALLOW_AUTO_THEMES_HINT": "Be surprised by themes that change automatically based on the time of the year.",
"SETTINGS_GENERAL_ALLOW_ERROR_MONITORING": "Allow anonymous error monitoring",
Expand Down
26 changes: 26 additions & 0 deletions packages/backend/src/modules/i18n/translations/cs-CZ.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,23 @@
"APP_STORE_NO_RESULTS_SUBTITLE": "Try to refine your search",
"APP_STORE_SEARCH_PLACEHOLDER": "Search apps",
"APP_STORE_TITLE": "App Store",
"APP_STORE_TABLE_EDIT": "Edit",
"APP_STORE_TABLE_DELETE": "Delete",
"APP_STORE_EDIT_DIALOG_TITLE": "Edit appstore",
"APP_STORE_EDIT_DIALOG_SUBMIT": "Save",
"APP_STORE_EDIT_DIALOG_SUCCESS": "Appstore edited successfully",
"APP_STORE_EDIT_DIALOG_ENABLED": "Enabled",
"APP_STORE_DELETE_DIALOG_TITLE": "Delete appstore",
"APP_STORE_DELETE_DIALOG_WARNING": "Are you sure you want to delete appstore {{name}}?",
"APP_STORE_DELETE_DIALOG_SUBMIT": "Delete",
"APP_STORE_DELETE_SUCCESS": "Appstore deleted successfully",
"APP_STORE_DELETE_ERROR_LAST_STORE": "You cannot delete the last appstore",
"APP_STORE_DELETE_ERROR_APPS_EXIST": "There are installed apps that belong to this appstore. Please uninstall them first",
"APP_STORE_ADD_DIALOG_TITLE": "Add appstore",
"APP_STORE_ADD_FORM_NAME": "Appstore name",
"APP_STORE_ADD_FORM_URL": "Appstore URL",
"APP_STORE_ADD_FORM_SUBMIT": "Create new appstore",
"APP_STORE_ADD_SUCCESS": "Appstore added successfully",
"APP_UNINSTALL_FORM_REMOVE_BACKUPS": "Remove backups",
"APP_UNINSTALL_FORM_SUBMIT": "Uninstall",
"APP_UNINSTALL_FORM_SUBTITLE": "All data for this app will be lost.",
Expand Down Expand Up @@ -199,6 +216,7 @@
"BACKUPS_LIST_ROW_TITLE_SIZE": "Size",
"BACKUPS_LIST_DELETE_SUCCESS": "Backup deleted successfully",
"COMMON_CLOSE": "Close",
"COMMON_WARNING": "Warning",
"DASHBOARD_CPU_SUBTITLE": "Uninstall apps to reduce load",
"DASHBOARD_CPU_TITLE": "CPU load",
"DASHBOARD_DISK_SPACE_SUBTITLE": "Used out of {{total}} GB",
Expand Down Expand Up @@ -259,6 +277,10 @@
"SERVER_ERROR_INVALID_LOCALE": "Invalid locale",
"SERVER_ERROR_NOT_ALLOWED_IN_DEMO": "Not allowed in demo mode",
"SERVER_ERROR_NOT_ALLOWED_IN_DEV": "Not allowed in dev mode",
"SERVER_ERROR_APP_STORE_ALREADY_EXISTS": "An app store with the same url already exists",
"APP_STORE_CLONE_ERROR": "Error cloning app store at {{url}}. Is it a valid git repository?",
"APP_STORE_CHOOSE_CATEGORY": "Choose a category",
"APP_STORE_CHOOSE_STORE": "Choose an AppStore",
"SETTINGS_ACTIONS_ALREADY_LATEST": "Already up to date",
"SETTINGS_ACTIONS_CURRENT_VERSION": "Current version: {{version}}",
"SETTINGS_ACTIONS_MAINTENANCE_SUBTITLE": "Common actions to perform on your instance",
Expand All @@ -273,6 +295,10 @@
"SETTINGS_ACTIONS_UPDATE_REPO_MODAL_SUBTITLE": "This will reset your repository and pull the latest changes from GitHub",
"SETTINGS_ACTIONS_UPDATE_REPO_MODAL_BUTTON": "Update",
"SETTINGS_ACTIONS_UPDATE_REPO_SUCCESS": "Appstore repository updated successfully",
"SETTINGS_APPSTORES_TITLE": "App Stores",
"SETTINGS_APPSTORES_SUBTITLE": "Add or remove app stores",
"SETTINGS_APPSTORES_TAB_TITLE": "App Stores",
"SETTINGS_APPSTORES_WARNING": "Make sure you trust the appstores you add!",
"SETTINGS_GENERAL_ALLOW_AUTO_THEMES": "Allow auto themes",
"SETTINGS_GENERAL_ALLOW_AUTO_THEMES_HINT": "Be surprised by themes that change automatically based on the time of the year.",
"SETTINGS_GENERAL_ALLOW_ERROR_MONITORING": "Allow anonymous error monitoring",
Expand Down
26 changes: 26 additions & 0 deletions packages/backend/src/modules/i18n/translations/da-DK.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,23 @@
"APP_STORE_NO_RESULTS_SUBTITLE": "Try to refine your search",
"APP_STORE_SEARCH_PLACEHOLDER": "Search apps",
"APP_STORE_TITLE": "App Store",
"APP_STORE_TABLE_EDIT": "Edit",
"APP_STORE_TABLE_DELETE": "Delete",
"APP_STORE_EDIT_DIALOG_TITLE": "Edit appstore",
"APP_STORE_EDIT_DIALOG_SUBMIT": "Save",
"APP_STORE_EDIT_DIALOG_SUCCESS": "Appstore edited successfully",
"APP_STORE_EDIT_DIALOG_ENABLED": "Enabled",
"APP_STORE_DELETE_DIALOG_TITLE": "Delete appstore",
"APP_STORE_DELETE_DIALOG_WARNING": "Are you sure you want to delete appstore {{name}}?",
"APP_STORE_DELETE_DIALOG_SUBMIT": "Delete",
"APP_STORE_DELETE_SUCCESS": "Appstore deleted successfully",
"APP_STORE_DELETE_ERROR_LAST_STORE": "You cannot delete the last appstore",
"APP_STORE_DELETE_ERROR_APPS_EXIST": "There are installed apps that belong to this appstore. Please uninstall them first",
"APP_STORE_ADD_DIALOG_TITLE": "Add appstore",
"APP_STORE_ADD_FORM_NAME": "Appstore name",
"APP_STORE_ADD_FORM_URL": "Appstore URL",
"APP_STORE_ADD_FORM_SUBMIT": "Create new appstore",
"APP_STORE_ADD_SUCCESS": "Appstore added successfully",
"APP_UNINSTALL_FORM_REMOVE_BACKUPS": "Remove backups",
"APP_UNINSTALL_FORM_SUBMIT": "Uninstall",
"APP_UNINSTALL_FORM_SUBTITLE": "All data for this app will be lost.",
Expand Down Expand Up @@ -199,6 +216,7 @@
"BACKUPS_LIST_ROW_TITLE_SIZE": "Size",
"BACKUPS_LIST_DELETE_SUCCESS": "Backup deleted successfully",
"COMMON_CLOSE": "Close",
"COMMON_WARNING": "Warning",
"DASHBOARD_CPU_SUBTITLE": "Uninstall apps to reduce load",
"DASHBOARD_CPU_TITLE": "CPU load",
"DASHBOARD_DISK_SPACE_SUBTITLE": "Used out of {{total}} GB",
Expand Down Expand Up @@ -259,6 +277,10 @@
"SERVER_ERROR_INVALID_LOCALE": "Invalid locale",
"SERVER_ERROR_NOT_ALLOWED_IN_DEMO": "Not allowed in demo mode",
"SERVER_ERROR_NOT_ALLOWED_IN_DEV": "Not allowed in dev mode",
"SERVER_ERROR_APP_STORE_ALREADY_EXISTS": "An app store with the same url already exists",
"APP_STORE_CLONE_ERROR": "Error cloning app store at {{url}}. Is it a valid git repository?",
"APP_STORE_CHOOSE_CATEGORY": "Choose a category",
"APP_STORE_CHOOSE_STORE": "Choose an AppStore",
"SETTINGS_ACTIONS_ALREADY_LATEST": "Already up to date",
"SETTINGS_ACTIONS_CURRENT_VERSION": "Current version: {{version}}",
"SETTINGS_ACTIONS_MAINTENANCE_SUBTITLE": "Common actions to perform on your instance",
Expand All @@ -273,6 +295,10 @@
"SETTINGS_ACTIONS_UPDATE_REPO_MODAL_SUBTITLE": "This will reset your repository and pull the latest changes from GitHub",
"SETTINGS_ACTIONS_UPDATE_REPO_MODAL_BUTTON": "Update",
"SETTINGS_ACTIONS_UPDATE_REPO_SUCCESS": "Appstore repository updated successfully",
"SETTINGS_APPSTORES_TITLE": "App Stores",
"SETTINGS_APPSTORES_SUBTITLE": "Add or remove app stores",
"SETTINGS_APPSTORES_TAB_TITLE": "App Stores",
"SETTINGS_APPSTORES_WARNING": "Make sure you trust the appstores you add!",
"SETTINGS_GENERAL_ALLOW_AUTO_THEMES": "Allow auto themes",
"SETTINGS_GENERAL_ALLOW_AUTO_THEMES_HINT": "Be surprised by themes that change automatically based on the time of the year.",
"SETTINGS_GENERAL_ALLOW_ERROR_MONITORING": "Allow anonymous error monitoring",
Expand Down
26 changes: 26 additions & 0 deletions packages/backend/src/modules/i18n/translations/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,23 @@
"APP_STORE_NO_RESULTS_SUBTITLE": "Versuche, deine Suche zu verbessern",
"APP_STORE_SEARCH_PLACEHOLDER": "Apps suchen",
"APP_STORE_TITLE": "App Store",
"APP_STORE_TABLE_EDIT": "Edit",
"APP_STORE_TABLE_DELETE": "Delete",
"APP_STORE_EDIT_DIALOG_TITLE": "Edit appstore",
"APP_STORE_EDIT_DIALOG_SUBMIT": "Save",
"APP_STORE_EDIT_DIALOG_SUCCESS": "Appstore edited successfully",
"APP_STORE_EDIT_DIALOG_ENABLED": "Enabled",
"APP_STORE_DELETE_DIALOG_TITLE": "Delete appstore",
"APP_STORE_DELETE_DIALOG_WARNING": "Are you sure you want to delete appstore {{name}}?",
"APP_STORE_DELETE_DIALOG_SUBMIT": "Delete",
"APP_STORE_DELETE_SUCCESS": "Appstore deleted successfully",
"APP_STORE_DELETE_ERROR_LAST_STORE": "You cannot delete the last appstore",
"APP_STORE_DELETE_ERROR_APPS_EXIST": "There are installed apps that belong to this appstore. Please uninstall them first",
"APP_STORE_ADD_DIALOG_TITLE": "Add appstore",
"APP_STORE_ADD_FORM_NAME": "Appstore name",
"APP_STORE_ADD_FORM_URL": "Appstore URL",
"APP_STORE_ADD_FORM_SUBMIT": "Create new appstore",
"APP_STORE_ADD_SUCCESS": "Appstore added successfully",
"APP_UNINSTALL_FORM_REMOVE_BACKUPS": "Remove backups",
"APP_UNINSTALL_FORM_SUBMIT": "Deinstallieren",
"APP_UNINSTALL_FORM_SUBTITLE": "Alle Daten für diese Anwendung werden gelöscht.",
Expand Down Expand Up @@ -199,6 +216,7 @@
"BACKUPS_LIST_ROW_TITLE_SIZE": "Größe",
"BACKUPS_LIST_DELETE_SUCCESS": "Backup erfolgreich gelöscht",
"COMMON_CLOSE": "Schließen",
"COMMON_WARNING": "Warning",
"DASHBOARD_CPU_SUBTITLE": "Apps deinstallieren um Last zu reduzieren",
"DASHBOARD_CPU_TITLE": "CPU Last",
"DASHBOARD_DISK_SPACE_SUBTITLE": "Wird von {{total}} GB verwendet",
Expand Down Expand Up @@ -259,6 +277,10 @@
"SERVER_ERROR_INVALID_LOCALE": "Ungültige Region",
"SERVER_ERROR_NOT_ALLOWED_IN_DEMO": "Im Demo-Modus nicht erlaubt",
"SERVER_ERROR_NOT_ALLOWED_IN_DEV": "Im Dev-Modus nicht erlaubt",
"SERVER_ERROR_APP_STORE_ALREADY_EXISTS": "An app store with the same url already exists",
"APP_STORE_CLONE_ERROR": "Error cloning app store at {{url}}. Is it a valid git repository?",
"APP_STORE_CHOOSE_CATEGORY": "Choose a category",
"APP_STORE_CHOOSE_STORE": "Choose an AppStore",
"SETTINGS_ACTIONS_ALREADY_LATEST": "Bereits auf dem neuesten Stand",
"SETTINGS_ACTIONS_CURRENT_VERSION": "Aktuelle Version: {{version}}",
"SETTINGS_ACTIONS_MAINTENANCE_SUBTITLE": "Beliebte Aktionen, die Sie auf Ihrer Instanz durchführen können",
Expand All @@ -273,6 +295,10 @@
"SETTINGS_ACTIONS_UPDATE_REPO_MODAL_SUBTITLE": "This will reset your repository and pull the latest changes from GitHub",
"SETTINGS_ACTIONS_UPDATE_REPO_MODAL_BUTTON": "Update",
"SETTINGS_ACTIONS_UPDATE_REPO_SUCCESS": "Appstore repository updated successfully",
"SETTINGS_APPSTORES_TITLE": "App Stores",
"SETTINGS_APPSTORES_SUBTITLE": "Add or remove app stores",
"SETTINGS_APPSTORES_TAB_TITLE": "App Stores",
"SETTINGS_APPSTORES_WARNING": "Make sure you trust the appstores you add!",
"SETTINGS_GENERAL_ALLOW_AUTO_THEMES": "Automatische Themes zulassen",
"SETTINGS_GENERAL_ALLOW_AUTO_THEMES_HINT": "Lass dich von Themes überraschen, die sich automatisch je nach Jahreszeit ändern.",
"SETTINGS_GENERAL_ALLOW_ERROR_MONITORING": "Anonymes Fehler-Monitoring zulassen",
Expand Down
Loading

0 comments on commit 9d8358a

Please sign in to comment.