From 8637c68402b3ed97197ac2d02626a21dea10981e Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Sun, 16 Apr 2023 15:30:32 +0200 Subject: [PATCH] feat(i18n): updated Chinese --- assets/locales/zh-cn/general.ftl | 1 + assets/locales/zh-cn/sandbox.ftl | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 assets/locales/zh-cn/sandbox.ftl diff --git a/assets/locales/zh-cn/general.ftl b/assets/locales/zh-cn/general.ftl index 03665f7..ef1e83a 100644 --- a/assets/locales/zh-cn/general.ftl +++ b/assets/locales/zh-cn/general.ftl @@ -69,6 +69,7 @@ registry-editor = Registry editor explorer = Explorer task-manager = Task manager configuration = Configuration +debugger = 调试器 dxvk-version = DXVK 版本 dxvk-selection-disabled = 您的葡萄酒组首选项禁用 DXVK 选择 diff --git a/assets/locales/zh-cn/sandbox.ftl b/assets/locales/zh-cn/sandbox.ftl new file mode 100644 index 0000000..57f20e5 --- /dev/null +++ b/assets/locales/zh-cn/sandbox.ftl @@ -0,0 +1,24 @@ +sandbox = 沙盒 +sandbox-description = 在隔离环境中运行游戏,阻止其对个人数据的访问 + +enable-sandboxing = 启用沙盒 +enable-sandboxing-description = 在根文件系统的只读副本中运行游戏 + +hide-home-directory = 隐藏家目录 +hide-home-directory-description = 将 /home、 /var/home/$USER 和 $HOME 目录与游戏隔离 + +hostname = 主机名 + +private-directories = 隐私目录 +private-directories-description = 这些目录将会被空的虚拟文件系统(tmpfs)替代,其中的原始内容不可被沙盒中的游戏访问 + +path = 路径 + +shared-directories = 共享目录 +shared-directories-description = 这些目录将会被软链接到主机系统上的目录 + +original-path = 原路径 +new-path = 新路径 + +read-only = 只读 +read-only-description = 禁止游戏向此目录写入任何数据