Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/_locales/it_IT/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
"description": "Close tab"
},
"commandLabelUnloadTab": {
"message": "Unload tab",
"message": "Scarica scheda",
"description": "Unload tab"
},
"commandLabelRestoreTab": {
Expand Down Expand Up @@ -752,7 +752,7 @@
"description": "Closes the current tab."
},
"commandDescriptionUnloadTab": {
"message": "Releases the tab's resources to free up memory while keeping the tab visible.",
"message": "Rilascia le risorse della scheda per liberare memoria mantenendo la scheda visibile.",
"description": "Releases the tab's resources to free up memory while keeping the tab visible."
},
"commandDescriptionRestoreTab": {
Expand Down
28 changes: 14 additions & 14 deletions src/_locales/nl_NL/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
"description": "Close tab"
},
"commandLabelUnloadTab": {
"message": "Unload tab",
"message": "Tabblad sluiten",
"description": "Unload tab"
Comment on lines 386 to 388
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Incorrect label: “Unload tab” is shown as “Close tab”.

Line 387 now matches the “Close tab” label and will mislead users. Suggest a distinct Dutch translation for unload/discard.

🛠️ Proposed fix
-    "message": "Tabblad sluiten",
+    "message": "Tabblad ontladen",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"commandLabelUnloadTab": {
"message": "Unload tab",
"message": "Tabblad sluiten",
"description": "Unload tab"
"commandLabelUnloadTab": {
"message": "Tabblad ontladen",
"description": "Unload tab"
🤖 Prompt for AI Agents
In `@src/_locales/nl_NL/messages.json` around lines 386 - 388, The Dutch
translation for the key "commandLabelUnloadTab" incorrectly uses "Tabblad
sluiten" (close tab); update the "message" value for "commandLabelUnloadTab" to
a distinct Dutch phrase that conveys unloading/discarding rather than
closing—for example "Tabblad ontladen" or "Tabblad uit geheugen verwijderen"—so
the label clearly differs from the close action; ensure only the "message" field
is changed and keep the "description" unchanged.

},
"commandLabelRestoreTab": {
Expand Down Expand Up @@ -620,11 +620,11 @@
"description": "Open custom URL in new window"
},
"commandLabelOpenCustomURLInNewPrivateWindow": {
"message": "Open custom URL in new private window",
"message": "Open specifieke URL in nieuw venster",
"description": "Open custom URL in new private window"
Comment on lines 622 to 624
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Private-window label missing “privé”.

Line 623 currently reads like a normal new window, but the description targets a private window. This is user-facing and confusing.

🛠️ Proposed fix
-    "message": "Open specifieke URL in nieuw venster",
+    "message": "Open specifieke URL in nieuw privévenster",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"commandLabelOpenCustomURLInNewPrivateWindow": {
"message": "Open custom URL in new private window",
"message": "Open specifieke URL in nieuw venster",
"description": "Open custom URL in new private window"
"commandLabelOpenCustomURLInNewPrivateWindow": {
"message": "Open specifieke URL in nieuw privévenster",
"description": "Open custom URL in new private window"
🤖 Prompt for AI Agents
In `@src/_locales/nl_NL/messages.json` around lines 622 - 624, The user-facing
Dutch translation for the key "commandLabelOpenCustomURLInNewPrivateWindow"
currently says "Open specifieke URL in nieuw venster" but the description
indicates it should refer to a private window; update the "message" value for
that key to include "privé" (for example "Open specifieke URL in nieuw
privévenster" or similar correct Dutch phrasing) so it clearly matches the
description.

},
"commandLabelInsertCustomText": {
"message": "Insert custom text",
"message": "Aangepaste tekst invoegen",
"description": "Insert custom text"
},
"commandLabelPasteClipboard": {
Expand All @@ -640,11 +640,11 @@
"description": "Open URL from clipboard in new tab"
},
"commandLabelOpenURLFromClipboardInNewWindow": {
"message": "Open URL from clipboard in new window",
"message": "Open URL van klembord in nieuw venster",
"description": "Open URL from clipboard in new window"
},
"commandLabelOpenURLFromClipboardInNewPrivateWindow": {
"message": "Open URL from clipboard in new private window",
"message": "Open URL van klembord in nieuw privévenster",
"description": "Open URL from clipboard in new private window"
},
"commandLabelOpenAddonSettings": {
Expand All @@ -664,19 +664,19 @@
"description": "Link to bookmark"
},
"commandLabelSaveScreenshot": {
"message": "Save screenshot",
"message": "Schermafdruk opslaan",
"description": "Save screenshot"
},
"commandLabelCopyTabURL": {
"message": "Copy tab URL",
"message": "URL van tab kopiëren",
"description": "Copy tab URL"
},
"commandLabelCopyLinkURL": {
"message": "Link-URL kopiëren",
"description": "Copy link URL"
},
"commandLabelCopyImageURL": {
"message": "Copy image URL",
"message": "URL van afbeelding kopiëren",
"description": "Copy image URL"
},
"commandLabelCopyTextSelection": {
Expand Down Expand Up @@ -704,23 +704,23 @@
"description": "[Popup] Search engines"
},
"commandLabelPopupCustomCommandList": {
"message": "[Popup] Custom command list",
"message": "[Popup] Aangepaste commando lijst",
"description": "[Popup] Custom command list"
},
"commandLabelSendMessageToOtherAddon": {
"message": "Send message to other add-on",
"message": "Bericht verzenden naar andere add-on",
"description": "Send message to other add-on"
},
"commandLabelExecuteUserScript": {
"message": "Execute user script",
"message": "Gebruikersscript uitvoeren",
"description": "Execute user script"
},
"commandLabelClearBrowsingData": {
"message": "Clear browsing data",
"message": "Browserdata opschonen",
"description": "Clear browsing data"
},
"commandLabelRunMultiPurposeCommand": {
"message": "Run multi purpose command",
"message": "Voer commando voor meedere doelen uit",
"description": "Run multi purpose command"
Comment on lines 722 to 724
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix typo in Dutch string.

Line 723 uses “meedere” → should be “meerdere”.

🛠️ Proposed fix
-    "message": "Voer commando voor meedere doelen uit",
+    "message": "Voer commando voor meerdere doelen uit",
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
"commandLabelRunMultiPurposeCommand": {
"message": "Run multi purpose command",
"message": "Voer commando voor meedere doelen uit",
"description": "Run multi purpose command"
"commandLabelRunMultiPurposeCommand": {
"message": "Voer commando voor meerdere doelen uit",
"description": "Run multi purpose command"
🤖 Prompt for AI Agents
In `@src/_locales/nl_NL/messages.json` around lines 722 - 724, Typo in the Dutch
translation for the JSON key "commandLabelRunMultiPurposeCommand": change the
value of "message" from "Voer commando voor meedere doelen uit" to "Voer
commando voor meerdere doelen uit" so the word "meedere" is corrected to
"meerdere" under the "commandLabelRunMultiPurposeCommand" entry.

},
"commandDescriptionToggleBookmark": {
Expand All @@ -740,7 +740,7 @@
"description": "Reloads the current page."
},
"commandDescriptionReloadFrame": {
"message": "Reloads the frame on which the gesture started.",
"message": "Herlaadt het kader waarop het gebaar is gestart.",
"description": "Reloads the frame on which the gesture started."
},
"commandDescriptionStopLoading": {
Expand Down
4 changes: 2 additions & 2 deletions src/_locales/sk_SK/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
"description": "Close tab"
},
"commandLabelUnloadTab": {
"message": "Unload tab",
"message": "Nenáčitať kartu",
"description": "Unload tab"
},
"commandLabelRestoreTab": {
Expand Down Expand Up @@ -752,7 +752,7 @@
"description": "Closes the current tab."
},
"commandDescriptionUnloadTab": {
"message": "Releases the tab's resources to free up memory while keeping the tab visible.",
"message": "Uvoľní zdroje karty, aby sa uvoľnila pamäť, pokým zostane karta viditeľná.",
"description": "Releases the tab's resources to free up memory while keeping the tab visible."
},
"commandDescriptionRestoreTab": {
Expand Down
4 changes: 2 additions & 2 deletions src/_locales/tr_TR/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
"description": "Close tab"
},
"commandLabelUnloadTab": {
"message": "Unload tab",
"message": "Sekmeyi boşalt",
"description": "Unload tab"
},
"commandLabelRestoreTab": {
Expand Down Expand Up @@ -752,7 +752,7 @@
"description": "Closes the current tab."
},
"commandDescriptionUnloadTab": {
"message": "Releases the tab's resources to free up memory while keeping the tab visible.",
"message": "Sekmeyi görünür tutarken belleği boşaltmak için sekmenin kaynaklarını serbest bırakır.",
"description": "Releases the tab's resources to free up memory while keeping the tab visible."
},
"commandDescriptionRestoreTab": {
Expand Down
18 changes: 9 additions & 9 deletions src/_locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extensionDescription": {
"message": "具有大量自定义功能的鼠标手势扩展,令浏览和操作更加便捷迅速。",
"message": "具有大量自定义功能的鼠标手势扩展,令浏览和操作更加迅捷随心!",
"description": "Navigate, operate, and browse faster with mouse gestures! A customizable mouse gesture add-on with a variety of different commands."
},
"addonUpdateNotificationTitle": {
Expand Down Expand Up @@ -496,11 +496,11 @@
"description": "Move tab to end"
},
"commandLabelMoveTabRight": {
"message": "Move tab right",
"message": "向右移动标签页",
"description": "Move tab right"
},
"commandLabelMoveTabLeft": {
"message": "Move tab left",
"message": "向左移动标签页",
"description": "Move tab left"
},
"commandLabelMoveTabToNewWindow": {
Expand Down Expand Up @@ -720,7 +720,7 @@
"description": "Clear browsing data"
},
"commandLabelRunMultiPurposeCommand": {
"message": "运行多目的命令",
"message": "执行命令组合",
"description": "Run multi purpose command"
},
"commandDescriptionToggleBookmark": {
Expand Down Expand Up @@ -864,11 +864,11 @@
"description": "Moves the current tab to the end of the tab strip."
},
"commandDescriptionMoveTabRight": {
"message": "Moves the current tab rightwards inside the tab strip.",
"message": "在标签栏中向右移动当前标签页。",
"description": "Moves the current tab rightwards inside the tab strip."
},
"commandDescriptionMoveTabLeft": {
"message": "Moves the current tab leftwards inside the tab strip.",
"message": "在标签栏中向左移动当前标签页。",
"description": "Moves the current tab leftwards inside the tab strip."
},
"commandDescriptionMoveTabToNewWindow": {
Expand Down Expand Up @@ -992,7 +992,7 @@
"description": "Opens the specified URL in a new private window."
},
"commandDescriptionInsertCustomText": {
"message": "Inserts the specified text at the caret position of the input element on which the gesture started.",
"message": "在手势起始的输入框光标处插入指定文本。",
"description": "Inserts the specified text at the caret position of the input element on which the gesture started."
},
"commandDescriptionPasteClipboard": {
Expand Down Expand Up @@ -1244,7 +1244,7 @@
"description": "Include current tab"
},
"commandSettingLabelTabShift": {
"message": "Shift",
"message": "位移跨度",
"description": "Shift"
},
"commandSettingLabelNewWindowFocus": {
Expand Down Expand Up @@ -1420,7 +1420,7 @@
"description": "Determines if the currently active tab should be included."
},
"commandSettingDescriptionTabShift": {
"message": "Determines by how many places the tab should be moved.",
"message": "决定标签页要位移几个单位。",
"description": "Determines by how many places the tab should be moved."
},
"commandSettingDescriptionNewWindowFocus": {
Expand Down