-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Party Trick 翻译提交 #5588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
ChuijkYahus
wants to merge
2
commits into
CFPAOrg:main
Choose a base branch
from
ChuijkYahus:main-partytrick
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Party Trick 翻译提交 #5588
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
projects/1.21-fabric/assets/modrinth-partytrick/partytrick/lang/en_us.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"item.partytrick.pepernoot": "Pepernoot", | ||
|
||
"trickster.trick.partytrick.pepernoten_creation": "Sinterklaas's Ploy", | ||
"trickster.trick.partytrick.summon_snowball": "Winter's Ploy", | ||
"trickster.trick.partytrick.summon_spit": "Llama's Ploy", | ||
"trickster.trick.partytrick.summon_wind_charge": "Aang's Ploy", | ||
"trickster.trick.partytrick.light_particle": "Radiance Ploy", | ||
"trickster.trick.partytrick.conjure_colored_light": "Illumination Ploy", | ||
"trickster.trick.partytrick.change_color": "Painter's Ploy", | ||
"trickster.trick.partytrick.get_color": "Eye Dropper's Ingress", | ||
"trickster.trick.partytrick.dye_to_vector": "Designer's Distortion"} |
13 changes: 13 additions & 0 deletions
13
projects/1.21-fabric/assets/modrinth-partytrick/partytrick/lang/zh_cn.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"item.partytrick.pepernoot": "胡椒小饼", | ||
|
||
"trickster.trick.partytrick.pepernoten_creation": "圣尼古拉斯之技巧", | ||
"trickster.trick.partytrick.summon_snowball": "寒冬之技巧", | ||
"trickster.trick.partytrick.summon_spit": "羊驼之技巧", | ||
"trickster.trick.partytrick.summon_wind_charge": "安昂之技巧", | ||
"trickster.trick.partytrick.light_particle": "辐光之技巧", | ||
"trickster.trick.partytrick.conjure_colored_light": "耀光之技巧", | ||
"trickster.trick.partytrick.change_color": "画家之技巧", | ||
"trickster.trick.partytrick.get_color": "吸管之辑流", | ||
"trickster.trick.partytrick.dye_to_vector": "设计师之曲变" | ||
} |
48 changes: 48 additions & 0 deletions
48
...ts/modrinth-partytrick/partytrick/lavender/entries/tome_of_tomfoolery/colors.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
```json | ||
{ | ||
"title": "Colors ", | ||
"icon": "minecraft:white_dye", | ||
"category": "trickster:tricks", | ||
"additional_search_terms": [ | ||
"Illumination Ploy", | ||
"Radiance Ploy", | ||
"Painter's Ploy", | ||
"Eye Dropper's Ingress", | ||
"Designer's Distortion" | ||
] | ||
} | ||
``` | ||
|
||
Color can be used in two ways, either a dye item or vector that represents the red, green and blue with values from 0 to 255. | ||
|
||
Added by Party Trick. | ||
|
||
;;;;; | ||
|
||
<|ploy@trickster:templates|trick-id=partytrick:change_color,cost=40G * amount|> | ||
|
||
Changes the color of the given block, slot or entity. | ||
|
||
;;;;; | ||
|
||
<|trick@trickster:templates|trick-id=partytrick:get_color|> | ||
|
||
Returns a color if available. | ||
|
||
;;;;; | ||
|
||
<|trick@trickster:templates|trick-id=partytrick:dye_to_vector|> | ||
|
||
Returns the rgb vector associated with the given dye. | ||
|
||
;;;;; | ||
|
||
<|ploy@trickster:templates|trick-id=partytrick:conjure_colored_light,cost=20G|> | ||
|
||
Conjures a permanent light source at the given position. Optionally a color can be provided using a color vector. | ||
|
||
;;;;; | ||
|
||
<|trick@trickster:templates|trick-id=partytrick:light_particle|> | ||
|
||
Conjures a light particle at the given position. Optionally a velocity and color vector can be provided. |
33 changes: 33 additions & 0 deletions
33
...drinth-partytrick/partytrick/lavender/entries/tome_of_tomfoolery/projectiles.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
```json | ||
{ | ||
"title": "Party Projectiles", | ||
"icon": "minecraft:wind_charge", | ||
"category": "trickster:ploys", | ||
"additional_search_terms": [ | ||
"Aang's Ploy", | ||
"Llama's Ploy", | ||
"Winters's Ploy" | ||
] | ||
} | ||
``` | ||
|
||
Additional tricks related to projectiles added by Party Trick. For more info check the [Projectiles](^trickster:ploys/projectile) entry. | ||
|
||
;;;;; | ||
|
||
<|ploy@trickster:templates|trick-id=partytrick:summon_wind_charge,cost=20G + 1G * distance ^ (distance / 3)|> | ||
|
||
Summons a wind charge at the given position, returning it. Requires a wind charge. | ||
|
||
;;;;; | ||
|
||
<|ploy@trickster:templates|trick-id=partytrick:summon_spit,cost=20G + 1G * distance ^ (distance / 3)|> | ||
|
||
Extracts spit out of the given mob or caster when available. Distance is the distance between the spit source and given position. | ||
|
||
;;;;; | ||
|
||
<|ploy@trickster:templates|trick-id=partytrick:summon_snowball,cost=10G + 4G * distance|> | ||
|
||
Freezes the air at the given position to creating a snowball, returning it. | ||
|
30 changes: 30 additions & 0 deletions
30
.../modrinth-partytrick/partytrick/lavender/entries/tome_of_tomfoolery/triggers.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
```json | ||
{ | ||
"title": "Additional Triggers", | ||
"icon": "partytrick:pepernoot", | ||
"category": "trickster:concepts", | ||
"additional_search_terms": [ | ||
"Sinterklaas's Ploy", | ||
"Pepernoten", | ||
"Pepernoot" | ||
] | ||
} | ||
``` | ||
|
||
Additional spell triggers added by Party Trick. For more info check the [Trigger Items](^trickster:concepts/trigger_items) entry | ||
|
||
;;;;; | ||
|
||
<|page-title@lavender:book_components|title=Builder's Passion|>After placing a block, | ||
the Builder's Passion begins the spell inscribed on the placed block. The position of the block is received as the first argument. Spell constructs don't trigger this effect. | ||
|
||
;;;;; | ||
|
||
<|page-title@lavender:book_components|title=Glutton’s Hunger|>On food and drink items, | ||
the Glutton’s Hunger executes the inscribed spell when consumed. | ||
|
||
;;;;; | ||
|
||
<|ploy@trickster:templates|trick-id=partytrick:pepernoten_creation,cost=10G|> | ||
|
||
I found this strange food in my shoes? I cant seem to stop eating it. So I created a spell to make it out of sugar. |
48 changes: 48 additions & 0 deletions
48
...assets/modrinth-partytrick/partytrick/lavender/entries/tome_of_tomfoolery/zh_cn/colors.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
```json | ||
{ | ||
"title": "颜色", | ||
"icon": "minecraft:white_dye", | ||
"category": "trickster:tricks", | ||
"additional_search_terms": [ | ||
"辐光之技巧", | ||
"耀光之技巧", | ||
"画家之技巧", | ||
"吸管之辑流", | ||
"设计师之曲变" | ||
] | ||
} | ||
``` | ||
|
||
颜色有两种表示方法,可以是染料物品,也可以是各分量在0到255之间、分别代表红、绿、蓝的向量。 | ||
|
||
由派对戏法(Party Trick)添加。 | ||
|
||
;;;;; | ||
|
||
<|ploy@trickster:templates|trick-id=partytrick:change_color,cost=40G * 数量|> | ||
|
||
改变所给方块、槽位、实体的颜色。 | ||
|
||
;;;;; | ||
|
||
<|trick@trickster:templates|trick-id=partytrick:get_color|> | ||
|
||
若可行,返回一个颜色。 | ||
|
||
;;;;; | ||
|
||
<|trick@trickster:templates|trick-id=partytrick:dye_to_vector|> | ||
|
||
返回所给染料对应的RGB向量。 | ||
|
||
;;;;; | ||
|
||
<|ploy@trickster:templates|trick-id=partytrick:conjure_colored_light,cost=20G|> | ||
|
||
在所给位置处构筑出一个永久性光源。可以选择提供一个颜色向量。 | ||
|
||
;;;;; | ||
|
||
<|trick@trickster:templates|trick-id=partytrick:light_particle|> | ||
|
||
在所给位置处构筑出一个光源粒子。可以选择提供速度和颜色向量。 |
33 changes: 33 additions & 0 deletions
33
...s/modrinth-partytrick/partytrick/lavender/entries/tome_of_tomfoolery/zh_cn/projectiles.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
```json | ||
{ | ||
"title": "派对弹射物", | ||
"icon": "minecraft:wind_charge", | ||
"category": "trickster:ploys", | ||
"additional_search_terms": [ | ||
"安昂之技巧", | ||
"羊驼之技巧", | ||
"寒冬之技巧" | ||
] | ||
} | ||
``` | ||
|
||
与弹射物相关的额外戏法,由派对戏法(Party Trick)添加。更多信息参见[弹射物](^trickster:ploys/projectile)条目。 | ||
|
||
;;;;; | ||
|
||
<|ploy@trickster:templates|trick-id=partytrick:summon_wind_charge,cost=20G + 1G * 距离 ^ (距离 / 3)|> | ||
|
||
在给定位置召唤一个风弹,并返回其实体。需要消耗风弹。 | ||
|
||
;;;;; | ||
|
||
<|ploy@trickster:templates|trick-id=partytrick:summon_spit,cost=20G + 1G * 距离 ^ (距离 / 3)|> | ||
|
||
若可行,从给定生物或从施法者口中抽出唾沫。计算消耗所用的距离为唾沫来源和给定位置间的距离。 | ||
|
||
;;;;; | ||
|
||
<|ploy@trickster:templates|trick-id=partytrick:summon_snowball,cost=10G + 4G * 距离|> | ||
|
||
将给定位置的空气冻结以产生雪球,返回其实体。 | ||
|
27 changes: 27 additions & 0 deletions
27
...sets/modrinth-partytrick/partytrick/lavender/entries/tome_of_tomfoolery/zh_cn/triggers.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
```json | ||
{ | ||
"title": "额外触发条件", | ||
"icon": "partytrick:pepernoot", | ||
"category": "trickster:concepts", | ||
"additional_search_terms": [ | ||
"圣尼古拉斯之技巧", | ||
"胡椒小饼" | ||
] | ||
} | ||
``` | ||
|
||
由派对戏法(Party Trick)添加的额外法术触发条件。更多信息参见[反应触发物品](^trickster:concepts/trigger_items)条目。 | ||
|
||
;;;;; | ||
|
||
<|page-title@lavender:book_components|title=建筑者之激情|>在放置方块后,建筑者之激情会施放方块上抄有的法术。所放置方块的位置作为第一参数传入。法术组构台不会触发此效果。 | ||
|
||
;;;;; | ||
|
||
<|page-title@lavender:book_components|title=贪食者之饥|>贪食者之饥会在食用食物和饮品时施放其中抄有的法术。 | ||
|
||
;;;;; | ||
|
||
<|ploy@trickster:templates|trick-id=partytrick:pepernoten_creation,cost=10G|> | ||
|
||
我怎么会在鞋子里找到这种奇怪的点心?一吃就吃得停不下来。所以我制作了一条法术,能用糖造出这种食物。 |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.