Skip to content

Create zh_cn.json #49

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

Open
wants to merge 2 commits into
base: 1.20
Choose a base branch
from
Open
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
29 changes: 29 additions & 0 deletions src/main/resources/assets/resolutioncontrol/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"key.categories.resolutioncontrol": "Resolution Control",

"key.resolutioncontrol.settings": "Resolution Control 按键设置",
"key.resolutioncontrol.screenshot": "截图帧缓冲键(截图键)",

"resolutioncontrol.settings.title": "Resolution Control 设置",

"resolutioncontrol.settings.main": "一般",

"resolutioncontrol.settings.main.upscale": "高分辨率插值法:",
"resolutioncontrol.settings.main.downscale": "低分辨率插值法:",
"resolutioncontrol.settings.main.linear": "线性",
"resolutioncontrol.settings.main.nearest": "最邻近",
"resolutioncontrol.settings.main.estimate": "预计: %s",

"resolutioncontrol.settings.screenshot": "截图",
"resolutioncontrol.settings.screenshot.overrideSize": "使用设置大小:",
"resolutioncontrol.settings.screenshot.alwaysAllocated": "始终分配:",
"resolutioncontrol.settings.screenshot.size": "大小:",

"resolutioncontrol.settings.info": "系统信息",
"resolutioncontrol.settings.info.gpu": "显卡:",
"resolutioncontrol.settings.info.maxTextureSize": "最大纹理大小:",

"resolutioncontrol.screenshot.wait": "处理截屏中...",

"modmenu.descriptionTranslation.resolutioncontrol": "让您更轻松地控制 Minecraft 的渲染分辨率。"
}