You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/js/i18n/en.js
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,8 @@ var LangEN = {
119
119
char_intellect: 'Intellect',
120
120
char_fortune: 'Fortune',
121
121
char_core: 'Magic Core',
122
+
char_stats_growth_hint: 'Stats grow from level, Core power, equipment, enchantments, and rare trophies. To improve one specific stat, find or craft items with that stat in the bag and workshop.',
123
+
char_stats_growth_hint: 'Stats grow from level, Core power, equipment, enchantments, and rare trophies. To improve one specific stat, find or craft items with that stat in the bag and workshop.',
122
124
char_core_power: 'Core Power',
123
125
char_core_per_stat: 'Core Power / 5: +{value} to each main stat',
124
126
char_mana_regen: 'Mana Regeneration',
@@ -145,7 +147,8 @@ var LangEN = {
145
147
hunt_choose_creature: 'Choose your prey',
146
148
hunt_no_creatures_here: 'There are currently no huntable creatures in this location.',
147
149
hunt_no_creatures_hint: 'Open the map and return to The Commons of First Light, or wait until creatures appear in this region.',
148
-
hunt_return_to_commons: 'Return to First Light',
150
+
hunt_return_to_commons: 'Return to Commons of First Light',
151
+
hunt_returned_to_commons: 'You returned to the Commons of First Light. Hunt is available again.',
149
152
hunt_choose_spell: 'Choose a spell',
150
153
hunt_attack: 'Attack',
151
154
hunt_victory: 'Victory!',
@@ -165,8 +168,8 @@ var LangEN = {
165
168
hunt_mana_cost: 'Costs {cost} Mana',
166
169
hunt_not_enough_mana: 'Not enough Mana. Wait for regeneration.',
167
170
hunt_armageddon_title: 'Armageddon',
168
-
hunt_armageddon_desc: 'Consume 100% Mana for 100x XP. Requires Armageddon Stone artifact.',
169
-
hunt_armageddon_no_stone: 'You need an Armageddon Stone to use this ability.',
171
+
hunt_armageddon_desc: 'Consume 100% Mana for 100x XP. The Armageddon Stone is consumed on launch.',
172
+
hunt_armageddon_no_stone: 'Find an Armageddon Stone as a rare Thornvine (Lv5+) drop or craft it at level 10 from Echo Shards, Shadow Shard, and Fire Dust.',
170
173
hunt_armageddon_no_mana: 'Armageddon requires full Mana (100%). Wait for full regeneration.',
171
174
hunt_armageddon_confirm: 'I understand that after using Armageddon I will not be able to play until my Mana fully regenerates (~5 days).',
Copy file name to clipboardExpand all lines: app/js/i18n/ru.js
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,7 @@ var LangRU = {
119
119
char_intellect: 'Дух',
120
120
char_fortune: 'Удача',
121
121
char_core: 'Магическое Ядро',
122
+
char_stats_growth_hint: 'Характеристики растут от уровня, Ядра, экипировки, зачарований и редких трофеев. Если хочешь усилить конкретную черту, ищи или создавай предметы с этой характеристикой в сумке и мастерской.',
122
123
char_core_power: 'Сила Ядра',
123
124
char_core_per_stat: 'Сила Ядра / 5: +{value} к каждому основному стату',
124
125
char_mana_regen: 'Регенерация Маны',
@@ -146,6 +147,7 @@ var LangRU = {
146
147
hunt_no_creatures_here: 'В этой локации сейчас нет доступной добычи для охоты.',
147
148
hunt_no_creatures_hint: 'Откройте карту и вернитесь в The Commons of First Light или дождитесь появления существ в этом регионе.',
148
149
hunt_return_to_commons: 'Вернуться в First Light',
150
+
hunt_returned_to_commons: 'Вы вернулись в Общины Первого Света. Охота снова доступна.',
hunt_armageddon_desc: 'Потратить 100% маны для получения 100x XP. Требует артефакт Камень Армагеддона.',
169
-
hunt_armageddon_no_stone: 'Для этого нужен Камень Армагеддона.',
170
+
hunt_armageddon_desc: 'Потратить 100% маны для получения 100x XP. Камень Армагеддона расходуется при запуске.',
171
+
hunt_armageddon_no_stone: 'Камень Армагеддона можно получить редким дропом с Thornvine (Lv5+) или создать в Мастерской на 10 уровне из Echo Shards, Shadow Shard и Fire Dust.',
170
172
hunt_armageddon_no_mana: 'Армагеддон требует полной маны (100%). Подождите полного восстановления.',
171
173
hunt_armageddon_confirm: 'Я понимаю, что после запуска Армагеддона не смогу играть, пока мана не восстановится полностью (~5 дней).',
172
174
hunt_armageddon_launch: 'UNLEASH ARMAGEDDON !!!',
@@ -590,6 +592,7 @@ var LangRU = {
590
592
craft_error_wrong_class: 'Неподходящий класс.',
591
593
craft_error_wrong_location: 'Нужно быть в другом месте.',
0 commit comments