Skip to content

Commit eac0742

Browse files
committed
fix: missing translation keys
1 parent a9c37ce commit eac0742

File tree

3 files changed

+27
-6
lines changed

3 files changed

+27
-6
lines changed

apps/keira/src/assets/i18n/es.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,9 @@
617617
"SOURCE_TYPE_SPELL_CLICK_EVENT": "Identificador de la tabla npc_spellclick_spells.npc_entry",
618618
"SOURCE_TYPE_VEHICLE_SPELL": "Entrada de creature_template",
619619
"SOURCE_TYPE_SMART_EVENT": "Identificador de (smart_scripts.id) + 1",
620-
"SOURCE_TYPE_NPC_VENDOR": "Entrada de npc_vendor"
620+
"SOURCE_TYPE_NPC_VENDOR": "Entrada de npc_vendor",
621+
"SOURCE_TYPE_PLAYER_LOOT_TEMPLATE": "loot id",
622+
"SOURCE_TYPE_OBJECT_VISIBILITY": "0 = Creature, 1 = GameObject"
621623
},
622624
"ENTRY": {
623625
"SOURCE_TYPE_CREATURE_LOOT_TEMPLATE": "Item de creature_loot_template o reference_loot_template",
@@ -639,10 +641,14 @@
639641
"SOURCE_TYPE_SPELL": "Identificador de Hechizo extraído del archivo Spell.dbc",
640642
"SOURCE_TYPE_SPELL_CLICK_EVENT": "Hechizo de (npc_spellclick_spells.spell_id)",
641643
"SOURCE_TYPE_QUEST_AVAILABLE": "Identificador de Misión",
644+
"SOURCE_TYPE_GOSSIP_HELLO": "creature_template.entry",
642645
"SOURCE_TYPE_VEHICLE_SPELL": "Identificador de Hechizo extraído del archivo Spell.dbc",
643646
"SOURCE_TYPE_SMART_EVENT": "Entrada o Identificador Único Global del Script Inteligente (smart_scripts) extraído de la tabla smart_scripts.entryorguid",
644647
"SOURCE_TYPE_NPC_VENDOR": "Valor extraído de la tabla npc_vendor.item",
645-
"SOURCE_TYPE_SPELL_PROC": "Indetificador del Hechizo de Aura el cual desencadena el procedimiento"
648+
"SOURCE_TYPE_SPELL_PROC": "Indetificador del Hechizo de Aura el cual desencadena el procedimiento",
649+
"SOURCE_TYPE_PLAYER_LOOT_TEMPLATE": "item_template.entry",
650+
"SOURCE_TYPE_CREATURE_RESPAWN": "creature_template.entry",
651+
"SOURCE_TYPE_OBJECT_VISIBILITY": "creature_template.entry or gameobject_template.entry"
646652
},
647653
"TARGET": {
648654
"SOURCE_TYPE_SPELL_IMPLICIT_TARGET": "0 = Objetivo potencial del Hechizo; 1 = Casteador del Hechizo",
@@ -651,6 +657,7 @@
651657
"SOURCE_TYPE_CREATURE_TEMPLATE_VEHICLE": "0 = Vehículo montado por el jugador; 1 = Criatura del Vehículo",
652658
"SOURCE_TYPE_SPELL": "0 = Casteador del Hechizo; 1 = Objetivo explícito del hechizo (sólo para aquellos Hechizos que tienen en cuenta el objeto seleccionado por el Casteador)",
653659
"SOURCE_TYPE_SPELL_CLICK_EVENT": "0 = Cliqueador; 1 = Objetivo del clic de Hechizo (cliqueante)",
660+
"SOURCE_TYPE_GOSSIP_HELLO": "0 = Player; 1 = WorldObject",
654661
"SOURCE_TYPE_VEHICLE_SPELL": "0 = Jugador para el que se muestra la Barra de Hechizos; 1 = Criatura del Vehículo",
655662
"SOURCE_TYPE_SMART_EVENT": "0 = Invocador; 1 = Objeto",
656663
"SOURCE_TYPE_SPELL_PROC": "0 = Actor; 1 = Objetivo de la Acción"

apps/keira/src/assets/i18n/ru.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,9 @@
617617
"SOURCE_TYPE_SPELL_CLICK_EVENT": "npc_spellclick_spells.npc_entry",
618618
"SOURCE_TYPE_VEHICLE_SPELL": "Запись creature_template",
619619
"SOURCE_TYPE_SMART_EVENT": "ID (smart_scripts.id) + 1",
620-
"SOURCE_TYPE_NPC_VENDOR": "Запись npc_vendor"
620+
"SOURCE_TYPE_NPC_VENDOR": "Запись npc_vendor",
621+
"SOURCE_TYPE_PLAYER_LOOT_TEMPLATE": "loot id",
622+
"SOURCE_TYPE_OBJECT_VISIBILITY": "0 = Creature, 1 = GameObject"
621623
},
622624
"ENTRY": {
623625
"SOURCE_TYPE_CREATURE_LOOT_TEMPLATE": "Предмет creature_loot_template или reference_loot_template",
@@ -639,10 +641,14 @@
639641
"SOURCE_TYPE_SPELL": "ID заклинания из Spell.dbc",
640642
"SOURCE_TYPE_SPELL_CLICK_EVENT": "Заклинание (npc_spellclick_spells.spell_id)",
641643
"SOURCE_TYPE_QUEST_AVAILABLE": "ID задания",
644+
"SOURCE_TYPE_GOSSIP_HELLO": "creature_template.entry",
642645
"SOURCE_TYPE_VEHICLE_SPELL": "ID заклинания из Spell.dbc",
643646
"SOURCE_TYPE_SMART_EVENT": "smart_scripts.entryorguid",
644647
"SOURCE_TYPE_NPC_VENDOR": "npc_vendor.item",
645-
"SOURCE_TYPE_SPELL_PROC": "ID заклинания ауры, вызывающей срабатывание"
648+
"SOURCE_TYPE_SPELL_PROC": "ID заклинания ауры, вызывающей срабатывание",
649+
"SOURCE_TYPE_PLAYER_LOOT_TEMPLATE": "item_template.entry",
650+
"SOURCE_TYPE_CREATURE_RESPAWN": "creature_template.entry",
651+
"SOURCE_TYPE_OBJECT_VISIBILITY": "creature_template.entry or gameobject_template.entry"
646652
},
647653
"TARGET": {
648654
"SOURCE_TYPE_SPELL_IMPLICIT_TARGET": "0 = Потенциальная цель заклинания; 1 = Заклинатель",
@@ -651,6 +657,7 @@
651657
"SOURCE_TYPE_CREATURE_TEMPLATE_VEHICLE": "0 = Игрок на транспорте; 1 = Существо-транспорт",
652658
"SOURCE_TYPE_SPELL": "0 = Заклинатель; 1 = Явная цель заклинания (только для заклинаний, учитывающих выбранный заклинателем объект)",
653659
"SOURCE_TYPE_SPELL_CLICK_EVENT": "0 = Кликнувший; 1 = Цель клика",
660+
"SOURCE_TYPE_GOSSIP_HELLO": "0 = Player; 1 = WorldObject",
654661
"SOURCE_TYPE_VEHICLE_SPELL": "0 = Игрок, для которого показана панель заклинаний; 1 = Существо-транспорт",
655662
"SOURCE_TYPE_SMART_EVENT": "0 = Инициатор; 1 = Объект",
656663
"SOURCE_TYPE_SPELL_PROC": "0 = Действующий; 1 = Цель действия"

apps/keira/src/assets/i18n/zh.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,9 @@
617617
"SOURCE_TYPE_SPELL_CLICK_EVENT": "npc_spellclick_spells表的npc_entry字段",
618618
"SOURCE_TYPE_VEHICLE_SPELL": "creature_template表的Entry字段",
619619
"SOURCE_TYPE_SMART_EVENT": "ID (smart_scripts表的id字段) + 1",
620-
"SOURCE_TYPE_NPC_VENDOR": "npc_vendor表的Entry字段"
620+
"SOURCE_TYPE_NPC_VENDOR": "npc_vendor表的Entry字段",
621+
"SOURCE_TYPE_PLAYER_LOOT_TEMPLATE": "loot id",
622+
"SOURCE_TYPE_OBJECT_VISIBILITY": "0 = Creature, 1 = GameObject"
621623
},
622624
"ENTRY": {
623625
"SOURCE_TYPE_CREATURE_LOOT_TEMPLATE": "creature_loot_template 或 reference_loot_template Item",
@@ -639,10 +641,14 @@
639641
"SOURCE_TYPE_SPELL": "技能ID(Spell ID)来自 Spell.dbc",
640642
"SOURCE_TYPE_SPELL_CLICK_EVENT": "技能 (npc_spellclick_spells表的spell_id字段)",
641643
"SOURCE_TYPE_QUEST_AVAILABLE": "任务ID",
644+
"SOURCE_TYPE_GOSSIP_HELLO": "creature_template.entry",
642645
"SOURCE_TYPE_VEHICLE_SPELL": "技能ID(Spell ID)来自 Spell.dbc",
643646
"SOURCE_TYPE_SMART_EVENT": "smart_scripts表的entryorguid字段",
644647
"SOURCE_TYPE_NPC_VENDOR": "npc_vendor表的item字段",
645-
"SOURCE_TYPE_SPELL_PROC": "触发光环的技能ID(Spell ID)"
648+
"SOURCE_TYPE_SPELL_PROC": "触发光环的技能ID(Spell ID)",
649+
"SOURCE_TYPE_PLAYER_LOOT_TEMPLATE": "item_template.entry",
650+
"SOURCE_TYPE_CREATURE_RESPAWN": "creature_template.entry",
651+
"SOURCE_TYPE_OBJECT_VISIBILITY": "creature_template.entry or gameobject_template.entry"
646652
},
647653
"TARGET": {
648654
"SOURCE_TYPE_SPELL_IMPLICIT_TARGET": "0 = 潜在法术目标; 1 = 施法者",
@@ -651,6 +657,7 @@
651657
"SOURCE_TYPE_CREATURE_TEMPLATE_VEHICLE": "0 = 玩家乘坐的载具; 1 = 生物的载具",
652658
"SOURCE_TYPE_SPELL": "0 = 施法者; 1 = 法术目标明确的法术(仅适用于将施法者选择的对象考虑在内的法术)",
653659
"SOURCE_TYPE_SPELL_CLICK_EVENT": "0 = 点击者;1 = 法术点击目标(被点击者)",
660+
"SOURCE_TYPE_GOSSIP_HELLO": "0 = Player; 1 = WorldObject",
654661
"SOURCE_TYPE_VEHICLE_SPELL": "0 = 显示法术条的玩家;1 = 载具生物",
655662
"SOURCE_TYPE_SMART_EVENT": "0 = 使用者; 1 = 对象",
656663
"SOURCE_TYPE_SPELL_PROC": "0 = 参与者; 1 = 动作目标"

0 commit comments

Comments
 (0)