This commit is contained in:
WBHarry 2026-07-21 23:49:28 +02:00 committed by GitHub
commit cae4af881a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 52 additions and 24 deletions

View file

@ -3284,7 +3284,9 @@
"lackingItemTransferPermission": "User {user} lacks owner permission needed to transfer items to {target}",
"noTokenTargeted": "No token is targeted",
"behaviorRegionRequiresGM": "Creating a Region with an attached Behavior requires an online GM",
"reloadRequired": "The {weapon} must be reloaded to be used!"
"reloadRequired": "The {weapon} must be reloaded to be used!",
"reloadRequiredRollResponse": "Reload Check: 1d6 -> {roll}. Reload required.",
"noReloadRequiredRollResponse": "Reload Check: 1d6 -> {roll}. No reload required."
},
"Progress": {
"migrationLabel": "Performing system migration. Please wait and do not close Foundry."
@ -3339,7 +3341,8 @@
"immune": "Immune",
"middleClick": "[Middle Click] Keep tooltip view",
"tokenSize": "The token size used on the canvas",
"previewTokenHelp": "Left-click to place, right-click to cancel"
"previewTokenHelp": "Left-click to place, right-click to cancel",
"noReloadRequired": "No Reload Required!"
}
}
}