Skip to content

Commit

Permalink
Update core, fatex, simple after v10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
xurxodiz committed Sep 8, 2022
1 parent 8c49141 commit 78c2bed
Show file tree
Hide file tree
Showing 10 changed files with 2,214 additions and 449 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: FoundryVTT-gl CI
on:
push:
tags:
- '0.*'
- 'v*'

jobs:
build:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Galician translation of core FoundryVTT and other systems and modules.

### Core

- **FoundryVTT Core**: 0.8.7
- **FoundryVTT Core**: 10.284

### Systems

- **[DnD 5e](https://gitlab.com/foundrynet/dnd5e)**: 1.3.3
- **[FateX](https://github.com/anvil-vtt/FateX)**: 0.11.3
- **[Simple Worldbuilding System](https://gitlab.com/foundrynet/worldbuilding)**: 0.40
- **[DnD 5e](https://github.com/foundryvtt/dnd5e)**: 1.3.3
- **[FateX](https://github.com/anvil-vtt/FateX)**: 1.0.1
- **[Simple Worldbuilding System](https://gitlab.com/foundrynet/worldbuilding)**: 0.7.1

**Tip**: a Galician translation for the [Savage Worlds](https://gitlab.com/peginc/savage-worlds-adventure-edition)
system (as well as for its compendiums and decks) can currently be found included in the
Expand Down
830 changes: 708 additions & 122 deletions dist/combined.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions i18n/fatex/en/fatex.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"FAx.Dialog.ActorClearText": "Do you really want to <strong>permanently</strong> delete all this actors components <strong>and their content</strong> of the chosen type?",
"FAx.Dialog.Cancel": "Cancel",
"FAx.Dialog.Confirm": "Confirm",
"FAx.Dialog.EntityDelete": "Delete",
"FAx.Dialog.EntityDeleteText": "Do you really want to <strong>permanently</strong> delete this entity?",
"FAx.Dialog.DocumentDelete": "Delete",
"FAx.Dialog.DocumentDeleteText": "Do you really want to <strong>permanently</strong> delete this entity?",
"FAx.Dialog.ReferenceRemove": "Remove reference",
"FAx.Dialog.ReferenceRemoveText": "Do you really want to <strong>permanently</strong> remove this reference?",
"FAx.Global.Actions.Choose": "Choose template",
Expand Down Expand Up @@ -136,6 +136,7 @@
"FAx.Sheet.Tabs.Skills": "Skills",
"FAx.Sheet.Tabs.SkillsStunts": "Skills & Stunts",
"FAx.Sheet.Tabs.Stunts": "Stunts",
"FAx.Sheets.Reference": "Reference Sheet",
"FAx.Template.Picker.Configuration": "Configuration",
"FAx.Template.Picker.CreateEmpty": "Empty actor",
"FAx.Template.Picker.Empty": "Empty actor",
Expand Down
5 changes: 3 additions & 2 deletions i18n/fatex/gl/fatex.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"FAx.Dialog.ActorClearText": "Tes a certeza de querer eliminar <strong>permanentemente</strong> deste actor todos os seus compoñentes deste tipo canda <strong>cadanseus contidos</strong>?",
"FAx.Dialog.Cancel": "Cancelar",
"FAx.Dialog.Confirm": "Confirmar",
"FAx.Dialog.EntityDelete": "Eliminar",
"FAx.Dialog.EntityDeleteText": "Tes a certeza de querer eliminar <strong>permanentemente</strong> esta entidade?",
"FAx.Dialog.DocumentDelete": "Borrar",
"FAx.Dialog.DocumentDeleteText": "Tes a certeza de querer borrar <strong>permanentemente</strong> este documento?",
"FAx.Dialog.ReferenceRemove": "Quitar referencia",
"FAx.Dialog.ReferenceRemoveText": "Tes a certeza de querer eliminar <strong>permanentemente</strong> esta referencia?",
"FAx.Global.Actions.Choose": "Escoller modelo",
Expand Down Expand Up @@ -136,6 +136,7 @@
"FAx.Sheet.Tabs.Skills": "Habilidades",
"FAx.Sheet.Tabs.SkillsStunts": "Habilidades e talentos",
"FAx.Sheet.Tabs.Stunts": "Talentos",
"FAx.Sheets.Reference": "Ficha de referencia",
"FAx.Template.Picker.Configuration": "Configuración",
"FAx.Template.Picker.CreateEmpty": "Actor en branco",
"FAx.Template.Picker.Empty": "Actor en branco",
Expand Down
960 changes: 770 additions & 190 deletions i18n/foundry/en/foundry.json

Large diffs are not rendered by default.

820 changes: 700 additions & 120 deletions i18n/foundry/gl/foundry.json

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions i18n/simple/en/simple.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,21 @@
"SIMPLE.DefineTemplate": "Define as Template",
"SIMPLE.DeleteGroup": "Delete group?",
"SIMPLE.DeleteGroupContent": "Do you wish to delete this group? This will delete the following group and all attributes included in it: ",
"SIMPLE.ItemCreate": "Create Item",
"SIMPLE.ItemDelete": "Delete Item",
"SIMPLE.ItemEdit": "Edit Item",
"SIMPLE.ItemNew": "New Item",
"SIMPLE.New": "New",
"SIMPLE.NoTemplate": "No Template",
"SIMPLE.NotifyAttrDuplicate": "Attribute key already exists as a group.",
"SIMPLE.NotifyGroupAlphanumeric": "Attribute group names may not contain spaces or periods.",
"SIMPLE.NotifyGroupAttrDuplicate": "Attribute group already exists as an attribute.",
"SIMPLE.NotifyGroupDuplicate": "Attribute group already exists.",
"SIMPLE.NotifyInitFormulaInvalid": "Initiative formula was invalid:",
"SIMPLE.NotifyInitFormulaUpdated": "Initiative formula was updated to:",
"SIMPLE.NotifyGroupReserved": "Attribute group \"{key}\" is reserved and cannot be used.",
"SIMPLE.NotifyInitFormulaInvalid": "Initiative formula was invalid",
"SIMPLE.NotifyInitFormulaUpdated": "Initiative formula was updated to",
"SIMPLE.ResourceMax": "Max",
"SIMPLE.ResourceMin": "Min",
"SIMPLE.ResourceValue": "Value",
"SIMPLE.UnsetTemplate": "Unset Template"
}
}
7 changes: 6 additions & 1 deletion i18n/simple/gl/simple.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,21 @@
"SIMPLE.DefineTemplate": "Definir como modelo",
"SIMPLE.DeleteGroup": "Borrar grupo?",
"SIMPLE.DeleteGroupContent": "Tes a certeza? Borrarase este grupo, canda todos os atributos que inclúe:",
"SIMPLE.ItemCreate": "Crear obxecto",
"SIMPLE.ItemDelete": "Borrar obxecto",
"SIMPLE.ItemEdit": "Editar obxecto",
"SIMPLE.ItemNew": "Novo obxecto",
"SIMPLE.New": "Novo",
"SIMPLE.NoTemplate": "Sen modelo",
"SIMPLE.NotifyAttrDuplicate": "A chave de atributo xa existe como grupo.",
"SIMPLE.NotifyGroupAlphanumeric": "Os nomes dos grupos de atributos non poden conter espazos nin puntos.",
"SIMPLE.NotifyGroupAttrDuplicate": "O grupo de atributos xa existe como atributo.",
"SIMPLE.NotifyGroupDuplicate": "O grupo de atributos xa existe.",
"SIMPLE.NotifyGroupReserved": "O grupo de atributos \"{key}\" está reservado e non se pode usar.",
"SIMPLE.NotifyInitFormulaInvalid": "A fórmula de iniciativa é inválida:",
"SIMPLE.NotifyInitFormulaUpdated": "A fórmula de iniciativa mudou para:",
"SIMPLE.ResourceMax": "Máximo",
"SIMPLE.ResourceMin": "Mínimo",
"SIMPLE.ResourceValue": "Valor",
"SIMPLE.UnsetTemplate": "Modelo sen definir"
}
}
15 changes: 11 additions & 4 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,17 @@
"name": "foundryvtt-gl",
"title": "FoundryVTT en Galego",
"description": "Galician translation of core FoundryVTT and other systems and modules.",
"version": "0.8.7.2",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.7",
"author": "Xurxo Diz Pico (xurxodiz#5885)",
"authors": [
{
"name": "Xurxo Diz Pico",
"discord": "xurxodiz#5885"
}
],
"version": "10.284.1",
"compatibility": {
"minimum": "10",
"verified": "10"
},
"scripts": [],
"styles": [],
"packs": [],
Expand Down

0 comments on commit 78c2bed

Please sign in to comment.