feat: update translations (#76)

License: MIT
Signed-off-by: Henrique Dias <hacdias@gmail.com>
This commit is contained in:
Henrique Dias
2019-01-19 08:37:32 +00:00
committed by GitHub
parent 0c8ffaf73e
commit a438fc746f
4 changed files with 48 additions and 48 deletions

View File

@@ -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": "创建文件和文件夹",