Skip to content

Commit

Permalink
给予翻译
Browse files Browse the repository at this point in the history
  • Loading branch information
Vera-Firefly authored Aug 8, 2023
1 parent f1e0066 commit 73ff1ee
Showing 1 changed file with 48 additions and 5 deletions.
53 changes: 48 additions & 5 deletions app_pojavlauncher/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,53 @@
<string name="global_save_and_exit">保存并退出</string>
<string name="global_yes">确定</string>
<string name="global_no">取消</string>
<string name="preference_controller_map_wiped">控制器配置已被擦除</string>
<string name="preference_category_controller_settings">控制器设置</string>
<string name="preference_wipe_controller_title">重置控制器映射</string>
<string name="preference_wipe_controller_description">允许您重新映射控制器按钮</string>
<string name="preference_controller_map_wiped">手柄配置已被擦除</string>
<string name="preference_category_controller_settings">手柄设置</string>
<string name="preference_wipe_controller_title">重置手柄映射</string>
<string name="preference_wipe_controller_description">允许您重新映射手柄按键</string>
<string name="preference_deadzone_scale_title">操纵杆死区比例</string>
<string name="preference_deadzone_scale_description">在操纵杆失灵时增加它</string>
<string name="preference_deadzone_scale_description">在操纵杆偏移时增加它</string>
<string name="preference_shader_dump_title">启用着色器输出</string>
<string name="preference_shader_dump_description">记录转换的着色器到日志文件</string>
<string name="percent_format">%d%%</string>
<string name="preference_force_big_core_title">强制渲染器在大核上运行</string>
<string name="preference_force_big_core_desc">强制 Minecraft 渲染线程在最高频率的核心运行</string>
<string name="version_select_hint">选择版本</string>
<string name="forge_dl_progress">正在下载 %s 的安装程序</string>
<string name="modloader_dl_failed_to_load_list">加载版本列表失败!</string>
<string name="forge_dl_no_installer">抱歉,此版本的 Forge 没有安装程序,尚不支持</string>
<string name="forge_dl_select_version">选择 Forge 版本</string>
<string name="fabric_dl_progress">正在下载 Fabric 安装程序</string>
<string name="fabric_dl_loader_version">Fabric 加载器版本</string>
<string name="fabric_dl_game_version">Minecraft 版本</string>
<string name="fabric_dl_install">安装</string>
<string name="fabric_dl_cant_read_meta">无法读取 Fabric 元数据,请稍后再试</string>
<string name="modloader_dl_install_fabric">创建 Fabric 配置</string>
<string name="modloader_dl_install_forge">创建 Forge 配置</string>
<string name="create_profile_vanilla">创建原版配置</string>
<string name="create_profile_vanilla_like_versions">原版版本</string>
<string name="create_profile_modded_versions">已修改版本</string>
<string name="fabric_dl_loader_title">选择版本</string>
<string name="of_dl_select_version">选择 OptiFine 版本</string>
<string name="of_dl_failed_to_scrape">无法获取 OptiFine 安装数据</string>
<string name="of_dl_progress">正在下载 %s</string>
<string name="create_profile_optifine">创建 OptiFine 配置</string>
<string name="preference_gyro_damper_window_title">平滑时间</string>
<string name="preference_gyro_damper_window_description">减少抖动以换取延迟,输入 0 以禁用</string>

<!-- App New Annotation -->
<string name="preference_category_gestures_title">手势</string>
<string name="preference_category_buttons_title">按键</string>
<string name="preference_category_experimental_fuckury_title">实验性的补丁</string>
<string name="preference_category_java_tweaks_title">Java调整</string>
<string name="preference_category_categories_title">更多设置</string>
<string name="preference_category_miscellaneous_settings_title">其他设置</string>
<string name="preference_category_video_settings_title">视频和渲染器</string>
<string name="preference_category_visibility_title">能见度</string>
<string name="preference_category_in_game_title">游戏内显示</string>
<string name="preference_category_in_menu_title">游戏外显示</string>
<string name="preference_category_microsoft_account_title">微软账号</string>
<string name="preference_category_local_account_title">离线账号</string>
<string name="customctrl_forward_lock">前进锁定</string>

</resources>

0 comments on commit 73ff1ee

Please sign in to comment.