Skip to content

Commit 7ba4982

Browse files
committed
Create translation document TRANSLATION_GUIDE.md
1 parent bebed97 commit 7ba4982

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

TRANSLATION_GUIDE.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
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 |

0 commit comments

Comments
 (0)