Translations update from Foundry Hub - Weblate #29

Merged
foundryvtthub merged 3 commits from weblate-smart-doors-main into develop 2022-10-15 22:32:01 +02:00
Showing only changes of commit a099941294 - Show all commits

View File

@@ -1,27 +1,27 @@
{ {
"smart-doors": { "smart-doors": {
"keybindings": { "keybindings": {
"toggleSecretDoor": { "toggleSecretDoor": {
"name": "Toggle Secret Door", "name": "Toggle Secret Door",
"hint": "While this key is being pressed, clicking on doors will cause the to toggle between normal and secret door" "hint": "While this key is being pressed, clicking on doors will cause the to toggle between normal and secret door."
} }
}, },
"settings": { "settings": {
"doorControlSizeFactor": { "doorControlSizeFactor": {
"name": "Door Control Size Factor", "name": "Door Control Size Factor",
"hint": "Defines by which factor the size of the door control icons should be scaled up" "hint": "Defines by which factor the size of the door control icons should be scaled up."
}, },
"highlightSecretDoors": { "highlightSecretDoors": {
"name": "Tint Secret Doors", "name": "Tint Secret Doors",
"hint": "Shade secret doors in a different color on the gm screen to differentiate them from normal doors" "hint": "Shade secret doors in a different color on the GM screen to differentiate them from normal doors."
}, },
"lockedDoorAlert": { "lockedDoorAlert": {
"name": "Locked Door Alert", "name": "Locked Door Alert",
"hint": "Send a message in chat when a player tried to open a locked door" "hint": "Send a message in chat when a player tried to open a locked door."
}, },
"synchronizedDoors": { "synchronizedDoors": {
"name": "Synchronized Doors", "name": "Synchronized Doors",
"hint": "Synchronize the state of configured doors" "hint": "Synchronize the state of multiple doors."
} }
}, },
"ui": { "ui": {
@@ -29,7 +29,7 @@
"messages": { "messages": {
"migrating": "Migrating Smart Doors to version {version}. Please don't close the application.", "migrating": "Migrating Smart Doors to version {version}. Please don't close the application.",
"migrationDone": "Smart Doors successfully migrated to version {version}.", "migrationDone": "Smart Doors successfully migrated to version {version}.",
"unknownVersion": "Smart Doors migration failed with the error: Unkown Version {version}. Please report this to the Smart Doors issue tracker. To prevent possible data loss don't use this plugin until this error is fixed." "unknownVersion": "Smart Doors migration failed with the error: Unknown Version {version}. Please report this to the Smart Doors issue tracker. To prevent possible data loss don't use this plugin until this error is fixed."
}, },
"synchronizedDoors": { "synchronizedDoors": {
"description": "State changes of doors in the same synchronization group will be synchronized across scenes. Leave blank to disable synchronization for this door.", "description": "State changes of doors in the same synchronization group will be synchronized across scenes. Leave blank to disable synchronization for this door.",