Skip to content

Commit

Permalink
Adds Better Roll Tables
Browse files Browse the repository at this point in the history
  • Loading branch information
xurxodiz committed Dec 11, 2020
1 parent f88fb6b commit 3d51496
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Galician translation of core FoundryVTT and other systems and modules.
## Module translations included

- **FoundryVTT Core**: 0.7.8
- **[Better Roll Tables](https://github.com/ultrakorne/better-rolltables)**: 1.6.4
- **[Entity Tiles](https://github.com/xurxodiz/foundryvtt-entity-tiles)**: 0.1.4
- **[FateX](https://github.com/anvil-vtt/FateX)**: 0.8.0
- **[Party Resources](https://github.com/davelens/fvtt-party-resources)**: 1.1.0
Expand Down
7 changes: 7 additions & 0 deletions i18n/brt/.i18n-editor-metadata
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
preserve_comments=0
minify_resources=0
resource_definition=brt
resource_structure=Nested
use_single_quotes=0
resource_type=JSON
flatten_json=1
22 changes: 22 additions & 0 deletions i18n/brt/en/brt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"BRT.TypeLabel": "Better Table Type",
"BRT.TypeDefault": "Default Table",
"BRT.BetterTable": "Better Table",
"BRT.TypeLoot": "Loot Table",
"BRT.StoryLoot": "Story Table",
"BRT.CurrencyLoot": "Currency Loot",
"BRT.Currency": "Currency:",
"BRT.CurrencyLootPlaceholder": "Add comma separated formulas e.g.: 1d4[gp], (1d4+1)*10[sp]",
"BRT.LootActorName": "Add Loot to Actor",
"BRT.LootActorNamePlaceholder": "If empty it will create a new loot actor every time",
"BRT.GenerateLoot.Button": "Generate Loot",
"BRT.Settings.LootSheet.Title": "Sheet to use for Generated Loot",
"BRT.Settings.LootSheet.Description": "You can set an alternate npc sheets to be used for the generated loot to have upon creation",
"BRT.Settings.SpellCompendium.Title": "Spell compendium to use for Random scrolls",
"BRT.Settings.SpellCompendium.Description": "You can specify a spell compendium and when a scroll is picked from a loot table (they need to have a specific name) a random spell is rolled from this compendium",
"BRT.LootRollAmount": "Amount of Rolls",
"BRT.LootRollAmountPlaceholder": "Roll the entire table multiple times",
"BRT.DrawResultPlural": "Draws {amount} results from {name}",
"BRT.DrawResultSingular": "Draw {amount} result from {name}",
"BRT.DrawResultZero": "Rolling on {name}"
}
22 changes: 22 additions & 0 deletions i18n/brt/gl/brt.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"BRT.BetterTable": "Táboa mellorada",
"BRT.Currency": "Moeda:",
"BRT.CurrencyLoot": "Botín de moedas",
"BRT.CurrencyLootPlaceholder": "Engade fórmulas separadas por comas, p.ex.: 1d4[po], (1d4+1)*10[pp]",
"BRT.DrawResultPlural": "Obtén {amount} resultados de {name}",
"BRT.DrawResultSingular": "Obtén {amount} resultado de {name}",
"BRT.DrawResultZero": "Rolando en {name}",
"BRT.GenerateLoot.Button": "Xerar botín",
"BRT.LootActorName": "Engadir botín ao actor",
"BRT.LootActorNamePlaceholder": "Se fica baleiro, creará un novo actor de botín de cada vez",
"BRT.LootRollAmount": "Número de roladas",
"BRT.LootRollAmountPlaceholder": "Rolar a táboa enteira varias veces",
"BRT.Settings.LootSheet.Description": "Podes configurar as fichas de PNX alternativas que debe usar o botín xerado cando se crea",
"BRT.Settings.LootSheet.Title": "Ficha a usar polo botín xerado",
"BRT.Settings.SpellCompendium.Description": "Podes fixar un compendio de conxuros, e así cando saia un pergamiño nunha táboa de botín (que deberá ter un nome concreto) se escollerá un conxuro aleatorio dese compendio",
"BRT.Settings.SpellCompendium.Title": "Compendio de conxuros para os pergamiños aleatorios",
"BRT.StoryLoot": "Táboa de historias",
"BRT.TypeDefault": "Táboa predeterminada",
"BRT.TypeLabel": "Tipo táboa mellorada",
"BRT.TypeLoot": "Táboa de botín"
}
2 changes: 1 addition & 1 deletion i18n/foundry/gl/foundry.json
Original file line number Diff line number Diff line change
Expand Up @@ -744,7 +744,7 @@
"SETUP.PackageHasDependencies": "O paquete que instalaches ten {number} dependencias que ainda non están instaladas.",
"SETUP.PackageInstallDependencies": "Pode que non poidas usar este paquete mentres estas dependencias non estean presentes. Queres instalalas automáticamente?",
"SETUP.PackageInstalled": "Instalado",
"SETUP.PackageNotOwned": "Non comprado",
"SETUP.PackageNotOwned": "Por mercar",
"SETUP.PackageUpdateBlocked": "Hai unha actualización dispoñible para {name}, pero non se pode instalar porque require a versión de plataforma {vreq} e estás a usar a versión {vcur} actualmente.",
"SETUP.PackageVisAll": "Todos os paquetes",
"SETUP.PackageVisInst": "Só instalados",
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "foundryvtt-gl",
"title": "FoundryVTT en Galego",
"description": "Galician translation of core FoundryVTT and other systems and modules.",
"version": "0.7.8.2",
"version": "0.7.8.3",
"minimumCoreVersion": "0.7.6",
"compatibleCoreVersion": "0.7.8",
"author": "Xurxo Diz Pico (xurxodiz#5885)",
Expand Down

0 comments on commit 3d51496

Please sign in to comment.