@lumiastream/lumia-translations 1.6.3 → 1.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1698,7 +1698,13 @@
|
|
|
1698
1698
|
"send-native-shoutout": "Send native /shoutout to twitch",
|
|
1699
1699
|
"interaction-moved": "For better organization, {{interaction}} has been relocated to a different page",
|
|
1700
1700
|
"go-to-interaction": "Go to {{interaction}}",
|
|
1701
|
-
"clip-starting-date": "Clip starting date"
|
|
1701
|
+
"clip-starting-date": "Clip starting date",
|
|
1702
|
+
"screenshot-conversion-description": "Overlay must be connected within OBS or HUD and visible in order to capture a screenshot.",
|
|
1703
|
+
"printer-type": "Print type (Image or Text)",
|
|
1704
|
+
"printer-text": "Text to print",
|
|
1705
|
+
"printer-text-description": "Enter one or more lines. Each line prints separately.",
|
|
1706
|
+
"printer-image": "Image to print",
|
|
1707
|
+
"printer-image-description": "Enter the path to the image to print or use the variable function {{overlay_screenshot=my overlay name,thermal}} to send a screenshot as well or {{obs_screenshot}} to send your screenshot from OBS"
|
|
1702
1708
|
},
|
|
1703
1709
|
"variables": {
|
|
1704
1710
|
"action": "Action name",
|
|
@@ -1888,6 +1894,7 @@
|
|
|
1888
1894
|
"kofi_last_order_amount": "(KOFI) the amount for the last order that was made",
|
|
1889
1895
|
"kofi_last_order_amount_currency": "(KOFI) the currency of the amount for the last order that was made",
|
|
1890
1896
|
"kofi_last_order_name": "(KOFI) the last person who ordered an item's name",
|
|
1897
|
+
"last_overlay_screenshot_path": "The last overlay screenshot path that was taken using either {{overlay_screenshot}} or the Overlay action Take Screenshot",
|
|
1891
1898
|
"last_random_input": "The last random_input that was selected so that you can use it for things like in the end tab of commands",
|
|
1892
1899
|
"latest_donator": "Last person to donate",
|
|
1893
1900
|
"latest_donator_amount": "Last person to donate amount",
|
|
@@ -1933,10 +1940,11 @@
|
|
|
1933
1940
|
"obs_last_vertical_backtrack_path": "(OBS) Last vertical backtrack save",
|
|
1934
1941
|
"obs_previous_scene": "(OBS) previous scene",
|
|
1935
1942
|
"obs_replay": "Save a replay from your buffer and store it on your computer. Sometimes replaying takes a bit longer so you can set how many seconds to wait before trying to retireve the buffer also. Mainly used with Twitter. e.g. {{obs_replay}}. Or to set how many seconds to wait {{obs_replay=5}}.",
|
|
1936
|
-
"obs_screenshot": "Take a screenshot of the current obs scene and store it on your computer.
|
|
1943
|
+
"obs_screenshot": "Take a screenshot of the current obs scene and store it on your computer. You can also select any scene by selecting the scene after the variable. e.g. {{obs_screenshot}}. Or to select the scene: {{obs_screenshot=scene1}}",
|
|
1937
1944
|
"obs_studio_mode": "(OBS) studio mode is on (true or false)",
|
|
1938
1945
|
"obs_vertical_replay": "Save a replay from your vertical buffer and store it on your computer. Sometimes replaying takes a bit longer so you can set how many seconds to wait before trying to retireve the buffer also. Mainly used with Tiktok. e.g. {{obs_vertical_replay}}. Or to set how many seconds to wait {{obs_vertical_replay=5}}.",
|
|
1939
1946
|
"outcome_amount": "The outcome amount is the total won or lost during a game.",
|
|
1947
|
+
"overlay_screenshot": "Take a screenshot of a specific overlay and store it on your computer. You can also select any overlay by selecting the overlay after the variable as well as color conversion type. e.g. {{overlay_screenshot=overlay 1}}. Or to select the conversion type: {{overlay_screenshot=overlay 1,thermal}}. Conversion types: original, thermal, grayscale, invert, binary. This variable will return the file path and can be used immediately",
|
|
1940
1948
|
"overlayAlertTrigger": "Send an Overlay Alert Trigger",
|
|
1941
1949
|
"overlayPlayPauseMedia": "Play/Pause a Media layer",
|
|
1942
1950
|
"overlays_brb_clips": "Overlays brb clips urls list separated by a comma",
|
|
@@ -2009,7 +2017,7 @@
|
|
|
2009
2017
|
"roulette_result": "The roulette result will display a winning, losing, or invalid input message based on the game status",
|
|
2010
2018
|
"saved_path": "(OBS) Saved video path",
|
|
2011
2019
|
"scene": "Scene name",
|
|
2012
|
-
"screenshot": "Take a screenshot of your desktop and store it on your computer.
|
|
2020
|
+
"screenshot": "Take a screenshot of your desktop and store it on your computer. You can also select the monitor by selecting the number after the variable. e.g. {{screenshot}}. Or to select the second monitor: {{screenshot=2}}",
|
|
2013
2021
|
"selection": "Allows chat to choose based on defined selections, e.g. {{selection=first,second,third}}",
|
|
2014
2022
|
"sendColor": "Sends a color ignoring the queue completely",
|
|
2015
2023
|
"sendColorToLight": "Sends a color ignoring the queue completely to a set of lights",
|
|
@@ -2412,6 +2420,7 @@
|
|
|
2412
2420
|
"setTwitchExtensionsGroup": "Set Twitch Extensions Group",
|
|
2413
2421
|
"sendToDiscordWebhook": "Send To Discord Webhook",
|
|
2414
2422
|
"sendToDiscordWithMediaWebhook": "Send To Discord Webhook With Media",
|
|
2423
|
+
"sendToPrinter": "Send To Printer",
|
|
2415
2424
|
"sendToWebhook": "Send To Webhook (JSON)",
|
|
2416
2425
|
"raffleEntry": "Raffle Entry",
|
|
2417
2426
|
"raffleRemoveEntry": "Raffle Remove Entry",
|
|
@@ -2436,7 +2445,11 @@
|
|
|
2436
2445
|
"viewerQueuePickPlayer": "Viewer Queue Pick Player",
|
|
2437
2446
|
"appendToVariable": "Append to variable",
|
|
2438
2447
|
"unappendFromVariable": "Unappend from variable",
|
|
2439
|
-
"unique-values": "Unique values"
|
|
2448
|
+
"unique-values": "Unique values",
|
|
2449
|
+
"printer-address": "Printer address",
|
|
2450
|
+
"printer-payload": "Printer payload",
|
|
2451
|
+
"encode-printer-payload": "Encode payload automatically",
|
|
2452
|
+
"encode-printer-payload-description": "When enabled, the payload is base64 encoded before it is sent to the printer."
|
|
2440
2453
|
},
|
|
2441
2454
|
"overlay-actions": {
|
|
2442
2455
|
"alertTrigger": "Alert Trigger",
|