From faca47ac1a6f907b106177735bb9e6377be701bd Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 18 Aug 2020 18:27:34 +0200 Subject: [PATCH 1/3] =?UTF-8?q?diaspora=20addon=20EN=20GB=20and=20US=20tra?= =?UTF-8?q?nslation=20updated=20THX=20AndyH=C2=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- diaspora/lang/en-us/messages.po | 114 ++++++++++++++++++++++++++++++++ diaspora/lang/en-us/strings.php | 28 ++++++++ 2 files changed, 142 insertions(+) create mode 100644 diaspora/lang/en-us/messages.po create mode 100644 diaspora/lang/en-us/strings.php diff --git a/diaspora/lang/en-us/messages.po b/diaspora/lang/en-us/messages.po new file mode 100644 index 00000000..ac7cef47 --- /dev/null +++ b/diaspora/lang/en-us/messages.po @@ -0,0 +1,114 @@ +# ADDON diaspora +# Copyright (C) +# This file is distributed under the same license as the Friendica diaspora addon package. +# +# +# Translators: +# Andy H3 , 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-05-07 00:15-0400\n" +"PO-Revision-Date: 2020-05-07 06:50+0000\n" +"Last-Translator: Transifex Bot <>\n" +"Language-Team: English (United States) (http://www.transifex.com/Friendica/friendica/language/en_US/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: en_US\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#: diaspora.php:53 +msgid "Post to Diaspora" +msgstr "Post to Diaspora" + +#: diaspora.php:78 +#, php-format +msgid "" +"Please remember: You can always be reached from Diaspora with your Friendica" +" handle %s. " +msgstr "" + +#: diaspora.php:79 +msgid "" +"This connector is only meant if you still want to use your old Diaspora " +"account for some time. " +msgstr "" + +#: diaspora.php:80 +#, php-format +msgid "" +"However, it is preferred that you tell your Diaspora contacts the new handle" +" %s instead." +msgstr "" + +#: diaspora.php:90 +msgid "All aspects" +msgstr "" + +#: diaspora.php:91 +msgid "Public" +msgstr "" + +#: diaspora.php:97 +msgid "Post to aspect:" +msgstr "" + +#: diaspora.php:98 +#, php-format +msgid "Connected with your Diaspora account %s" +msgstr "" + +#: diaspora.php:101 +msgid "" +"Can't login to your Diaspora account. Please check handle (in the format " +"user@domain.tld) and password." +msgstr "" + +#: diaspora.php:109 +msgid "Diaspora Export" +msgstr "Diaspora Export" + +#: diaspora.php:110 +msgid "Information" +msgstr "" + +#: diaspora.php:111 +msgid "Error" +msgstr "" + +#: diaspora.php:112 +msgid "Save Settings" +msgstr "Save settings" + +#: diaspora.php:116 +msgid "Enable Diaspora Post Addon" +msgstr "Enable Diaspora export" + +#: diaspora.php:117 +msgid "Diaspora handle" +msgstr "" + +#: diaspora.php:118 +msgid "Diaspora password" +msgstr "Diaspora password" + +#: diaspora.php:118 +msgid "" +"Privacy notice: Your Diaspora password will be stored unencrypted to " +"authenticate you with your Diaspora pod. This means your Friendica node " +"administrator can have access to it." +msgstr "" + +#: diaspora.php:120 +msgid "Post to Diaspora by default" +msgstr "Post to Diaspora by default" + +#: diaspora.php:138 +msgid "Diaspora settings updated." +msgstr "" + +#: diaspora.php:141 +msgid "Diaspora connector disabled." +msgstr "" diff --git a/diaspora/lang/en-us/strings.php b/diaspora/lang/en-us/strings.php new file mode 100644 index 00000000..237dfee5 --- /dev/null +++ b/diaspora/lang/en-us/strings.php @@ -0,0 +1,28 @@ +strings["Post to Diaspora"] = "Post to Diaspora"; +$a->strings["Please remember: You can always be reached from Diaspora with your Friendica handle %s. "] = ""; +$a->strings["This connector is only meant if you still want to use your old Diaspora account for some time. "] = ""; +$a->strings["However, it is preferred that you tell your Diaspora contacts the new handle %s instead."] = ""; +$a->strings["All aspects"] = ""; +$a->strings["Public"] = ""; +$a->strings["Post to aspect:"] = ""; +$a->strings["Connected with your Diaspora account %s"] = ""; +$a->strings["Can't login to your Diaspora account. Please check handle (in the format user@domain.tld) and password."] = ""; +$a->strings["Diaspora Export"] = "Diaspora Export"; +$a->strings["Information"] = ""; +$a->strings["Error"] = ""; +$a->strings["Save Settings"] = "Save settings"; +$a->strings["Enable Diaspora Post Addon"] = "Enable Diaspora export"; +$a->strings["Diaspora handle"] = ""; +$a->strings["Diaspora password"] = "Diaspora password"; +$a->strings["Privacy notice: Your Diaspora password will be stored unencrypted to authenticate you with your Diaspora pod. This means your Friendica node administrator can have access to it."] = ""; +$a->strings["Post to Diaspora by default"] = "Post to Diaspora by default"; +$a->strings["Diaspora settings updated."] = ""; +$a->strings["Diaspora connector disabled."] = ""; From 7082332c0310bf8d9b656a8f279a30e890803b10 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 18 Aug 2020 18:37:05 +0200 Subject: [PATCH 2/3] ZH CN translation update wppost addon THX vicdorke --- wppost/lang/zh-cn/messages.po | 74 +++++++++++++++++++++++++++++++++++ wppost/lang/zh-cn/strings.php | 34 ++++++++++------ 2 files changed, 95 insertions(+), 13 deletions(-) create mode 100644 wppost/lang/zh-cn/messages.po diff --git a/wppost/lang/zh-cn/messages.po b/wppost/lang/zh-cn/messages.po new file mode 100644 index 00000000..7a444d64 --- /dev/null +++ b/wppost/lang/zh-cn/messages.po @@ -0,0 +1,74 @@ +# ADDON wppost +# Copyright (C) +# This file is distributed under the same license as the Friendica wppost addon package. +# +# +# Translators: +# steve jobs , 2020 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-01-24 21:06+0100\n" +"PO-Revision-Date: 2020-07-31 03:59+0000\n" +"Last-Translator: steve jobs \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" + +#: wppost.php:42 +msgid "Post to Wordpress" +msgstr "发布到 Wordpress" + +#: wppost.php:80 wppost.php:84 +msgid "Wordpress Export" +msgstr "导出WordPress" + +#: wppost.php:87 +msgid "Enable WordPress Post Addon" +msgstr "启用 WordPress 文章插件" + +#: wppost.php:92 +msgid "WordPress username" +msgstr "WordPress用户名" + +#: wppost.php:97 +msgid "WordPress password" +msgstr "WordPress密码" + +#: wppost.php:102 +msgid "WordPress API URL" +msgstr "WordPress API URL" + +#: wppost.php:107 +msgid "Post to WordPress by default" +msgstr "默认发布到 WordPress" + +#: wppost.php:112 +msgid "Provide a backlink to the Friendica post" +msgstr "提供 Friendica 发布的反向链接" + +#: wppost.php:116 +msgid "" +"Text for the backlink, e.g. Read the original post and comment stream on " +"Friendica." +msgstr "反向链接的文本,例如阅读 Friendica 的原始文章和评论流。" + +#: wppost.php:121 +msgid "Don't post messages that are too short" +msgstr "不要发太短的信息" + +#: wppost.php:127 +msgid "Save Settings" +msgstr "保存设置" + +#: wppost.php:206 +msgid "Read the orig­i­nal post and com­ment stream on Friendica" +msgstr "阅读原文并在 Friendica 上发表评论" + +#: wppost.php:269 +msgid "Post from Friendica" +msgstr "来自Friendica的帖子" diff --git a/wppost/lang/zh-cn/strings.php b/wppost/lang/zh-cn/strings.php index 9ac233fd..e74c598b 100644 --- a/wppost/lang/zh-cn/strings.php +++ b/wppost/lang/zh-cn/strings.php @@ -1,13 +1,21 @@ -strings["Post to Wordpress"] = "发送到Wordpress"; -$a->strings["WordPress Post Settings"] = "Wordpress发送设置"; -$a->strings["Enable WordPress Post Addon"] = "使Wordpress发送插件可用"; -$a->strings["WordPress username"] = "Wordpress用户名"; -$a->strings["WordPress password"] = "Wordpress密码"; -$a->strings["WordPress API URL"] = "WordPress API URL"; -$a->strings["Post to WordPress by default"] = "默认地发送到Wordpress"; -$a->strings["Provide a backlink to the Friendica post"] = "输入反向链接到Friendica文章"; -$a->strings["Submit"] = "提交"; -$a->strings["Post from Friendica"] = "文章从Friendica"; -$a->strings["Read the original post and comment stream on Friendica"] = "看原来文章和评论溪流在Friendica"; +strings["Post to Wordpress"] = "发布到 Wordpress"; +$a->strings["Wordpress Export"] = "导出WordPress"; +$a->strings["Enable WordPress Post Addon"] = "启用 WordPress 文章插件"; +$a->strings["WordPress username"] = "WordPress用户名"; +$a->strings["WordPress password"] = "WordPress密码"; +$a->strings["WordPress API URL"] = "WordPress API URL"; +$a->strings["Post to WordPress by default"] = "默认发布到 WordPress"; +$a->strings["Provide a backlink to the Friendica post"] = "提供 Friendica 发布的反向链接"; +$a->strings["Text for the backlink, e.g. Read the original post and comment stream on Friendica."] = "反向链接的文本,例如阅读 Friendica 的原始文章和评论流。"; +$a->strings["Don't post messages that are too short"] = "不要发太短的信息"; +$a->strings["Save Settings"] = "保存设置"; +$a->strings["Read the orig­i­nal post and com­ment stream on Friendica"] = "阅读原文并在 Friendica 上发表评论"; +$a->strings["Post from Friendica"] = "来自Friendica的帖子"; From 5cf2bb3879dde7ea16cf9aa1d9ee46e3ac157b70 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Tue, 18 Aug 2020 18:39:18 +0200 Subject: [PATCH 3/3] 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"] = "保存设置";