Skip to content
Merged
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ This system is supported by [Tria Editora](https://triaeditora.com.br/), the pub

![Tria Editora](README/triaeditora.png)

# Language Support

- English: Thank you to @sirkerry

# Licenses
- **Logo and Content**: The Punkapocalypitc logo and content is Copyright © and Trademarked by Schwalb Entertainment, LLC. The parts of this project protected under this copyright may not be distributed commercially or freely. This includes art, logo, and copyright text sourced from the Punkapocalyptic tabletop RPG.
- **Source Code**: All source code (javascript, hbs, scss, as well as system templates and the like), are licenced under the GNU General Public License v3.0.
Expand Down
12 changes: 12 additions & 0 deletions lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"Temporary": "Temporary Effects",
"Toggle": "Toggle effect"
},
"Fortune": {
"Message": "The Party's Fortune",
"RollFortune": "Make a fortune roll for the session",
"ShowPlayers": "Show Fortune to Players"
},
"Item": {
"specialActivity": {"long": "Special Activity", "abbr": "SA" },
"Spell": {
Expand Down Expand Up @@ -99,25 +104,32 @@
"Water": { "long": "Water", "abbr": "water" }
},
"SheetLabels": {
"Ability": "Ability",
"Abilities": "Abilities",
"Actor": "Punkapocalyptic Actor Sheet",
"Acessories": "Accessories",
"Attributes": "Attributes",
"Background": "Background",
"Benefits": "Benefits",
"Damage": "Damage",
"Defense": "Defense",
"Description": "Description",
"Effects": "Effects",
"Equipped": "Equipped",
"HealthCurrent": "Current Health",
"HealthMax": "Max Health",
"Inventory": "Inventory",
"Item": "Punkapocalyptic Item Sheet",
"MPG": "MPG",
"Main": "Main",
"Mission": "Mission",
"MissionUpgrade": "Upgrade Mission",
"Mojo": "Mojo",
"MojoCurrent": "Current Mojo",
"MojoMax": "Max Mojo",
"Mutations": "Mutations",
"Name": "Name",
"Notes": "Notes and other shit",
"Paths": "Paths",
"Preferidos": "Favorites",
"Price": "Price",
Expand Down
12 changes: 12 additions & 0 deletions lang/pt-BR.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"Temporary": "Efeitos temporários",
"Toggle": "Alternar efeito"
},
"Fortune": {
"Message": "Essa é sua sorte do seu grupo",
"RollFortune": "Rolar a Sorte para essa sessão",
"ShowPlayers": "Mostrar ao Jogadores"
},
"Item": {
"specialActivity": {"long": "Atividade Especial", "abbr": "AE" },
"Spell": {
Expand Down Expand Up @@ -99,25 +104,32 @@
"Water": { "long": "Água", "abbr": "agua" }
},
"SheetLabels": {
"Ability": "Habilidade",
"Abilities": "Habilidades",
"Actor": "Punkapocalyptic Actor Sheet",
"Acessories": "Acessórios",
"Attributes": "Atributos",
"Background": "Histórico",
"Benefits": "Benefícios",
"Damage": "Dano",
"Defense": "Defesa",
"Description": "Descrição",
"Effects": "Efeitos",
"Equipped": "Equipado",
"HealthCurrent": "Vida Atual",
"HealthMax": "Vida Máxima",
"Inventory": "Coisas",
"Item": "Punkapocalyptic Item Sheet",
"MPG": "Km/L",
"Main": "Principal",
"Mission": "Missão",
"MissionUpgrade": "Próxima Missão",
"Mojo": "Mojo",
"MojoCurrent": "Mojo Atual",
"MojoMax": "Mojo Total",
"Mutations": "Mutações",
"Name": "Nome",
"Notes": "Anotacões e outras Merdas",
"Paths": "Caminhos",
"Preferidos": "Preferidos",
"Price": "Preço",
Expand Down
12 changes: 6 additions & 6 deletions templates/actor/actor-character-sheet.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
{{/each}}
<div class="resource flex-group-center">
<div class="resource-content flexrow flex-center flex-between">
<div class="resource-balas" data-tooltip="Defesa" style="background-image: url(/systems/punkapocalyptic/assets/icons/icon-defense.png); background-size: contain;
<div class="resource-balas" data-tooltip="{{localize "PUNKAPOCALYPTIC.SheetLabels.Defense"}}" style="background-image: url(/systems/punkapocalyptic/assets/icons/icon-defense.png); background-size: contain;
background-position: center;
background-repeat: no-repeat; ">
<input class="bold-text" type="text" name="system.defense.current" value="{{system.defense.current}}" data-dtype="Number"
Expand Down Expand Up @@ -138,7 +138,7 @@
background-position: center;
background-repeat: no-repeat; ">
<input class="bold-text" type="text" name="system.mojo.current" value="{{system.mojo.current}}" data-dtype="Number"
style="z-index:9999;" data-tooltip="Mojo Atual" />
style="z-index:9999;" data-tooltip="{{localize "PUNKAPOCALYPITIC.SheetLabels.MojoCurrent"}}" />
<input type="text" name="system.mojo.max" value="{{system.mojo.max}}" data-dtype="Number" style="z-index:9999; position: absolute;
margin-top: 55px;
border: 2px solid #000;
Expand All @@ -147,7 +147,7 @@
margin-left: +25%;
background-color: #dcd9ce;
font-size: medium;
height: 30px;" data-tooltip="Mojo Total" />
height: 30px;" data-tooltip="{{localize "PUNKAPOCALYPTIC.SheetLabels.MojoMax"}}" />

</div>

Expand All @@ -161,7 +161,7 @@
background-repeat: no-repeat; ">

<input class="bold-text" type="text" name="system.missions" value="{{system.missions}}" data-dtype="Number" data-tooltip="Missões" />
<i class="fa-solid fa-turn-up pc-progress boxhover" data-tooltip="Adicionar missão" style="z-index:9999; position: absolute;
<i class="fa-solid fa-turn-up pc-progress boxhover" data-tooltip="{{localize "PUNKAPOCALYPTIC.SheetLabels.MissionProgress"}}" style="z-index:9999; position: absolute;
margin-top: 55px;
border: 2px solid #000;
border-radius: 50%;
Expand Down Expand Up @@ -194,7 +194,7 @@
<div class="grid-span-3 flexrow flex-group-center">
<input style="color: white;; font-weight: bold; text-size: small" type="text" class="vida"
name="system.health.value" value="{{system.health.value}}"
data-tooltip="Vida base {{system.health.max}}">
data-tooltip="{{localize "PUNKAPOCALYPTIC.SheetLabels.HealthCurrent"}}">
<p style="font-size: 25px;">/</p>
<p style="font-size: 25px;"> {{system.health.max}}</p>
</div>
Expand Down Expand Up @@ -322,7 +322,7 @@
<div class="tab features grid-span-2" data-group="primary" data-tab="background">
{{> "systems/punkapocalyptic/templates/actor/parts/actor-background.hbs"}}
<div>
<h2>Anotacões e outras Merdas</h2>
<h2>{{localize "PUNKAPOCALYPTIC.SheetLabels.Notes"}}</h2>
{{editor enrichedBiography target="system.biography" engine="prosemirror" button=true editable=editable
class="bold-text" }}
</div>
Expand Down
8 changes: 4 additions & 4 deletions templates/actor/parts/actor-inventory.hbs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<ol class='items-list'>
<li class='item flexrow items-header'>
<div class='item-name'>{{localize 'Name'}}</div>
<div class='item-equipped'>{{localize 'Equipado'}}</div>
<div class='item-ability'>{{localize 'Abilidade'}}</div>
<div class='item-dano'>{{localize 'Dano'}}</div>
<div class='item-name'>{{localize 'PUNKAPOCALYPTIC.SheetLabels.Name'}}</div>
<div class='item-equipped'>{{localize 'PUNKAPOCALYPTIC.SheetLabels.Equipped'}}</div>
<div class='item-ability'>{{localize 'PUNKAPOCALYPTIC.SheetLabels.Ability'}}</div>
<div class='item-dano'>{{localize 'PUNKAPOCALYPTIC.SheetLabels.Damage'}}</div>
<div class='item-controls'>
<a class='item-control item-create' title='{{localize "PUNKAPOCALYPTIC.CreateNewItemFem" type=(localize 'TYPES.Item.item')}}' data-type='item'>
<i class='fas fa-plus'></i>
Expand Down
6 changes: 3 additions & 3 deletions templates/sidebar/luck-tracker.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

{{!-- Active Effects --}}

<div class="effect-wrapper" data-tool="Essa é sua sorte">
<div class="effect-wrapper" data-tool="{{localize "PUNKAPOCALYPTIC.Fortune.Message"}}">
<div class="effect">
<input class="group-luck-input" type="text" value="{{luck.value}}" style="height: 53px;
border: 0px;
font-size: x-large;" {{#unless isGM}} readonly {{/unless}} />
</div>
{{#if isGM}}
<div class="menu disabled">
<a class="toggle-item fas fa-xs fa-toggle-off" data-item-id="BvLnvA1qCQeF2NKB" data-actor-id="Piy5lYkoifPay2db" data-token-id="TwG7oxojkVeTW17l" title="Mostrar ao Jogadores"></a>
<a class="roll-groupLuck fas fa-xs fa-dice" data-effect-id="IE9L3PWryvMuI3IG" data-actor-id="Piy5lYkoifPay2db" data-token-id="TwG7oxojkVeTW17l" title="Rolar a Sorte para essa sessão"></a>
<a class="toggle-item fas fa-xs fa-toggle-off" data-item-id="BvLnvA1qCQeF2NKB" data-actor-id="Piy5lYkoifPay2db" data-token-id="TwG7oxojkVeTW17l" title="{{localize "PUNKAPOCALYPTIC.Fortune.ShowPlayers"}}"></a>
<a class="roll-groupLuck fas fa-xs fa-dice" data-effect-id="IE9L3PWryvMuI3IG" data-actor-id="Piy5lYkoifPay2db" data-token-id="TwG7oxojkVeTW17l" title="{{localize "PUNKAPOCALYPTIC.Fortune.RollFortune"}}"></a>
</div>
{{/if}}
</div>
Expand Down