From 3ede197e86db759a4be314935cab7d9bda377bfa Mon Sep 17 00:00:00 2001 From: WaitSpring Date: Wed, 28 Feb 2024 12:54:17 +0800 Subject: [PATCH] add centralauth Signed-off-by: WaitSpring --- extension.json | 1 + i18n/centralauth/en.json | 9 +++++++++ i18n/centralauth/qqq.json | 9 +++++++++ i18n/centralauth/zh-hans.json | 9 +++++++++ i18n/centralauth/zh-hant.json | 9 +++++++++ 5 files changed, 37 insertions(+) create mode 100644 i18n/centralauth/en.json create mode 100644 i18n/centralauth/qqq.json create mode 100644 i18n/centralauth/zh-hans.json create mode 100644 i18n/centralauth/zh-hant.json diff --git a/extension.json b/extension.json index f1457129..76f553e1 100644 --- a/extension.json +++ b/extension.json @@ -30,6 +30,7 @@ "MessagesDirs": { "QiuwenMessages": [ "i18n/cclicensetexts", + "i18n/centralauth", "i18n/extensions", "i18n/groupname", "i18n/legaltexts", diff --git a/i18n/centralauth/en.json b/i18n/centralauth/en.json new file mode 100644 index 00000000..6cd08ea9 --- /dev/null +++ b/i18n/centralauth/en.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "WaitSpring" + ] + }, + "centralauth-complete-text": "You can now log in to any wiki site of ''Project Qiuwen'' without creating a new account.", + "centralauth-readmore-text": ":''[[zhqiuwenbaike:H:UL|Read more about unified login]]…''" +} diff --git a/i18n/centralauth/qqq.json b/i18n/centralauth/qqq.json new file mode 100644 index 00000000..6cd08ea9 --- /dev/null +++ b/i18n/centralauth/qqq.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "WaitSpring" + ] + }, + "centralauth-complete-text": "You can now log in to any wiki site of ''Project Qiuwen'' without creating a new account.", + "centralauth-readmore-text": ":''[[zhqiuwenbaike:H:UL|Read more about unified login]]…''" +} diff --git a/i18n/centralauth/zh-hans.json b/i18n/centralauth/zh-hans.json new file mode 100644 index 00000000..762dad16 --- /dev/null +++ b/i18n/centralauth/zh-hans.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "WaitSpring" + ] + }, + "centralauth-complete-text": "账号整合已完成。现在,您可以使用同一用户名登录“求闻”系列项目各网站。", + "centralauth-readmore-text": ": [[zhqiuwenbaike:Help:统一登录|关于“账号整合”功能的说明]]" +} diff --git a/i18n/centralauth/zh-hant.json b/i18n/centralauth/zh-hant.json new file mode 100644 index 00000000..9c0eac0f --- /dev/null +++ b/i18n/centralauth/zh-hant.json @@ -0,0 +1,9 @@ +{ + "@metadata": { + "authors": [ + "WaitSpring" + ] + }, + "centralauth-complete-text": "帳號整合已完成。現在,您可以使用同一使用者名稱登入「求聞」系列計畫各網站。", + "centralauth-readmore-text": ": [[zhqiuwenbaike:Help:统一登录|關於「帳號整合」功能的說明]]" +}