mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-06-07 09:54:27 +02:00
ZH CN translation of several addons THX 朱陈锬
This commit is contained in:
parent
f489ee7911
commit
b7717db8ea
14 changed files with 380 additions and 39 deletions
44
showmore/lang/zh-cn/messages.po
Normal file
44
showmore/lang/zh-cn/messages.po
Normal file
|
@ -0,0 +1,44 @@
|
|||
# ADDON showmore
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica showmore addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# 朱陈锬 <tangenters@outlook.com>, 2018
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: friendica\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2018-04-01 11:11-0400\n"
|
||||
"PO-Revision-Date: 2018-08-14 07:58+0000\n"
|
||||
"Last-Translator: 朱陈锬 <tangenters@outlook.com>\n"
|
||||
"Language-Team: Chinese (China) (http://www.transifex.com/Friendica/friendica/language/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: showmore.php:41 showmore.php:45
|
||||
msgid "\"Show more\" Settings"
|
||||
msgstr "“显示更多”设置"
|
||||
|
||||
#: showmore.php:50
|
||||
msgid "Enable Show More"
|
||||
msgstr "启用显示更多功能"
|
||||
|
||||
#: showmore.php:53
|
||||
msgid "Cutting posts after how much characters"
|
||||
msgstr "在多少字之后切断原文"
|
||||
|
||||
#: showmore.php:57
|
||||
msgid "Save Settings"
|
||||
msgstr "保存设置"
|
||||
|
||||
#: showmore.php:74
|
||||
msgid "Show More Settings saved."
|
||||
msgstr "显示更多功能设置已保存。"
|
||||
|
||||
#: showmore.php:134
|
||||
msgid "show more"
|
||||
msgstr "显示更多"
|
|
@ -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"] = "显示更多";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue