Add localization strings for the chatImageLinks setting
This commit is contained in:
parent
2a55ff522e
commit
9c3213ebac
1 changed files with 13 additions and 0 deletions
|
|
@ -9,6 +9,10 @@
|
||||||
"name": "Auto Unpause On Load",
|
"name": "Auto Unpause On Load",
|
||||||
"hint": "(v13+, GM-Only) Automatically unpauses the game when you load into the world. This will happen EVERY time you load into the world, including if you reload the website."
|
"hint": "(v13+, GM-Only) Automatically unpauses the game when you load into the world. This will happen EVERY time you load into the world, including if you reload the website."
|
||||||
},
|
},
|
||||||
|
"chatImageLinks": {
|
||||||
|
"name": "Image Shortcuts",
|
||||||
|
"hint": "When attempting to send an image/gif in chat, this allows you to easily embed the actual image in the text by changing \"http\"/\"https\" into \"image\", automatically displaying the image after sending the message."
|
||||||
|
},
|
||||||
"chatSidebarBackground": {
|
"chatSidebarBackground": {
|
||||||
"name": "Chat Background",
|
"name": "Chat Background",
|
||||||
"hint": "(v13+) Adds a background to the chat tab of the right-hand sidebar."
|
"hint": "(v13+) Adds a background to the chat tab of the right-hand sidebar."
|
||||||
|
|
@ -60,6 +64,15 @@
|
||||||
"apps": {
|
"apps": {
|
||||||
"no-settings-to-display": "No settings to display",
|
"no-settings-to-display": "No settings to display",
|
||||||
"make-global-reference": "Make Global Reference"
|
"make-global-reference": "Make Global Reference"
|
||||||
|
},
|
||||||
|
"dialogs": {
|
||||||
|
"chatImageLinks": {
|
||||||
|
"didYouKnowImageLink": "",
|
||||||
|
"convertAndDontShowAgain": "",
|
||||||
|
"justConvert": "",
|
||||||
|
"ignoreAndDontShowAgain": "",
|
||||||
|
"disableEntirely": ""
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue