-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1758743
commit 7bc8bd1
Showing
1 changed file
with
30 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,56 @@ | ||
{ | ||
"navbar./dependencies": "配置", | ||
"navbar./mappings": "搜索", | ||
"navbar./": "Linkie", | ||
"navbar./dependencies": "依赖", | ||
"navbar./mappings": "映射", | ||
"home.welcome": "欢迎使用 Linkie", | ||
"navbar.locale.help.0": "找不到您的语言?", | ||
"navbar.locale.help.1": "点击此处协助翻译!", | ||
"home.quick.access": "快速入门", | ||
"home.dependencies": "配置", | ||
"home.mappings": "搜索", | ||
"dependencies.loader": "模块加载器", | ||
"home.dependencies": "依赖", | ||
"home.mappings": "映射", | ||
"dependencies.loader": "加载器", | ||
"dependencies.build.system": "建构系统", | ||
"dependencies.build.system.architectury.loom": "Architectury Loom", | ||
"dependencies.build.system.forge.gradle": "ForgeGradle", | ||
"dependencies.version": "版本", | ||
"dependencies.version.snapshots": "使用快照版:", | ||
"dependencies.version.snapshots": "启用快照版:", | ||
"dependencies.maven.repo": "Maven 文件库", | ||
"dependencies.toc": "目录", | ||
"mappings.namespace": "反混淆方案", | ||
"mappings.namespace.show.more": "显示更多...", | ||
"mappings.namespace.show.less": "显示较少...", | ||
"mappings.version": "版本", | ||
"mappings.version.no.translation": "{version} (没有翻译)", | ||
"mappings.version.snapshots": "使用快照版:", | ||
"mappings.version.no.translation": "{version}(没有翻译)", | ||
"mappings.version.snapshots": "启用快照版:", | ||
"mappings.translation": "翻译", | ||
"mappings.translation.none": "禁用翻译", | ||
"mappings.translation.n/a": "N/a", | ||
"mappings.search.type": "搜索类型:", | ||
"mappings.search.type.classes": "类型", | ||
"mappings.search.type": "搜索类型:", | ||
"mappings.search.type.classes": "类", | ||
"mappings.search.type.methods": "方法", | ||
"mappings.search.type.fields": "属性", | ||
"mappings.search.type.fields": "字段", | ||
"mappings.searching": "正在搜索结果", | ||
"mappings.searching.subtitle": "手气不错?", | ||
"mappings.searching.none": "没有结果", | ||
"mappings.searching.none.try": "试试搜索什么?", | ||
"mappings.searching.none.mistake": "你的搜索词是否正确?", | ||
"mappings.entry.type.class": "类型", | ||
"mappings.entry.type.class": "类", | ||
"mappings.entry.type.method": "方法", | ||
"mappings.entry.type.field": "属性", | ||
"mappings.entry.type": "类型:", | ||
"mappings.entry.type.field": "字段", | ||
"mappings.entry.type": "类型:", | ||
"mappings.entry.mixin.target": "Mixin 目标:", | ||
"mappings.entry.at": "AT:", | ||
"mappings.entry.aw": "AW:" | ||
} | ||
"mappings.entry.at": "AT:", | ||
"mappings.entry.aw": "AW:", | ||
"namespace.yarn": "Yarn", | ||
"namespace.mojang": "Mojang", | ||
"namespace.mojang_srg": "Mojang(SRG)", | ||
"namespace.mojang_hashed": "Mojang(Hashed)", | ||
"namespace.mcp": "MCP", | ||
"namespace.quilt-mappings": "Quilt 映射", | ||
"namespace.legacy-yarn": "旧版 Yarn", | ||
"namespace.yarrn": "Yarrn", | ||
"namespace.plasma": "Plasma", | ||
"loader.fabric": "Fabric", | ||
"loader.forge": "Forge", | ||
"loader.quilt": "Quilt" | ||
} |