Skip to content

Commit

Permalink
add missing lang entries
Browse files Browse the repository at this point in the history
  • Loading branch information
a0a7 committed Nov 13, 2023
1 parent 823d0ac commit 9077457
Show file tree
Hide file tree
Showing 288 changed files with 5,763 additions and 11 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/assets/interiors/lang/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"block.interiors.chair.tooltip.condition2": "When back face is R-Clicked with Wrench",
"block.interiors.chair.tooltip.behaviour2": "Toggles Back Size",
"block.interiors.chair.tooltip.condition3": "When other faces are R-Clicked with Wrench",
"block.interiors.chair.tooltip.behaviour3": "Toggles Individual _Chair_ Armrests. Shift R-Click to toggle both at once!"
}
"block.interiors.chair.tooltip.behaviour3": "Toggles Individual _Chair_ Armrests. Shift R-Click to toggle both at once!",
"itemGroup.interiors": "Create: Interiors"
}
5 changes: 3 additions & 2 deletions src/main/resources/assets/interiors/lang/en_ud.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
"block.interiors.white_floor_chair": "ɹıɐɥƆ ɹooןℲ ǝʇıɥM",
"block.interiors.yellow_chair": "ɹıɐɥƆ ʍoןןǝʎ",
"block.interiors.yellow_floor_chair": "ɹıɐɥƆ ɹooןℲ ʍoןןǝʎ",
"entity.interiors.big_seat": "ʇɐǝS bıᗺ"
}
"entity.interiors.big_seat": "ʇɐǝS bıᗺ",
"itemGroup.interiors": "sɹoᴉɹǝʇuI :ǝʇɐǝɹϽ"
}
5 changes: 3 additions & 2 deletions src/main/resources/assets/interiors/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,6 @@
"block.interiors.white_floor_chair": "White Floor Chair",
"block.interiors.yellow_chair": "Yellow Chair",
"block.interiors.yellow_floor_chair": "Yellow Floor Chair",
"entity.interiors.big_seat": "Big Seat"
}
"entity.interiors.big_seat": "Big Seat",
"itemGroup.interiors": "Create: Interiors"
}
3 changes: 2 additions & 1 deletion src/main/resources/assets/interiors/lang/ko_kr.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,6 @@
"block.interiors.chair.tooltip.condition1": "우클릭",
"block.interiors.chair.tooltip.behaviour1": "_의자_에 앉습니다. 왼쪽 Shift를 눌러 일어섭니다.",
"block.interiors.chair.tooltip.condition2": "렌치로 우클릭",
"block.interiors.chair.tooltip.behaviour2": "_의자_의 팔걸이 형태를 바꿉니다."
"block.interiors.chair.tooltip.behaviour2": "_의자_의 팔걸이 형태를 바꿉니다.",
"itemGroup.interiors": "Create: Interiors"
}
5 changes: 3 additions & 2 deletions src/main/resources/assets/interiors/lang/ru_ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
"block.interiors.chair.tooltip.condition1": "ПКМ по креслу",
"block.interiors.chair.tooltip.behaviour1": "Сажает игрока на _кресло_. Нажмите _кнопку_ _присесть_, чтобы слезть (Shift по умолчанию).",
"block.interiors.chair.tooltip.condition2": "Используйте гаечный ключ на кресле",
"block.interiors.chair.tooltip.behaviour2": "Выберите конфигурацию подлокотников кресла."
}
"block.interiors.chair.tooltip.behaviour2": "Выберите конфигурацию подлокотников кресла.",
"itemGroup.interiors": "Create: Interiors"
}
5 changes: 3 additions & 2 deletions src/main/resources/assets/interiors/lang/sv_se.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@
"block.interiors.chair.tooltip.condition2": "When back face is R-Clicked with Wrench",
"block.interiors.chair.tooltip.behaviour2": "Toggles Back Size",
"block.interiors.chair.tooltip.condition3": "When other faces are R-Clicked with Wrench",
"block.interiors.chair.tooltip.behaviour3": "Toggles Individual _Chair_ Armrests. Shift R-Click to toggle both at once!"
}
"block.interiors.chair.tooltip.behaviour3": "Toggles Individual _Chair_ Armrests. Shift R-Click to toggle both at once!",
"itemGroup.interiors": "Create: Interiors"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/both",
"textures": {
"side": "create:block/seat/side_black",
"side_front": "create:block/seat/side_black",
"side_top": "interiors:block/chair/side_top_black",
"top": "create:block/seat/top_black"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/both_cropped",
"textures": {
"side": "create:block/seat/side_black",
"side_front": "create:block/seat/side_black",
"side_top": "interiors:block/chair/side_top_black",
"top": "create:block/seat/top_black"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/left",
"textures": {
"side": "create:block/seat/side_black",
"side_front": "create:block/seat/side_black",
"side_top": "interiors:block/chair/side_top_black",
"top": "create:block/seat/top_black"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/left_cropped",
"textures": {
"side": "create:block/seat/side_black",
"side_front": "create:block/seat/side_black",
"side_top": "interiors:block/chair/side_top_black",
"top": "create:block/seat/top_black"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/none",
"textures": {
"side": "create:block/seat/side_black",
"side_front": "create:block/seat/side_black",
"side_top": "interiors:block/chair/side_top_black",
"top": "create:block/seat/top_black"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/none_cropped",
"textures": {
"side": "create:block/seat/side_black",
"side_front": "create:block/seat/side_black",
"side_top": "interiors:block/chair/side_top_black",
"top": "create:block/seat/top_black"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/right",
"textures": {
"side": "create:block/seat/side_black",
"side_front": "create:block/seat/side_black",
"side_top": "interiors:block/chair/side_top_black",
"top": "create:block/seat/top_black"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/right_cropped",
"textures": {
"side": "create:block/seat/side_black",
"side_front": "create:block/seat/side_black",
"side_top": "interiors:block/chair/side_top_black",
"top": "create:block/seat/top_black"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/both",
"textures": {
"side": "create:block/seat/side_blue",
"side_front": "create:block/seat/side_blue",
"side_top": "interiors:block/chair/side_top_blue",
"top": "create:block/seat/top_blue"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/both_cropped",
"textures": {
"side": "create:block/seat/side_blue",
"side_front": "create:block/seat/side_blue",
"side_top": "interiors:block/chair/side_top_blue",
"top": "create:block/seat/top_blue"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/left",
"textures": {
"side": "create:block/seat/side_blue",
"side_front": "create:block/seat/side_blue",
"side_top": "interiors:block/chair/side_top_blue",
"top": "create:block/seat/top_blue"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/left_cropped",
"textures": {
"side": "create:block/seat/side_blue",
"side_front": "create:block/seat/side_blue",
"side_top": "interiors:block/chair/side_top_blue",
"top": "create:block/seat/top_blue"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/none",
"textures": {
"side": "create:block/seat/side_blue",
"side_front": "create:block/seat/side_blue",
"side_top": "interiors:block/chair/side_top_blue",
"top": "create:block/seat/top_blue"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/none_cropped",
"textures": {
"side": "create:block/seat/side_blue",
"side_front": "create:block/seat/side_blue",
"side_top": "interiors:block/chair/side_top_blue",
"top": "create:block/seat/top_blue"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/right",
"textures": {
"side": "create:block/seat/side_blue",
"side_front": "create:block/seat/side_blue",
"side_top": "interiors:block/chair/side_top_blue",
"top": "create:block/seat/top_blue"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/right_cropped",
"textures": {
"side": "create:block/seat/side_blue",
"side_front": "create:block/seat/side_blue",
"side_top": "interiors:block/chair/side_top_blue",
"top": "create:block/seat/top_blue"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/both",
"textures": {
"side": "create:block/seat/side_brown",
"side_front": "create:block/seat/side_brown",
"side_top": "interiors:block/chair/side_top_brown",
"top": "create:block/seat/top_brown"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/both_cropped",
"textures": {
"side": "create:block/seat/side_brown",
"side_front": "create:block/seat/side_brown",
"side_top": "interiors:block/chair/side_top_brown",
"top": "create:block/seat/top_brown"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/left",
"textures": {
"side": "create:block/seat/side_brown",
"side_front": "create:block/seat/side_brown",
"side_top": "interiors:block/chair/side_top_brown",
"top": "create:block/seat/top_brown"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/left_cropped",
"textures": {
"side": "create:block/seat/side_brown",
"side_front": "create:block/seat/side_brown",
"side_top": "interiors:block/chair/side_top_brown",
"top": "create:block/seat/top_brown"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/none",
"textures": {
"side": "create:block/seat/side_brown",
"side_front": "create:block/seat/side_brown",
"side_top": "interiors:block/chair/side_top_brown",
"top": "create:block/seat/top_brown"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/none_cropped",
"textures": {
"side": "create:block/seat/side_brown",
"side_front": "create:block/seat/side_brown",
"side_top": "interiors:block/chair/side_top_brown",
"top": "create:block/seat/top_brown"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/right",
"textures": {
"side": "create:block/seat/side_brown",
"side_front": "create:block/seat/side_brown",
"side_top": "interiors:block/chair/side_top_brown",
"top": "create:block/seat/top_brown"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/right_cropped",
"textures": {
"side": "create:block/seat/side_brown",
"side_front": "create:block/seat/side_brown",
"side_top": "interiors:block/chair/side_top_brown",
"top": "create:block/seat/top_brown"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/both",
"textures": {
"side": "create:block/seat/side_cyan",
"side_front": "create:block/seat/side_cyan",
"side_top": "interiors:block/chair/side_top_cyan",
"top": "create:block/seat/top_cyan"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/both_cropped",
"textures": {
"side": "create:block/seat/side_cyan",
"side_front": "create:block/seat/side_cyan",
"side_top": "interiors:block/chair/side_top_cyan",
"top": "create:block/seat/top_cyan"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/left",
"textures": {
"side": "create:block/seat/side_cyan",
"side_front": "create:block/seat/side_cyan",
"side_top": "interiors:block/chair/side_top_cyan",
"top": "create:block/seat/top_cyan"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/left_cropped",
"textures": {
"side": "create:block/seat/side_cyan",
"side_front": "create:block/seat/side_cyan",
"side_top": "interiors:block/chair/side_top_cyan",
"top": "create:block/seat/top_cyan"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/none",
"textures": {
"side": "create:block/seat/side_cyan",
"side_front": "create:block/seat/side_cyan",
"side_top": "interiors:block/chair/side_top_cyan",
"top": "create:block/seat/top_cyan"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/none_cropped",
"textures": {
"side": "create:block/seat/side_cyan",
"side_front": "create:block/seat/side_cyan",
"side_top": "interiors:block/chair/side_top_cyan",
"top": "create:block/seat/top_cyan"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "interiors:block/floor_chair/right",
"textures": {
"side": "create:block/seat/side_cyan",
"side_front": "create:block/seat/side_cyan",
"side_top": "interiors:block/chair/side_top_cyan",
"top": "create:block/seat/top_cyan"
}
}
Loading

0 comments on commit 9077457

Please sign in to comment.