-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
skywalker512
committed
Jun 19, 2018
1 parent
6a70931
commit 78ce5bd
Showing
11 changed files
with
684 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?php | ||
$definitions["Answer"] = "被采纳"; | ||
$definitions["Answered"] = "已回应"; | ||
$definitions["Answered by %s"] = "最佳回应 %s"; | ||
$definitions["label.answered"] = "已有最佳回应"; | ||
$definitions["Remove answer"] = "取消采纳"; | ||
$definitions["See post in context"] = "跳到那里"; | ||
$definitions["This post answered my question"] = "采纳并显示到顶部"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
$definitions["Attach a file"] = "上传资源"; | ||
$definitions["Drop files to upload"] = "上传资源"; | ||
$definitions["Embed in post"] = "插入到内容"; | ||
$definitions["message.attachmentNotFound"] = "资源未找到"; | ||
$definitions["Enter file extensions separated by a space. Leave blank to allow all file types."] = "输入文件扩展名之间用一个空格来分隔。空白允许所有的文件类型。"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<?php | ||
$definitions["Code"] = "代码"; | ||
$definitions["Image"] = "网络图片"; | ||
$definitions["Link"] = "链接"; | ||
$definitions["Strike"] = "删除线"; | ||
$definitions["Header"] = "标题"; | ||
$definitions["Italic"] = "斜体"; | ||
$definitions["Bold"] = "加粗"; | ||
$definitions["Quote"] = "引用"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?php | ||
$definitions["Smileys"] = "插入表情"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
$definitions["Like"] = "喜欢"; | ||
$definitions["%s likes this."] = "%s 已喜欢"; | ||
$definitions["%s like this."] = "%s 已喜欢"; | ||
$definitions["Unlike"] = "取消喜欢"; | ||
$definitions["Members Who Liked This Post"] = "成员喜欢这个帖子"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?php | ||
$definitions["Solve this"] = "算出图片上的结果"; | ||
$definitions["Invalid!, You need calculator? :D"] = "算错啦 ! 你需要计算器吗? :D"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?php | ||
$definitions["About"] = "关于成员"; | ||
$definitions["Create Field"] = "创建字段"; | ||
$definitions["Edit Field"] = "Edit Field"; | ||
$definitions["Field description"] = "编辑描述"; | ||
$definitions["Field name"] = "字段名"; | ||
$definitions["Hide field from guests"] = "对游客"; | ||
$definitions["Input type"] = "输入类型"; | ||
$definitions["Location"] = "位置"; | ||
$definitions["Manage Profile Fields"] = "管理字段"; | ||
$definitions["Options"] = "选择"; | ||
$definitions["Privacy"] = "隐私"; | ||
$definitions["Show field on posts"] = "在话题中显示"; | ||
$definitions["Hide field from guests"] = "对游客隐藏"; | ||
$definitions["Searchable in member list"] = "允许会员列表中搜索"; | ||
$definitions["Write something about yourself."] = "写点关于你的"; | ||
$definitions["Text"] = "单行文本"; | ||
$definitions["Textarea"] = "长文本框"; | ||
$definitions["Select"] = "下拉选择"; | ||
$definitions["Radio buttons"] = "单选按钮"; | ||
$definitions["Checkboxes"] = "多选按钮"; | ||
$definitions["Member reference"] = "单行链接"; | ||
$definitions["Enter one option per line"] = "每行一个选项"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<?php | ||
$definitions["Server"] = "服务器"; | ||
$definitions["Port"] = "端口"; | ||
$definitions["Authentication"] = "验证"; | ||
$definitions["Normal"] = "正常"; | ||
$definitions["TLS"] = "TLS"; | ||
$definitions["SSL"] = "SSL"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?php | ||
$definitions["Characters"] = "字符"; | ||
$definitions["Enter the amount of signature characters allowed."] = "输入最大允许字符数"; | ||
$definitions["Signature"] = "签名"; | ||
$definitions["Max charaters:"] = "最多字符数:"; | ||
$definitions["BBCode Allowed"] = "允许BBCode代码"; |
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.