21 lines
1.4 KiB
PHP
21 lines
1.4 KiB
PHP
|
<?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';
|