Skip to content

Commit 8f56e0a

Browse files
committed
fix: missing translation keys
1 parent 4decd72 commit 8f56e0a

14 files changed

Lines changed: 182 additions & 42 deletions

File tree

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,6 @@
570570
"TEXT": "Der eigentliche Text. Die Nachricht in diesem Feld wird als Text auf einer Seite angezeigt."
571571
}
572572
},
573-
"SOURCE_TYPE": "Quelltyp:",
574-
"LIMIT": "Begrenzung:",
575573
"GOSSIP": {
576574
"GOSSIP_MENU": {
577575
"TEXT_ID_TOOLTIP": "Die npc_text.ID für das Gossip, das initial angezeigt werden soll. Außerdem sagt es dem NPC, was oben im Optionsmenü angezeigt werden soll, wenn es geöffnet wird."
@@ -593,7 +591,9 @@
593591
"SELECT": {
594592
"SOURCE_GROUP": "Quellgruppe:",
595593
"SOURCE_ENTRY": "Quelleintrag:",
596-
"CREATE_NEW": "Neu erstellen"
594+
"CREATE_NEW": "Neu erstellen",
595+
"PLACEHOLDER_SOURCE_GROUP": "SourceGroup",
596+
"PLACEHOLDER_ENTRY": "SourceEntry"
597597
},
598598
"EDITOR": {
599599
"CONDITIONS_SOURCE": "Quellenbedingung",
@@ -755,6 +755,16 @@
755755
"TIMED_ACTIONLISTS": "Alle smart_scripts mit source_type = 9 und entryorguid zwischen CreatureID * 100 und CreatureID * 100 + 100",
756756
"GENERATE_COMMENT": "Kommentar generieren",
757757
"GENERATE_COMMENTS_ALL": "Kommentare generieren (alle)"
758+
},
759+
"SEARCH_BY_EXISTING": {
760+
"SOURCE_TYPE": "Source Type:",
761+
"ENTRY_OR_GUID": "Entry(+) or GUID(-):",
762+
"LIMIT": "Limit:",
763+
"PLACEHOLDER": "Entry (as positive number) or GUID (as negative number)",
764+
"ALL": "ALL"
765+
},
766+
"SEARCH_BY_ENTITY": {
767+
"SOURCE_TYPE": "Select a Source Type"
758768
}
759769
},
760770
"SPELL_DBC": {

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,6 @@
570570
"TEXT": "The actual text. The message in this field will be shown as the text on a page."
571571
}
572572
},
573-
"SOURCE_TYPE": "Source Type:",
574-
"LIMIT": "Limit:",
575573
"GOSSIP": {
576574
"GOSSIP_MENU": {
577575
"TEXT_ID_TOOLTIP": "The npc_text.ID for the gossip you want to be initially displayed. Also this tells the NPC what to say at the top of the options menu when it is displayed."
@@ -593,7 +591,9 @@
593591
"SELECT": {
594592
"SOURCE_GROUP": "Source Group:",
595593
"SOURCE_ENTRY": "Source Entry:",
596-
"CREATE_NEW": "Create new"
594+
"CREATE_NEW": "Create new",
595+
"PLACEHOLDER_SOURCE_GROUP": "SourceGroup",
596+
"PLACEHOLDER_ENTRY": "SourceEntry"
597597
},
598598
"EDITOR": {
599599
"CONDITIONS_SOURCE": "Condition source",
@@ -755,6 +755,16 @@
755755
"TIMED_ACTIONLISTS": "All smart_scripts having source_type = 9 and entryorguid between CreatureID * 100 and CreatureID * 100 + 100",
756756
"GENERATE_COMMENT": "Generate comment",
757757
"GENERATE_COMMENTS_ALL": "Generate comments (all)"
758+
},
759+
"SEARCH_BY_EXISTING": {
760+
"SOURCE_TYPE": "Source Type:",
761+
"ENTRY_OR_GUID": "Entry(+) or GUID(-):",
762+
"LIMIT": "Limit:",
763+
"PLACEHOLDER": "Entry (as positive number) or GUID (as negative number)",
764+
"ALL": "ALL"
765+
},
766+
"SEARCH_BY_ENTITY": {
767+
"SOURCE_TYPE": "Select a Source Type"
758768
}
759769
},
760770
"SPELL_DBC": {

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,6 @@
570570
"TEXT": "The actual text. The message in this field will be shown as the text on a page."
571571
}
572572
},
573-
"SOURCE_TYPE": "Tipo de Fuente:",
574-
"LIMIT": "Límite:",
575573
"GOSSIP": {
576574
"GOSSIP_MENU": {
577575
"TEXT_ID_TOOLTIP": "El Identificador de npc_text.ID para la Ventana de Texto de la Criatura que desea que se muestre inicialmente al jugador. También es en éste mismo campo en dónde se le asigna a la Criatura aquél texto que debe de decir en la parte superior del Menú de Opciones cuando es mostrado por primera vez (Ya sea un saludo o lo que sea)."
@@ -593,7 +591,9 @@
593591
"SELECT": {
594592
"SOURCE_GROUP": "Fuente de Grupo:",
595593
"SOURCE_ENTRY": "Fuente de Entrada:",
596-
"CREATE_NEW": "Crear nuevo"
594+
"CREATE_NEW": "Crear nuevo",
595+
"PLACEHOLDER_SOURCE_GROUP": "SourceGroup",
596+
"PLACEHOLDER_ENTRY": "SourceEntry"
597597
},
598598
"EDITOR": {
599599
"CONDITIONS_SOURCE": "Condición de Origen",
@@ -755,6 +755,16 @@
755755
"TIMED_ACTIONLISTS": "Todos los smart_scripts que tengan source_type = 9 y entryorguid entre CreatureID * 100 y CreatureID * 100 + 100",
756756
"GENERATE_COMMENT": "Generate comment",
757757
"GENERATE_COMMENTS_ALL": "Generate comments (all)"
758+
},
759+
"SEARCH_BY_EXISTING": {
760+
"SOURCE_TYPE": "Source Type:",
761+
"ENTRY_OR_GUID": "Entry(+) or GUID(-):",
762+
"LIMIT": "Limit:",
763+
"PLACEHOLDER": "Entry (as positive number) or GUID (as negative number)",
764+
"ALL": "ALL"
765+
},
766+
"SEARCH_BY_ENTITY": {
767+
"SOURCE_TYPE": "Select a Source Type"
758768
}
759769
},
760770
"SPELL_DBC": {

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,6 @@
570570
"TEXT": "The actual text. The message in this field will be shown as the text on a page."
571571
}
572572
},
573-
"SOURCE_TYPE": "Source Type:",
574-
"LIMIT": "Limit:",
575573
"GOSSIP": {
576574
"GOSSIP_MENU": {
577575
"TEXT_ID_TOOLTIP": "The npc_text.ID for the gossip you want to be initially displayed. Also this tells the NPC what to say at the top of the options menu when it is displayed."
@@ -593,7 +591,9 @@
593591
"SELECT": {
594592
"SOURCE_GROUP": "Source Group:",
595593
"SOURCE_ENTRY": "Source Entry:",
596-
"CREATE_NEW": "Create new"
594+
"CREATE_NEW": "Create new",
595+
"PLACEHOLDER_SOURCE_GROUP": "SourceGroup",
596+
"PLACEHOLDER_ENTRY": "SourceEntry"
597597
},
598598
"EDITOR": {
599599
"CONDITIONS_SOURCE": "Condition source",
@@ -755,6 +755,16 @@
755755
"TIMED_ACTIONLISTS": "All smart_scripts having source_type = 9 and entryorguid between CreatureID * 100 and CreatureID * 100 + 100",
756756
"GENERATE_COMMENT": "Generate comment",
757757
"GENERATE_COMMENTS_ALL": "Generate comments (all)"
758+
},
759+
"SEARCH_BY_EXISTING": {
760+
"SOURCE_TYPE": "Source Type:",
761+
"ENTRY_OR_GUID": "Entry(+) or GUID(-):",
762+
"LIMIT": "Limit:",
763+
"PLACEHOLDER": "Entry (as positive number) or GUID (as negative number)",
764+
"ALL": "ALL"
765+
},
766+
"SEARCH_BY_ENTITY": {
767+
"SOURCE_TYPE": "Select a Source Type"
758768
}
759769
},
760770
"SPELL_DBC": {

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,6 @@
570570
"TEXT": "Il testo effettivo. Il messaggio in questo campo verrà mostrato come testo su una pagina."
571571
}
572572
},
573-
"SOURCE_TYPE": "Tipo di Sorgente:",
574-
"LIMIT": "Limite:",
575573
"GOSSIP": {
576574
"GOSSIP_MENU": {
577575
"TEXT_ID_TOOLTIP": "Il npc_text.ID per il pettegolezzo che vuoi venga visualizzato inizialmente. Inoltre, questo dice all'NPC cosa dire in cima al menu delle opzioni quando viene visualizzato."
@@ -593,7 +591,9 @@
593591
"SELECT": {
594592
"SOURCE_GROUP": "Gruppo Sorgente:",
595593
"SOURCE_ENTRY": "Entrata Sorgente:",
596-
"CREATE_NEW": "Crea nuovo"
594+
"CREATE_NEW": "Crea nuovo",
595+
"PLACEHOLDER_SOURCE_GROUP": "SourceGroup",
596+
"PLACEHOLDER_ENTRY": "SourceEntry"
597597
},
598598
"EDITOR": {
599599
"CONDITIONS_SOURCE": "Sorgente condizione",
@@ -755,6 +755,16 @@
755755
"TIMED_ACTIONLISTS": "All smart_scripts having source_type = 9 and entryorguid between CreatureID * 100 and CreatureID * 100 + 100",
756756
"GENERATE_COMMENT": "Generate comment",
757757
"GENERATE_COMMENTS_ALL": "Generate comments (all)"
758+
},
759+
"SEARCH_BY_EXISTING": {
760+
"SOURCE_TYPE": "Source Type:",
761+
"ENTRY_OR_GUID": "Entry(+) or GUID(-):",
762+
"LIMIT": "Limit:",
763+
"PLACEHOLDER": "Entry (as positive number) or GUID (as negative number)",
764+
"ALL": "ALL"
765+
},
766+
"SEARCH_BY_ENTITY": {
767+
"SOURCE_TYPE": "Select a Source Type"
758768
}
759769
},
760770
"SPELL_DBC": {

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,6 @@
570570
"TEXT": "The actual text. The message in this field will be shown as the text on a page."
571571
}
572572
},
573-
"SOURCE_TYPE": "Source Type:",
574-
"LIMIT": "Limit:",
575573
"GOSSIP": {
576574
"GOSSIP_MENU": {
577575
"TEXT_ID_TOOLTIP": "The npc_text.ID for the gossip you want to be initially displayed. Also this tells the NPC what to say at the top of the options menu when it is displayed."
@@ -593,7 +591,9 @@
593591
"SELECT": {
594592
"SOURCE_GROUP": "Source Group:",
595593
"SOURCE_ENTRY": "Source Entry:",
596-
"CREATE_NEW": "Create new"
594+
"CREATE_NEW": "Create new",
595+
"PLACEHOLDER_SOURCE_GROUP": "SourceGroup",
596+
"PLACEHOLDER_ENTRY": "SourceEntry"
597597
},
598598
"EDITOR": {
599599
"CONDITIONS_SOURCE": "Condition source",
@@ -755,6 +755,16 @@
755755
"TIMED_ACTIONLISTS": "All smart_scripts having source_type = 9 and entryorguid between CreatureID * 100 and CreatureID * 100 + 100",
756756
"GENERATE_COMMENT": "Generate comment",
757757
"GENERATE_COMMENTS_ALL": "Generate comments (all)"
758+
},
759+
"SEARCH_BY_EXISTING": {
760+
"SOURCE_TYPE": "Source Type:",
761+
"ENTRY_OR_GUID": "Entry(+) or GUID(-):",
762+
"LIMIT": "Limit:",
763+
"PLACEHOLDER": "Entry (as positive number) or GUID (as negative number)",
764+
"ALL": "ALL"
765+
},
766+
"SEARCH_BY_ENTITY": {
767+
"SOURCE_TYPE": "Select a Source Type"
758768
}
759769
},
760770
"SPELL_DBC": {

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,6 @@
570570
"TEXT": "The actual text. The message in this field will be shown as the text on a page."
571571
}
572572
},
573-
"SOURCE_TYPE": "Source Type:",
574-
"LIMIT": "Limit:",
575573
"GOSSIP": {
576574
"GOSSIP_MENU": {
577575
"TEXT_ID_TOOLTIP": "The npc_text.ID for the gossip you want to be initially displayed. Also this tells the NPC what to say at the top of the options menu when it is displayed."
@@ -593,7 +591,9 @@
593591
"SELECT": {
594592
"SOURCE_GROUP": "Source Group:",
595593
"SOURCE_ENTRY": "Source Entry:",
596-
"CREATE_NEW": "Create new"
594+
"CREATE_NEW": "Create new",
595+
"PLACEHOLDER_SOURCE_GROUP": "SourceGroup",
596+
"PLACEHOLDER_ENTRY": "SourceEntry"
597597
},
598598
"EDITOR": {
599599
"CONDITIONS_SOURCE": "Condition source",
@@ -755,6 +755,16 @@
755755
"TIMED_ACTIONLISTS": "All smart_scripts having source_type = 9 and entryorguid between CreatureID * 100 and CreatureID * 100 + 100",
756756
"GENERATE_COMMENT": "Generate comment",
757757
"GENERATE_COMMENTS_ALL": "Generate comments (all)"
758+
},
759+
"SEARCH_BY_EXISTING": {
760+
"SOURCE_TYPE": "Source Type:",
761+
"ENTRY_OR_GUID": "Entry(+) or GUID(-):",
762+
"LIMIT": "Limit:",
763+
"PLACEHOLDER": "Entry (as positive number) or GUID (as negative number)",
764+
"ALL": "ALL"
765+
},
766+
"SEARCH_BY_ENTITY": {
767+
"SOURCE_TYPE": "Select a Source Type"
758768
}
759769
},
760770
"SPELL_DBC": {

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,6 @@
570570
"TEXT": "The actual text. The message in this field will be shown as the text on a page."
571571
}
572572
},
573-
"SOURCE_TYPE": "Source Type:",
574-
"LIMIT": "Limit:",
575573
"GOSSIP": {
576574
"GOSSIP_MENU": {
577575
"TEXT_ID_TOOLTIP": "The npc_text.ID for the gossip you want to be initially displayed. Also this tells the NPC what to say at the top of the options menu when it is displayed."
@@ -593,7 +591,9 @@
593591
"SELECT": {
594592
"SOURCE_GROUP": "Source Group:",
595593
"SOURCE_ENTRY": "Source Entry:",
596-
"CREATE_NEW": "Create new"
594+
"CREATE_NEW": "Create new",
595+
"PLACEHOLDER_SOURCE_GROUP": "SourceGroup",
596+
"PLACEHOLDER_ENTRY": "SourceEntry"
597597
},
598598
"EDITOR": {
599599
"CONDITIONS_SOURCE": "Condition source",
@@ -755,6 +755,16 @@
755755
"TIMED_ACTIONLISTS": "All smart_scripts having source_type = 9 and entryorguid between CreatureID * 100 and CreatureID * 100 + 100",
756756
"GENERATE_COMMENT": "Generate comment",
757757
"GENERATE_COMMENTS_ALL": "Generate comments (all)"
758+
},
759+
"SEARCH_BY_EXISTING": {
760+
"SOURCE_TYPE": "Source Type:",
761+
"ENTRY_OR_GUID": "Entry(+) or GUID(-):",
762+
"LIMIT": "Limit:",
763+
"PLACEHOLDER": "Entry (as positive number) or GUID (as negative number)",
764+
"ALL": "ALL"
765+
},
766+
"SEARCH_BY_ENTITY": {
767+
"SOURCE_TYPE": "Select a Source Type"
758768
}
759769
},
760770
"SPELL_DBC": {

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,6 @@
570570
"TEXT": "The actual text. The message in this field will be shown as the text on a page."
571571
}
572572
},
573-
"SOURCE_TYPE": "Source Type:",
574-
"LIMIT": "Limit:",
575573
"GOSSIP": {
576574
"GOSSIP_MENU": {
577575
"TEXT_ID_TOOLTIP": "O npc_text.ID para o gossip que você quer que seja mostrado inicialmente. Isso também mostra ao NPC o que dizer no topo do menu de opções quando a janela é aberta."
@@ -593,7 +591,9 @@
593591
"SELECT": {
594592
"SOURCE_GROUP": "Source Group:",
595593
"SOURCE_ENTRY": "Source Entry:",
596-
"CREATE_NEW": "Criar nova"
594+
"CREATE_NEW": "Criar nova",
595+
"PLACEHOLDER_SOURCE_GROUP": "SourceGroup",
596+
"PLACEHOLDER_ENTRY": "SourceEntry"
597597
},
598598
"EDITOR": {
599599
"CONDITIONS_SOURCE": "Condition source",
@@ -755,6 +755,16 @@
755755
"TIMED_ACTIONLISTS": "Todos smart_scripts tendo source_type = 9 e entryorguid entre CreatureID * 100 e CreatureID * 100 + 100",
756756
"GENERATE_COMMENT": "Generate comment",
757757
"GENERATE_COMMENTS_ALL": "Generate comments (all)"
758+
},
759+
"SEARCH_BY_EXISTING": {
760+
"SOURCE_TYPE": "Source Type:",
761+
"ENTRY_OR_GUID": "Entry(+) or GUID(-):",
762+
"LIMIT": "Limit:",
763+
"PLACEHOLDER": "Entry (as positive number) or GUID (as negative number)",
764+
"ALL": "ALL"
765+
},
766+
"SEARCH_BY_ENTITY": {
767+
"SOURCE_TYPE": "Select a Source Type"
758768
}
759769
},
760770
"SPELL_DBC": {

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

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,8 +570,6 @@
570570
"TEXT": "The actual text. The message in this field will be shown as the text on a page."
571571
}
572572
},
573-
"SOURCE_TYPE": "Source Type:",
574-
"LIMIT": "Limit:",
575573
"GOSSIP": {
576574
"GOSSIP_MENU": {
577575
"TEXT_ID_TOOLTIP": "The npc_text.ID for the gossip you want to be initially displayed. Also this tells the NPC what to say at the top of the options menu when it is displayed."
@@ -593,7 +591,9 @@
593591
"SELECT": {
594592
"SOURCE_GROUP": "Source Group:",
595593
"SOURCE_ENTRY": "Source Entry:",
596-
"CREATE_NEW": "Create new"
594+
"CREATE_NEW": "Create new",
595+
"PLACEHOLDER_SOURCE_GROUP": "SourceGroup",
596+
"PLACEHOLDER_ENTRY": "SourceEntry"
597597
},
598598
"EDITOR": {
599599
"CONDITIONS_SOURCE": "Condition source",
@@ -755,6 +755,16 @@
755755
"TIMED_ACTIONLISTS": "All smart_scripts having source_type = 9 and entryorguid between CreatureID * 100 and CreatureID * 100 + 100",
756756
"GENERATE_COMMENT": "Generate comment",
757757
"GENERATE_COMMENTS_ALL": "Generate comments (all)"
758+
},
759+
"SEARCH_BY_EXISTING": {
760+
"SOURCE_TYPE": "Source Type:",
761+
"ENTRY_OR_GUID": "Entry(+) or GUID(-):",
762+
"LIMIT": "Limit:",
763+
"PLACEHOLDER": "Entry (as positive number) or GUID (as negative number)",
764+
"ALL": "ALL"
765+
},
766+
"SEARCH_BY_ENTITY": {
767+
"SOURCE_TYPE": "Select a Source Type"
758768
}
759769
},
760770
"SPELL_DBC": {

0 commit comments

Comments
 (0)