regenerated all the strings

This commit is contained in:
Tobias Diekershoff 2021-10-10 08:27:53 +02:00
parent 55986ad17d
commit 25ba6023d0
767 changed files with 7410 additions and 7962 deletions

View file

@ -5,12 +5,11 @@ function string_plural_select_zh_cn($n){
$n = intval($n);
return intval(0);
}}
;
$a->strings["Content Filter (NSFW and more)"] = "内容过滤 ( NSFW 及其他更多)";
$a->strings["Enable Content filter"] = "启用内容过滤";
$a->strings["Comma separated list of keywords to hide"] = "以逗号分隔需隐藏关键字列表";
$a->strings["Save Settings"] = "保存设置";
$a->strings["Use /expression/ to provide regular expressions"] = "使用 /expression/ 以提供正则表达式";
$a->strings["NSFW Settings saved."] = "NSFW 设置已保存";
$a->strings["Filtered tag: %s"] = "已过滤标签:%s";
$a->strings["Filtered word: %s"] = "已过滤字词:%s";
$a->strings['Content Filter (NSFW and more)'] = '内容过滤 ( NSFW 及其他更多)';
$a->strings['Enable Content filter'] = '启用内容过滤';
$a->strings['Comma separated list of keywords to hide'] = '以逗号分隔需隐藏关键字列表';
$a->strings['Save Settings'] = '保存设置';
$a->strings['Use /expression/ to provide regular expressions'] = '使用 /expression/ 以提供正则表达式';
$a->strings['NSFW Settings saved.'] = 'NSFW 设置已保存';
$a->strings['Filtered tag: %s'] = '已过滤标签:%s';
$a->strings['Filtered word: %s'] = '已过滤字词:%s';