ZH-CN: update to the strings
This commit is contained in:
parent
3742d0d5ba
commit
605f94f790
File diff suppressed because it is too large
Load diff
|
@ -53,6 +53,7 @@ $a->strings["Description:"] = "描述:";
|
|||
$a->strings["Location:"] = "位置:";
|
||||
$a->strings["Title:"] = "";
|
||||
$a->strings["Share this event"] = "分享这个项目";
|
||||
$a->strings["System down for maintenance"] = "";
|
||||
$a->strings["Cancel"] = "退消";
|
||||
$a->strings["Tag removed"] = "标签去除了";
|
||||
$a->strings["Remove Item Tag"] = "去除项目标签";
|
||||
|
@ -1040,6 +1041,7 @@ $a->strings["No entries."] = "没有项目。";
|
|||
$a->strings["Source (bbcode) text:"] = "";
|
||||
$a->strings["Source (Diaspora) text to convert to BBcode:"] = "";
|
||||
$a->strings["Source input: "] = "";
|
||||
$a->strings["bb2html (raw HTML): "] = "";
|
||||
$a->strings["bb2html: "] = "";
|
||||
$a->strings["bb2html2bb: "] = "";
|
||||
$a->strings["bb2md: "] = "";
|
||||
|
@ -2051,9 +2053,8 @@ $a->strings["Delete Selected Items"] = "删除选的项目";
|
|||
$a->strings["Follow Thread"] = "";
|
||||
$a->strings["%s likes this."] = "%s喜欢这个.";
|
||||
$a->strings["%s doesn't like this."] = "%s没有喜欢这个.";
|
||||
$a->strings["like this"] = "";
|
||||
$a->strings["don't like this"] = "";
|
||||
$a->strings["people"] = "";
|
||||
$a->strings["<span %1\$s>%2\$d people</span> like this"] = "";
|
||||
$a->strings["<span %1\$s>%2\$d people</span> don't like this"] = "";
|
||||
$a->strings["and"] = "和";
|
||||
$a->strings[", and %d other people"] = ",和%d别人";
|
||||
$a->strings["%s like this."] = "%s喜欢这个";
|
||||
|
|
Loading…
Reference in a new issue