@lumiastream/lumia-translations 1.6.3 → 1.6.4
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
|
@@ -1888,6 +1888,7 @@
|
|
|
1888
1888
|
"kofi_last_order_amount": "(KOFI) the amount for the last order that was made",
|
|
1889
1889
|
"kofi_last_order_amount_currency": "(KOFI) the currency of the amount for the last order that was made",
|
|
1890
1890
|
"kofi_last_order_name": "(KOFI) the last person who ordered an item's name",
|
|
1891
|
+
"last_overlay_screenshot_path": "The last overlay screenshot path that was taken using either {{overlay_screenshot}} or the Overlay action Take Screenshot",
|
|
1891
1892
|
"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
1893
|
"latest_donator": "Last person to donate",
|
|
1893
1894
|
"latest_donator_amount": "Last person to donate amount",
|
|
@@ -1933,10 +1934,11 @@
|
|
|
1933
1934
|
"obs_last_vertical_backtrack_path": "(OBS) Last vertical backtrack save",
|
|
1934
1935
|
"obs_previous_scene": "(OBS) previous scene",
|
|
1935
1936
|
"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.
|
|
1937
|
+
"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
1938
|
"obs_studio_mode": "(OBS) studio mode is on (true or false)",
|
|
1938
1939
|
"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
1940
|
"outcome_amount": "The outcome amount is the total won or lost during a game.",
|
|
1941
|
+
"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
1942
|
"overlayAlertTrigger": "Send an Overlay Alert Trigger",
|
|
1941
1943
|
"overlayPlayPauseMedia": "Play/Pause a Media layer",
|
|
1942
1944
|
"overlays_brb_clips": "Overlays brb clips urls list separated by a comma",
|
|
@@ -2009,7 +2011,7 @@
|
|
|
2009
2011
|
"roulette_result": "The roulette result will display a winning, losing, or invalid input message based on the game status",
|
|
2010
2012
|
"saved_path": "(OBS) Saved video path",
|
|
2011
2013
|
"scene": "Scene name",
|
|
2012
|
-
"screenshot": "Take a screenshot of your desktop and store it on your computer.
|
|
2014
|
+
"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
2015
|
"selection": "Allows chat to choose based on defined selections, e.g. {{selection=first,second,third}}",
|
|
2014
2016
|
"sendColor": "Sends a color ignoring the queue completely",
|
|
2015
2017
|
"sendColorToLight": "Sends a color ignoring the queue completely to a set of lights",
|
|
@@ -2412,6 +2414,7 @@
|
|
|
2412
2414
|
"setTwitchExtensionsGroup": "Set Twitch Extensions Group",
|
|
2413
2415
|
"sendToDiscordWebhook": "Send To Discord Webhook",
|
|
2414
2416
|
"sendToDiscordWithMediaWebhook": "Send To Discord Webhook With Media",
|
|
2417
|
+
"sendToPrinter": "Send To Printer",
|
|
2415
2418
|
"sendToWebhook": "Send To Webhook (JSON)",
|
|
2416
2419
|
"raffleEntry": "Raffle Entry",
|
|
2417
2420
|
"raffleRemoveEntry": "Raffle Remove Entry",
|
|
@@ -2436,7 +2439,11 @@
|
|
|
2436
2439
|
"viewerQueuePickPlayer": "Viewer Queue Pick Player",
|
|
2437
2440
|
"appendToVariable": "Append to variable",
|
|
2438
2441
|
"unappendFromVariable": "Unappend from variable",
|
|
2439
|
-
"unique-values": "Unique values"
|
|
2442
|
+
"unique-values": "Unique values",
|
|
2443
|
+
"printer-address": "Printer address",
|
|
2444
|
+
"printer-payload": "Printer payload",
|
|
2445
|
+
"encode-printer-payload": "Encode payload automatically",
|
|
2446
|
+
"encode-printer-payload-description": "When enabled, the payload is base64 encoded before it is sent to the printer."
|
|
2440
2447
|
},
|
|
2441
2448
|
"overlay-actions": {
|
|
2442
2449
|
"alertTrigger": "Alert Trigger",
|