mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,14 +5,13 @@ function string_plural_select_zh_cn($n){
|
|||
$n = intval($n);
|
||||
return intval(0);
|
||||
}}
|
||||
;
|
||||
$a->strings["Post to Diaspora"] = "发到 Diaspora";
|
||||
$a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "无法登录到你的 Diaspora 账户。请检查用户名和密码并确保你用了完整的地址(包括http...)";
|
||||
$a->strings["Diaspora Export"] = "Diaspora 导出";
|
||||
$a->strings["Enable Diaspora Post Addon"] = "启用 Diaspora 发文插件";
|
||||
$a->strings["Diaspora username"] = "Diaspora 用户名";
|
||||
$a->strings["Diaspora password"] = "Diaspora 密码";
|
||||
$a->strings["Diaspora site URL"] = "Diaspora 站点 URL";
|
||||
$a->strings["Post to Diaspora by default"] = "默认发文到 Diaspora";
|
||||
$a->strings["Save Settings"] = "保存设置";
|
||||
$a->strings["Diaspora post failed. Queued for retry."] = "Diaspora 发文失败。已经放入队列以重试。";
|
||||
$a->strings['Post to Diaspora'] = '发到 Diaspora';
|
||||
$a->strings['Can\'t login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)'] = '无法登录到你的 Diaspora 账户。请检查用户名和密码并确保你用了完整的地址(包括http...)';
|
||||
$a->strings['Diaspora Export'] = 'Diaspora 导出';
|
||||
$a->strings['Enable Diaspora Post Addon'] = '启用 Diaspora 发文插件';
|
||||
$a->strings['Diaspora username'] = 'Diaspora 用户名';
|
||||
$a->strings['Diaspora password'] = 'Diaspora 密码';
|
||||
$a->strings['Diaspora site URL'] = 'Diaspora 站点 URL';
|
||||
$a->strings['Post to Diaspora by default'] = '默认发文到 Diaspora';
|
||||
$a->strings['Save Settings'] = '保存设置';
|
||||
$a->strings['Diaspora post failed. Queued for retry.'] = 'Diaspora 发文失败。已经放入队列以重试。';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue