-
-
Notifications
You must be signed in to change notification settings - Fork 83
New Crowdin updates #768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
New Crowdin updates #768
Changes from all commits
6ef0cb0
82ef318
689c08c
63bfe2f
1e477e2
b3c6c9f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -384,7 +384,7 @@ | |||||||||||||||
| "description": "Close tab" | ||||||||||||||||
| }, | ||||||||||||||||
| "commandLabelUnloadTab": { | ||||||||||||||||
| "message": "Unload tab", | ||||||||||||||||
| "message": "Tabblad sluiten", | ||||||||||||||||
| "description": "Unload tab" | ||||||||||||||||
| }, | ||||||||||||||||
| "commandLabelRestoreTab": { | ||||||||||||||||
|
|
@@ -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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 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
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||
| }, | ||||||||||||||||
| "commandLabelInsertCustomText": { | ||||||||||||||||
| "message": "Insert custom text", | ||||||||||||||||
| "message": "Aangepaste tekst invoegen", | ||||||||||||||||
| "description": "Insert custom text" | ||||||||||||||||
| }, | ||||||||||||||||
| "commandLabelPasteClipboard": { | ||||||||||||||||
|
|
@@ -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": { | ||||||||||||||||
|
|
@@ -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": { | ||||||||||||||||
|
|
@@ -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
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 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
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||
| }, | ||||||||||||||||
| "commandDescriptionToggleBookmark": { | ||||||||||||||||
|
|
@@ -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": { | ||||||||||||||||
|
|
||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
📝 Committable suggestion
🤖 Prompt for AI Agents