File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed
Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change 1+ # Translation Guide
2+
3+ ## Categories
4+ 1 . ** UI Elements**
5+ - Button Text
6+ - Navigation Labels
7+ - Menu Items
8+
9+ 2 . ** Notifications**
10+ - Error Messages
11+ - Alerts
12+ - Warnings
13+
14+ 3 . ** User Preferences**
15+ - Settings Descriptions
16+
17+ 4 . ** Other**
18+ - Miscellaneous Strings
19+
20+ ## Priorities
21+ - High: Critical functionality and user interactions.
22+ - Medium: Important but not critical.
23+ - Low: Minor strings and descriptions.
24+
25+ ## Strings to Translate
26+
27+ ### UI Elements
28+
29+ | Chinese String | English Translation | Priority |
30+ | ----------------| ---------------------| ----------|
31+ | 按钮文本 | Button Text | High |
32+ | 导航标签 | Navigation Label | High |
33+ | 菜单项 | Menu Item | Medium |
34+
35+ ### Notifications
36+
37+ | Chinese String | English Translation | Priority |
38+ | ----------------| ---------------------| ----------|
39+ | 错误信息 | Error Message | High |
40+ | 警告信息 | Warning Message | Medium |
41+
42+ ### User Preferences
43+
44+ | Chinese String | English Translation | Priority |
45+ | ----------------| ---------------------| ----------|
46+ | 设置描述 | Settings Description | Medium |
47+
48+ ### Other
49+
50+ | Chinese String | English Translation | Priority |
51+ | ----------------| ---------------------| ----------|
52+ | 其他字符串 | Miscellaneous String | Low |
You can’t perform that action at this time.
0 commit comments