From 28d498eefcb8692052759be2469ee78a17f6556e Mon Sep 17 00:00:00 2001
From: wxhn1225 <1317421184@qq.com>
Date: Mon, 27 Jan 2025 20:36:29 +0800
Subject: [PATCH 1/3] Added Chinese translations
zh
---
.idea/deployment.xml | 91 +++++++++++++++++++
.idea/workspace.xml | 64 +++++++++++++
client-webui/.idea/.gitignore | 8 ++
client-webui/.idea/client-webui.iml | 8 ++
client-webui/.idea/deployment.xml | 91 +++++++++++++++++++
.../inspectionProfiles/Project_Default.xml | 12 +++
.../inspectionProfiles/profiles_settings.xml | 6 ++
client-webui/.idea/misc.xml | 7 ++
client-webui/.idea/modules.xml | 8 ++
client-webui/.idea/vcs.xml | 6 ++
client-webui/zh.js | 41 +++++++++
11 files changed, 342 insertions(+)
create mode 100644 .idea/deployment.xml
create mode 100644 .idea/workspace.xml
create mode 100644 client-webui/.idea/.gitignore
create mode 100644 client-webui/.idea/client-webui.iml
create mode 100644 client-webui/.idea/deployment.xml
create mode 100644 client-webui/.idea/inspectionProfiles/Project_Default.xml
create mode 100644 client-webui/.idea/inspectionProfiles/profiles_settings.xml
create mode 100644 client-webui/.idea/misc.xml
create mode 100644 client-webui/.idea/modules.xml
create mode 100644 client-webui/.idea/vcs.xml
create mode 100644 client-webui/zh.js
diff --git a/.idea/deployment.xml b/.idea/deployment.xml
new file mode 100644
index 0000000..56627a5
--- /dev/null
+++ b/.idea/deployment.xml
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..3f13b87
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 1737974206955
+
+
+ 1737974206955
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/client-webui/.idea/.gitignore b/client-webui/.idea/.gitignore
new file mode 100644
index 0000000..35410ca
--- /dev/null
+++ b/client-webui/.idea/.gitignore
@@ -0,0 +1,8 @@
+# 默认忽略的文件
+/shelf/
+/workspace.xml
+# 基于编辑器的 HTTP 客户端请求
+/httpRequests/
+# Datasource local storage ignored files
+/dataSources/
+/dataSources.local.xml
diff --git a/client-webui/.idea/client-webui.iml b/client-webui/.idea/client-webui.iml
new file mode 100644
index 0000000..d0876a7
--- /dev/null
+++ b/client-webui/.idea/client-webui.iml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/client-webui/.idea/deployment.xml b/client-webui/.idea/deployment.xml
new file mode 100644
index 0000000..59a1d70
--- /dev/null
+++ b/client-webui/.idea/deployment.xml
@@ -0,0 +1,91 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/client-webui/.idea/inspectionProfiles/Project_Default.xml b/client-webui/.idea/inspectionProfiles/Project_Default.xml
new file mode 100644
index 0000000..7d2bbd5
--- /dev/null
+++ b/client-webui/.idea/inspectionProfiles/Project_Default.xml
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/client-webui/.idea/inspectionProfiles/profiles_settings.xml b/client-webui/.idea/inspectionProfiles/profiles_settings.xml
new file mode 100644
index 0000000..105ce2d
--- /dev/null
+++ b/client-webui/.idea/inspectionProfiles/profiles_settings.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/client-webui/.idea/misc.xml b/client-webui/.idea/misc.xml
new file mode 100644
index 0000000..1bf32ee
--- /dev/null
+++ b/client-webui/.idea/misc.xml
@@ -0,0 +1,7 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/client-webui/.idea/modules.xml b/client-webui/.idea/modules.xml
new file mode 100644
index 0000000..c0331f3
--- /dev/null
+++ b/client-webui/.idea/modules.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/client-webui/.idea/vcs.xml b/client-webui/.idea/vcs.xml
new file mode 100644
index 0000000..6c0b863
--- /dev/null
+++ b/client-webui/.idea/vcs.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/client-webui/zh.js b/client-webui/zh.js
new file mode 100644
index 0000000..e92b081
--- /dev/null
+++ b/client-webui/zh.js
@@ -0,0 +1,41 @@
+dict = {
+ server_host: `服务器主机`,
+ server_host_submit: `更改`,
+ logout: `注销`,
+ high_damage_numbers_patch: `高伤害数字补丁`,
+ skip_mission_start_timer: `跳过任务倒计时`,
+ simulacrum_blacklisted: `幻影装置的隐藏敌人`,
+ simulacrum_whitelisted: `幻影装置的默认敌人`,
+ pause_always_stops_time: `Esc暂停游戏`,
+ ee_log_in_console: `在控制台输出EE.log`,
+ fov_override: `视野重写 (0 = 关闭)`,
+ save_config: `在client_config.json保存更改`,
+
+ camtype: `镜头类型`,
+ gamecam: `正常`,
+ freecam: `自由视角`,
+ lockcam: `原地锁定`,
+ pos: `位置`,
+ tp_submit: `传送至`,
+ custom: `自定义`,
+ marker: `|TYPE| 在 |DIST|米`,
+ marker_unk: `通用标记点`,
+ marker_obj: `标记目标`,
+ marker_target: `目标`,
+ marker_surcap: `大型生命维持胶囊`,
+ marker_surpup: `小型生命维持胶囊`,
+ marker_a: `A`,
+ marker_b: `B`,
+ marker_c: `C`,
+ marker_wp: `标点`,
+ marker_focus: `专精球`,
+ marker_extract: `撤离点`,
+
+ enable_auto_start: `开启自动启动`,
+ disable_auto_start: `关闭自动启动`,
+ clear_script_log: `清除脚本日志`,
+ console: `控制台`,
+
+ err: `与DLL连接丢失。`,
+ err_retry: `尝试重连。`,
+}
\ No newline at end of file
--
2.47.2
From 4191a508c29792bd3f09e46242aac77503186404 Mon Sep 17 00:00:00 2001
From: wxhn1225 <45218021+wxhn1225@users.noreply.github.com>
Date: Mon, 27 Jan 2025 20:41:49 +0800
Subject: [PATCH 2/3] Delete .idea directory
---
.idea/deployment.xml | 91 --------------------------------------------
.idea/workspace.xml | 64 -------------------------------
2 files changed, 155 deletions(-)
delete mode 100644 .idea/deployment.xml
delete mode 100644 .idea/workspace.xml
diff --git a/.idea/deployment.xml b/.idea/deployment.xml
deleted file mode 100644
index 56627a5..0000000
--- a/.idea/deployment.xml
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
deleted file mode 100644
index 3f13b87..0000000
--- a/.idea/workspace.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 1737974206955
-
-
- 1737974206955
-
-
-
-
-
-
-
-
\ No newline at end of file
--
2.47.2
From 328fafca6c7a5bb10f399316852d5cd8da227f96 Mon Sep 17 00:00:00 2001
From: wxhn1225 <45218021+wxhn1225@users.noreply.github.com>
Date: Mon, 27 Jan 2025 20:42:12 +0800
Subject: [PATCH 3/3] Delete client-webui/.idea directory
---
client-webui/.idea/.gitignore | 8 --
client-webui/.idea/client-webui.iml | 8 --
client-webui/.idea/deployment.xml | 91 -------------------
.../inspectionProfiles/Project_Default.xml | 12 ---
.../inspectionProfiles/profiles_settings.xml | 6 --
client-webui/.idea/misc.xml | 7 --
client-webui/.idea/modules.xml | 8 --
client-webui/.idea/vcs.xml | 6 --
8 files changed, 146 deletions(-)
delete mode 100644 client-webui/.idea/.gitignore
delete mode 100644 client-webui/.idea/client-webui.iml
delete mode 100644 client-webui/.idea/deployment.xml
delete mode 100644 client-webui/.idea/inspectionProfiles/Project_Default.xml
delete mode 100644 client-webui/.idea/inspectionProfiles/profiles_settings.xml
delete mode 100644 client-webui/.idea/misc.xml
delete mode 100644 client-webui/.idea/modules.xml
delete mode 100644 client-webui/.idea/vcs.xml
diff --git a/client-webui/.idea/.gitignore b/client-webui/.idea/.gitignore
deleted file mode 100644
index 35410ca..0000000
--- a/client-webui/.idea/.gitignore
+++ /dev/null
@@ -1,8 +0,0 @@
-# 默认忽略的文件
-/shelf/
-/workspace.xml
-# 基于编辑器的 HTTP 客户端请求
-/httpRequests/
-# Datasource local storage ignored files
-/dataSources/
-/dataSources.local.xml
diff --git a/client-webui/.idea/client-webui.iml b/client-webui/.idea/client-webui.iml
deleted file mode 100644
index d0876a7..0000000
--- a/client-webui/.idea/client-webui.iml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/client-webui/.idea/deployment.xml b/client-webui/.idea/deployment.xml
deleted file mode 100644
index 59a1d70..0000000
--- a/client-webui/.idea/deployment.xml
+++ /dev/null
@@ -1,91 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/client-webui/.idea/inspectionProfiles/Project_Default.xml b/client-webui/.idea/inspectionProfiles/Project_Default.xml
deleted file mode 100644
index 7d2bbd5..0000000
--- a/client-webui/.idea/inspectionProfiles/Project_Default.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/client-webui/.idea/inspectionProfiles/profiles_settings.xml b/client-webui/.idea/inspectionProfiles/profiles_settings.xml
deleted file mode 100644
index 105ce2d..0000000
--- a/client-webui/.idea/inspectionProfiles/profiles_settings.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/client-webui/.idea/misc.xml b/client-webui/.idea/misc.xml
deleted file mode 100644
index 1bf32ee..0000000
--- a/client-webui/.idea/misc.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/client-webui/.idea/modules.xml b/client-webui/.idea/modules.xml
deleted file mode 100644
index c0331f3..0000000
--- a/client-webui/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/client-webui/.idea/vcs.xml b/client-webui/.idea/vcs.xml
deleted file mode 100644
index 6c0b863..0000000
--- a/client-webui/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
--
2.47.2