mudlet/translations/lua/mudlet-lua.json
guhitb 0a5f7b0369
Improve: Hold ctrl while dragging to install as module (#7022)
<!-- Keep the title short & concise so anyone non-technical can
understand it,
     the title appears in PTB changelogs -->
#### Brief overview of PR changes/additions
- Added new Lua function holdingCtrl()
- Updated Other.lua to install as module if holdingCtrl()
- Created a matching VerboseModuleInstall() function to let the user
know their module has been installed
#### Motivation for adding to Mudlet
https://github.com/Mudlet/Mudlet/issues/3617
#### Other info (issues closed, discussion etc)


https://github.com/Mudlet/Mudlet/assets/147658676/f0621ec6-2a42-43d4-aa28-eb6a9f951fe9

/claim #3617

---------

Co-authored-by: user <user@archlinux>
2023-12-17 08:36:08 +01:00

102 lines
4.1 KiB
JSON

{
"AdjustableContainer.attach": {
"message": "Attach to:",
"description":"attaches your container to a border"
},
"AdjustableContainer.bottom": {
"message":"bottom",
"description":"one of the borders the container can be attached to"
},
"AdjustableContainer.top": {
"message":"top",
"description":"one of the borders the container can be attached to"
},
"AdjustableContainer.left": {
"message":"left",
"description":"one of the borders the container can be attached to"
},
"AdjustableContainer.right": {
"message":"right",
"description":"one of the borders the container can be attached to"
},
"AdjustableContainer.custom": {
"message":"Custom:",
"description":"a menu item in the right click menu. it contains user/package made custom items"
},
"AdjustableContainer.lock": {
"message":"Lock",
"description":"locks your container. Which means it's not movable/resizable anymore and changes some other properties depending on the Lockstyle (like hiding the borders)"
},
"AdjustableContainer.lockstyle": {
"message":"Lockstyle:",
"description":"different modes/styles to choose which will be the lock behaviour of the container"
},
"AdjustableContainer.standard": {
"message":"standard",
"description":"one of the Lockstyles. This Lockstyle is the standard setting, with a small margin on top to keep the right click menu usable"
},
"AdjustableContainer.light": {
"message":"light",
"description":"one of the Lockstyles. Can also be translated as simple. It is only hiding the min/restore labels the borders and margin stay intact"
},
"AdjustableContainer.full": {
"message":"full",
"description":"one of the Lockstyles. Can also be translated as complete as it's locking the container without any margin left for the right click menu."
},
"AdjustableContainer.border": {
"message":"border",
"description":"one of the Lockstyles which keeps the borders of the container visible."
},
"AdjustableContainer.save": {
"message":"Save",
"description":"saves the containers settings"
},
"AdjustableContainer.load": {
"message":"Load",
"description":"loads the previously saved settings of the container"
},
"AdjustableContainer.min_restore": {
"message":"Min/Restore",
"description":"label to minimize/restore the container"
},
"AdjustableContainer.connectTo": {
"message":"Connect To: ",
"description":"connect your container to a border to create a frame"
},
"AdjustableContainer.disconnect": {
"message":"Disconnect ",
"description":"disconnect your container from the border frame"
},
"Mudlet.packageInstallSuccess": {
"message":"Package '%s' installed successfully.",
"description":"Success message after drag&drop of package file onto Mudlet - %s is the file name"
},
"Mudlet.packageInstallFail": {
"message":"Installing '%s' failed: %s",
"description":"Failure message after drag&drop of package file onto Mudlet - %s is the file name"
},
"Mudlet.moduleInstallSuccess": {
"message":"Module '%s' installed successfully.",
"description":"Success message after drag&drop of module file onto Mudlet - %s is the file name"
},
"Mudlet.moduleInstallFail": {
"message":"Installing '%s' failed: %s",
"description":"Failure message after drag&drop of module file onto Mudlet - %s is the file name"
},
"Mudlet.packageDownloading": {
"message":"Downloading package from %s.",
"description": "Download package from Url for installation - %s is source url"
},
"Mudlet.prefixOk": {
"message":"[ OK ] - ",
"description":"Start of the line for messages telling the player something is okay. Keep at 12 characters length for nice alignment!"
},
"Mudlet.prefixWarn": {
"message":"[ WARN ] - ",
"description":"Start of the line for messages warning the player about something. Keep at 12 characters length for nice alignment!"
},
"Mudlet.prefixInfo": {
"message":"[ INFO ] - ",
"description":"Start of the line for messages informing the player about something. Keep at 12 characters length for nice alignment!"
}
}