Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zh-cn.json and zh-hant.json #1109

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions src/lang/zh-cn.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lang": "中文简体",
"lang": "简体中文",
"about": "关于",
"active files": "打开的文件",
"alert": "提醒",
Expand Down Expand Up @@ -383,13 +383,13 @@
"newly_added": "最近上架",
"top_rated": "最多好评",
"rename not supported": "不支持修改 Termux 内的文件夹名",
"compress": "Compress",
"copy uri": "Copy Uri",
"delete entries": "Are you sure you want to delete {count} items?",
"deleting items": "Deleting {count} items...",
"import project zip": "Import Project(zip)",
"changelog": "Change Log",
"notifications": "Notifications",
"no_unread_notifications": "No unread notifications",
"should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)"
"compress": "压缩",
"copy uri": "复制 Uri",
"delete entries": "确定要删除这 {count} 个项目?",
"deleting items": "正在删除这 {count} 个项目...",
"import project zip": "导入项目(zip)",
"changelog": "更新日志",
"notifications": "消息通知",
"no_unread_notifications": "没有未读消息",
"should_use_current_file_for_preview": "应使当前文件用于预览页面而非使用默认文件 (index.html)"
}
18 changes: 9 additions & 9 deletions src/lang/zh-hant.json
Original file line number Diff line number Diff line change
Expand Up @@ -383,13 +383,13 @@
"newly_added": "最近上架",
"top_rated": "最多好評",
"rename not supported": "不支持修改 Termux 內的文件夾名",
"compress": "Compress",
"copy uri": "Copy Uri",
"delete entries": "Are you sure you want to delete {count} items?",
"deleting items": "Deleting {count} items...",
"import project zip": "Import Project(zip)",
"changelog": "Change Log",
"notifications": "Notifications",
"no_unread_notifications": "No unread notifications",
"should_use_current_file_for_preview": "Should use Current File For preview instead of default (index.html)"
"compress": "壓縮",
"copy uri": "複製 Uri",
"delete entries": "確定要刪除這 {count} 個項目?",
"deleting items": "正在刪除這 {count} 個項目...",
"import project zip": "導入項目(zip)",
"changelog": "更新日誌",
"notifications": "消息通知",
"no_unread_notifications": "沒有未讀消息",
"should_use_current_file_for_preview": "應使當前文件用於預覽頁面而非使用默認文件 (index.html)"
}
Loading