-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from qsefthuopq/patch-1
Update Chinese Translation
- Loading branch information
Showing
39 changed files
with
637 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
5 changes: 5 additions & 0 deletions
5
src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/american.json
This file contains 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,5 @@ | ||
{ | ||
"name": "美国佳肴", | ||
"description": "来自美国的食物", | ||
"icon": "dishes:flag_america" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/british.json
This file contains 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,5 @@ | ||
{ | ||
"name": "英国佳肴", | ||
"description": "来自英国的食物", | ||
"icon": "dishes:flag_britain" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/general.json
This file contains 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,5 @@ | ||
{ | ||
"name": "总览", | ||
"description": "制作佳肴所需原料", | ||
"icon": "dishes:plate" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/german.json
This file contains 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,5 @@ | ||
{ | ||
"name": "德国佳肴", | ||
"description": "来自德国的食物", | ||
"icon": "dishes:flag_germany" | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/data/dishes/patchouli_books/cooking_guide/zh_cn/categories/italian.json
This file contains 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,5 @@ | ||
{ | ||
"name": "意大利佳肴", | ||
"description": "来自意大利的食物", | ||
"icon": "dishes:flag_italy" | ||
} |
18 changes: 18 additions & 0 deletions
18
...esources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/bacon.json
This file contains 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,18 @@ | ||
{ | ||
"name": "培根", | ||
"icon": "dishes:bacon", | ||
"category": "dishes:general", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:bacon", | ||
"title": "培根", | ||
"link_recipe": false, | ||
"text": "培根可用于制作培根披萨。" | ||
}, | ||
{ | ||
"type": "smelting", | ||
"recipe": "dishes:bacon_smelting" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...es/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/cheese_roll.json
This file contains 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,18 @@ | ||
{ | ||
"name": "芝士卷", | ||
"icon": "dishes:cheese_roll", | ||
"category": "dishes:general", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:cheese_roll", | ||
"title": "芝士卷", | ||
"link_recipe": false, | ||
"text": "芝士卷" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:cheese_roll" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...s/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/cheese_slice.json
This file contains 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,18 @@ | ||
{ | ||
"name": "芝士片", | ||
"icon": "dishes:cheese_slice", | ||
"category": "dishes:general", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:cheese_slice", | ||
"title": "芝士片", | ||
"link_recipe": false, | ||
"text": "芝士卷上切下来的一片芝士" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:cheese_slice" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...s/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/cheeseburger.json
This file contains 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,18 @@ | ||
{ | ||
"name": "芝士汉堡", | ||
"icon": "dishes:cheeseburger", | ||
"category": "dishes:american", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:cheeseburger", | ||
"title": "芝士汉堡", | ||
"link_recipe": false, | ||
"text": "加入了芝士的汉堡" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:cheeseburger" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
.../data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/chickenburger.json
This file contains 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,18 @@ | ||
{ | ||
"name": "鸡肉汉堡", | ||
"icon": "dishes:chickenburger", | ||
"category": "dishes:american", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:chickenburger", | ||
"title": "鸡肉汉堡", | ||
"link_recipe": false, | ||
"text": "塞了鸡肉而不是牛肉的汉堡" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:chickenburger" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...s/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/fishandchips.json
This file contains 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,18 @@ | ||
{ | ||
"name": "炸鱼薯条", | ||
"icon": "dishes:fishandchips", | ||
"category": "dishes:british", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:fishandchips", | ||
"title": "炸鱼薯条", | ||
"link_recipe": false, | ||
"text": "布里茨很喜欢这个。" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:fishandchips" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...esources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/flour.json
This file contains 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,18 @@ | ||
{ | ||
"name": "面粉", | ||
"icon": "dishes:flour", | ||
"category": "dishes:general", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:flour", | ||
"title": "面粉", | ||
"link_recipe": false, | ||
"text": "面粉可用于制作意大利面和披萨。" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:flour" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...esources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/fries.json
This file contains 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,18 @@ | ||
{ | ||
"name": "薯条", | ||
"icon": "dishes:fries", | ||
"category": "dishes:general", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:fries", | ||
"title": "薯条", | ||
"link_recipe": false, | ||
"text": "蘸了盐的烤土豆。" | ||
}, | ||
{ | ||
"type": "smelting", | ||
"recipe": "dishes:fries_smelting" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...rces/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/hamburger.json
This file contains 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,18 @@ | ||
{ | ||
"name": "汉堡", | ||
"icon": "dishes:hamburger", | ||
"category": "dishes:american", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:hamburger", | ||
"title": "汉堡", | ||
"link_recipe": false, | ||
"text": "经典的汉堡" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:hamburger" | ||
} | ||
] | ||
} |
22 changes: 22 additions & 0 deletions
22
...esources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/knife.json
This file contains 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,22 @@ | ||
{ | ||
"name": "刀", | ||
"icon": "dishes:knife", | ||
"category": "dishes:general", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:knife", | ||
"title": "刀", | ||
"link_recipe": false, | ||
"text": "可用于将一些资源切成小块。" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:knife" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:potato_slice" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...ources/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/lettuce.json
This file contains 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,18 @@ | ||
{ | ||
"name": "生菜", | ||
"icon": "dishes:lettuce", | ||
"category": "dishes:general", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:lettuce", | ||
"title": "生菜", | ||
"link_recipe": false, | ||
"text": "生菜可用于做菜。可在村庄箱子里找到生菜种子。" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:lettuceseed" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...es/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/lettuceseed.json
This file contains 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,18 @@ | ||
{ | ||
"name": "生菜种子", | ||
"icon": "dishes:lettuceseed", | ||
"category": "dishes:general", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:lettuceseed", | ||
"title": "生菜种子", | ||
"link_recipe": false, | ||
"text": "生菜种子可以让你种出生菜。" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:lettuceseed" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...ces/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzabacon.json
This file contains 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,18 @@ | ||
{ | ||
"name": "披萨培根", | ||
"icon": "dishes:pizzabacon", | ||
"category": "dishes:italian", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:pizzabacon", | ||
"title": "披萨培根", | ||
"link_recipe": false, | ||
"text": "加了培根的披萨。" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:pizzabacon" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...urces/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzabox.json
This file contains 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,18 @@ | ||
{ | ||
"name": "披萨盒", | ||
"icon": "dishes:pizzabox", | ||
"category": "dishes:general", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:pizzabox", | ||
"title": "披萨盒", | ||
"link_recipe": false, | ||
"text": "一个空的披萨盒 :(" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:pizzabox" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...urces/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzaham.json
This file contains 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,18 @@ | ||
{ | ||
"name": "披萨火腿", | ||
"icon": "dishes:pizzaham", | ||
"category": "dishes:italian", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:pizzaham", | ||
"title": "披萨火腿", | ||
"link_recipe": false, | ||
"text": "塞了火腿的披萨,好吃!" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:pizzaham" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...es/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzasalami.json
This file contains 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,18 @@ | ||
{ | ||
"name": "萨拉米披萨", | ||
"icon": "dishes:pizzasalami", | ||
"category": "dishes:italian", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:pizzasalami", | ||
"title": "萨拉米披萨", | ||
"link_recipe": false, | ||
"text": "经典披萨" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:pizzasalami" | ||
} | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
...rces/data/dishes/patchouli_books/cooking_guide/zh_cn/entries/cooking_guide/pizzatuna.json
This file contains 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,18 @@ | ||
{ | ||
"name": "披萨金枪鱼", | ||
"icon": "dishes:pizzatuna", | ||
"category": "dishes:italian", | ||
"pages": [ | ||
{ | ||
"type": "spotlight", | ||
"item": "dishes:pizzatuna", | ||
"title": "披萨金枪鱼", | ||
"link_recipe": false, | ||
"text": "披萨+金枪鱼" | ||
}, | ||
{ | ||
"type": "crafting", | ||
"recipe": "dishes:pizzatuna" | ||
} | ||
] | ||
} |
Oops, something went wrong.