File tree Expand file tree Collapse file tree 3 files changed +27
-5
lines changed Expand file tree Collapse file tree 3 files changed +27
-5
lines changed Original file line number Diff line number Diff line change
1
+ --[[
2
+ If you want to contribute translations, play and unlock "Exterior" chapter first
3
+ Try keeping all language files have same line count, will make translators easier to find what's missing
4
+ You can check if there are missing strings by "Ctrl + [Pick a Language]"
5
+ Don't ignore the "TRASLATING NOTE" mark, it's necessary to be accurate because there's lore
6
+ Ask MrZ for more information if you cannot fully understand the text, don't worry about disturbing me!
7
+ ]]
1
8
--- @class Techmino.I18N
2
9
local L = {
3
10
-- Info
@@ -281,7 +288,7 @@ local L={
281
288
282
289
modeTask_survivor_scattered_title = " Scattered" ,
283
290
modeTask_survivor_scattered_desc = " Send 8 lines" ,
284
- modeTask_survivor_power_title = " Power " ,
291
+ achievementMessage = { -- TRASLATING NOTE: The tone can be lighter
285
292
modeTask_survivor_power_desc = " Send 8 lines with 1 Eff" ,
286
293
modeTask_survivor_spike_title = " Spike" ,
287
294
modeTask_survivor_spike_desc = " Send 8 lines with 2 Eff" ,
Original file line number Diff line number Diff line change
1
+ --[[
2
+ If you want to contribute translations, play and unlock "Exterior" chapter first
3
+ Try keeping all language files have same line count, will make translators easier to find what's missing
4
+ You can check if there are missing strings by "Ctrl + [Pick a Language]"
5
+ Don't ignore the "TRASLATING NOTE" mark, it's necessary to be accurate because there's lore
6
+ Ask MrZ for more information if you cannot fully understand the text, don't worry about disturbing me!
7
+ ]]
1
8
--- @class Techmino.I18N
2
9
local L = {
3
10
-- Info
@@ -288,7 +295,7 @@ local L={
288
295
289
296
-- Achievement
290
297
--- @enum (key ) Techmino.Text.Achievement
291
- achievementMessage = {
298
+ achievementMessage = { -- TRASLATING NOTE: The tone can be lighter
292
299
dict_shortcut = " Esperto di Hotkeys" ,
293
300
-- exterior_sprint_gunJumping="Gun jumping detected",
294
301
exterior_excavate_notDig = " Che stai facendo?" ,
Original file line number Diff line number Diff line change
1
+ --[[
2
+ 中文是本应用的原始语言之一,通常由MrZ维护,不需要修改
3
+ 请尽量保持所有的语言文件行数一致,方便定位和补充
4
+ 按住Ctrl再选语言来对比语言差异
5
+ 注意"TRASLATING NOTE"标记,因为有故事背景
6
+ 不能完全理解含义的时候请去问MrZ,不用怕打扰
7
+ ]]
1
8
--- @class Techmino.I18N
2
9
local L = {
3
10
-- Info
@@ -82,7 +89,7 @@ local L={
82
89
button_back = " 返回" ,
83
90
84
91
simulation_title = " 模拟" ,
85
- graph_brik_title = " M-图谱" , -- 翻译注意: 取自“知识图谱”(人工智能领域)
92
+ graph_brik_title = " M-图谱" , -- TRASLATING NOTE: 取自“知识图谱”(人工智能领域)
86
93
settings_title = " 设置" ,
87
94
88
95
setting_asd = " 重复移动延迟" ,
@@ -216,7 +223,7 @@ local L={
216
223
about_peopleLost = " 你弄丢了 $1 !" ,
217
224
218
225
-- Mode name
219
- exteriorModeInfo = {
226
+ exteriorModeInfo = { -- TRASLATING NOTE: 不需要完全准确,可以尝试引用你使用的语言中的俗语
220
227
sprint = {" 竞速" ," 速度即一切" },
221
228
sequence = {" 序列" ," 面对奇异的方块序列" },
222
229
invis = {" 隐形" ," 方块落下后将不可见" },
@@ -287,7 +294,8 @@ local L={
287
294
modeTask_survivor_spike_desc = " 打出8行攻击 且 效率达到2" ,
288
295
289
296
-- Achievement
290
- achievementMessage = {
297
+ --- @enum (key ) Techmino.Text.Achievement
298
+ achievementMessage = { -- TRASLATING NOTE: 语气可以更轻松
291
299
dict_shortcut = " 快捷键高手" ,
292
300
exterior_sprint_gunJumping = " 检测到抢跑" ,
293
301
exterior_excavate_notDig = " 你在干什么?" ,
You can’t perform that action at this time.
0 commit comments