From: Tobias Diekershoff Date: Mon, 2 Oct 2017 16:19:38 +0000 (+0200) Subject: added ZH-CN translation of cal addon, thx mytbk X-Git-Url: https://git.mxchange.org/?p=friendica-addons.git;a=commitdiff_plain;h=cfb4313806f334650824221b653f88950689fc9d added ZH-CN translation of cal addon, thx mytbk --- diff --git a/cal/lang/zh-cn/messages.po b/cal/lang/zh-cn/messages.po new file mode 100644 index 00000000..15f34a47 --- /dev/null +++ b/cal/lang/zh-cn/messages.po @@ -0,0 +1,56 @@ +# ADDON cal +# Copyright (C) +# This file is distributed under the same license as the Friendica cal addon package. +# +# +# Translators: +# mytbk , 2017 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2014-06-22 13:18+0200\n" +"PO-Revision-Date: 2017-10-02 05:52+0000\n" +"Last-Translator: mytbk \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" + +#: cal.php:33 +msgid "Event Export" +msgstr "事件导出" + +#: cal.php:33 +msgid "You can download public events from: " +msgstr "你可以从这里下载公开事件:" + +#: cal.php:53 +msgid "The user does not export the calendar." +msgstr "这个用户没有导出日历。" + +#: cal.php:83 +msgid "This calendar format is not supported" +msgstr "不支持这个日历格式" + +#: cal.php:181 cal.php:185 +msgid "Export Events" +msgstr "导出事件" + +#: cal.php:189 +msgid "If this is enabled, your public events will be available at" +msgstr "如果这个被启用,你的公开事件会在" + +#: cal.php:190 +msgid "Currently supported formats are ical and csv." +msgstr "当前支持的格式是 ical 和 csv." + +#: cal.php:191 +msgid "Enable calendar export" +msgstr "启用日历导出" + +#: cal.php:193 +msgid "Save Settings" +msgstr "保存设置" diff --git a/cal/lang/zh-cn/strings.php b/cal/lang/zh-cn/strings.php new file mode 100644 index 00000000..e94fa51b --- /dev/null +++ b/cal/lang/zh-cn/strings.php @@ -0,0 +1,16 @@ +strings["Event Export"] = "事件导出"; +$a->strings["You can download public events from: "] = "你可以从这里下载公开事件:"; +$a->strings["The user does not export the calendar."] = "这个用户没有导出日历。"; +$a->strings["This calendar format is not supported"] = "不支持这个日历格式"; +$a->strings["Export Events"] = "导出事件"; +$a->strings["If this is enabled, your public events will be available at"] = "如果这个被启用,你的公开事件会在"; +$a->strings["Currently supported formats are ical and csv."] = "当前支持的格式是 ical 和 csv."; +$a->strings["Enable calendar export"] = "启用日历导出"; +$a->strings["Save Settings"] = "保存设置";