Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #6 from HKLab/patch-1
Browse files Browse the repository at this point in the history
better Chinese translation
  • Loading branch information
jngo102 authored May 2, 2022
2 parents b70b342 + cd819ed commit 97572d2
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,32 +43,32 @@ const messages = {
message: {
all: "全部",
cancel: "取消",
chooseSaveSlot: "",
createNewProfile: "创建新的个人资料",
createProfile: "创建个人资料",
chooseSaveSlot: "选择Save",
createNewProfile: "创建新的Mod配置",
createProfile: "创建Mod配置",
delete: "删除",
dependencies: "依赖关系",
dependencies: "依赖",
disable: "禁用",
disableApi: "禁用 API",
donate: "",
enableApi: "使能够 API",
enable: "使能够",
enabled: "启用",
export: "输出",
disableApi: "禁用API",
donate: "赞助开发者",
enableApi: "启用API",
enable: "启用",
enabled: "已启用",
export: "导出",
exportProfiles: "导出配置文件",
importProfiles: "导入配置文件",
importSave: "进口 Save",
importSave: "导入Save",
install: "安装",
installed: "已安装",
languages: "语言",
manualInstall: "手动安装",
modReadMe: "",
openMods: "打开模组",
profileNamePlaceholder: "在此处输入个人资料名称",
profileNamePrompt: "为您的个人资料命名",
profiles: "简介",
readMe: "读我",
report: "报告错误/建议一个功能",
modReadMe: "自述文件",
openMods: "打开Mods",
profileNamePlaceholder: "在此处输入Mod配置名称",
profileNamePrompt: "命名Mod配置",
profiles: "配置",
readMe: "自述文件",
report: "报告BUG/提供建议",
reset: "重启",
searchMods: "搜索模组",
selectMods: "选择模组",
Expand Down Expand Up @@ -245,4 +245,4 @@ export const translate = (key: string) => {
}

return i18n.global.t(key);
};
};

0 comments on commit 97572d2

Please sign in to comment.