Skip to content

Commit

Permalink
HexShield 翻译提交 (#4394)
Browse files Browse the repository at this point in the history
* HexShield

* Update projects/1.19/assets/0-modrinth-mod/hexshield/lang/zh_cn.json

Co-authored-by: 落雪鸦杀 <[email protected]>

---------

Co-authored-by: 落雪鸦杀 <[email protected]>
  • Loading branch information
ChuijkYahus and luoxueyasha authored Jun 18, 2024
1 parent 0024c77 commit 0ae492e
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 0 deletions.
17 changes: 17 additions & 0 deletions projects/1.19/assets/0-modrinth-mod/hexshield/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"hexcasting.spell.hexshield:spectralarrow": "Spectral Weapon Projection",
"hexcasting.spell.hexshield:heartwhisper": "Heart Whisper",
"hexcasting.spell.hexshield:multiple_modify_in_place": "Surgeon's Exaltation II",

"hexshield.entry.spectralarrow": "Spectral Weapon Projection",
"hexshield.page.spectralarrow.0": "The powerful spell which allows you to summon an spectral arrow with a given position and motion vec. You also need to specify if arrow should cause critical damage<br><br>Using cost relates in |motion|^3 and critical<br><br>This spell might cost so much...",
"hexshield.page.spectralarrow.1": "Spell casting cost example:<br><br>|mot| = 1, critical = false<br> -> 0.06<br>|mot| = 1, critical = true<br> -> 0.12<br>|mot| = 10, critical = false<br> -> 10.05<br>|mot| = 20.05, critical = false<br> -> 80.05<br><br>|mot| = N, critical = false<br> -> 0.05 + 0.01*N^3<br>|mot| = N, critical = true<br> -> 0.1 + 0.02*N^3",

"hexshield.entry.heartwhisper": "Heart Whisper",
"hexshield.page.heartwhisper.0": "Show your love to your friend (or your enemy, idk) with this spell! Using on someone releases heart particles around target<br><br>Costs nothing because love is not for sale",

"hexshield.entry.extended_lists": "Advanced List Manipulation",
"hexshield.page.multiple_modify_in_place.0": "Remove the top iota or list of the stack and the number at the top, then set the nth element of the list at the top of the stack to that iota or list content (where n is the number you removed). Does nothing if the number is out of bounds.",
"hexshield.page.multiple_modify_in_place.1": "Differs from $(l:patterns/lists#hexcasting:modify_in_place)$(action)Surgeon's Exaltation/$ in that if you passed list as third argument then Surgeon's Exaltation II unwraps it instead of placing a whole list in given place",
"hexshield.page.multiple_modify_in_place.2": "Example:<br><br>$(l:patterns/lists#hexcasting:modify_in_place)$(action)Surgeon's Exaltation/$:<br>[ a b c ]<br>1<br>[ d e f ]<br> -> [ a [ d e f ] c ]<br><br>$(action)Surgeon's Exaltation II/$:<br>[ a b c ]<br>1<br>[ d e f ]<br> -> [ a d e f c ]"
}
17 changes: 17 additions & 0 deletions projects/1.19/assets/0-modrinth-mod/hexshield/lang/ru_ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"hexcasting.spell.hexshield:spectralarrow": "Проекция спектрального оружия",
"hexcasting.spell.hexshield:heartwhisper": "Шёпот сердца",
"hexcasting.spell.hexshield:multiple_modify_in_place": "Восторг хирурга II",

"hexshield.entry.spectralarrow": "Проекция спектрального оружия",
"hexshield.page.spectralarrow.0": "Мощное заклинание, позволяющее вам призвать спектральную стрелу в указанном месте с указанным вектором движения. Вам также нужно выбрать, должна ли стрела наносить критический урон<br><br>Стоимость использования зависит от |motion|^3 и critical<br><br>Это заклинание может стоить так много...",
"hexshield.page.spectralarrow.1": "Примеры стоимости использования:<br><br>|mot| = 1, critical = false<br> -> 0.06<br>|mot| = 1, critical = true<br> -> 0.12<br>|mot| = 10, critical = false<br> -> 10.05<br>|mot| = 20.05, critical = false<br> -> 80.05<br><br>|mot| = N, critical = false<br> -> 0.05 + 0.01*N^3<br>|mot| = N, critical = true<br> -> 0.1 + 0.02*N^3",

"hexshield.entry.heartwhisper": "Шёпот сердца",
"hexshield.page.heartwhisper.0": "Покажи свою любовь другу (или врагу, не важно) с этим заклинанием! Использование на ком-либо создаёт частицы сердечек вокруг цели<br><br>Ничего не стоит, ведь любовь не продаётся",

"hexshield.entry.extended_lists": "Восторг хирурга II",
"hexshield.page.multiple_modify_in_place.0": "Удаляет верхнюю йоту или список из стэка и число за ней, затем заменяет элемент с указанным индексом в верхнем списке стэка указанной йотой или тем, что находится внутри списка. Ничего не делает, если число превышает размер целевого списка.",
"hexshield.page.multiple_modify_in_place.1": "Отличается от $(l:patterns/lists#hexcasting:modify_in_place)$(action)Восторга хирурга/$ тем, что если вверху стека находился список, Восторг хирурга II развернёт его вместо того, чтобы помещать в указанное место целый список",
"hexshield.page.multiple_modify_in_place.2": "Пример:<br><br>$(l:patterns/lists#hexcasting:modify_in_place)$(action)Восторг хирурга/$:<br>[ a b c ]<br>1<br>[ d e f ]<br> -> [ a [ d e f ] c ]<br><br>$(action)Восторга хирурга II/$:<br>[ a b c ]<br>1<br>[ d e f ]<br> -> [ a d e f c ]"
}
17 changes: 17 additions & 0 deletions projects/1.19/assets/0-modrinth-mod/hexshield/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"hexcasting.spell.hexshield:spectralarrow": "光灵武器弹射",
"hexcasting.spell.hexshield:heartwhisper": "传达心声",
"hexcasting.spell.hexshield:multiple_modify_in_place": "外科医师之提整,第二型",

"hexshield.entry.spectralarrow": "光灵武器弹射",
"hexshield.page.spectralarrow.0": "使用所给位置和运动向量召唤光灵箭的强大法术。需要指定箭矢是否应造成暴击伤害。<br><br>消耗与运动向量模长的立方,以及是否造成暴击相关。<br><br>这种法术的开销可能非常恐怖……",
"hexshield.page.spectralarrow.1": "法术消耗示例:<br><br>运动向量模长为 1,不造成暴击<br> -> 0.06<br>运动向量模长为 1,造成暴击<br> -> 0.12<br>运动向量模长为 10,不造成暴击<br> -> 10.05<br>运动向量模长为 20.05,不造成暴击<br> -> 80.05<br><br>运动向量模长为 N,不造成暴击<br> -> 0.05 + 0.01*N^3<br>运动向量模长为 N,造成暴击<br> -> 0.1 + 0.02*N^3",

"hexshield.entry.heartwhisper": "传达心声",
"hexshield.page.heartwhisper.0": "用这条法术向你的朋友(敌人大概也没问题)展示心意吧!对目标使用后,目标周围会出现爱心粒子。<br><br>没有消耗,因为爱心无价。",

"hexshield.entry.extended_lists": "高阶列表操作",
"hexshield.page.multiple_modify_in_place.0": "移除栈顶 iota 或列表和数,并将此时栈顶列表的第 n 个元素设置为所给 iota,或所给列表的各元素。此处 n 即为开始时移除的数。所给数超出范围则无效果。",
"hexshield.page.multiple_modify_in_place.1": "与$(l:patterns/lists#hexcasting:modify_in_place)$(action)外科医师之提整/$不同之处在于,若向此操作传入的第三个参数为列表,则其会拆解出列表中的元素,而非直接将列表插入给定位置。",
"hexshield.page.multiple_modify_in_place.2": "示例:<br><br>$(l:patterns/lists#hexcasting:modify_in_place)$(action)外科医师之提整/$:<br>[ a b c ]<br>1<br>[ d e f ]<br> -> [ a [ d e f ] c ]<br><br>$(action)外科医师之提整,第二型/$:<br>[ a b c ]<br>1<br>[ d e f ]<br> -> [ a d e f c ]"
}

0 comments on commit 0ae492e

Please sign in to comment.