mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 03:48:49 +00:00
[bluesky] added DE, ZH-CN translation
This commit is contained in:
parent
db4546c190
commit
c740573b99
4 changed files with 209 additions and 0 deletions
80
bluesky/lang/zh-cn/messages.po
Normal file
80
bluesky/lang/zh-cn/messages.po
Normal file
|
@ -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"
|
20
bluesky/lang/zh-cn/strings.php
Normal file
20
bluesky/lang/zh-cn/strings.php
Normal file
|
@ -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';
|
Loading…
Add table
Add a link
Reference in a new issue