diff --git a/src/translation/de.json b/src/translation/de.json index 28bf9ae13..95278cd7b 100644 --- a/src/translation/de.json +++ b/src/translation/de.json @@ -1076,9 +1076,15 @@ "delete": "Löschen", "rename": "Umbenennen", "chown": "Besitzverhältnis ändern", - "extract": "Hier auspacken" + "extract": "Hier auspacken", + "selectAll": "Alles Auswählen", + "paste": "Einfügen", + "copy": "Kopieren", + "cut": "Ausschneiden", + "edit": "Bearbeiten" }, - "symlink": "Symlink zu {{ target }}" + "symlink": "Symlink zu {{ target }}", + "mtime": "Geändert" }, "textEditorCloseDialog": { "title": "Die Datei hat ungespeicherte Änderungen", @@ -1105,7 +1111,7 @@ }, "newPassword": { "errorLength": "Das Passwort muss mindestens 8 und maximal 265 Zeichen haben", - "title": "E-Mail zum Zurücksetzen des Passworts gesendet", + "title": "Neues Passwort setzen", "password": "Neues Passwort", "passwordRepeat": "Passwort wiederholen", "errorMismatch": "Die Passwörter sind nicht identisch" diff --git a/src/translation/en.json b/src/translation/en.json index 84aca4ddc..046542c54 100644 --- a/src/translation/en.json +++ b/src/translation/en.json @@ -671,6 +671,9 @@ "language": { "title": "Language", "description": "The default language of this Cloudron can be set here. This will be used also for transactional emails like user invitation and password reset. Each user can still change the preferred language for the dashboard individually in the profile." + }, + "registryConfig": { + "provider": "Docker Registry Provider" } }, "support": { @@ -1362,7 +1365,7 @@ "title": "Password reset email sent" }, "newPassword": { - "title": "Password reset email sentSet new password", + "title": "Set new password", "password": "New Password", "errorLength": "Password must be at least 8 and at most 265 characters", "passwordRepeat": "Repeat Password", diff --git a/src/translation/it.json b/src/translation/it.json index 412972161..c2c405e29 100644 --- a/src/translation/it.json +++ b/src/translation/it.json @@ -151,12 +151,12 @@ }, "login": { "resetPasswordAction": "Reimposta password", - "signInAction": "Registrati", + "signInAction": "Accedi", "2faToken": "Token 2FA (se abilitato)", "password": "Password", "username": "Nome utente", "errorIncorrectCredentials": "Nome utente o password errati", - "loginTo": "Accedere" + "loginTo": "Accedi a" }, "app": { "updates": { @@ -532,7 +532,7 @@ "description": "Il Cloudron verrà configurato per ricevere e-mail su {{ domain }}. Leggi la documentazione su come aprire le porte richieste.", "cloudflareInfo": "Il dominio {{ adminDomain }} è gestito da Cloudflare. Verifica che il Cloudflare proxying sia disabilitato per {{ mailFqdn }} ed è impostato su DNS only. Questa impostazione è necessaria perchè Cloudflare non fa il proxy per le e-mail.", "enableAction": "Abilita", - "setupDnsInfo": "Utilizzare questa opzione per configurare automaticamente i record DNS relativi all'email. Lasciare deselezionata questa opzione è utile per creare caselle di posta e importare email prima di andare live." + "setupDnsInfo": "Usa questa opzione per l'impostazione automatica dei record DNS this option to automatically setup Email related DNS records. Leaving this option unchecked is useful for creating mail boxes and importing email before going live." }, "mailboxboxDialog": { "groupsHeader": "Gruppi", @@ -731,7 +731,7 @@ "title": "Logs" }, "listing": { - "stopTask": "Ferma {{ taskType === 'backup' ? 'Backup' : 'Cleanup' }}", + "stopTask": "Ferma {{ taskType === 'backup' ? 'Backup' : 'Pulizia' }}", "backupNow": "Esegui il backup adesso", "cleanupBackups": "Pulizia Backup", "tooltipDownloadBackupConfig": "Scarica Configurazione Backup", diff --git a/src/translation/nl.json b/src/translation/nl.json index 0c9376941..a06e63568 100644 --- a/src/translation/nl.json +++ b/src/translation/nl.json @@ -84,7 +84,7 @@ }, "noAppsFound": "Geen apps gevonden.", "appMissing": "Mis je een app? Laat het ons weten.", - "unstable": "Onstabiel", + "unstable": "Instabiel", "installDialog": { "lastUpdated": "Laatst geüpdatet {{ date }}", "memoryRequirement": "Minstens {{ size }} geheugen nodig", @@ -1103,7 +1103,7 @@ "filemanager": { "title": "Bestandsbeheer", "removeDialog": { - "reallyDelete": "Weet je zeker dat je {{ fileName }} wilt verwijderen?" + "reallyDelete": "Weet je zeker dat je het volgende wilt verwijderen?" }, "newDirectoryDialog": { "title": "Nieuwe map", @@ -1122,7 +1122,7 @@ "newOwner": "Nieuwe eigenaar", "change": "Eigenaar aanpassen", "recursiveCheckbox": "Eigenaar recursief aanpassen", - "title": "Eigenaarschap veranderen voor {{ fileName }}" + "title": "Eigenaarschap veranderen" }, "uploadingDialog": { "title": "Uploaden bestanden ({{ countDone }}/{{ count }})", @@ -1164,7 +1164,12 @@ "extract": "Hier uitpakken", "download": "Download", "delete": "Verwijderen", - "rename": "Hernoem" + "rename": "Hernoem", + "selectAll": "Alles selecteren", + "paste": "Plakken", + "copy": "Kopiëren", + "cut": "Knippen", + "edit": "Bewerk" }, "mtime": "Bewerkt" }, @@ -1364,7 +1369,7 @@ "passwordRepeat": "Herhaal wachtwoord", "errorLength": "Wachtwoord moet minstens 8 en maximaal 256 tekens bevatten", "password": "Nieuw wachtwoord", - "title": "E-mail voor wachtwoordherstel is verstuurd" + "title": "Stel een nieuw wachtwoord in" }, "emailSent": { "title": "E-mail voor wachtwoordherstel is verstuurd" diff --git a/src/translation/zh_Hans.json b/src/translation/zh_Hans.json index 8e6c3dfd0..f38869559 100644 --- a/src/translation/zh_Hans.json +++ b/src/translation/zh_Hans.json @@ -204,7 +204,8 @@ "memoryLimitDescription": "备份任务的内存限制。如果您增加了并发值,请调整内存上限。", "copyConcurrency": "并发数", "copyConcurrencyDescription": "当备份时同时复制几个文件。", - "copyConcurrencyDigitalOceanNote": "DigitalOcean Spaces 的上限为 20。" + "copyConcurrencyDigitalOceanNote": "DigitalOcean Spaces 的上限为 20。", + "s3LikeNote": "请不要在 S3 存储桶上设置 lifecycle 规则,因为这会导致 rsync 备份损坏。" } }, "main": { @@ -314,7 +315,8 @@ "createAccountAction": "创建账户", "switchToSignUpAction": "没有账户?注册", "switchToLoginAction": "已有账户?登录", - "description": "这个账户会被用来使用 App Store 和管理你的订阅服务" + "description": "这个账户会被用来使用 App Store 和管理你的订阅服务", + "intendedUse": "使用目的" }, "categoryLabel": "分类", "searchPlaceholder": "使用应用名称如 Github, Dropbox, Slack, Trello, ... 来搜索替代品" @@ -543,7 +545,7 @@ "receivedInfo": "将 {{ mailFrom | prettyEmailAddresses }} 发送的邮件保存到 {{ rcptTo | prettyEmailAddresses }}", "deliveredInfo": "从 {{ mailFrom | prettyEmailAddresses }} 发送给 {{ rcptTo | prettyEmailAddresses }} 的邮件已送达", "spamFilterTrainedInfo": "垃圾邮件过滤器使用邮箱的内容进行训练", - "spamFilterTrained": "垃圾邮件过滤器", + "spamFilterTrained": "垃圾邮件过滤器已训练", "bounceInfo": "为发送给 {{ rcptTo | prettyEmailAddresses }} 的邮件向 {{ mailFrom | prettyEmailAddresses }} 发送退信通知。 {{ details.message || details.reason }}", "inboundInfo": "从 {{ mailFrom | prettyEmailAddresses }} 发送给 {{ rcptTo | prettyEmailAddresses }} 的邮件。垃圾邮件判定:{{ details.spamStatus.indexOf('Yes,') === 0 ? '是' : '否' }}", "deniedInfo": "已拒绝 {{ remote.ip }} 的连接。{{ details.message || details.reason }}" @@ -856,7 +858,7 @@ "newOwner": "拥有者", "change": "修改拥有者", "recursiveCheckbox": "遍历文件夹修改拥有者", - "title": "修改文件 {{ fileName }} 的拥有者" + "title": "修改文件的拥有者" }, "uploadingDialog": { "title": "正在上传文件 ({{ countDone }}/{{ count }})", @@ -897,9 +899,15 @@ "chown": "修改拥有者", "extract": "解压到此处", "download": "下载", - "delete": "删除" + "delete": "删除", + "selectAll": "全选", + "paste": "粘贴", + "copy": "复制", + "cut": "剪切", + "edit": "编辑" }, - "symlink": "软链接到 {{ target }}" + "symlink": "软链接到 {{ target }}", + "mtime": "修改时间" }, "extract": { "error": "解压失败:{{ message }}" @@ -911,7 +919,7 @@ "restartingApp": "正在重启应用" }, "removeDialog": { - "reallyDelete": "确定要删除 {{ fileName }}?" + "reallyDelete": "确定要删除下列文件?" }, "newDirectory": { "errorAlreadyExists": "该目录已经存在"