From 5cf2bb3879dde7ea16cf9aa1d9ee46e3ac157b70 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 18 Aug 2020 18:39:18 +0200 Subject: [PATCH] ifttt translation added ZH CN thx vicdorke --- ifttt/lang/zh-cn/messages.po | 57 ++++++++++++++++++++++++++++++++++++ ifttt/lang/zh-cn/strings.php | 15 ++++++++++ 2 files changed, 72 insertions(+) create mode 100644 ifttt/lang/zh-cn/messages.po create mode 100644 ifttt/lang/zh-cn/strings.php diff --git a/ifttt/lang/zh-cn/messages.po b/ifttt/lang/zh-cn/messages.po new file mode 100644 index 00000000..4fb9f178 --- /dev/null +++ b/ifttt/lang/zh-cn/messages.po @@ -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 , 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 , 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 IFTTT. Create " +"three Facebook recipes that are connected with Maker (In the form \"if Facebook then " +"Maker\") with the following parameters:" +msgstr "" +"在IFTTT创建一个帐户。创建三个与Maker(表格为“ 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 index 00000000..61e3402e --- /dev/null +++ b/ifttt/lang/zh-cn/strings.php @@ -0,0 +1,15 @@ +strings["IFTTT Mirror"] = "IFTTT 镜像"; +$a->strings["Create an account at IFTTT. Create three Facebook recipes that are connected with Maker (In the form \"if Facebook then Maker\") with the following parameters:"] = "在IFTTT创建一个帐户。创建三个与Maker(表格为“ 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"] = "保存设置";