update format for i18n

Signed-off-by: WaitSpring <me@waitspring.com>
这个提交包含在:
WaitSpring 2023-04-13 22:57:43 +08:00
父节点 22a2289e30
当前提交 7e1fdcbca3
共有 3 个文件被更改,包括 32 次插入30 次删除

查看文件

@ -1,11 +1,11 @@
{
"@metadata": {
"authors": []
},
"newsignuppage-desc": "Adds new features to the [[Special:CreateAccount|signup form]]",
"newsignuppage-recruited": "recruited [$1 $2]",
"newsignuppage-loginform-tos": "I am over 13 years of age and I have read, understood and agree to be bound by the [$1 Terms of Service] and [$2 Privacy Policy]",
"newsignuppage-must-accept-tos": "You must accept the site's Terms of Service in order to be able to create an account!",
"action-bypasstoscheck": "create new accounts without explicitly accepting the site's Terms of Service",
"right-bypasstoscheck": "Create new accounts without explicitly accepting the site's Terms of Service"
}
"@metadata": {
"authors": []
},
"newsignuppage-desc": "Adds new features to the [[Special:CreateAccount|signup form]]",
"newsignuppage-recruited": "recruited [$1 $2]",
"newsignuppage-loginform-tos": "I am over 13 years of age and I have read, understood and agree to be bound by the [$1 Terms of Service] and [$2 Privacy Policy]",
"newsignuppage-must-accept-tos": "You must accept the site's Terms of Service in order to be able to create an account!",
"action-bypasstoscheck": "create new accounts without explicitly accepting the site's Terms of Service",
"right-bypasstoscheck": "Create new accounts without explicitly accepting the site's Terms of Service"
}

查看文件

@ -1,11 +1,11 @@
{
"@metadata": {
"authors": []
},
"newsignuppage-desc": "{{desc|name=NewSignupPage|url=https://www.mediawiki.org/wiki/Extension:NewSignupPage}}",
"newsignuppage-recruited": "$1 is a URL to the recruited user's user page; $2 is the recruited user's username. This message is displayed on Special:UserActivity and on the output of &lt;siteactivity&gt; tag on wikis where the [[mw:Extension:SocialProfile|SocialProfile extension]] is installed and site administrators have chosen to give out points for recruiting new users; not used on normal wikis",
"newsignuppage-loginform-tos": "The text for the new checkbox which is displayed in Special:CreateAccount, right below the \"Remember my login on this computer\" checkbox.\nParameters:\n* $1 is the full URL to the site's terms of service page, configurable via the <code>$wgNewSignupPageToSURL</code> global variable\n* $2 is the full URL to the site's privacy policy page, configurable via the <code>$wgNewSignupPagePPURL</code> global variable",
"newsignuppage-must-accept-tos": "Error message displayed to the user in Special:CreateAccount in a fancy red <code>&lt;div&gt;</code> if they don't check the \"I accept the Terms of Service\" checkbox",
"action-bypasstoscheck": "{{doc-action|bypasstoscheck}}",
"right-bypasstoscheck": "{{doc-right|bypasstoscheck}}"
}
"@metadata": {
"authors": []
},
"newsignuppage-desc": "{{desc|name=NewSignupPage|url=https://www.mediawiki.org/wiki/Extension:NewSignupPage}}",
"newsignuppage-recruited": "$1 is a URL to the recruited user's user page; $2 is the recruited user's username. This message is displayed on Special:UserActivity and on the output of &lt;siteactivity&gt; tag on wikis where the [[mw:Extension:SocialProfile|SocialProfile extension]] is installed and site administrators have chosen to give out points for recruiting new users; not used on normal wikis",
"newsignuppage-loginform-tos": "The text for the new checkbox which is displayed in Special:CreateAccount, right below the \"Remember my login on this computer\" checkbox.\nParameters:\n* $1 is the full URL to the site's terms of service page, configurable via the <code>$wgNewSignupPageToSURL</code> global variable\n* $2 is the full URL to the site's privacy policy page, configurable via the <code>$wgNewSignupPagePPURL</code> global variable",
"newsignuppage-must-accept-tos": "Error message displayed to the user in Special:CreateAccount in a fancy red <code>&lt;div&gt;</code> if they don't check the \"I accept the Terms of Service\" checkbox",
"action-bypasstoscheck": "{{doc-action|bypasstoscheck}}",
"right-bypasstoscheck": "{{doc-right|bypasstoscheck}}"
}

查看文件

@ -1,11 +1,13 @@
{
"@metadata": {
"authors": ["Kly"]
},
"newsignuppage-desc": "添加新功能到[[Special:CreateAccount|註冊表格]]",
"newsignuppage-recruited": "招募[$1 $2]",
"newsignuppage-loginform-tos": "我已仔细阅读、充分了解并同意遵守本网站的《用户协议》《个人信息保护方针》《共同纲领》。",
"newsignuppage-must-accept-tos": "您必須接受網站的服務條款才能夠建立帳號!",
"action-bypasstoscheck": "建立新帳號但未明確接受網站的服務條款",
"right-bypasstoscheck": "建立新帳號但未明確接受網站的服務條款"
}
"@metadata": {
"authors": [
"Kly"
]
},
"newsignuppage-desc": "添加新功能到[[Special:CreateAccount|註冊表格]]",
"newsignuppage-recruited": "招募[$1 $2]",
"newsignuppage-loginform-tos": "我已仔细阅读、充分了解并同意遵守本网站的《用户协议》《个人信息保护方针》《共同纲领》。",
"newsignuppage-must-accept-tos": "您必須接受網站的服務條款才能夠建立帳號!",
"action-bypasstoscheck": "建立新帳號但未明確接受網站的服務條款",
"right-bypasstoscheck": "建立新帳號但未明確接受網站的服務條款"
}