Skip to content

Commit

Permalink
Adds Safety Tools
Browse files Browse the repository at this point in the history
  • Loading branch information
xurxodiz committed Jul 2, 2021
1 parent bc8c7c1 commit a7bc7a8
Show file tree
Hide file tree
Showing 7 changed files with 111 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ system (as well as for its compendiums and decks) can currently be found include
- **[Pings](https://gitlab.com/foundry-azzurite/pings)**: 1.2.12
- **[Popcorn](https://github.com/Sk1mble/Popcorn)**: 1.2.2
- **[Ready Set Go!](https://github.com/crash1115/ready-check)**: 1.2.2
- **[Safety Tools](https://github.com/SpectralCiphers/safety-tools)**: 0.2.2
- **[Theatre](https://github.com/League-of-Foundry-Developers/fvtt-module-theatre)**: 1.16.2
- **[X-Card](https://github.com/Sk1mble/XCard)**: 0.0.7

Expand Down
34 changes: 33 additions & 1 deletion dist/combined.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"CF.folderDialogDescriptionL1": "Calquera compendio marcado será incluído neste cartafol.",
"CF.folderDialogDescriptionL2": "Un compendio só pode pertencer a un cartafol.",
"CF.folderDialogDescriptionL3": "Marcar compendios xa asignados a outros cartafoles moveraos aquí.",
"CF.folderIcon": "Icono do cartafol",
"CF.folderIcon": "Icona do cartafol",
"CF.folderImportFailure": "Fallou a importación de datos de cartafol",
"CF.folderImportMaxDepth": "A cadea importada contén cartafoles que exceden o límite máximo de cartafoles",
"CF.folderImportSuccess": "Os datos de cartafoles importaronse con éxito",
Expand Down Expand Up @@ -1954,6 +1954,38 @@
"Result": "Resultado",
"Roll Formula": "Fórmula de rolada",
"Rotation": "Rotación",
"SAFETY_TOOLS.Cards.FastForward.Description": "Pasemos isto axiña.",
"SAFETY_TOOLS.Cards.FastForward.Name": "Pasar axiña",
"SAFETY_TOOLS.Cards.N.Description": "Non mostremos isto.",
"SAFETY_TOOLS.Cards.N.Name": "Cartón N",
"SAFETY_TOOLS.Cards.O.Description": "Continuemos!",
"SAFETY_TOOLS.Cards.O.Name": "Cartón O",
"SAFETY_TOOLS.Cards.Pause.Description": "Pausemos a partida un momentiño.",
"SAFETY_TOOLS.Cards.Pause.Name": "Pausa",
"SAFETY_TOOLS.Cards.Resume.Description": "Sigamos xogando.",
"SAFETY_TOOLS.Cards.Resume.Name": "Seguir",
"SAFETY_TOOLS.Cards.Rewind.Description": "Rebobinemos para facelo de novo.",
"SAFETY_TOOLS.Cards.Rewind.Name": "Rebobinar",
"SAFETY_TOOLS.Cards.X.Description": "Deteñamos o xogo decontado.",
"SAFETY_TOOLS.Cards.X.Name": "Cartón X",
"SAFETY_TOOLS.Control.Title": "Ferramentas de seguridade",
"SAFETY_TOOLS.Settings.FastForwardCardType.Hint": "Este cartón indica que a partida debería avanzar rápido por mor dun contido o ritmo inaxeitados.",
"SAFETY_TOOLS.Settings.FastForwardCardType.Name": "Cartón de pasar axiña",
"SAFETY_TOOLS.Settings.NCardType.Hint": "Este cartón indica que o contido está indo nunha dirección non desexada e dá a oportunidade de mudalo ou non mostralo.",
"SAFETY_TOOLS.Settings.NCardType.Name": "Cartón N",
"SAFETY_TOOLS.Settings.OCardType.Hint": "Este cartón indica que a persoa está conforme co contido.",
"SAFETY_TOOLS.Settings.OCardType.Name": "Cartón O",
"SAFETY_TOOLS.Settings.PauseCardType.Hint": "Este cartón indica que a partida debería pausarse.",
"SAFETY_TOOLS.Settings.PauseCardType.Name": "Cartón de pausa",
"SAFETY_TOOLS.Settings.ResumeCardType.Hint": "Este cartón indica que a partida debería seguir tras ser pausado.",
"SAFETY_TOOLS.Settings.ResumeCardType.Name": "Cartón de continuar",
"SAFETY_TOOLS.Settings.RewindCardType.Hint": "Este cartón indica que a partida debería rebobinar ata antes dun evento e continuar desde aquela altura.",
"SAFETY_TOOLS.Settings.RewindCardType.Name": "Cartón de rebobinar",
"SAFETY_TOOLS.Settings.XCardType.Hint": "Este cartón para inmediatamente a partida por mor dun contido.",
"SAFETY_TOOLS.Settings.XCardType.Name": "Cartón X",
"SAFETY_TOOLS.SettingsValue.Disabled": "Desactivado",
"SAFETY_TOOLS.SettingsValue.ShowAsIcon": "Mostrar como icona",
"SAFETY_TOOLS.SettingsValue.ShowAsText": "Mostrar como texto",
"SCENES.Accessibility": "Accesible por",
"SCENES.AccessibilityAll": "Todo o mundo",
"SCENES.AccessibilityGM": "Só a DX",
Expand Down
2 changes: 1 addition & 1 deletion i18n/compendium-folders/gl/compendium-folders.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"CF.folderDialogDescriptionL1": "Calquera compendio marcado será incluído neste cartafol.",
"CF.folderDialogDescriptionL2": "Un compendio só pode pertencer a un cartafol.",
"CF.folderDialogDescriptionL3": "Marcar compendios xa asignados a outros cartafoles moveraos aquí.",
"CF.folderIcon": "Icono do cartafol",
"CF.folderIcon": "Icona do cartafol",
"CF.folderImportFailure": "Fallou a importación de datos de cartafol",
"CF.folderImportMaxDepth": "A cadea importada contén cartafoles que exceden o límite máximo de cartafoles",
"CF.folderImportSuccess": "Os datos de cartafoles importaronse con éxito",
Expand Down
7 changes: 7 additions & 0 deletions i18n/safety-tools/.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=safety-tools
resource_structure=Nested
use_single_quotes=0
resource_type=JSON
flatten_json=1
34 changes: 34 additions & 0 deletions i18n/safety-tools/en/safety-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"SAFETY_TOOLS.Cards.FastForward.Description": "Let’s fast forward through this.",
"SAFETY_TOOLS.Cards.FastForward.Name": "Fast Forward",
"SAFETY_TOOLS.Cards.N.Description": "Please fade to black.",
"SAFETY_TOOLS.Cards.N.Name": "The N Card",
"SAFETY_TOOLS.Cards.O.Description": "Keep going!",
"SAFETY_TOOLS.Cards.O.Name": "The O Card",
"SAFETY_TOOLS.Cards.Pause.Description": "Pause play temporarily.",
"SAFETY_TOOLS.Cards.Pause.Name": "Pause",
"SAFETY_TOOLS.Cards.Resume.Description": "Please resume play.",
"SAFETY_TOOLS.Cards.Resume.Name": "Resume",
"SAFETY_TOOLS.Cards.Rewind.Description": "Let’s go back and redo this.",
"SAFETY_TOOLS.Cards.Rewind.Name": "Rewind",
"SAFETY_TOOLS.Cards.X.Description": "Stop play immediately.",
"SAFETY_TOOLS.Cards.X.Name": "The X Card",
"SAFETY_TOOLS.Control.Title": "Safety Tools",
"SAFETY_TOOLS.Settings.FastForwardCardType.Hint": "This card indicates that play should skip ahead due to pacing or content.",
"SAFETY_TOOLS.Settings.FastForwardCardType.Name": "Fast Forward Card",
"SAFETY_TOOLS.Settings.NCardType.Hint": "This card indicates that content is heading towards an ‘X’ and provides the opportunity to change the content or ‘fade to black’.",
"SAFETY_TOOLS.Settings.NCardType.Name": "N Card",
"SAFETY_TOOLS.Settings.OCardType.Hint": "This card indicates that a player is okay with the content.",
"SAFETY_TOOLS.Settings.OCardType.Name": "O Card",
"SAFETY_TOOLS.Settings.PauseCardType.Hint": "This card indicates that play should pause.",
"SAFETY_TOOLS.Settings.PauseCardType.Name": "Pause Card",
"SAFETY_TOOLS.Settings.ResumeCardType.Hint": "This card indicates that play should resume after it has been paused.",
"SAFETY_TOOLS.Settings.ResumeCardType.Name": "Resume Card",
"SAFETY_TOOLS.Settings.RewindCardType.Hint": "This card indicates that play should rewind before an event and resume.",
"SAFETY_TOOLS.Settings.RewindCardType.Name": "Rewind Card",
"SAFETY_TOOLS.Settings.XCardType.Hint": "This card immediately stops play due to content.",
"SAFETY_TOOLS.Settings.XCardType.Name": "X Card",
"SAFETY_TOOLS.SettingsValue.Disabled": "Disabled",
"SAFETY_TOOLS.SettingsValue.ShowAsIcon": "Show as icon",
"SAFETY_TOOLS.SettingsValue.ShowAsText": "Show as text"
}
34 changes: 34 additions & 0 deletions i18n/safety-tools/gl/safety-tools.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"SAFETY_TOOLS.Cards.FastForward.Description": "Pasemos isto axiña.",
"SAFETY_TOOLS.Cards.FastForward.Name": "Pasar axiña",
"SAFETY_TOOLS.Cards.N.Description": "Non mostremos isto.",
"SAFETY_TOOLS.Cards.N.Name": "Cartón N",
"SAFETY_TOOLS.Cards.O.Description": "Continuemos!",
"SAFETY_TOOLS.Cards.O.Name": "Cartón O",
"SAFETY_TOOLS.Cards.Pause.Description": "Pausemos a partida un momentiño.",
"SAFETY_TOOLS.Cards.Pause.Name": "Pausa",
"SAFETY_TOOLS.Cards.Resume.Description": "Sigamos xogando.",
"SAFETY_TOOLS.Cards.Resume.Name": "Seguir",
"SAFETY_TOOLS.Cards.Rewind.Description": "Rebobinemos para facelo de novo.",
"SAFETY_TOOLS.Cards.Rewind.Name": "Rebobinar",
"SAFETY_TOOLS.Cards.X.Description": "Deteñamos o xogo decontado.",
"SAFETY_TOOLS.Cards.X.Name": "Cartón X",
"SAFETY_TOOLS.Control.Title": "Ferramentas de seguridade",
"SAFETY_TOOLS.Settings.FastForwardCardType.Hint": "Este cartón indica que a partida debería avanzar rápido por mor dun contido o ritmo inaxeitados.",
"SAFETY_TOOLS.Settings.FastForwardCardType.Name": "Cartón de pasar axiña",
"SAFETY_TOOLS.Settings.NCardType.Hint": "Este cartón indica que o contido está indo nunha dirección non desexada e dá a oportunidade de mudalo ou non mostralo.",
"SAFETY_TOOLS.Settings.NCardType.Name": "Cartón N",
"SAFETY_TOOLS.Settings.OCardType.Hint": "Este cartón indica que a persoa está conforme co contido.",
"SAFETY_TOOLS.Settings.OCardType.Name": "Cartón O",
"SAFETY_TOOLS.Settings.PauseCardType.Hint": "Este cartón indica que a partida debería pausarse.",
"SAFETY_TOOLS.Settings.PauseCardType.Name": "Cartón de pausa",
"SAFETY_TOOLS.Settings.ResumeCardType.Hint": "Este cartón indica que a partida debería seguir tras ser pausado.",
"SAFETY_TOOLS.Settings.ResumeCardType.Name": "Cartón de continuar",
"SAFETY_TOOLS.Settings.RewindCardType.Hint": "Este cartón indica que a partida debería rebobinar ata antes dun evento e continuar desde aquela altura.",
"SAFETY_TOOLS.Settings.RewindCardType.Name": "Cartón de rebobinar",
"SAFETY_TOOLS.Settings.XCardType.Hint": "Este cartón para inmediatamente a partida por mor dun contido.",
"SAFETY_TOOLS.Settings.XCardType.Name": "Cartón X",
"SAFETY_TOOLS.SettingsValue.Disabled": "Desactivado",
"SAFETY_TOOLS.SettingsValue.ShowAsIcon": "Mostrar como icona",
"SAFETY_TOOLS.SettingsValue.ShowAsText": "Mostrar como texto"
}
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.8.7.1",
"version": "0.8.7.2",
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "0.8.7",
"author": "Xurxo Diz Pico (xurxodiz#5885)",
Expand Down

0 comments on commit a7bc7a8

Please sign in to comment.