From 7a90bbb67c38b298f1e9351e9159e1206d5e4293 Mon Sep 17 00:00:00 2001 From: BPower0036 <80090789+BPower0036@users.noreply.github.com> Date: Mon, 26 Jun 2023 10:12:18 +0000 Subject: [PATCH] https://github.com/mozilla-l10n/multi-account-containers-l10n/pull/23/files --- src/_locales/nl/messages.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/_locales/nl/messages.json b/src/_locales/nl/messages.json index ab6080b..da95be4 100644 --- a/src/_locales/nl/messages.json +++ b/src/_locales/nl/messages.json @@ -383,6 +383,27 @@ "filterInputPlaceholder": { "message": "Containernaam zoeken" }, + "imageAltContainerInfo": { + "message": "Container info", + "description": "Alt text for right-arrow button to view container info" + }, + "defaultContainerLabel": { + "message": "Standaard Container", + "description": "The title of the default container" + }, + "openContainerPanel": { + "message": "Open container panel", + "description": "Label for option in the keyboard shortcut manager (associating a shortcut to open the container panel)" + }, + "containerShortcut": { + "message": "Container sneltoets $keyId$", + "description": "Label for option in the keyboard shortcut manager. $keyId$ is a number from 1 to 10.", + "placeholders": { + "keyId": { + "content": "$1" + } + } + }, "backupFailure": { "message": "Er ging iets mis, back-up mislukte: $errorMessage$", "description": "(Options menu) When exporting containers as a file failed",