feat: update translations (#76)
License: MIT Signed-off-by: Henrique Dias <hacdias@gmail.com>pull/739/head
parent
0c8ffaf73e
commit
a438fc746f
|
@ -38,7 +38,7 @@
|
|||
"linkCopied": "Verweis wurde kopiert !"
|
||||
},
|
||||
"errors": {
|
||||
"forbidden": "You don't have permissions to access this.",
|
||||
"forbidden": "Sie haben keine Berechtigung dies abzurufen.",
|
||||
"internal": "Etwas ist schief gelaufen.",
|
||||
"notFound": "Dieser Ort kann nicht angezeigt werden."
|
||||
},
|
||||
|
@ -76,13 +76,13 @@
|
|||
},
|
||||
"login": {
|
||||
"password": "Passwort",
|
||||
"passwordConfirm": "Password Confirmation",
|
||||
"passwordConfirm": "Passwort Bestätigung",
|
||||
"submit": "Login",
|
||||
"createAnAccount": "Create an account",
|
||||
"loginInstead": "Already have an account",
|
||||
"passwordsDontMatch": "Passwords don't match",
|
||||
"usernameTaken": "Username already taken",
|
||||
"signup": "Signup",
|
||||
"createAnAccount": "Account erstellen",
|
||||
"loginInstead": "Account besteht bereits",
|
||||
"passwordsDontMatch": "Passwörter stimmen nicht überein",
|
||||
"usernameTaken": "Benutzername ist bereits vergeben",
|
||||
"signup": "Registrieren",
|
||||
"username": "Benutzername",
|
||||
"wrongCredentials": "Falsche Zugangsdaten"
|
||||
},
|
||||
|
@ -121,9 +121,9 @@
|
|||
"settings": {
|
||||
"instanceName": "Instance name",
|
||||
"brandingDirectoryPath": "Branding directory path",
|
||||
"documentation": "documentation",
|
||||
"documentation": "Dokumentation",
|
||||
"branding": "Branding",
|
||||
"disableExternalLinks": "Disable external links (except documentation)",
|
||||
"disableExternalLinks": "Externe Links deaktivieren (außer Dokumentation)",
|
||||
"brandingHelp": "You can costumize how your File Browser instance looks and feels by changing its name, replacing the logo, adding custom styles and even disable external links to GitHub.\nFor more information about custom branding, please check out the {0}.",
|
||||
"admin": "Admin",
|
||||
"administrator": "Administrator",
|
||||
|
@ -164,28 +164,28 @@
|
|||
"username": "Nutzername",
|
||||
"users": "Nutzer",
|
||||
"globalRules": "This is a global set of allow and disallow rules. They apply to every user. You can define specific rules on each user's settings to override this ones.",
|
||||
"allowSignup": "Allow users to signup",
|
||||
"allowSignup": "Erlaube Benutzern sich zu registrieren",
|
||||
"insertRegex": "Insert regex expression",
|
||||
"insertPath": "Insert the path",
|
||||
"userUpdated": "Benutzer aktualisiert!",
|
||||
"userDefaults": "User default settings",
|
||||
"defaultUserDescription": "This are the default settings for new users.",
|
||||
"executeOnShell": "Execute on shell",
|
||||
"executeOnShell": "In shell ausführen",
|
||||
"executeOnShellDescription": "By default, File Browser executes the commands by calling their binaries directly. If you want to run them on a shell instead (such as Bash or PowerShell), you can define it here with the required arguments and flags. If set, the command you execute will be appended as an argument. This apply to both user commands and event hooks.",
|
||||
"perm": {
|
||||
"create": "Create files and directories",
|
||||
"delete": "Delete files and directories",
|
||||
"create": "Dateien und Ordner erstellen",
|
||||
"delete": "Dateien und Ordner löschen",
|
||||
"download": "Download",
|
||||
"modify": "Edit files",
|
||||
"execute": "Execute commands",
|
||||
"rename": "Rename or move files and directories",
|
||||
"share": "Share files"
|
||||
"execute": "Befehle ausführen",
|
||||
"rename": "Umbenennen oder Verschieben von Dateien oder Ordnern",
|
||||
"share": "Datei teilen"
|
||||
}
|
||||
},
|
||||
"sidebar": {
|
||||
"help": "Hilfe",
|
||||
"login": "Login",
|
||||
"signup": "Signup",
|
||||
"login": "Anmelden",
|
||||
"signup": "Registrieren",
|
||||
"logout": "Logout",
|
||||
"myFiles": "Meine Dateien",
|
||||
"newFile": "Neue Datei",
|
||||
|
@ -202,7 +202,7 @@
|
|||
"types": "Typen",
|
||||
"video": "Video",
|
||||
"search": "Suche...",
|
||||
"typeToSearch": "Type to search...",
|
||||
"typeToSearch": "Tippe um zu suchen...",
|
||||
"pressToSearch": "Press enter to search..."
|
||||
},
|
||||
"languages": {
|
||||
|
@ -229,7 +229,7 @@
|
|||
"days": "Tage"
|
||||
},
|
||||
"download": {
|
||||
"downloadFile": "Download File",
|
||||
"downloadFolder": "Download Folder"
|
||||
"downloadFile": "Download Datei",
|
||||
"downloadFolder": "Download Ordner"
|
||||
}
|
||||
}
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"permanent": "Permanente",
|
||||
"buttons": {
|
||||
"shell": "Toggle shell",
|
||||
"shell": "Presiona Enter para buscar...",
|
||||
"cancel": "Cancelar",
|
||||
"close": "Cerrar",
|
||||
"copy": "Copiar",
|
||||
|
@ -79,9 +79,9 @@
|
|||
"passwordConfirm": "Confirmación de contraseña",
|
||||
"submit": "Iniciar sesión",
|
||||
"createAnAccount": "Crear una cuenta",
|
||||
"loginInstead": "Already have an account",
|
||||
"loginInstead": "Usuario ya existente",
|
||||
"passwordsDontMatch": "Las contraseñas no coinciden",
|
||||
"usernameTaken": "Username already taken",
|
||||
"usernameTaken": "Nombre usuario no disponible",
|
||||
"signup": "Signup",
|
||||
"username": "Usuario",
|
||||
"wrongCredentials": "Usuario y/o contraseña incorrectos"
|
||||
|
@ -119,7 +119,7 @@
|
|||
"newArchetype": "Crea un nuevo post basado en un arquetipo. Tu archivo será creado en la carpeta de contenido."
|
||||
},
|
||||
"settings": {
|
||||
"instanceName": "Instance name",
|
||||
"instanceName": "Nombre de la instancia",
|
||||
"brandingDirectoryPath": "Branding directory path",
|
||||
"documentation": "documentación",
|
||||
"branding": "Branding",
|
||||
|
@ -165,20 +165,20 @@
|
|||
"users": "Usuarios",
|
||||
"globalRules": "This is a global set of allow and disallow rules. They apply to every user. You can define specific rules on each user's settings to override this ones.",
|
||||
"allowSignup": "Permitir registro de usuarios",
|
||||
"insertRegex": "Insert regex expression",
|
||||
"insertRegex": "Introducir expresión regular",
|
||||
"insertPath": "Introduce la ruta",
|
||||
"userUpdated": "¡Usuario actualizado!",
|
||||
"userDefaults": "Configuración de usuario por defecto",
|
||||
"defaultUserDescription": "This are the default settings for new users.",
|
||||
"executeOnShell": "Execute on shell",
|
||||
"executeOnShell": "Ejecutar en la shell",
|
||||
"executeOnShellDescription": "By default, File Browser executes the commands by calling their binaries directly. If you want to run them on a shell instead (such as Bash or PowerShell), you can define it here with the required arguments and flags. If set, the command you execute will be appended as an argument. This apply to both user commands and event hooks.",
|
||||
"perm": {
|
||||
"create": "Crear ficheros y directorios",
|
||||
"delete": "Eliminar ficheros y directorios",
|
||||
"download": "Descargar",
|
||||
"modify": "Edit files",
|
||||
"modify": "Editar ficheros",
|
||||
"execute": "Executar comandos",
|
||||
"rename": "Rename or move files and directories",
|
||||
"rename": "Renombrar o mover ficheros y directorios",
|
||||
"share": "Compartir ficheros"
|
||||
}
|
||||
},
|
||||
|
@ -229,7 +229,7 @@
|
|||
"days": "Días"
|
||||
},
|
||||
"download": {
|
||||
"downloadFile": "Download File",
|
||||
"downloadFolder": "Download Folder"
|
||||
"downloadFile": "Descargar fichero",
|
||||
"downloadFolder": "Descargar directorio"
|
||||
}
|
||||
}
|
|
@ -45,7 +45,7 @@
|
|||
"files": {
|
||||
"folders": "文件夹",
|
||||
"files": "文件",
|
||||
"body": "Body",
|
||||
"body": "内容",
|
||||
"clear": "清空",
|
||||
"closePreview": "关闭预览",
|
||||
"home": "主页",
|
||||
|
@ -120,11 +120,11 @@
|
|||
},
|
||||
"settings": {
|
||||
"instanceName": "Instance name",
|
||||
"brandingDirectoryPath": "Branding directory path",
|
||||
"documentation": "documentation",
|
||||
"branding": "Branding",
|
||||
"disableExternalLinks": "Disable external links (except documentation)",
|
||||
"brandingHelp": "You can costumize how your File Browser instance looks and feels by changing its name, replacing the logo, adding custom styles and even disable external links to GitHub.\nFor more information about custom branding, please check out the {0}.",
|
||||
"brandingDirectoryPath": "品牌信息文件夹路径",
|
||||
"documentation": "帮助文档",
|
||||
"branding": "品牌",
|
||||
"disableExternalLinks": "禁止外部链接(帮助文档除外)",
|
||||
"brandingHelp": "您可以通过改变名称,更换商标,加入自定义样式,甚至禁用外部链接来自定义File Browser的外观和给人的感觉。\n想获得更多信息,请查看 {0} 。",
|
||||
"admin": "管理员",
|
||||
"administrator": "管理员",
|
||||
"allowCommands": "执行命令(Linux 代码)",
|
||||
|
@ -133,7 +133,7 @@
|
|||
"allowPublish": "发布新的帖子与页面",
|
||||
"avoidChanges": "(留空以避免更改)",
|
||||
"changePassword": "更改密码",
|
||||
"commandRunner": "Command runner",
|
||||
"commandRunner": "命令执行器",
|
||||
"commandRunnerHelp": "Here you can set commands that are executed in the named events. You must write one per line. The environment variables {0} and {1} will be available, being {0} relative to {1}. For more information about this feature and the available environment variables, please read the {2}.",
|
||||
"commandsUpdated": "命令已更新!",
|
||||
"customStylesheet": "自定义样式表",
|
||||
|
@ -163,14 +163,14 @@
|
|||
"userManagement": "用户管理",
|
||||
"username": "用户名",
|
||||
"users": "用户",
|
||||
"globalRules": "This is a global set of allow and disallow rules. They apply to every user. You can define specific rules on each user's settings to override this ones.",
|
||||
"globalRules": "这是全局允许与禁止规则。它们作用于所有用户。您可以给每个用户定义单独的特殊规则来覆盖全局规则。",
|
||||
"allowSignup": "允许用户注册",
|
||||
"insertRegex": "插入正则表达式",
|
||||
"insertPath": "Insert the path",
|
||||
"userUpdated": "用户已更新!",
|
||||
"userDefaults": "用户默认设置",
|
||||
"defaultUserDescription": "这些是新用户的默认设置",
|
||||
"executeOnShell": "Execute on shell",
|
||||
"executeOnShell": "在Shell中执行",
|
||||
"executeOnShellDescription": "By default, File Browser executes the commands by calling their binaries directly. If you want to run them on a shell instead (such as Bash or PowerShell), you can define it here with the required arguments and flags. If set, the command you execute will be appended as an argument. This apply to both user commands and event hooks.",
|
||||
"perm": {
|
||||
"create": "创建文件和文件夹",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"permanent": "永久",
|
||||
"buttons": {
|
||||
"shell": "Toggle shell",
|
||||
"shell": "切換 shell",
|
||||
"cancel": "取消",
|
||||
"close": "關閉",
|
||||
"copy": "複製",
|
||||
|
@ -38,14 +38,14 @@
|
|||
"linkCopied": "連結已複製!"
|
||||
},
|
||||
"errors": {
|
||||
"forbidden": "You don't have permissions to access this.",
|
||||
"forbidden": "您無權訪問。",
|
||||
"internal": "伺服器出了點問題。",
|
||||
"notFound": "找不到檔案。"
|
||||
},
|
||||
"files": {
|
||||
"folders": "資料夾",
|
||||
"files": "檔案",
|
||||
"body": "Body",
|
||||
"body": "内容",
|
||||
"clear": "清空",
|
||||
"closePreview": "關閉預覽",
|
||||
"home": "主頁",
|
||||
|
@ -76,12 +76,12 @@
|
|||
},
|
||||
"login": {
|
||||
"password": "密碼",
|
||||
"passwordConfirm": "Password Confirmation",
|
||||
"passwordConfirm": "確認密碼",
|
||||
"submit": "登入",
|
||||
"createAnAccount": "Create an account",
|
||||
"loginInstead": "Already have an account",
|
||||
"passwordsDontMatch": "Passwords don't match",
|
||||
"usernameTaken": "Username already taken",
|
||||
"createAnAccount": "新建賬戶",
|
||||
"loginInstead": "已有賬戶登錄",
|
||||
"passwordsDontMatch": "密碼不匹配",
|
||||
"usernameTaken": "用戶名已存在",
|
||||
"signup": "註冊",
|
||||
"username": "帳號",
|
||||
"wrongCredentials": "帳號或密碼錯誤"
|
||||
|
|
Loading…
Reference in New Issue