Skip to content

Commit da06be1

Browse files
committed
feat: 将英语翻译文件改为新版结构
close #9
1 parent 2a3c8b6 commit da06be1

File tree

14 files changed

+1187
-290
lines changed

14 files changed

+1187
-290
lines changed

src/messages/en.ts

Lines changed: 0 additions & 290 deletions
This file was deleted.

src/messages/en/about.ts

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
export const about = {
2+
"about.title": "Snow Shot",
3+
"about.subtitle":
4+
"A tool software designed with simplicity and elegance as the concept ❄️",
5+
"about.version": "Version",
6+
"about.author": "Author: mg-chao",
7+
"about.license.title": "📄 Open Source License",
8+
"about.license.description": "This project adopts a dual licensing model:",
9+
"about.license.nonCommercial": "Non-commercial scenarios:",
10+
"about.license.nonCommercialType": "Apache v2.0 License applies",
11+
"about.license.commercial": "Commercial scenarios:",
12+
"about.license.commercialType": "GPL v3 License applies",
13+
"about.contact.title": "📞 Feedback & Contact",
14+
"about.contact.github": "GitHub Issue",
15+
"about.contact.bilibili": "Bilibili 3N0W",
16+
"about.contact.email": "Email: chao@mgchao.top",
17+
"about.contact.qqGroup": "QQ Group: ",
18+
"about.newVersion": "New Version",
19+
};

src/messages/en/appearance.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export const appearance = {
2+
"appearance.title": "Theme",
3+
"appearance.themeSkinSettings": "Skin",
4+
};

src/messages/en/common.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
export const common = {
2+
"common.edit": "Edit",
3+
"common.delete": "Delete",
4+
"common.delete.tip": 'Are you sure you want to delete "{name}"?',
5+
"common.newVersion":
6+
"Snow Shot version {latestVersion} has been released \nCurrent version {currentVersion}",
7+
"common.newVersion.title": "New Version {latestVersion} Available",
8+
"common.newVersion.updateReady": "Update Downloaded",
9+
"common.newVersion.updateReady.description":
10+
"Snow Shot {version} is ready. Would you like to restart the app now to install the update?",
11+
"common.newVersion.updateNow": "Update Now",
12+
"common.newVersion.updateLater": "Later",
13+
"common.newVersion.downloading": "Downloading update...",
14+
"common.permission.error.title": "Missing Critical Permissions",
15+
"common.permission.error.description":
16+
'Please enable necessary permissions for "Screen Recording & System Audio" and "Accessibility"',
17+
"common.permission.error.goToSettings": "Go to Settings",
18+
};

0 commit comments

Comments
 (0)