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
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -119,8 +119,7 @@ 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
+
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.',
124
123
char_core_power: 'Core Power',
125
124
char_core_per_stat: 'Core Power / 5: +{value} to each main stat',
126
125
char_mana_regen: 'Mana Regeneration',
@@ -141,6 +140,12 @@ var LangEN = {
141
140
spell_grand_covenant_desc: 'The ultimate healing spell. Full restoration and shield.',
142
141
char_achievements: 'Achievements',
143
142
char_strengthen_core: 'Strengthen Core',
143
+
char_level_up: 'Level up',
144
+
stat_pot: 'Potency',
145
+
stat_res: 'Resilience',
146
+
stat_swf: 'Swiftness',
147
+
stat_int: 'Intellect',
148
+
stat_for: 'Fortune',
144
149
145
150
// Hunt
146
151
hunt_title: 'Hunt',
@@ -334,6 +339,11 @@ var LangEN = {
334
339
narrator_duel_challenge: '{opponent} challenges you to a duel!',
335
340
narrator_duel_won: 'You won the duel!',
336
341
narrator_duel_lost: 'You lost the duel.',
342
+
duel_narrator_pre: 'Duel with {opponent}. Best of 3 rounds.',
343
+
duel_narrator_seal: 'Seal phase. Choose your spell. {seconds} seconds.',
344
+
duel_narrator_sealed: 'Sealed. Waiting for opponent.',
345
+
duel_narrator_waiting: 'Waiting for opponent\'s move.',
346
+
duel_narrator_reveal: 'Reveal. {myIntent} versus {oppIntent}. {result}.',
337
347
338
348
// Rarity
339
349
rarity_common: 'Common',
@@ -398,6 +408,8 @@ var LangEN = {
398
408
guild_joined: 'You joined the guild!',
399
409
guild_created: 'Guild created!',
400
410
guild_not_member: 'You are not in a guild. Create your own or join an existing one.',
411
+
guild_join_requirements: 'You can request to join public guilds from level {level}.',
412
+
guild_join_locked: 'Requires level {level}',
401
413
guild_sync_hint: 'Syncing with the World. Guilds and invites will appear after sync completes.',
0 commit comments