ZH CN translation of several addons THX 朱陈锬

This commit is contained in:
Tobias Diekershoff 2018-08-17 11:32:24 +02:00
parent f489ee7911
commit b7717db8ea
14 changed files with 380 additions and 39 deletions

View file

@ -1,8 +1,14 @@
<?php
$a->strings["\"Show more\" Settings"] = "「看更多」设置";
$a->strings["Enable Show More"] = "使看更多能用";
$a->strings["Cutting posts after how much characters"] = "剪掉文章多少字后";
$a->strings["Submit"] = "提交";
$a->strings["Show More Settings saved."] = "看更多设置保存了。";
$a->strings["show more"] = "看多";
<?php
if(! function_exists("string_plural_select_zh_cn")) {
function string_plural_select_zh_cn($n){
$n = intval($n);
return 0;;
}}
;
$a->strings["\"Show more\" Settings"] = "“显示更多”设置";
$a->strings["Enable Show More"] = "启用显示更多功能";
$a->strings["Cutting posts after how much characters"] = "在多少字之后切断原文";
$a->strings["Save Settings"] = "保存设置";
$a->strings["Show More Settings saved."] = "显示更多功能设置已保存。";
$a->strings["show more"] = "显示更多";