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 !"
|
"linkCopied": "Verweis wurde kopiert !"
|
||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"forbidden": "You don't have permissions to access this.",
|
"forbidden": "Sie haben keine Berechtigung dies abzurufen.",
|
||||||
"internal": "Etwas ist schief gelaufen.",
|
"internal": "Etwas ist schief gelaufen.",
|
||||||
"notFound": "Dieser Ort kann nicht angezeigt werden."
|
"notFound": "Dieser Ort kann nicht angezeigt werden."
|
||||||
},
|
},
|
||||||
|
@ -76,13 +76,13 @@
|
||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
"password": "Passwort",
|
"password": "Passwort",
|
||||||
"passwordConfirm": "Password Confirmation",
|
"passwordConfirm": "Passwort Bestätigung",
|
||||||
"submit": "Login",
|
"submit": "Login",
|
||||||
"createAnAccount": "Create an account",
|
"createAnAccount": "Account erstellen",
|
||||||
"loginInstead": "Already have an account",
|
"loginInstead": "Account besteht bereits",
|
||||||
"passwordsDontMatch": "Passwords don't match",
|
"passwordsDontMatch": "Passwörter stimmen nicht überein",
|
||||||
"usernameTaken": "Username already taken",
|
"usernameTaken": "Benutzername ist bereits vergeben",
|
||||||
"signup": "Signup",
|
"signup": "Registrieren",
|
||||||
"username": "Benutzername",
|
"username": "Benutzername",
|
||||||
"wrongCredentials": "Falsche Zugangsdaten"
|
"wrongCredentials": "Falsche Zugangsdaten"
|
||||||
},
|
},
|
||||||
|
@ -121,9 +121,9 @@
|
||||||
"settings": {
|
"settings": {
|
||||||
"instanceName": "Instance name",
|
"instanceName": "Instance name",
|
||||||
"brandingDirectoryPath": "Branding directory path",
|
"brandingDirectoryPath": "Branding directory path",
|
||||||
"documentation": "documentation",
|
"documentation": "Dokumentation",
|
||||||
"branding": "Branding",
|
"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}.",
|
"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",
|
"admin": "Admin",
|
||||||
"administrator": "Administrator",
|
"administrator": "Administrator",
|
||||||
|
@ -164,28 +164,28 @@
|
||||||
"username": "Nutzername",
|
"username": "Nutzername",
|
||||||
"users": "Nutzer",
|
"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.",
|
"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",
|
"insertRegex": "Insert regex expression",
|
||||||
"insertPath": "Insert the path",
|
"insertPath": "Insert the path",
|
||||||
"userUpdated": "Benutzer aktualisiert!",
|
"userUpdated": "Benutzer aktualisiert!",
|
||||||
"userDefaults": "User default settings",
|
"userDefaults": "User default settings",
|
||||||
"defaultUserDescription": "This are the default settings for new users.",
|
"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.",
|
"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": {
|
"perm": {
|
||||||
"create": "Create files and directories",
|
"create": "Dateien und Ordner erstellen",
|
||||||
"delete": "Delete files and directories",
|
"delete": "Dateien und Ordner löschen",
|
||||||
"download": "Download",
|
"download": "Download",
|
||||||
"modify": "Edit files",
|
"modify": "Edit files",
|
||||||
"execute": "Execute commands",
|
"execute": "Befehle ausführen",
|
||||||
"rename": "Rename or move files and directories",
|
"rename": "Umbenennen oder Verschieben von Dateien oder Ordnern",
|
||||||
"share": "Share files"
|
"share": "Datei teilen"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"sidebar": {
|
"sidebar": {
|
||||||
"help": "Hilfe",
|
"help": "Hilfe",
|
||||||
"login": "Login",
|
"login": "Anmelden",
|
||||||
"signup": "Signup",
|
"signup": "Registrieren",
|
||||||
"logout": "Logout",
|
"logout": "Logout",
|
||||||
"myFiles": "Meine Dateien",
|
"myFiles": "Meine Dateien",
|
||||||
"newFile": "Neue Datei",
|
"newFile": "Neue Datei",
|
||||||
|
@ -202,7 +202,7 @@
|
||||||
"types": "Typen",
|
"types": "Typen",
|
||||||
"video": "Video",
|
"video": "Video",
|
||||||
"search": "Suche...",
|
"search": "Suche...",
|
||||||
"typeToSearch": "Type to search...",
|
"typeToSearch": "Tippe um zu suchen...",
|
||||||
"pressToSearch": "Press enter to search..."
|
"pressToSearch": "Press enter to search..."
|
||||||
},
|
},
|
||||||
"languages": {
|
"languages": {
|
||||||
|
@ -229,7 +229,7 @@
|
||||||
"days": "Tage"
|
"days": "Tage"
|
||||||
},
|
},
|
||||||
"download": {
|
"download": {
|
||||||
"downloadFile": "Download File",
|
"downloadFile": "Download Datei",
|
||||||
"downloadFolder": "Download Folder"
|
"downloadFolder": "Download Ordner"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"permanent": "Permanente",
|
"permanent": "Permanente",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"shell": "Toggle shell",
|
"shell": "Presiona Enter para buscar...",
|
||||||
"cancel": "Cancelar",
|
"cancel": "Cancelar",
|
||||||
"close": "Cerrar",
|
"close": "Cerrar",
|
||||||
"copy": "Copiar",
|
"copy": "Copiar",
|
||||||
|
@ -79,9 +79,9 @@
|
||||||
"passwordConfirm": "Confirmación de contraseña",
|
"passwordConfirm": "Confirmación de contraseña",
|
||||||
"submit": "Iniciar sesión",
|
"submit": "Iniciar sesión",
|
||||||
"createAnAccount": "Crear una cuenta",
|
"createAnAccount": "Crear una cuenta",
|
||||||
"loginInstead": "Already have an account",
|
"loginInstead": "Usuario ya existente",
|
||||||
"passwordsDontMatch": "Las contraseñas no coinciden",
|
"passwordsDontMatch": "Las contraseñas no coinciden",
|
||||||
"usernameTaken": "Username already taken",
|
"usernameTaken": "Nombre usuario no disponible",
|
||||||
"signup": "Signup",
|
"signup": "Signup",
|
||||||
"username": "Usuario",
|
"username": "Usuario",
|
||||||
"wrongCredentials": "Usuario y/o contraseña incorrectos"
|
"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."
|
"newArchetype": "Crea un nuevo post basado en un arquetipo. Tu archivo será creado en la carpeta de contenido."
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"instanceName": "Instance name",
|
"instanceName": "Nombre de la instancia",
|
||||||
"brandingDirectoryPath": "Branding directory path",
|
"brandingDirectoryPath": "Branding directory path",
|
||||||
"documentation": "documentación",
|
"documentation": "documentación",
|
||||||
"branding": "Branding",
|
"branding": "Branding",
|
||||||
|
@ -165,20 +165,20 @@
|
||||||
"users": "Usuarios",
|
"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.",
|
"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",
|
"allowSignup": "Permitir registro de usuarios",
|
||||||
"insertRegex": "Insert regex expression",
|
"insertRegex": "Introducir expresión regular",
|
||||||
"insertPath": "Introduce la ruta",
|
"insertPath": "Introduce la ruta",
|
||||||
"userUpdated": "¡Usuario actualizado!",
|
"userUpdated": "¡Usuario actualizado!",
|
||||||
"userDefaults": "Configuración de usuario por defecto",
|
"userDefaults": "Configuración de usuario por defecto",
|
||||||
"defaultUserDescription": "This are the default settings for new users.",
|
"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.",
|
"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": {
|
"perm": {
|
||||||
"create": "Crear ficheros y directorios",
|
"create": "Crear ficheros y directorios",
|
||||||
"delete": "Eliminar ficheros y directorios",
|
"delete": "Eliminar ficheros y directorios",
|
||||||
"download": "Descargar",
|
"download": "Descargar",
|
||||||
"modify": "Edit files",
|
"modify": "Editar ficheros",
|
||||||
"execute": "Executar comandos",
|
"execute": "Executar comandos",
|
||||||
"rename": "Rename or move files and directories",
|
"rename": "Renombrar o mover ficheros y directorios",
|
||||||
"share": "Compartir ficheros"
|
"share": "Compartir ficheros"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -229,7 +229,7 @@
|
||||||
"days": "Días"
|
"days": "Días"
|
||||||
},
|
},
|
||||||
"download": {
|
"download": {
|
||||||
"downloadFile": "Download File",
|
"downloadFile": "Descargar fichero",
|
||||||
"downloadFolder": "Download Folder"
|
"downloadFolder": "Descargar directorio"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -45,7 +45,7 @@
|
||||||
"files": {
|
"files": {
|
||||||
"folders": "文件夹",
|
"folders": "文件夹",
|
||||||
"files": "文件",
|
"files": "文件",
|
||||||
"body": "Body",
|
"body": "内容",
|
||||||
"clear": "清空",
|
"clear": "清空",
|
||||||
"closePreview": "关闭预览",
|
"closePreview": "关闭预览",
|
||||||
"home": "主页",
|
"home": "主页",
|
||||||
|
@ -120,11 +120,11 @@
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"instanceName": "Instance name",
|
"instanceName": "Instance name",
|
||||||
"brandingDirectoryPath": "Branding directory path",
|
"brandingDirectoryPath": "品牌信息文件夹路径",
|
||||||
"documentation": "documentation",
|
"documentation": "帮助文档",
|
||||||
"branding": "Branding",
|
"branding": "品牌",
|
||||||
"disableExternalLinks": "Disable external links (except documentation)",
|
"disableExternalLinks": "禁止外部链接(帮助文档除外)",
|
||||||
"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}.",
|
"brandingHelp": "您可以通过改变名称,更换商标,加入自定义样式,甚至禁用外部链接来自定义File Browser的外观和给人的感觉。\n想获得更多信息,请查看 {0} 。",
|
||||||
"admin": "管理员",
|
"admin": "管理员",
|
||||||
"administrator": "管理员",
|
"administrator": "管理员",
|
||||||
"allowCommands": "执行命令(Linux 代码)",
|
"allowCommands": "执行命令(Linux 代码)",
|
||||||
|
@ -133,7 +133,7 @@
|
||||||
"allowPublish": "发布新的帖子与页面",
|
"allowPublish": "发布新的帖子与页面",
|
||||||
"avoidChanges": "(留空以避免更改)",
|
"avoidChanges": "(留空以避免更改)",
|
||||||
"changePassword": "更改密码",
|
"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}.",
|
"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": "命令已更新!",
|
"commandsUpdated": "命令已更新!",
|
||||||
"customStylesheet": "自定义样式表",
|
"customStylesheet": "自定义样式表",
|
||||||
|
@ -163,14 +163,14 @@
|
||||||
"userManagement": "用户管理",
|
"userManagement": "用户管理",
|
||||||
"username": "用户名",
|
"username": "用户名",
|
||||||
"users": "用户",
|
"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": "允许用户注册",
|
"allowSignup": "允许用户注册",
|
||||||
"insertRegex": "插入正则表达式",
|
"insertRegex": "插入正则表达式",
|
||||||
"insertPath": "Insert the path",
|
"insertPath": "Insert the path",
|
||||||
"userUpdated": "用户已更新!",
|
"userUpdated": "用户已更新!",
|
||||||
"userDefaults": "用户默认设置",
|
"userDefaults": "用户默认设置",
|
||||||
"defaultUserDescription": "这些是新用户的默认设置",
|
"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.",
|
"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": {
|
"perm": {
|
||||||
"create": "创建文件和文件夹",
|
"create": "创建文件和文件夹",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"permanent": "永久",
|
"permanent": "永久",
|
||||||
"buttons": {
|
"buttons": {
|
||||||
"shell": "Toggle shell",
|
"shell": "切換 shell",
|
||||||
"cancel": "取消",
|
"cancel": "取消",
|
||||||
"close": "關閉",
|
"close": "關閉",
|
||||||
"copy": "複製",
|
"copy": "複製",
|
||||||
|
@ -38,14 +38,14 @@
|
||||||
"linkCopied": "連結已複製!"
|
"linkCopied": "連結已複製!"
|
||||||
},
|
},
|
||||||
"errors": {
|
"errors": {
|
||||||
"forbidden": "You don't have permissions to access this.",
|
"forbidden": "您無權訪問。",
|
||||||
"internal": "伺服器出了點問題。",
|
"internal": "伺服器出了點問題。",
|
||||||
"notFound": "找不到檔案。"
|
"notFound": "找不到檔案。"
|
||||||
},
|
},
|
||||||
"files": {
|
"files": {
|
||||||
"folders": "資料夾",
|
"folders": "資料夾",
|
||||||
"files": "檔案",
|
"files": "檔案",
|
||||||
"body": "Body",
|
"body": "内容",
|
||||||
"clear": "清空",
|
"clear": "清空",
|
||||||
"closePreview": "關閉預覽",
|
"closePreview": "關閉預覽",
|
||||||
"home": "主頁",
|
"home": "主頁",
|
||||||
|
@ -76,12 +76,12 @@
|
||||||
},
|
},
|
||||||
"login": {
|
"login": {
|
||||||
"password": "密碼",
|
"password": "密碼",
|
||||||
"passwordConfirm": "Password Confirmation",
|
"passwordConfirm": "確認密碼",
|
||||||
"submit": "登入",
|
"submit": "登入",
|
||||||
"createAnAccount": "Create an account",
|
"createAnAccount": "新建賬戶",
|
||||||
"loginInstead": "Already have an account",
|
"loginInstead": "已有賬戶登錄",
|
||||||
"passwordsDontMatch": "Passwords don't match",
|
"passwordsDontMatch": "密碼不匹配",
|
||||||
"usernameTaken": "Username already taken",
|
"usernameTaken": "用戶名已存在",
|
||||||
"signup": "註冊",
|
"signup": "註冊",
|
||||||
"username": "帳號",
|
"username": "帳號",
|
||||||
"wrongCredentials": "帳號或密碼錯誤"
|
"wrongCredentials": "帳號或密碼錯誤"
|
||||||
|
|
Loading…
Reference in New Issue