Skip to content

Commit

Permalink
Swedish Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
a0a7 committed Sep 10, 2023
1 parent 9c0e83a commit 280ce2b
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 16 deletions.
12 changes: 6 additions & 6 deletions src/main/resources/assets/bellsandwhistles/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"block.bellsandwhistles.andesite_grab_rails": "Andesite Grab Rails",
"block.bellsandwhistles.brass_grab_rails": "Brass Grab Rails",
"block.bellsandwhistles.copper_grab_rails": "Copper Grab Rails",
"block.bellsandwhistles.andesite_bogie_steps": "Andesite Bogie Steps",
"block.bellsandwhistles.brass_bogie_steps": "Brass Bogie Steps",
"block.bellsandwhistles.copper_bogie_steps": "Copper Bogie Steps",
"block.bellsandwhistles.andesite_grab_rails": "Andesite Grab Bars",
"block.bellsandwhistles.brass_grab_rails": "Brass Grab Bars",
"block.bellsandwhistles.copper_grab_rails": "Copper Grab Bars",
"block.bellsandwhistles.andesite_bogie_steps": "Andesite Steps",
"block.bellsandwhistles.brass_bogie_steps": "Brass Steps",
"block.bellsandwhistles.copper_bogie_steps": "Copper Steps",

"block.bellsandwhistles.metal_pilot": "Metal Pilot",
"block.bellsandwhistles.andesite_pilot": "Andesite Pilot",
Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/assets/bellsandwhistles/lang/ko_kr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"block.bellsandwhistles.andesite_grab_rails": "안산암 손잡이",
"block.bellsandwhistles.brass_grab_rails": "황동 손잡이",
"block.bellsandwhistles.copper_grab_rails": "구리 손잡이",
"block.bellsandwhistles.andesite_bogie_steps": "안산암 대차 발판",
"block.bellsandwhistles.brass_bogie_steps": "황동 대차 발판",
"block.bellsandwhistles.copper_bogie_steps": "구리 대차 발판",
"block.bellsandwhistles.andesite_bogie_steps": "안산암 단계",
"block.bellsandwhistles.brass_bogie_steps": "황동 단계",
"block.bellsandwhistles.copper_bogie_steps": "구리 단계",

"block.bellsandwhistles.metal_pilot": "금속 배장기",
"block.bellsandwhistles.andesite_pilot": "안산암 배장기",
Expand Down
28 changes: 28 additions & 0 deletions src/main/resources/assets/bellsandwhistles/lang/sv_se.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"block.bellsandwhistles.andesite_grab_rails": "Andesithandtag",
"block.bellsandwhistles.brass_grab_rails": "Mässinghandtag",
"block.bellsandwhistles.copper_grab_rails": "Kopparhandtag",
"block.bellsandwhistles.andesite_bogie_steps": "Andesittrappsteg",
"block.bellsandwhistles.brass_bogie_steps": "Mässingtrappsteg",
"block.bellsandwhistles.copper_bogie_steps": "Koppartrappsteg",

"block.bellsandwhistles.metal_pilot": "Kofångare av Metall",
"block.bellsandwhistles.andesite_pilot": "Kofångare av Andesit",
"block.bellsandwhistles.brass_pilot": "Kofångare av Mässing",
"block.bellsandwhistles.copper_pilot": "Kofångare av Koppar",
"block.bellsandwhistles.polished_andesite_pilot": "Kofångare av Polerad Andesit",
"block.bellsandwhistles.polished_asurine_pilot": "Kofångare av Polerad Asurine",
"block.bellsandwhistles.polished_calcite_pilot": "Kofångare av Polerad Kalcit",
"block.bellsandwhistles.polished_crimsite_pilot": "Kofångare av Polerad Crimsite",
"block.bellsandwhistles.polished_deepslate_pilot": "Kofångare av Polerad Deepslate",
"block.bellsandwhistles.polished_diorite_pilot": "Kofångare av Polerad Diorit",
"block.bellsandwhistles.polished_dripstone_pilot": "Kofångare av Polerad Dripstone",
"block.bellsandwhistles.polished_granite_pilot": "Kofångare av Polerad Granit",
"block.bellsandwhistles.polished_limestone_pilot": "Kofångare av Polerad Kalksten",
"block.bellsandwhistles.polished_ochrum_pilot": "Kofångare av Polerad Ochrum",
"block.bellsandwhistles.polished_scorchia_pilot": "Kofångare av Polerad Scorchia",
"block.bellsandwhistles.polished_scoria_pilot": "Kofångare av Polerad Scoria",
"block.bellsandwhistles.polished_tuff_pilot": "Kofångare av Polerad Tuff",
"block.bellsandwhistles.polished_veridium_pilot": "Kofångare av Polerad Veridium",
"itemGroup.bellsandwhistlestab": "Bells & Whistles"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"category": "pilots",
"group": "pilots",
"pattern": [
" # ",
"I I",
"I#I"
" I ",
"# #",
"III"
],
"key":{
"#":{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"category": "pilots",
"group": "pilots",
"pattern": [
" X ",
"I I",
"XIX"
" I ",
"# #",
"III"
],
"key":{
"X":{
"#":{
"item":"create:iron_sheet"
},
"I":{
Expand Down

0 comments on commit 280ce2b

Please sign in to comment.