-
Notifications
You must be signed in to change notification settings - Fork 28
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
Showing
1 changed file
with
8 additions
and
5 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,13 +1,16 @@ | ||
{ | ||
"fabrishot.config.title": "Fabrishot", | ||
"fabrishot.config.category": "截图尺寸", | ||
"fabrishot.config.custom_file_name": "Use different filename format", | ||
"fabrishot.config.custom_file_name.tooltip": "Use %time% for the time,\n %world% for world or server name", | ||
"fabrishot.config.custom_file_name": "使用不同的文件名格式", | ||
"fabrishot.config.custom_file_name.tooltip": "使用%time%表示时间,\n%world%表示世界或服务器名字", | ||
"fabrishot.config.override_screenshot_key": "用 Fabrishot 替换默认的截图功能", | ||
"fabrishot.config.save_file": "Save the screenshot file", | ||
"fabrishot.config.hide_hud": "自动隐藏HUD", | ||
"fabrishot.config.save_file": "保存截图文件", | ||
"fabrishot.config.disable_gui_scaling": "禁用GUI缩放", | ||
"fabrishot.config.width": "截图宽度", | ||
"fabrishot.config.height": "截图高度", | ||
"fabrishot.config.delay": "Capture delay", | ||
"fabrishot.config.delay.tooltip": "Frames to wait after resizing. Tweak for better exposure with shaders", | ||
"fabrishot.config.delay": "采集延迟", | ||
"fabrishot.config.delay.tooltip": "调整大小后要等待的帧数。用光影进行调整以获得更好的曝光效果", | ||
"fabrishot.config.file_format": "文件格式", | ||
"key.fabrishot.screenshot": "截图(高分辨率)" | ||
} |