]> git.mxchange.org Git - friendica-addons.git/commitdiff
[bluesky] added DE, ZH-CN translation
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 5 Jun 2023 05:22:32 +0000 (07:22 +0200)
committerHypolite Petovan <hypolite@mrpetovan.com>
Mon, 5 Jun 2023 16:58:05 +0000 (18:58 +0200)
bluesky/lang/de/messages.po [new file with mode: 0644]
bluesky/lang/de/strings.php [new file with mode: 0644]
bluesky/lang/zh-cn/messages.po [new file with mode: 0644]
bluesky/lang/zh-cn/strings.php [new file with mode: 0644]

diff --git a/bluesky/lang/de/messages.po b/bluesky/lang/de/messages.po
new file mode 100644 (file)
index 0000000..13ea8e9
--- /dev/null
@@ -0,0 +1,89 @@
+# ADDON bluesky
+# Copyright (C)
+# This file is distributed under the same license as the Friendica bluesky addon package.
+# 
+# 
+# Translators:
+# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2023
+# haheute <haheute@posteo.de>, 2023
+# Raroun, 2023
+# 
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-05-24 05:52+0000\n"
+"PO-Revision-Date: 2023-05-24 06:02+0000\n"
+"Last-Translator: Raroun, 2023\n"
+"Language-Team: German (https://app.transifex.com/Friendica/teams/12172/de/)\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Language: de\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#: bluesky.php:100
+msgid ""
+"You are authenticated to Bluesky. For security reasons the password isn't "
+"stored."
+msgstr ""
+"Du bist auf Bluesky authentifiziert. Aus Sicherheitsgründen wird das "
+"Passwort nicht gespeichert."
+
+#: bluesky.php:100
+msgid "You are not authenticated. Please enter the app password."
+msgstr ""
+"Du bist derzeit nicht authentifiziert. Bitte gib dein App Passwort ein."
+
+#: bluesky.php:104
+msgid "Enable Bluesky Post Addon"
+msgstr "Bluesky Post Addon aktivieren"
+
+#: bluesky.php:105
+msgid "Post to Bluesky by default"
+msgstr "Standardmäßig auf Bluesky veröffentlichen"
+
+#: bluesky.php:106
+msgid "Import the remote timeline"
+msgstr "Importiere die entfernte Timeline"
+
+#: bluesky.php:107
+msgid "Bluesky host"
+msgstr "Bluesky Host"
+
+#: bluesky.php:108
+msgid "Bluesky handle"
+msgstr "Bluesky Handle"
+
+#: bluesky.php:109
+msgid "Bluesky DID"
+msgstr "Bluesky DID"
+
+#: bluesky.php:109
+msgid ""
+"This is the unique identifier. It will be fetched automatically, when the "
+"handle is entered."
+msgstr ""
+"Sobald das Handle eingegeben ist, wird diese einzigartige Kennung "
+"automatisch abgerufen."
+
+#: bluesky.php:110
+msgid "Bluesky app password"
+msgstr "Bluesky App Passwort"
+
+#: bluesky.php:110
+msgid ""
+"Please don't add your real password here, but instead create a specific app "
+"password in the Bluesky settings."
+msgstr ""
+"Bitte verwende hier nicht dein echtes Passwort, sondern stattdessen ein "
+"speziell für diese App in den Bluesky Einstellungen festgelegtes Passwort."
+
+#: bluesky.php:116
+msgid "Bluesky Import/Export"
+msgstr "Bluesky Import/Export"
+
+#: bluesky.php:167
+msgid "Post to Bluesky"
+msgstr "Auf Bluesky veröffentlichen"
diff --git a/bluesky/lang/de/strings.php b/bluesky/lang/de/strings.php
new file mode 100644 (file)
index 0000000..8e3c942
--- /dev/null
@@ -0,0 +1,20 @@
+<?php
+
+if(! function_exists("string_plural_select_de")) {
+function string_plural_select_de($n){
+       $n = intval($n);
+       return intval($n != 1);
+}}
+$a->strings['You are authenticated to Bluesky. For security reasons the password isn\'t stored.'] = 'Du bist auf Bluesky authentifiziert. Aus Sicherheitsgründen wird das Passwort nicht gespeichert.';
+$a->strings['You are not authenticated. Please enter the app password.'] = 'Du bist derzeit nicht authentifiziert. Bitte gib dein App Passwort ein.';
+$a->strings['Enable Bluesky Post Addon'] = 'Bluesky Post Addon aktivieren';
+$a->strings['Post to Bluesky by default'] = 'Standardmäßig auf Bluesky veröffentlichen';
+$a->strings['Import the remote timeline'] = 'Importiere die entfernte Timeline';
+$a->strings['Bluesky host'] = 'Bluesky Host';
+$a->strings['Bluesky handle'] = 'Bluesky Handle';
+$a->strings['Bluesky DID'] = 'Bluesky DID';
+$a->strings['This is the unique identifier. It will be fetched automatically, when the handle is entered.'] = 'Sobald das Handle eingegeben ist, wird diese einzigartige Kennung automatisch abgerufen.';
+$a->strings['Bluesky app password'] = 'Bluesky App Passwort';
+$a->strings['Please don\'t add your real password here, but instead create a specific app password in the Bluesky settings.'] = 'Bitte verwende hier nicht dein echtes Passwort, sondern stattdessen ein speziell für diese App in den Bluesky Einstellungen festgelegtes Passwort.';
+$a->strings['Bluesky Import/Export'] = 'Bluesky Import/Export';
+$a->strings['Post to Bluesky'] = 'Auf Bluesky veröffentlichen';
diff --git a/bluesky/lang/zh-cn/messages.po b/bluesky/lang/zh-cn/messages.po
new file mode 100644 (file)
index 0000000..9074ce3
--- /dev/null
@@ -0,0 +1,80 @@
+# ADDON bluesky
+# Copyright (C)
+# This file is distributed under the same license as the Friendica bluesky addon package.
+# 
+# 
+# Translators:
+# tslmuun, 2023
+# 
+#, fuzzy
+msgid ""
+msgstr ""
+"Project-Id-Version: \n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2023-05-24 05:52+0000\n"
+"PO-Revision-Date: 2023-05-24 06:02+0000\n"
+"Last-Translator: tslmuun, 2023\n"
+"Language-Team: Chinese (China) (https://app.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"
+
+#: bluesky.php:100
+msgid ""
+"You are authenticated to Bluesky. For security reasons the password isn't "
+"stored."
+msgstr "您已通过 Bluesky 的身份验证。 出于安全原因,不存储密码。"
+
+#: bluesky.php:100
+msgid "You are not authenticated. Please enter the app password."
+msgstr "您未通过身份验证。 请输入应用密码。"
+
+#: bluesky.php:104
+msgid "Enable Bluesky Post Addon"
+msgstr "启用Bluesky插件"
+
+#: bluesky.php:105
+msgid "Post to Bluesky by default"
+msgstr "默认发布到Bluesky"
+
+#: bluesky.php:106
+msgid "Import the remote timeline"
+msgstr "导入远程时间线"
+
+#: bluesky.php:107
+msgid "Bluesky host"
+msgstr "Bluesky地址"
+
+#: bluesky.php:108
+msgid "Bluesky handle"
+msgstr "Bluesky handle"
+
+#: bluesky.php:109
+msgid "Bluesky DID"
+msgstr "Bluesky DID"
+
+#: bluesky.php:109
+msgid ""
+"This is the unique identifier. It will be fetched automatically, when the "
+"handle is entered."
+msgstr "这是唯一标识符。 输入句柄时,它将自动获取。"
+
+#: bluesky.php:110
+msgid "Bluesky app password"
+msgstr "Bluesky 应用密码"
+
+#: bluesky.php:110
+msgid ""
+"Please don't add your real password here, but instead create a specific app "
+"password in the Bluesky settings."
+msgstr "请不要在此处填写您的真实密码,而是在 Bluesky 设置中创建一个特定的应用程序密码。"
+
+#: bluesky.php:116
+msgid "Bluesky Import/Export"
+msgstr "Bluesky 导入/导出"
+
+#: bluesky.php:167
+msgid "Post to Bluesky"
+msgstr "发布到Bluesky"
diff --git a/bluesky/lang/zh-cn/strings.php b/bluesky/lang/zh-cn/strings.php
new file mode 100644 (file)
index 0000000..9c71d97
--- /dev/null
@@ -0,0 +1,20 @@
+<?php
+
+if(! function_exists("string_plural_select_zh_cn")) {
+function string_plural_select_zh_cn($n){
+       $n = intval($n);
+       return intval(0);
+}}
+$a->strings['You are authenticated to Bluesky. For security reasons the password isn\'t stored.'] = '您已通过 Bluesky 的身份验证。 出于安全原因,不存储密码。';
+$a->strings['You are not authenticated. Please enter the app password.'] = '您未通过身份验证。 请输入应用密码。';
+$a->strings['Enable Bluesky Post Addon'] = '启用Bluesky插件';
+$a->strings['Post to Bluesky by default'] = '默认发布到Bluesky';
+$a->strings['Import the remote timeline'] = '导入远程时间线';
+$a->strings['Bluesky host'] = 'Bluesky地址';
+$a->strings['Bluesky handle'] = 'Bluesky handle';
+$a->strings['Bluesky DID'] = 'Bluesky DID';
+$a->strings['This is the unique identifier. It will be fetched automatically, when the handle is entered.'] = '这是唯一标识符。 输入句柄时,它将自动获取。';
+$a->strings['Bluesky app password'] = 'Bluesky 应用密码';
+$a->strings['Please don\'t add your real password here, but instead create a specific app password in the Bluesky settings.'] = '请不要在此处填写您的真实密码,而是在 Bluesky 设置中创建一个特定的应用程序密码。';
+$a->strings['Bluesky Import/Export'] = 'Bluesky 导入/导出';
+$a->strings['Post to Bluesky'] = '发布到Bluesky';