mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 18:38:49 +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,8 +5,11 @@ function string_plural_select_zh_cn($n){
|
|||
$n = intval($n);
|
||||
return intval(0);
|
||||
}}
|
||||
;
|
||||
$a->strings["Administrator"] = "管理员";
|
||||
$a->strings["Your account on %s will expire in a few days."] = "您在 %s 的账户将在几天内过期。";
|
||||
$a->strings["Your Friendica test account is about to expire."] = "您的 Friendica 测试账户即将过期。";
|
||||
$a->strings["Hi %1\$s,\n\nYour test account on %2\$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com."] = "嘿 %1\$s,\n\n您在 %2\$s 的测试账户将在五天内过期。我们希望您享受这次试用并以此机会为您的综合社交找到常驻的 Friendica 站点。公开可用站点罗列在 %s/siteinfo - 若要了解更多关于建立自己的 Friendica 服务站点的信息,请浏览 Friendica 项目的官方网站 http://friendica.com 。";
|
||||
$a->strings['Administrator'] = '管理员';
|
||||
$a->strings['Your account on %s will expire in a few days.'] = '您在 %s 的账户将在几天内过期。';
|
||||
$a->strings['Your Friendica test account is about to expire.'] = '您的 Friendica 测试账户即将过期。';
|
||||
$a->strings['Hi %1$s,
|
||||
|
||||
Your test account on %2$s will expire in less than five days. We hope you enjoyed this test drive and use this opportunity to find a permanent Friendica website for your integrated social communications. A list of public sites is available at %s/siteinfo - and for more information on setting up your own Friendica server please see the Friendica project website at http://friendica.com.'] = '嘿 %1$s,
|
||||
|
||||
您在 %2$s 的测试账户将在五天内过期。我们希望您享受这次试用并以此机会为您的综合社交找到常驻的 Friendica 站点。公开可用站点罗列在 %s/siteinfo - 若要了解更多关于建立自己的 Friendica 服务站点的信息,请浏览 Friendica 项目的官方网站 http://friendica.com 。';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue