]> git.mxchange.org Git - friendica-addons.git/commitdiff
ifttt translation added ZH CN thx vicdorke
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 18 Aug 2020 16:39:18 +0000 (18:39 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Tue, 18 Aug 2020 16:39:18 +0000 (18:39 +0200)
ifttt/lang/zh-cn/messages.po [new file with mode: 0644]
ifttt/lang/zh-cn/strings.php [new file with mode: 0644]

diff --git a/ifttt/lang/zh-cn/messages.po b/ifttt/lang/zh-cn/messages.po
new file mode 100644 (file)
index 0000000..4fb9f17
--- /dev/null
@@ -0,0 +1,57 @@
+# ADDON ifttt
+# Copyright (C)
+# This file is distributed under the same license as the Friendica ifttt addon package.
+# 
+# 
+# Translators:
+# steve jobs <vicdorke@gmail.com>, 2020
+# 
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2017-11-27 09:30+0100\n"
+"PO-Revision-Date: 2017-11-27 10:37+0000\n"
+"Last-Translator: steve jobs <vicdorke@gmail.com>, 2020\n"
+"Language-Team: Chinese (China) (https://www.transifex.com/Friendica/teams/12172/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"
+
+#: ifttt.php:53 ifttt.php:57
+msgid "IFTTT Mirror"
+msgstr "IFTTT 镜像"
+
+#: ifttt.php:61
+msgid ""
+"Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create "
+"three Facebook recipes that are connected with <a "
+"href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then "
+"Maker\") with the following parameters:"
+msgstr ""
+"在<a href=\"http://www.ifttt.com\">IFTTT</a>创建一个帐户。创建三个与<a "
+"href=\"https://ifttt.com/maker\">Maker</a>(表格为“ if Facebook then Maker”)相关的 "
+"Facebook 菜谱,参数如下:"
+
+#: ifttt.php:68
+msgid "Body for \"new status message\""
+msgstr ""
+
+#: ifttt.php:70
+msgid "Body for \"new photo upload\""
+msgstr ""
+
+#: ifttt.php:72
+msgid "Body for \"new link post\""
+msgstr ""
+
+#: ifttt.php:77
+msgid "Generate new key"
+msgstr "生成新的密钥"
+
+#: ifttt.php:81
+msgid "Save Settings"
+msgstr "保存设置"
diff --git a/ifttt/lang/zh-cn/strings.php b/ifttt/lang/zh-cn/strings.php
new file mode 100644 (file)
index 0000000..61e3402
--- /dev/null
@@ -0,0 +1,15 @@
+<?php
+
+if(! function_exists("string_plural_select_zh_cn")) {
+function string_plural_select_zh_cn($n){
+       $n = intval($n);
+       return 0;;
+}}
+;
+$a->strings["IFTTT Mirror"] = "IFTTT 镜像";
+$a->strings["Create an account at <a href=\"http://www.ifttt.com\">IFTTT</a>. Create three Facebook recipes that are connected with <a href=\"https://ifttt.com/maker\">Maker</a> (In the form \"if Facebook then Maker\") with the following parameters:"] = "在<a href=\"http://www.ifttt.com\">IFTTT</a>创建一个帐户。创建三个与<a href=\"https://ifttt.com/maker\">Maker</a>(表格为“ if Facebook then Maker”)相关的 Facebook 菜谱,参数如下:";
+$a->strings["Body for \"new status message\""] = "";
+$a->strings["Body for \"new photo upload\""] = "";
+$a->strings["Body for \"new link post\""] = "";
+$a->strings["Generate new key"] = "生成新的密钥";
+$a->strings["Save Settings"] = "保存设置";