diff --git a/src/translation/de.json b/src/translation/de.json index 33ff7a1b0..afc18d243 100644 --- a/src/translation/de.json +++ b/src/translation/de.json @@ -596,7 +596,7 @@ "configureBackupStorage": { "uploadPartSize": "Größe der hochgeladenen Teile", "memoryLimit": "Speicherlimit", - "advancedSettings": "Erweiterte Einstellungen.", + "advancedSettings": "Erweiterte Einstellungen…", "encryptionDescription": "Vorsicht: Passphrase an einem sicheren Ort aufbewahren. Cloudron speichert dieses Passwort nicht. Backups können ohne die Passphrase nicht entschlüsselt werden", "encryptionPassword": "Verschlüsselungspasswort (optional)", "s3LikeNote": "Bitte alle object expiration lifecycle Regeln entfernen, da dadurch rsync-Backups beschädigt werden.", @@ -698,7 +698,7 @@ "loginAction": "Anmelden", "errorWrongPassword": "Falsches Passwort", "licenseCheckbox": "Ich akzeptiere die Cloudron-Lizenz", - "chooseAnOption": "Bitte eine Option auswählen...", + "chooseAnOption": "Bitte eine Option auswählen…", "intendedUse": "Zweck", "2faToken": "2FA Token (wenn aktiv)", "password": "Passwort", @@ -738,7 +738,7 @@ "unstable": "Unstable", "appMissing": "Fehlende Anwendungen bitte im Forum vorstellen.", "noAppsFound": "Keine passende Anwendung gefunden.", - "searchPlaceholder": "Suche nach Alternativen wie Gihub, Dropbox, Slack, Trello, ...", + "searchPlaceholder": "Suche nach Alternativen wie Gihub, Dropbox, Slack, Trello, …", "category": { "newApps": "Neue Apps", "popular": "Beliebt", @@ -1399,7 +1399,10 @@ "de": "Deutsch", "fr": "Französisch", "it": "Italienisch", - "nl": "Niederländisch" + "nl": "Niederländisch", + "zh_Hans": "Chinesisch (vereinfacht)", + "vi": "Vietnamesisch", + "pl": "Polnisch" }, "storage": { "mounts": { diff --git a/src/translation/en.json b/src/translation/en.json index e068b8b40..f62766e7d 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -82,7 +82,7 @@ "wiki": "Wiki", "vpn": "VPN" }, - "searchPlaceholder": "Search for alternatives like Github, Dropbox, Slack, Trello, ...", + "searchPlaceholder": "Search for alternatives like Github, Dropbox, Slack, Trello, …", "noAppsFound": "No apps found.", "appMissing": "Missing an app? Let us know.", "unstable": "Unstable", @@ -122,7 +122,7 @@ "password": "Password", "2faToken": "2FA Token (if enabled)", "intendedUse": "Intended Use", - "chooseAnOption": "Please choose an option...", + "chooseAnOption": "Please choose an option…", "licenseCheckbox": "I accept the Cloudron license", "errorWrongPassword": "Wrong password", "loginAction": "Login", @@ -147,7 +147,8 @@ "notActivatedYetTooltip": "User is not activated yet", "resetPasswordTooltip": "Reset password or invite link", "editUserTooltip": "Edit User", - "removeUserTooltip": "Remove User" + "removeUserTooltip": "Remove User", + "transferOwnershipTooltip": "Transfer Ownership" }, "groups": { "title": "Groups", @@ -191,7 +192,6 @@ }, "subscriptionDialog": { "title": "Subscription required", - "description": "To add more users, please setup a paid plain.", "setupAction": "Setup Subscription" }, "addUserDialog": { @@ -260,7 +260,12 @@ "admin": "Administrator", "owner": "Superadmin" }, - "searchPlaceholder": "Search" + "searchPlaceholder": "Search", + "transferOwnershipDialog": { + "title": "Really transfer ownership to {{ username }}?", + "description": "This will make the new user admin of this Cloudron and remove admin rights to the current owner.", + "transferAction": "Transfer Ownership" + } }, "profile": { "title": "Profile", @@ -435,7 +440,7 @@ "s3LikeNote": "Please remove any object expiration lifecycle rules since it will corrupt rsync backups.", "encryptionPassword": "Encryption Password (optional)", "encryptionDescription": "Save this passphrase in a safe place. Cloudron does not store this password. Backups cannot be decrypted without the passphrase", - "advancedSettings": "Advanced settings...", + "advancedSettings": "Advanced settings…", "memoryLimit": "Memory Limit", "memoryLimitDescription": "Memory limit for the backup task. Adjust this if you increase the concurrency values from their defaults.", "uploadPartSize": "Upload Part Size", @@ -1399,7 +1404,11 @@ "de": "German", "fr": "French", "it": "Italian", - "nl": "Dutch" + "ja": "Japanese", + "nl": "Dutch", + "pl": "Polish", + "vi": "Vietnamese", + "zh_Hans": "Chinese (Simplified)" }, "volumes": { "title": "Volumes", @@ -1425,6 +1434,5 @@ "mounts": { "volumeLocation": "Volumes are mounted by volume name in the /media directory of this app." } - }, - "lang.ja": "Japanese" + } }