mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-04 22:22:28 +00:00
* Update CyberpunkRed.html added i18n to each label * Create en.json added en.json file for translation * Create it.json added it.json file for translation * it.json updated - fix key A key was wrong, thus there was an error in the current Italian version of the sheet. * Update CyberpunkRed.html Reorganized gear section with two columns: cyberware and gear, like the actual character sheet. * Update CyberpunkRed.css Added css rules for managing the two-columns format of the gear section, and expanded the width of the whole document * Update en.json added new key "cyberware" for the new two-column format of the gear section * Update en.json added missing comma * Update it.json added key "cyberware" for ita translation * Update CyberpunkRed.html fixed missing buttons issue * Update CyberpunkRed.html fixed a name value in the html * Update it.json improved ita translation * Update CyberpunkRed.html fixed button for gear
38 lines
988 B
JSON
38 lines
988 B
JSON
{
|
|
"character-sheet": "Scheda Personaggio",
|
|
"roll-initiative": "Iniziativa",
|
|
"character-name": "Nome Personaggio",
|
|
"character-role": "Classe",
|
|
"INT": "INT",
|
|
"REF": "RIF",
|
|
"DEX": "DES",
|
|
"TECH": "TEC",
|
|
"COOL": "CAR",
|
|
"WILL": "VOL",
|
|
"LUCK": "FOR",
|
|
"MOVE": "VEL",
|
|
"BODY": "FIS",
|
|
"EMP": "EMP",
|
|
"current-hp": "Ferite Correnti",
|
|
"starting-hp": "Ferite Iniziali",
|
|
"seriously-wounded": "Ferita Grave",
|
|
"death-saves": "Tiro della Morte",
|
|
"remaining-luck": "Fortuna Rimanente",
|
|
"skills": "Abilità",
|
|
"Armor": "Armatura",
|
|
"armor-head": "Testa",
|
|
"armor-body": "Corpo",
|
|
"weapons": "Armi",
|
|
"weapon-name": "Nome",
|
|
"weapon-damage": "Danno",
|
|
"background": "Background",
|
|
"motivation": "Motivazione",
|
|
"goals": "Obiettivi",
|
|
"friends": "Amici",
|
|
"enemies": "Nemici",
|
|
"romance": "Amore",
|
|
"personality": "Personalità",
|
|
"gear": "Equipaggiamento",
|
|
"cyberware": "Cyberware"
|
|
}
|