From 7e1fdcbca395decd520241273a42dbaa73482fca Mon Sep 17 00:00:00 2001 From: WaitSpring Date: Thu, 13 Apr 2023 22:57:43 +0800 Subject: [PATCH] update format for i18n Signed-off-by: WaitSpring --- i18n/en.json | 20 ++++++++++---------- i18n/qqq.json | 20 ++++++++++---------- i18n/zh-hant.json | 22 ++++++++++++---------- 3 files changed, 32 insertions(+), 30 deletions(-) diff --git a/i18n/en.json b/i18n/en.json index 0857b2b..6dd7b75 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -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" +} \ No newline at end of file diff --git a/i18n/qqq.json b/i18n/qqq.json index d5775f3..e49b5d7 100644 --- a/i18n/qqq.json +++ b/i18n/qqq.json @@ -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 <siteactivity> 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 $wgNewSignupPageToSURL global variable\n* $2 is the full URL to the site's privacy policy page, configurable via the $wgNewSignupPagePPURL global variable", - "newsignuppage-must-accept-tos": "Error message displayed to the user in Special:CreateAccount in a fancy red <div> 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 <siteactivity> 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 $wgNewSignupPageToSURL global variable\n* $2 is the full URL to the site's privacy policy page, configurable via the $wgNewSignupPagePPURL global variable", + "newsignuppage-must-accept-tos": "Error message displayed to the user in Special:CreateAccount in a fancy red <div> if they don't check the \"I accept the Terms of Service\" checkbox", + "action-bypasstoscheck": "{{doc-action|bypasstoscheck}}", + "right-bypasstoscheck": "{{doc-right|bypasstoscheck}}" +} \ No newline at end of file diff --git a/i18n/zh-hant.json b/i18n/zh-hant.json index a4dc55d..c242c0b 100644 --- a/i18n/zh-hant.json +++ b/i18n/zh-hant.json @@ -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": "建立新帳號但未明確接受網站的服務條款" +} \ No newline at end of file