Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update actions/setup-python action to v5 #3219

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/sync_i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'

Expand Down
305 changes: 250 additions & 55 deletions apps/keira/src/assets/i18n/de.json

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions apps/keira/src/assets/i18n/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,8 @@
"CONDITION_PET_TYPE": "mask",
"CONDITION_TAXI": "Always 0",
"CONDITION_QUESTSTATE": "quest_template.ID",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id",
"CONDITION_WORLD_SCRIPT": "WorldStateCondition (defined in WorldState.h)"
},
"VALUE2": {
"CONDITION_NONE": "(Never used)",
Expand All @@ -707,7 +708,8 @@
"CONDITION_HP_PCT": "ComparisionType: 0 = Percentage of max HP must be equal; 1 = Percentage of max HP must be higher; 2 = Percentage of max HP must be lower; 3 = Percentage of max HP must be equal or higher; 4 = Percentage of max HP must be equal or lower",
"CONDITION_STAND_STATE": "Exact stand state, or generic state (stand/sit), depending on value 10 = Standing; 1 = Sitting",
"CONDITION_QUESTSTATE": "state_mask",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo",
"CONDITION_WORLD_SCRIPT": "state, 0 = unused"
},
"VALUE3": {
"CONDITION_NONE": "(Never used)",
Expand Down Expand Up @@ -861,4 +863,4 @@
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
}
}
}
17 changes: 9 additions & 8 deletions apps/keira/src/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
"EXECUTE_AND_COPY": "Execute & copy",
"RELOAD": "Recargar",
"CANCEL": "Cancelar",
"SELECTORS": {
"ENABLED": "Enabled",
"DISABLED": "Disabled"
},
"CONNECTION_WINDOW": {
"HOST": "Host",
"PORT": "Puerto",
Expand Down Expand Up @@ -145,11 +149,6 @@
"NPC_TEXT": "NPC Text",
"SELECT_PAGE_TEXT": "Select Page Text",
"PAGE_TEXT": "Page Text",
"PAGE_TEXTS": {
"ID": "The ID of the text in the page. This number is unique to every text ID.",
"NEXT_PAGE_ID": "The ID of the next page's text ID.",
"TEXT": "The actual text. The message in this field will be shown as the text on a page."
},
"ACORE_STRING_TEXT": "Acore Strings",
"SELECT_ACORE_STRING_TEXT": "Select Acore Strings"
},
Expand Down Expand Up @@ -688,7 +687,8 @@
"CONDITION_PET_TYPE": "Máscara del Tipo de Mascota",
"CONDITION_TAXI": "Siempre es 0",
"CONDITION_QUESTSTATE": "Identificador de Misión extrado dentro de la tabla quest_template.ID",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Identificador de Misión extrado dentro de la tabla 'quest_template.id'"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Identificador de Misión extrado dentro de la tabla 'quest_template.id'",
"CONDITION_WORLD_SCRIPT": "WorldStateCondition (defined in WorldState.h)"
},
"VALUE2": {
"CONDITION_NONE": "(Never used)",
Expand All @@ -708,7 +708,8 @@
"CONDITION_HP_PCT": "Tipo de Comparación o 'ComparisionType': 0 = Porcentaje de Salud debe ser igual; 1 = Porcentaje de Salud debe ser mayor; 2 = Porcentaje de Salud debe ser menor; 3 = Porcentaje de Salud debe ser mayor o igual; 4 = Porcentaje de Salud debe ser menor o igual",
"CONDITION_STAND_STATE": "Estado exacto al estar parado, o también para un estado genérico (parado/sentado), dependiendo del valor. 10 = De pie; 1 = Sentado",
"CONDITION_QUESTSTATE": "Máscara de Estado de Misión (state_mask)",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Identificador de Objetivo de Misión - Véase la tabla quest_template.RequiredNpcOrGo"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Identificador de Objetivo de Misión - Véase la tabla quest_template.RequiredNpcOrGo",
"CONDITION_WORLD_SCRIPT": "state, 0 = unused"
},
"VALUE3": {
"CONDITION_NONE": "(Nunca Usado)",
Expand Down Expand Up @@ -862,4 +863,4 @@
"REQUIRED_AURA_VISION": "Desconocido. Sólo 16 hechizos usan otro valor como 0. Podría ser usado para efectos visuales."
}
}
}
}
12 changes: 9 additions & 3 deletions apps/keira/src/assets/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
"EXECUTE_AND_COPY": "Execute & copy",
"RELOAD": "Recharger",
"CANCEL": "Annuler",
"SELECTORS": {
"ENABLED": "Enabled",
"DISABLED": "Disabled"
},
"CONNECTION_WINDOW": {
"HOST": "Hôte",
"PORT": "Port",
Expand Down Expand Up @@ -683,7 +687,8 @@
"CONDITION_PET_TYPE": "mask",
"CONDITION_TAXI": "Always 0",
"CONDITION_QUESTSTATE": "quest_template.ID",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id",
"CONDITION_WORLD_SCRIPT": "WorldStateCondition (defined in WorldState.h)"
},
"VALUE2": {
"CONDITION_NONE": "(Never used)",
Expand All @@ -703,7 +708,8 @@
"CONDITION_HP_PCT": "ComparisionType: 0 = Percentage of max HP must be equal; 1 = Percentage of max HP must be higher; 2 = Percentage of max HP must be lower; 3 = Percentage of max HP must be equal or higher; 4 = Percentage of max HP must be equal or lower",
"CONDITION_STAND_STATE": "Exact stand state, or generic state (stand/sit), depending on value 10 = Standing; 1 = Sitting",
"CONDITION_QUESTSTATE": "state_mask",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo",
"CONDITION_WORLD_SCRIPT": "state, 0 = unused"
},
"VALUE3": {
"CONDITION_NONE": "(Never used)",
Expand Down Expand Up @@ -857,4 +863,4 @@
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
}
}
}
11 changes: 7 additions & 4 deletions apps/keira/src/assets/i18n/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"POLISH": "Polacco",
"PORTUGUESE": "Portoghese",
"KOREAN": "Coreano",
"ROMANIAN": "Rumeno"
"ROMANIAN": "Rumeno",
"SLOVAK": "Slovak"
},
"MODAL": {
"YES": "Yes",
Expand Down Expand Up @@ -686,7 +687,8 @@
"CONDITION_PET_TYPE": "mask",
"CONDITION_TAXI": "Always 0",
"CONDITION_QUESTSTATE": "quest_template.ID",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id",
"CONDITION_WORLD_SCRIPT": "WorldStateCondition (defined in WorldState.h)"
},
"VALUE2": {
"CONDITION_NONE": "(Never used)",
Expand All @@ -706,7 +708,8 @@
"CONDITION_HP_PCT": "ComparisionType: 0 = Percentage of max HP must be equal; 1 = Percentage of max HP must be higher; 2 = Percentage of max HP must be lower; 3 = Percentage of max HP must be equal or higher; 4 = Percentage of max HP must be equal or lower",
"CONDITION_STAND_STATE": "Exact stand state, or generic state (stand/sit), depending on value 10 = Standing; 1 = Sitting",
"CONDITION_QUESTSTATE": "state_mask",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo",
"CONDITION_WORLD_SCRIPT": "state, 0 = unused"
},
"VALUE3": {
"CONDITION_NONE": "(Never used)",
Expand Down Expand Up @@ -860,4 +863,4 @@
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
}
}
}
8 changes: 5 additions & 3 deletions apps/keira/src/assets/i18n/ko.json
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,8 @@
"CONDITION_PET_TYPE": "mask",
"CONDITION_TAXI": "Always 0",
"CONDITION_QUESTSTATE": "quest_template.ID",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id",
"CONDITION_WORLD_SCRIPT": "WorldStateCondition (defined in WorldState.h)"
},
"VALUE2": {
"CONDITION_NONE": "(Never used)",
Expand All @@ -707,7 +708,8 @@
"CONDITION_HP_PCT": "ComparisionType: 0 = Percentage of max HP must be equal; 1 = Percentage of max HP must be higher; 2 = Percentage of max HP must be lower; 3 = Percentage of max HP must be equal or higher; 4 = Percentage of max HP must be equal or lower",
"CONDITION_STAND_STATE": "Exact stand state, or generic state (stand/sit), depending on value 10 = Standing; 1 = Sitting",
"CONDITION_QUESTSTATE": "state_mask",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo",
"CONDITION_WORLD_SCRIPT": "state, 0 = unused"
},
"VALUE3": {
"CONDITION_NONE": "(Never used)",
Expand Down Expand Up @@ -861,4 +863,4 @@
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
}
}
}
8 changes: 5 additions & 3 deletions apps/keira/src/assets/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,8 @@
"CONDITION_PET_TYPE": "mask",
"CONDITION_TAXI": "Always 0",
"CONDITION_QUESTSTATE": "quest_template.ID",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id",
"CONDITION_WORLD_SCRIPT": "WorldStateCondition (defined in WorldState.h)"
},
"VALUE2": {
"CONDITION_NONE": "(Never used)",
Expand All @@ -707,7 +708,8 @@
"CONDITION_HP_PCT": "ComparisionType: 0 = Percentage of max HP must be equal; 1 = Percentage of max HP must be higher; 2 = Percentage of max HP must be lower; 3 = Percentage of max HP must be equal or higher; 4 = Percentage of max HP must be equal or lower",
"CONDITION_STAND_STATE": "Exact stand state, or generic state (stand/sit), depending on value 10 = Standing; 1 = Sitting",
"CONDITION_QUESTSTATE": "state_mask",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo",
"CONDITION_WORLD_SCRIPT": "state, 0 = unused"
},
"VALUE3": {
"CONDITION_NONE": "(Never used)",
Expand Down Expand Up @@ -861,4 +863,4 @@
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
}
}
}
8 changes: 5 additions & 3 deletions apps/keira/src/assets/i18n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,8 @@
"CONDITION_PET_TYPE": "mask",
"CONDITION_TAXI": "Always 0",
"CONDITION_QUESTSTATE": "quest_template.ID",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id",
"CONDITION_WORLD_SCRIPT": "WorldStateCondition (defined in WorldState.h)"
},
"VALUE2": {
"CONDITION_NONE": "(Never used)",
Expand All @@ -707,7 +708,8 @@
"CONDITION_HP_PCT": "ComparisionType: 0 = Percentage of max HP must be equal; 1 = Percentage of max HP must be higher; 2 = Percentage of max HP must be lower; 3 = Percentage of max HP must be equal or higher; 4 = Percentage of max HP must be equal or lower",
"CONDITION_STAND_STATE": "Exact stand state, or generic state (stand/sit), depending on value 10 = Standing; 1 = Sitting",
"CONDITION_QUESTSTATE": "state_mask",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo",
"CONDITION_WORLD_SCRIPT": "state, 0 = unused"
},
"VALUE3": {
"CONDITION_NONE": "(Never used)",
Expand Down Expand Up @@ -861,4 +863,4 @@
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
}
}
}
12 changes: 9 additions & 3 deletions apps/keira/src/assets/i18n/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
"EXECUTE_AND_COPY": "Execute & copy",
"RELOAD": "Recarregar",
"CANCEL": "Cancelar",
"SELECTORS": {
"ENABLED": "Enabled",
"DISABLED": "Disabled"
},
"CONNECTION_WINDOW": {
"HOST": "Host",
"PORT": "Port",
Expand Down Expand Up @@ -683,7 +687,8 @@
"CONDITION_PET_TYPE": "mask",
"CONDITION_TAXI": "Sempre 0",
"CONDITION_QUESTSTATE": "quest_template.ID",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id",
"CONDITION_WORLD_SCRIPT": "WorldStateCondition (defined in WorldState.h)"
},
"VALUE2": {
"CONDITION_NONE": "(Nunca usado)",
Expand All @@ -703,7 +708,8 @@
"CONDITION_HP_PCT": "ComparisionType: 0 = Porcentagem do HP máximo tem que ser igual; 1 = Porcentagem do HP máximo tem que ser maior; 2 = Porcentagem do HP máximo tem que ser menor; 3 = Porcentagem do HP máximo tem que ser maior ou igual; 4 = Porcentagem do HP máximo tem que ser menor ou igual",
"CONDITION_STAND_STATE": "Exact stand state, ou generic state (levantar/sentar), denpendendo no valor 10 = Standing/Levantado; 1 = Sitting/Sentado",
"CONDITION_QUESTSTATE": "state_mask",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - veja quest_template.RequiredNpcOrGo"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - veja quest_template.RequiredNpcOrGo",
"CONDITION_WORLD_SCRIPT": "state, 0 = unused"
},
"VALUE3": {
"CONDITION_NONE": "(Nunca usado)",
Expand Down Expand Up @@ -857,4 +863,4 @@
"REQUIRED_AURA_VISION": "Desconhecido. Somente 16 Spells usam um valor diferente de 0. Talvez é usado para efeitos visuais."
}
}
}
}
8 changes: 5 additions & 3 deletions apps/keira/src/assets/i18n/ro.json
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,8 @@
"CONDITION_PET_TYPE": "mask",
"CONDITION_TAXI": "Always 0",
"CONDITION_QUESTSTATE": "quest_template.ID",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id",
"CONDITION_WORLD_SCRIPT": "WorldStateCondition (defined in WorldState.h)"
},
"VALUE2": {
"CONDITION_NONE": "(Never used)",
Expand All @@ -707,7 +708,8 @@
"CONDITION_HP_PCT": "ComparisionType: 0 = Percentage of max HP must be equal; 1 = Percentage of max HP must be higher; 2 = Percentage of max HP must be lower; 3 = Percentage of max HP must be equal or higher; 4 = Percentage of max HP must be equal or lower",
"CONDITION_STAND_STATE": "Exact stand state, or generic state (stand/sit), depending on value 10 = Standing; 1 = Sitting",
"CONDITION_QUESTSTATE": "state_mask",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo",
"CONDITION_WORLD_SCRIPT": "state, 0 = unused"
},
"VALUE3": {
"CONDITION_NONE": "(Never used)",
Expand Down Expand Up @@ -861,4 +863,4 @@
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
}
}
}
12 changes: 9 additions & 3 deletions apps/keira/src/assets/i18n/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@
"EXECUTE_AND_COPY": "Execute & copy",
"RELOAD": "Перезагрузить",
"CANCEL": "Отменить",
"SELECTORS": {
"ENABLED": "Enabled",
"DISABLED": "Disabled"
},
"CONNECTION_WINDOW": {
"HOST": "Хост",
"PORT": "Порт",
Expand Down Expand Up @@ -683,7 +687,8 @@
"CONDITION_PET_TYPE": "mask",
"CONDITION_TAXI": "Always 0",
"CONDITION_QUESTSTATE": "quest_template.ID",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id",
"CONDITION_WORLD_SCRIPT": "WorldStateCondition (defined in WorldState.h)"
},
"VALUE2": {
"CONDITION_NONE": "(Never used)",
Expand All @@ -703,7 +708,8 @@
"CONDITION_HP_PCT": "ComparisionType: 0 = Percentage of max HP must be equal; 1 = Percentage of max HP must be higher; 2 = Percentage of max HP must be lower; 3 = Percentage of max HP must be equal or higher; 4 = Percentage of max HP must be equal or lower",
"CONDITION_STAND_STATE": "Exact stand state, or generic state (stand/sit), depending on value 10 = Standing; 1 = Sitting",
"CONDITION_QUESTSTATE": "state_mask",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo",
"CONDITION_WORLD_SCRIPT": "state, 0 = unused"
},
"VALUE3": {
"CONDITION_NONE": "(Never used)",
Expand Down Expand Up @@ -857,4 +863,4 @@
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
}
}
}
8 changes: 5 additions & 3 deletions apps/keira/src/assets/i18n/sk.json
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,8 @@
"CONDITION_PET_TYPE": "mask",
"CONDITION_TAXI": "Always 0",
"CONDITION_QUESTSTATE": "quest_template.ID",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "quest_template.id",
"CONDITION_WORLD_SCRIPT": "WorldStateCondition (defined in WorldState.h)"
},
"VALUE2": {
"CONDITION_NONE": "(Never used)",
Expand All @@ -707,7 +708,8 @@
"CONDITION_HP_PCT": "ComparisionType: 0 = Percentage of max HP must be equal; 1 = Percentage of max HP must be higher; 2 = Percentage of max HP must be lower; 3 = Percentage of max HP must be equal or higher; 4 = Percentage of max HP must be equal or lower",
"CONDITION_STAND_STATE": "Exact stand state, or generic state (stand/sit), depending on value 10 = Standing; 1 = Sitting",
"CONDITION_QUESTSTATE": "state_mask",
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo"
"CONDITION_QUEST_OBJECTIVE_PROGRESS": "Quest Objective ID - see quest_template.RequiredNpcOrGo",
"CONDITION_WORLD_SCRIPT": "state, 0 = unused"
},
"VALUE3": {
"CONDITION_NONE": "(Never used)",
Expand Down Expand Up @@ -861,4 +863,4 @@
"REQUIRED_AURA_VISION": "Unknown. Only 16 Spells use another value as 0. Could be used for visual effects."
}
}
}
}
Loading