mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-10 02:18:48 +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 account is about to expire."] = "您的 Friendica 帐号即将到期。";
|
||||
$a->strings["Hi %1\$s,\n\nYour account on %2\$s will expire in less than five days. You may keep your account by logging in at least once every 30 days"] = "您好 %1\$s,\n\n您在 %2\$s 的帐号将在五天内到期。您可以通过每 30 天至少登录一次的方式保留您的帐号。";
|
||||
$a->strings['Administrator'] = '管理员';
|
||||
$a->strings['Your account on %s will expire in a few days.'] = '您在 %s 的帐号将在几天内到期。';
|
||||
$a->strings['Your Friendica account is about to expire.'] = '您的 Friendica 帐号即将到期。';
|
||||
$a->strings['Hi %1$s,
|
||||
|
||||
Your account on %2$s will expire in less than five days. You may keep your account by logging in at least once every 30 days'] = '您好 %1$s,
|
||||
|
||||
您在 %2$s 的帐号将在五天内到期。您可以通过每 30 天至少登录一次的方式保留您的帐号。';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue