aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/locales
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-04-28 23:03:56 +0800
committercrupest <crupest@outlook.com>2022-04-28 23:03:56 +0800
commitb46c397989df15149803cc1607448dd83c8781a7 (patch)
treeb62672f9f6832fe65334f343c4a1a21f5e64865e /FrontEnd/src/locales
parent1244bed985c00f1ecb08e9077b235ec97dfbdb9e (diff)
downloadtimeline-b46c397989df15149803cc1607448dd83c8781a7.tar.gz
timeline-b46c397989df15149803cc1607448dd83c8781a7.tar.bz2
timeline-b46c397989df15149803cc1607448dd83c8781a7.zip
...
Diffstat (limited to 'FrontEnd/src/locales')
-rw-r--r--FrontEnd/src/locales/en/translation.json6
-rw-r--r--FrontEnd/src/locales/zh/translation.json6
2 files changed, 12 insertions, 0 deletions
diff --git a/FrontEnd/src/locales/en/translation.json b/FrontEnd/src/locales/en/translation.json
index 548dcfe1..d325a9c9 100644
--- a/FrontEnd/src/locales/en/translation.json
+++ b/FrontEnd/src/locales/en/translation.json
@@ -24,6 +24,12 @@
"register": "Only Registered Users",
"public": "Public To Everyone"
},
+ "register": {
+ "username": "Username",
+ "password": "Password",
+ "confirmPassword": "Confirm Password",
+ "regsiterCode": "Register Code"
+ },
"serviceWorker": {
"availableOffline": "Timeline is now cached in your computer and you can use it offline. 🎉🎉🎉",
"upgradePrompt": "App is getting a new version!",
diff --git a/FrontEnd/src/locales/zh/translation.json b/FrontEnd/src/locales/zh/translation.json
index 58a9b2e6..f6f1b0f2 100644
--- a/FrontEnd/src/locales/zh/translation.json
+++ b/FrontEnd/src/locales/zh/translation.json
@@ -17,6 +17,12 @@
"register": "仅注册用户可见",
"public": "对所有人公开"
},
+ "register": {
+ "username": "用户名",
+ "password": "密码",
+ "confirmPassword": "确认密码",
+ "regsiterCode": "注册码"
+ },
"connectionState": {
"Connected": "已连接",
"Connecting": "正在连接",