Skip to content

Commit

Permalink
Added keybind menu title (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
kkempfer authored Sep 9, 2024
1 parent 122a0d6 commit 095f27e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
5 changes: 3 additions & 2 deletions src/main/resources/assets/create_jetpack/lang/de_de.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"item.create_jetpack.netherite_jetpack.tooltip.control3": "Drücke [G]",
"item.create_jetpack.netherite_jetpack.tooltip.control4": "Press [H]",
"item.create_jetpack.netherite_jetpack.tooltip.summary": "Ermöglicht Fliegen mithilfe komprimierter Luft",
"item.create_jetpack.netherite_jetpack_placeable": "Platzierbares Netheritjetpack"
}
"item.create_jetpack.netherite_jetpack_placeable": "Platzierbares Netheritjetpack",
"key.categories.movement.jetpack": "Create Jetpack"
}
5 changes: 3 additions & 2 deletions src/main/resources/assets/create_jetpack/lang/es_es.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"item.create_jetpack.jetpack.tooltip.control3": "Presiona [G]",
"item.create_jetpack.jetpack.tooltip.action3": "Encender/apagar el motor",
"item.create_jetpack.jetpack.tooltip.control4": "Presiona [H]",
"item.create_jetpack.jetpack.tooltip.action4": "Activar/desactivar el modo flotante"
}
"item.create_jetpack.jetpack.tooltip.action4": "Activar/desactivar el modo flotante",
"key.categories.movement.jetpack": "Create Jetpack"
}
5 changes: 3 additions & 2 deletions src/main/resources/assets/create_jetpack/lang/ja_jp.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"item.create_jetpack.jetpack.tooltip.control3": "Gを押して",
"item.create_jetpack.jetpack.tooltip.action3": "エンジンのオン/オフを切り替え",
"item.create_jetpack.jetpack.tooltip.control4": "Hで",
"item.create_jetpack.jetpack.tooltip.action4": "ホバーモードのオン/オフを切り替え"
}
"item.create_jetpack.jetpack.tooltip.action4": "ホバーモードのオン/オフを切り替え",
"key.categories.movement.jetpack": "Create ジェットパック"
}
3 changes: 2 additions & 1 deletion src/main/resources/assets/create_jetpack/lang/ko_kr.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
"item.create_jetpack.netherite_jetpack.tooltip.control3": "[G]를 눌러서",
"item.create_jetpack.netherite_jetpack.tooltip.control4": "[H]를 눌러서",
"item.create_jetpack.netherite_jetpack.tooltip.summary": "가압된 공기를 사용하여 비행 기능을 제공합니다",
"item.create_jetpack.netherite_jetpack_placeable": "네더라이트 제트팩"
"item.create_jetpack.netherite_jetpack_placeable": "네더라이트 제트팩",
"key.categories.movement.jetpack": "Create 제트팩"
}
4 changes: 2 additions & 2 deletions src/main/resources/assets/create_jetpack/lang/ru_ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
"item.create_jetpack.netherite_jetpack.tooltip.control4": "Нажмите [H]",
"item.create_jetpack.netherite_jetpack.tooltip.summary": "Позволяет летать с помощью сжатого воздуха.",
"item.create_jetpack.netherite_jetpack_placeable": "Размещаемый незеритовый реактивный ранец",
"key.categories.movement.jetpack": "Create: Jetpack"
}
"key.categories.movement.jetpack": "Create Jetpack"
}
3 changes: 2 additions & 1 deletion src/main/resources/assets/create_jetpack/lang/zh_cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
"item.create_jetpack.jetpack.tooltip.control3": "按下 [G]",
"item.create_jetpack.jetpack.tooltip.action3": "开启/关闭引擎",
"item.create_jetpack.jetpack.tooltip.control4": "按下 [H]",
"item.create_jetpack.jetpack.tooltip.action4": "开启/关闭悬浮模式"
"item.create_jetpack.jetpack.tooltip.action4": "开启/关闭悬浮模式",
"key.categories.movement.jetpack": "欢迎来到机械动力 喷气背包"
}

0 comments on commit 095f27e

Please sign in to comment.