-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50ebb98
commit a3462d8
Showing
1 changed file
with
26 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"mod.appliede": "AppliedE", | ||
"block.appliede.emc_interface": "ME錬成インターフェース", | ||
"item.appliede.cable_emc_interface": "ME錬成インターフェース", | ||
"item.appliede.emc_module": "ME錬成モジュール", | ||
"item.appliede.emc_export_bus": "ME錬成出力バス", | ||
"item.appliede.emc_import_bus": "ME錬成インポートバス", | ||
"item.appliede.learning_card": "アルケミカルマスタリーカード", | ||
"item.appliede.transmutation_terminal": "ME錬成ターミナル", | ||
"item.appliede.wireless_transmutation_terminal": "無線錬成ターミナル", | ||
"item.appliede.dummy_emc_item": "ダミーEMCアイテム", | ||
"gui.appliede.terminal": "錬成ターミナル", | ||
"gui.appliede.are_you_sure": "確かですか?", | ||
"gui.appliede.learn_all": "ストレージ内のすべての変換可能なアイテムを学ぶ", | ||
"gui.appliede.learned": "Learned!", | ||
"gui.appliede.shift_storing": "Shiftキーを押しながらクリックし、「ストア」に設定します。", | ||
"gui.appliede.shift_transmuting": "Shiftキーを押しながらクリックを「錬成」に設定します。", | ||
"gui.appliede.toggle_storage": "クリックすると、ストレージモードに切り替わります。", | ||
"gui.appliede.toggle_transmutation": "クリックすると、変換モードに切り替わります。", | ||
"gui.appliede.unlearned": "Unlearned!", | ||
"key.appliede.emc": "EMC", | ||
"key.appliede.emc_tiered": "EMC^%s", | ||
"tooltip.appliede.transmutable": "EMCから変換可能(Shift+クリック/スクロール)", | ||
"tooltip.appliede.owner": "オーナー: %s", | ||
"tooltip.appliede.not_installed.ae2wtlib": "AE2WTLibがインストールされていません。" | ||
} |