Merge branch 'main' into 157-feature-simplify-and-refactor-item-sheets

This commit is contained in:
joaquinpereyra98 2025-06-25 18:58:15 -03:00 committed by GitHub
commit 7d6cb84db5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 246 additions and 70 deletions

View file

@ -1085,8 +1085,9 @@
"faith": "Faith",
"ShortRest": "Take a Short Rest",
"LongRest": "Take a Long Rest",
"CharacterSetup": "Character setup isn't done yet",
"Level": "Level",
"LevelUp": "Level Up!",
"LevelUp": "You can level up",
"Tabs": {
"Features": "Features",
"Inventory": "Inventory",
@ -1184,7 +1185,9 @@
"NewScar": "New Scar",
"DeleteConfirmation": "Are you sure you want to delete the item - {item}?",
"Errors": {
"missingClassOrSubclass": "The character doesn't have a class and subclass"
"missingClassOrSubclass": "The character doesn't have a class and subclass",
"tooHighLevel": "You cannot raise the character level past the maximum",
"tooLowLevel": "You cannot lower the character level below starting level"
}
},
"Adversary": {