Merge branch 'dev' into dev_skillslist

# Conflicts:
#	CHANGELOG.md
#	system/lang/en-en.json
#	system/lang/fr-fr.json
#	system/scripts/actor.js
#	system/scripts/actors/base-character-sheet.js
#	system/scripts/combat.js
#	system/scripts/config.js
#	system/scripts/dice/dice-picker-dialog.js
#	system/scripts/dice/roll-n-keep-dialog.js
#	system/scripts/gm/gm-monitor.js
#	system/scripts/gm/gm-toolbox.js
#	system/scripts/hooks.js
#	system/scripts/items/technique-sheet.js
#	system/scripts/main-l5r5e.js
#	system/scripts/migration.js
#	system/scripts/preloadTemplates.js
#	system/scripts/settings.js
#	system/scripts/socket-handler.js
#	system/styles/l5r5e.css
#	system/system.json
#	system/templates/actors/character-sheet.html
This commit is contained in:
Vlyan
2023-12-14 10:08:41 +01:00
54 changed files with 9442 additions and 393 deletions

View File

@@ -17,30 +17,37 @@
"CustomTechniques": {
"Title": "Usa tecniche custom",
"Hint": "Aggiunge il tipo 'Speciale' come termine generale."
},
"CustomCompendiumName": {
"Title": "Custom Compendium Name",
"Hint": "For advanced users that want to change the name of the custom compendiums (Used to disables the embedded ones).",
"Notification": "Unable set Custom Compendium: '{name}'. Is it activated and registered with Babele?"
}
},
"ACTOR": {
"TypeCharacter": "Personaggio Giocante",
"TypeNpc": "Personaggio Non Giocante",
"TypeArmy": "Esercito"
},
"ITEM": {
"TypeItem": "Oggetto",
"TypeArmor": "Armatura",
"TypeWeapon": "Arma",
"TypeTechnique": "Tecnica",
"TypeProperty": "Proprietà",
"TypePeculiarity": "Peculiarità",
"TypeAdvancement": "Avanzamento",
"TypeTitle": "Titolo",
"TypeBond": "Legame",
"TypeSignature_scroll": "Signature Scroll",
"TypeItem_pattern": "Item Pattern",
"TypeArmy_fortification": "Fortezza",
"TypeArmy_cohort": "Coorte"
},
"JOURNAL": {
"TypeJournal": "Diario"
"TYPES": {
"Actor": {
"character": "Personaggio Giocante",
"npc": "Personaggio Non Giocante",
"army": "Esercito"
},
"Item": {
"item": "Oggetto",
"armor": "Armatura",
"weapon": "Arma",
"technique": "Tecnica",
"property": "Proprietà",
"peculiarity": "Peculiarità",
"advancement": "Avanzamento",
"title": "Titolo",
"bond": "Legame",
"signature_scroll": "Signature Scroll",
"item_pattern": "Item Pattern",
"army_fortification": "Fortezza",
"army_cohort": "Coorte"
},
"Journal": {
"journal": "Diario"
}
},
"l5r5e": {
"global": {
@@ -173,6 +180,7 @@
"monitor": {
"title": "Schermo del GM",
"switch_view": "Cambia vista",
"add_selected_tokens": "Add selected tokens",
"honor_glory_status": "O/G/S",
"focus_vigilance": "Foc./Vig.",
"mouse_control": "Click destro +1, sinistro: -1, centrale: resetta a 0"
@@ -473,7 +481,7 @@
"honor": "Onore",
"access": "Tecniche Disponibili",
"school_ability": "Abilità di Scuola",
"starting_techniques": "Tecniche di Partenza (2-5)",
"starting_techniques": "Tecniche di Partenza (2-6)",
"outfit": "Dotazione di Partenza",
"q4": "4. Come si distingue il personaggio allinterno della sua scuola? (p. 88)",
"q4_pow": "4. Che cosa mette nei guai il personaggio, e che cosa lo tira fuori dai guai? (p. 60)"