Skip to content

Commit e395ab9

Browse files
Hexstuff 翻译提交 (#5017)
* Hexstuff * Update projects/1.19/assets/modrinth-hexstuff/hexstuff/lang/zh_cn.json Co-authored-by: dovisutu <40313014+dovisutu@users.noreply.github.com> * Update projects/1.19/assets/modrinth-hexstuff/hexstuff/lang/zh_cn.json Co-authored-by: dovisutu <40313014+dovisutu@users.noreply.github.com> * Hexstuff fix:手误与调整 * Hexstuff fix:修 * Update projects/1.19/assets/modrinth-hexstuff/hexstuff/lang/zh_cn.json Co-authored-by: dovisutu <40313014+dovisutu@users.noreply.github.com> --------- Co-authored-by: dovisutu <40313014+dovisutu@users.noreply.github.com>
1 parent 1cb9e6a commit e395ab9

2 files changed

Lines changed: 76 additions & 0 deletions

File tree

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"hexcasting.spell.hexstuff:regex/make": "Thompson's Purification",
3+
"hexcasting.spell.hexstuff:regex/match": "Haystack Distillation",
4+
"hexcasting.spell.hexstuff:regex/flag/case_insensitive": "Typesetter's Distillation",
5+
"hexcasting.spell.hexstuff:regex/flag/dotall": "Orator's Distillation",
6+
"hexcasting.spell.hexstuff:regex/flag/multiline": "Essayist's Distillation",
7+
"hexcasting.spell.hexstuff:display/make": "Typewriter Purification",
8+
"hexcasting.spell.hexstuff:display/concat": "Typewriter Distillation",
9+
"hexcasting.spell.hexstuff:display/color": "Lumière Distillation",
10+
"hexcasting.spell.hexstuff:display/tooltip": "Footnote Distillation",
11+
"hexcasting.spell.hexstuff:display/flag/bold": "Gothic Distillation",
12+
"hexcasting.spell.hexstuff:display/flag/italic": "Manutius' Distillation",
13+
"hexcasting.spell.hexstuff:display/flag/underlined": "Notetaker's Distillation",
14+
"hexcasting.spell.hexstuff:display/flag/strikethrough": "Editor's Distillation",
15+
"hexcasting.spell.hexstuff:display/flag/obfuscated": "Censor's Distillation",
16+
"hexstuff.entry.regex": "Regular Expressions",
17+
"hexstuff.page.regex.0": "I've read tales of grand mages using arcane and inscrutable strings of characters understood by Nature known as a regular expression, representing a certain pattern in text for Nature to find.$(br)I believe I have found the texts describing the syntax of this language $(l:https://github.com/google/re2/wiki/Syntax)here$().$(br2)$(o)Have you tried using an XML parser instead?$()",
18+
"hexstuff.page.regex.make": "Creates a regular expression based on the provided string.",
19+
"hexstuff.page.regex.match": "Finds all matches of the regular expression in the string. Each element of the resulting list is a match, each match being a list of its capture groups, with group 0 being the whole match.",
20+
"hexstuff.page.regex.flag.case_insensitive": "Sets or clears the $(bold)i$() flag, which makes the regular expression be case-insensitive when set.",
21+
"hexstuff.page.regex.flag.dotall": "Sets or clears the $(bold)s$() flag, which makes a $(bold).$() able to match a newline when set.",
22+
"hexstuff.page.regex.flag.multiline": "Sets or clears the $(bold)m$() flag, which makes $(bold)^$() and $(bold)$$() match the start and end of a line when set.",
23+
"hexstuff.entry.display": "Display Iotas",
24+
"hexstuff.page.display.0": "I have discovered a way to make iotas that I can perceive as variously formatted text, useful for having my hexes show me things in a friendlier manner.",
25+
"hexstuff.page.display.make": "Creates a display iota based on the provided string.",
26+
"hexstuff.page.display.concat": "Creates a display iota by joining two display iotas together.",
27+
"hexstuff.page.display.color": "Sets the color of a display iota. The vector's x, y, and z components seem to each signify how red, green, or blue the color is, with 0 being not at all and 255 being the maximum.",
28+
"hexstuff.page.display.tooltip": "Sets what I see when I hover over a display iota. If passed a display, shows that display iota verbatim. If passed an item frame, item entity, or a mote, shows the tooltip I would see on the item.",
29+
"hexstuff.page.display.flag.bold": "Sets whether the display iota is bold.",
30+
"hexstuff.page.display.flag.italic": "Sets whether the display iota is italicized.",
31+
"hexstuff.page.display.flag.underlined": "Sets whether the display iota is underlined.",
32+
"hexstuff.page.display.flag.strikethrough": "Sets whether the display iota is struck through.",
33+
"hexstuff.page.display.flag.obfuscated": "Sets whether the display iota is obfuscated.",
34+
"hexcasting.mishap.invalid_value.class.regex": "a regular expression",
35+
"hexcasting.mishap.invalid_value.class.display": "a display iota",
36+
"hexcasting.mishap.invalid_value.invalid_regex": "a valid regular expression",
37+
"hexcasting.mishap.invalid_value.itementityitemframeitemdisplay": "a display iota, item entity, item frame, or mote"
38+
}
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"hexcasting.spell.hexstuff:regex/make": "汤普森之纯化",
3+
"hexcasting.spell.hexstuff:regex/match": "捞针之馏化",
4+
"hexcasting.spell.hexstuff:regex/flag/case_insensitive": "排字工之馏化",
5+
"hexcasting.spell.hexstuff:regex/flag/dotall": "雄辩家之馏化",
6+
"hexcasting.spell.hexstuff:regex/flag/multiline": "论说文家之馏化",
7+
"hexcasting.spell.hexstuff:display/make": "打字机之纯化",
8+
"hexcasting.spell.hexstuff:display/concat": "打字机之馏化",
9+
"hexcasting.spell.hexstuff:display/color": "卢米埃尔之馏化",
10+
"hexcasting.spell.hexstuff:display/tooltip": "脚注之馏化",
11+
"hexcasting.spell.hexstuff:display/flag/bold": "哥特式之馏化",
12+
"hexcasting.spell.hexstuff:display/flag/italic": "马努提乌斯之馏化",
13+
"hexcasting.spell.hexstuff:display/flag/underlined": "记录员之馏化",
14+
"hexcasting.spell.hexstuff:display/flag/strikethrough": "编辑员之馏化",
15+
"hexcasting.spell.hexstuff:display/flag/obfuscated": "屏蔽之馏化",
16+
"hexstuff.entry.regex": "正则表达式",
17+
"hexstuff.page.regex.0": "我曾读到过一些传说,其中记述了大法师们使用过一种神秘而难懂的字符串。自然懂得这种“正则表达式”串;它们代表着文本中的特定模式,自然则会根据这些模式去查找文本。$(br)我相信我已经找到了记载这种语言的语法的文本,$(l:https://github.com/google/re2/wiki/Syntax)见此$()。$(br2)$(o)你试过换用 XML 解析器吗?$()",
18+
"hexstuff.page.regex.make": "使用所给字符串制造正则表达式。",
19+
"hexstuff.page.regex.match": "在字符串中查找所给正则表达式的匹配项。所得列表的各项均是匹配项,各匹配项又是各捕获组组成的列表,0 号捕获组是整个匹配串。",
20+
"hexstuff.page.regex.flag.case_insensitive": "开关 $(bold)i$() 标记;启用此标记可令正则表达式对大小写敏感。",
21+
"hexstuff.page.regex.flag.dotall": "开关 $(bold)s$() 标记;启用此标记可令正则表达式中的 $(bold).$() 也匹配换行符。",
22+
"hexstuff.page.regex.flag.multiline": "开关 $(bold)m$() 标记;启用此标记可使 $(bold)^$() 和 $(bold)$$() 匹配行首和行尾。",
23+
"hexstuff.entry.display": "示文 Iota",
24+
"hexstuff.page.display.0": "我发现了一种转换方法,能将各种可感知的 iota 变换为各式经格式化的文本,通常用来让咒术所展示的信息更易读。",
25+
"hexstuff.page.display.make": "使用所给字符串制造示文 iota。",
26+
"hexstuff.page.display.concat": "将所给的两个示文 iota 合并为一个。",
27+
"hexstuff.page.display.color": "设置示文 iota 的颜色。向量中的 x、y、z 分量似乎对应着红、绿、蓝三色的明显程度,0 对应完全不存在,255 对应最为明显。",
28+
"hexstuff.page.display.tooltip": "设置鼠标悬停于示文 iota 时所显示的事物。若传入示文,则逐词显示。若传入物品展示框、物品实体、物元,则显示对应物品的提示文本。",
29+
"hexstuff.page.display.flag.bold": "设置示文 iota 为粗体与否。",
30+
"hexstuff.page.display.flag.italic": "设置示文 iota 为斜体与否。",
31+
"hexstuff.page.display.flag.underlined": "设置示文 iota 有下划线与否。",
32+
"hexstuff.page.display.flag.strikethrough": "设置示文 iota 有删除线与否。",
33+
"hexstuff.page.display.flag.obfuscated": "设置示文 iota 是否显示为随机文本。",
34+
"hexcasting.mishap.invalid_value.class.regex": "一个正则表达式",
35+
"hexcasting.mishap.invalid_value.class.display": "一个示文",
36+
"hexcasting.mishap.invalid_value.invalid_regex": "一个有效的正则表达式",
37+
"hexcasting.mishap.invalid_value.itementityitemframeitemdisplay": "一个示文、物品实体、物品展示框,或物元"
38+
}

0 commit comments

Comments
 (0)