mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-24 08:08:15 -05:00
Updated ja.coffee
This commit is contained in:
parent
91c1b62375
commit
4cbfd846f4
1 changed files with 6 additions and 6 deletions
|
@ -79,13 +79,13 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
|
||||||
adventurer_suffix: ""
|
adventurer_suffix: ""
|
||||||
campaign_beginner: "初心者のキャンペーン"
|
campaign_beginner: "初心者のキャンペーン"
|
||||||
# campaign_beginner_description: "... in which you learn the wizardry of programming."
|
# campaign_beginner_description: "... in which you learn the wizardry of programming."
|
||||||
# campaign_dev: "Random Harder Levels"
|
campaign_dev: "いろんな難しいレベル"
|
||||||
# campaign_dev_description: "... in which you learn the interface while doing something a little harder."
|
# campaign_dev_description: "... in which you learn the interface while doing something a little harder."
|
||||||
# campaign_multiplayer: "Multiplayer Arenas"
|
campaign_multiplayer: "マルチプレイ・アリーナ"
|
||||||
# campaign_multiplayer_description: "... in which you code head-to-head against other players."
|
# campaign_multiplayer_description: "... in which you code head-to-head against other players."
|
||||||
# campaign_player_created: "Player-Created"
|
# campaign_player_created: "Player-Created"
|
||||||
# campaign_player_created_description: "... in which you battle against the creativity of your fellow <a href=\"/contribute#artisan\">Artisan Wizards</a>."
|
# campaign_player_created_description: "... in which you battle against the creativity of your fellow <a href=\"/contribute#artisan\">Artisan Wizards</a>."
|
||||||
# level_difficulty: "Difficulty: "
|
level_difficulty: "難易度: "
|
||||||
|
|
||||||
contact:
|
contact:
|
||||||
contact_us: "お問い合わせ"
|
contact_us: "お問い合わせ"
|
||||||
|
@ -189,9 +189,9 @@ module.exports = nativeDescription: "日本語", englishDescription: "Japanese",
|
||||||
tome_minion_spells: "操作できるキャラクターの呪文"
|
tome_minion_spells: "操作できるキャラクターの呪文"
|
||||||
tome_read_only_spells: "読込専用の呪文"
|
tome_read_only_spells: "読込専用の呪文"
|
||||||
tome_other_units: "その他のユニット"
|
tome_other_units: "その他のユニット"
|
||||||
# tome_cast_button_castable: "Cast"
|
tome_cast_button_castable: "キャスト"
|
||||||
# tome_cast_button_casting: "Casting"
|
tome_cast_button_casting: "キャスト中"
|
||||||
# tome_cast_button_cast: "Spell Cast"
|
tome_cast_button_cast: "呪文をキャスト"
|
||||||
tome_autocast_delay: "自動実行待機時間"
|
tome_autocast_delay: "自動実行待機時間"
|
||||||
tome_autocast_1: "1秒"
|
tome_autocast_1: "1秒"
|
||||||
tome_autocast_3: "3秒"
|
tome_autocast_3: "3秒"
|
||||||
|
|
Loading…
Reference in a new issue