Skip to content

Commit 350d01c

Browse files
HY Chengweblate
authored andcommitted
Translated using Weblate (Chinese (Traditional))
Currently translated at 15.8% (35 of 221 strings) Translation: wger Workout Manager/Mobile App Translate-URL: https://hosted.weblate.org/projects/wger/mobile/zh_Hant/
1 parent 074212c commit 350d01c

File tree

1 file changed

+126
-1
lines changed

1 file changed

+126
-1
lines changed

lib/l10n/app_zh_Hant.arb

Lines changed: 126 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,126 @@
1-
{}
1+
{
2+
"login": "登入",
3+
"@login": {
4+
"description": "Text for login button"
5+
},
6+
"logout": "登出",
7+
"@logout": {
8+
"description": "Text for logout button"
9+
},
10+
"reset": "重設",
11+
"@reset": {
12+
"description": "Button text allowing the user to reset the entered values to the default"
13+
},
14+
"registerInstead": "還沒有帳號嗎?現在就註冊吧",
15+
"@registerInstead": {},
16+
"loginInstead": "已經有帳號了嗎?立即登入",
17+
"@loginInstead": {},
18+
"labelWorkoutPlans": "健身計劃",
19+
"@labelWorkoutPlans": {
20+
"description": "Title for screen workout plans"
21+
},
22+
"userProfile": "你的檔案",
23+
"@userProfile": {},
24+
"register": "註冊",
25+
"@register": {
26+
"description": "Text for registration button"
27+
},
28+
"useCustomServer": "使用自訂伺服器",
29+
"@useCustomServer": {
30+
"description": "Toggle button allowing users to switch between the default and a custom wger server"
31+
},
32+
"passwordsDontMatch": "密碼不一致",
33+
"@passwordsDontMatch": {
34+
"description": "Error message when the user enters two different passwords during registration"
35+
},
36+
"passwordTooShort": "密碼過短",
37+
"@passwordTooShort": {
38+
"description": "Error message when the user a password that is too short"
39+
},
40+
"password": "密碼",
41+
"@password": {},
42+
"confirmPassword": "確認密碼",
43+
"@confirmPassword": {},
44+
"invalidEmail": "請輸入有效的電子郵件信箱",
45+
"@invalidEmail": {
46+
"description": "Error message when the user enters an invalid email"
47+
},
48+
"email": "電子郵件地址",
49+
"@email": {},
50+
"username": "使用者名稱",
51+
"@username": {},
52+
"invalidUsername": "請輸入有效的使用者名稱",
53+
"@invalidUsername": {
54+
"description": "Error message when the user enters an invalid username"
55+
},
56+
"customServerUrl": "wger 服務的 URL",
57+
"@customServerUrl": {
58+
"description": "Label in the form where the users can enter their own wger instance"
59+
},
60+
"labelWorkoutLogs": "訓練記錄",
61+
"@labelWorkoutLogs": {
62+
"description": "(Workout) logs"
63+
},
64+
"labelWorkoutPlan": "健身計劃",
65+
"@labelWorkoutPlan": {
66+
"description": "Title for screen workout plan"
67+
},
68+
"labelDashboard": "儀表板",
69+
"@labelDashboard": {
70+
"description": "Title for screen dashboard"
71+
},
72+
"success": "成功",
73+
"@success": {
74+
"description": "Message when an action completed successfully, usually used as a heading"
75+
},
76+
"successfullySaved": "已儲存",
77+
"@successfullySaved": {
78+
"description": "Message when an item was successfully saved"
79+
},
80+
"exerciseList": "運動列表",
81+
"@exerciseList": {},
82+
"exercise": "動作",
83+
"@exercise": {
84+
"description": "An exercise for a workout"
85+
},
86+
"exercises": "動作",
87+
"@exercises": {
88+
"description": "Multiple exercises for a workout"
89+
},
90+
"exerciseName": "動作名稱",
91+
"@exerciseName": {
92+
"description": "Label for the name of a workout exercise"
93+
},
94+
"searchExercise": "搜尋待加入的動作",
95+
"@searchExercise": {
96+
"description": "Label on set form. Selected exercises are added to the set"
97+
},
98+
"invalidUrl": "請輸入有效的 URL",
99+
"@invalidUrl": {
100+
"description": "Error message when the user enters an invalid URL, e.g. in the login form"
101+
},
102+
"useDefaultServer": "使用預設伺服器",
103+
"@useDefaultServer": {
104+
"description": "Toggle button allowing users to switch between the default and a custom wger server"
105+
},
106+
"usernameValidChars": "使用者名稱只能包含字母、數字,以及字元 (@, +, ., -, 和_)",
107+
"@usernameValidChars": {
108+
"description": "Error message when the user tries to register a username with forbidden characters"
109+
},
110+
"customServerHint": "輸入你自架伺服器的地址,否則將使用預設地址",
111+
"@customServerHint": {
112+
"description": "Hint text for the form where the users can enter their own wger instance"
113+
},
114+
"labelBottomNavWorkout": "健身",
115+
"@labelBottomNavWorkout": {
116+
"description": "Label used in bottom navigation, use a short word"
117+
},
118+
"labelBottomNavNutrition": "營養",
119+
"@labelBottomNavNutrition": {
120+
"description": "Label used in bottom navigation, use a short word"
121+
},
122+
"successfullyDeleted": "已刪除",
123+
"@successfullyDeleted": {
124+
"description": "Message when an item was successfully deleted"
125+
}
126+
}

0 commit comments

Comments
 (0)