From 84c55dbde4a9b14cdf5d2ca7b2880a21a9a003c5 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 7 Sep 2018 02:06:58 +0200 Subject: [PATCH] fix: remove indirect placeholder Transifex was stripping them down and broke pl_PL --- add-on/_locales/de/messages.json | 14 +++---- add-on/_locales/en/messages.json | 65 ++++++-------------------------- add-on/_locales/es/messages.json | 14 +++---- add-on/_locales/fr/messages.json | 14 +++---- add-on/_locales/hu/messages.json | 14 +++---- add-on/_locales/id/messages.json | 14 +++---- add-on/_locales/it/messages.json | 14 +++---- add-on/_locales/pl/messages.json | 14 +++---- add-on/_locales/pt/messages.json | 14 +++---- add-on/_locales/ro/messages.json | 14 +++---- add-on/_locales/ru/messages.json | 14 +++---- add-on/_locales/sv/messages.json | 14 +++---- add-on/_locales/zh/messages.json | 14 +++---- 13 files changed, 96 insertions(+), 137 deletions(-) diff --git a/add-on/_locales/de/messages.json b/add-on/_locales/de/messages.json index 3a9ab6701..7f817ff94 100644 --- a/add-on/_locales/de/messages.json +++ b/add-on/_locales/de/messages.json @@ -148,11 +148,11 @@ "description": "(notify_uploadTrackingProtectionErrorMsg)" }, "notify_inlineMsg": { - "message": "$MSG$", + "message": "$1", "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" }, "notify_inlineErrorMsg": { - "message": "$ERROR$ (Strg + Umschalt + j für mehr Informationen)", + "message": "$1 (press ctrl+shift+j for more details)", "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" }, "notify_startIpfsNodeErrorTitle": { @@ -356,7 +356,7 @@ "description": "Extension description in the Manifest file (manifest_extensionDescription)" }, "quickUpload_subhead_peers": { - "message": "Verbunden mit $PEERCOUNT$ Peers", + "message": "Connected to $1 peers", "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" }, "quickUpload_pick_file_button": { @@ -404,11 +404,11 @@ "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" }, "page_proxyAcl_confirm_revoke": { - "message": "Berechtigung $PERMISSION$ für $SCOPE$ widerrufen?", + "message": "Revoke permission $1 for $2?", "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" }, "page_proxyAcl_confirm_revoke_all": { - "message": "Alle Berechtigungen für $SCOPE$ widerrufen?", + "message": "Revoke all permissions for $1?", "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" }, "page_proxyAcl_toggle_to_allow_button_title": { @@ -428,11 +428,11 @@ "description": "Button value for deny" }, "page_proxyAcl_revoke_button_title": { - "message": "$PERMISSION$ widerrufen", + "message": "Revoke $1", "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" }, "page_proxyAccessDialog_title": { - "message": "$SCOPE$ den Zugang zu ipfs.$PERMISSION$ erlauben?", + "message": "Allow $1 to access ipfs.$2?", "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" }, "page_proxyAccessDialog_wildcardCheckbox_label": { diff --git a/add-on/_locales/en/messages.json b/add-on/_locales/en/messages.json index 2570a93a1..ff8e6c161 100644 --- a/add-on/_locales/en/messages.json +++ b/add-on/_locales/en/messages.json @@ -148,21 +148,11 @@ "description": "(notify_uploadTrackingProtectionErrorMsg)" }, "notify_inlineMsg": { - "message": "$MSG$", - "placeholders": { - "msg": { - "content": "$1" - } - }, + "message": "$1", "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" }, "notify_inlineErrorMsg": { - "message": "$ERROR$ (press ctrl+shift+j for more details)", - "placeholders": { - "error": { - "content": "$1" - } - }, + "message": "$1 (press ctrl+shift+j for more details)", "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" }, "notify_startIpfsNodeErrorTitle": { @@ -366,13 +356,8 @@ "description": "Extension description in the Manifest file (manifest_extensionDescription)" }, "quickUpload_subhead_peers": { - "message": "Connected to $PEERCOUNT$ peers", - "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)", - "placeholders": { - "peerCount": { - "content": "$1" - } - } + "message": "Connected to $1 peers", + "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" }, "quickUpload_pick_file_button": { "message": "Pick a file", @@ -419,25 +404,12 @@ "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" }, "page_proxyAcl_confirm_revoke": { - "message": "Revoke permission $PERMISSION$ for $SCOPE$?", - "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)", - "placeholders": { - "permission": { - "content": "$1" - }, - "scope": { - "content": "$2" - } - } + "message": "Revoke permission $1 for $2?", + "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" }, "page_proxyAcl_confirm_revoke_all": { - "message": "Revoke all permissions for $SCOPE$?", - "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)", - "placeholders": { - "scope": { - "content": "$1" - } - } + "message": "Revoke all permissions for $1?", + "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" }, "page_proxyAcl_toggle_to_allow_button_title": { "message": "Click to allow", @@ -456,25 +428,12 @@ "description": "Button value for deny" }, "page_proxyAcl_revoke_button_title": { - "message": "Revoke $PERMISSION$", - "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)", - "placeholders": { - "permission": { - "content": "$1" - } - } + "message": "Revoke $1", + "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" }, "page_proxyAccessDialog_title": { - "message": "Allow $SCOPE$ to access ipfs.$PERMISSION$?", - "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)", - "placeholders": { - "scope": { - "content": "$1" - }, - "permission": { - "content": "$2" - } - } + "message": "Allow $1 to access ipfs.$2?", + "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" }, "page_proxyAccessDialog_wildcardCheckbox_label": { "message": "Apply this decision to all permissions in this scope", diff --git a/add-on/_locales/es/messages.json b/add-on/_locales/es/messages.json index 8f73eb747..9a27dc6b3 100644 --- a/add-on/_locales/es/messages.json +++ b/add-on/_locales/es/messages.json @@ -148,11 +148,11 @@ "description": "(notify_uploadTrackingProtectionErrorMsg)" }, "notify_inlineMsg": { - "message": "$MSG$", + "message": "$1", "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" }, "notify_inlineErrorMsg": { - "message": "$ERROR$ (presionar ctrl+shift+j para más detalles)", + "message": "$1 (press ctrl+shift+j for more details)", "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" }, "notify_startIpfsNodeErrorTitle": { @@ -356,7 +356,7 @@ "description": "Extension description in the Manifest file (manifest_extensionDescription)" }, "quickUpload_subhead_peers": { - "message": "Conectado $PEERCOUNT$ a los puertos", + "message": "Connected to $1 peers", "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" }, "quickUpload_pick_file_button": { @@ -404,11 +404,11 @@ "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" }, "page_proxyAcl_confirm_revoke": { - "message": "Revoke permission $PERMISSION$ for $SCOPE$?", + "message": "Revoke permission $1 for $2?", "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" }, "page_proxyAcl_confirm_revoke_all": { - "message": "Revoke all permissions for $SCOPE$?", + "message": "Revoke all permissions for $1?", "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" }, "page_proxyAcl_toggle_to_allow_button_title": { @@ -428,11 +428,11 @@ "description": "Button value for deny" }, "page_proxyAcl_revoke_button_title": { - "message": "Revoke $PERMISSION$", + "message": "Revoke $1", "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" }, "page_proxyAccessDialog_title": { - "message": "Allow $SCOPE$ to access ipfs.$PERMISSION$?", + "message": "Allow $1 to access ipfs.$2?", "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" }, "page_proxyAccessDialog_wildcardCheckbox_label": { diff --git a/add-on/_locales/fr/messages.json b/add-on/_locales/fr/messages.json index 5c48be8d5..13c666ea0 100644 --- a/add-on/_locales/fr/messages.json +++ b/add-on/_locales/fr/messages.json @@ -148,11 +148,11 @@ "description": "(notify_uploadTrackingProtectionErrorMsg)" }, "notify_inlineMsg": { - "message": "$MSG$", + "message": "$1", "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" }, "notify_inlineErrorMsg": { - "message": "$ERROR$ ( appuyer sur ctrl+shift + j pour plus de détails)", + "message": "$1 (press ctrl+shift+j for more details)", "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" }, "notify_startIpfsNodeErrorTitle": { @@ -356,7 +356,7 @@ "description": "Extension description in the Manifest file (manifest_extensionDescription)" }, "quickUpload_subhead_peers": { - "message": "Connecté à $PEERCOUNT$ paires", + "message": "Connected to $1 peers", "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" }, "quickUpload_pick_file_button": { @@ -404,11 +404,11 @@ "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" }, "page_proxyAcl_confirm_revoke": { - "message": "Révoquer la permission $PERMISSION$ pour $SCOPE$?", + "message": "Revoke permission $1 for $2?", "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" }, "page_proxyAcl_confirm_revoke_all": { - "message": "Révoquer toutes les permissions pour $SCOPE$?", + "message": "Revoke all permissions for $1?", "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" }, "page_proxyAcl_toggle_to_allow_button_title": { @@ -428,11 +428,11 @@ "description": "Button value for deny" }, "page_proxyAcl_revoke_button_title": { - "message": "Révoquer $PERMISSION$", + "message": "Revoke $1", "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" }, "page_proxyAccessDialog_title": { - "message": "Autorisé $SCOPE$ à accéder ipfs.$PERMISSION$ ?", + "message": "Allow $1 to access ipfs.$2?", "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" }, "page_proxyAccessDialog_wildcardCheckbox_label": { diff --git a/add-on/_locales/hu/messages.json b/add-on/_locales/hu/messages.json index c77b37fa8..d433206c3 100644 --- a/add-on/_locales/hu/messages.json +++ b/add-on/_locales/hu/messages.json @@ -148,11 +148,11 @@ "description": "(notify_uploadTrackingProtectionErrorMsg)" }, "notify_inlineMsg": { - "message": "$MSG$", + "message": "$1", "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" }, "notify_inlineErrorMsg": { - "message": "$ERROR$ (press ctrl+shift+j for more details)", + "message": "$1 (press ctrl+shift+j for more details)", "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" }, "notify_startIpfsNodeErrorTitle": { @@ -356,7 +356,7 @@ "description": "Extension description in the Manifest file (manifest_extensionDescription)" }, "quickUpload_subhead_peers": { - "message": "Connected to $PEERCOUNT$ peers", + "message": "Connected to $1 peers", "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" }, "quickUpload_pick_file_button": { @@ -404,11 +404,11 @@ "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" }, "page_proxyAcl_confirm_revoke": { - "message": "Revoke permission $PERMISSION$ for $SCOPE$?", + "message": "Revoke permission $1 for $2?", "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" }, "page_proxyAcl_confirm_revoke_all": { - "message": "Revoke all permissions for $SCOPE$?", + "message": "Revoke all permissions for $1?", "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" }, "page_proxyAcl_toggle_to_allow_button_title": { @@ -428,11 +428,11 @@ "description": "Button value for deny" }, "page_proxyAcl_revoke_button_title": { - "message": "$PERMISSION$ visszavonása", + "message": "Revoke $1", "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" }, "page_proxyAccessDialog_title": { - "message": "Allow $SCOPE$ to access ipfs.$PERMISSION$?", + "message": "Allow $1 to access ipfs.$2?", "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" }, "page_proxyAccessDialog_wildcardCheckbox_label": { diff --git a/add-on/_locales/id/messages.json b/add-on/_locales/id/messages.json index 112f90972..c28b4e5cb 100644 --- a/add-on/_locales/id/messages.json +++ b/add-on/_locales/id/messages.json @@ -148,11 +148,11 @@ "description": "(notify_uploadTrackingProtectionErrorMsg)" }, "notify_inlineMsg": { - "message": "$MSG$", + "message": "$1", "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" }, "notify_inlineErrorMsg": { - "message": "$ERROR$ (tekan ctrl+shift+j untuk rincian lebih lanjut)", + "message": "$1 (press ctrl+shift+j for more details)", "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" }, "notify_startIpfsNodeErrorTitle": { @@ -356,7 +356,7 @@ "description": "Extension description in the Manifest file (manifest_extensionDescription)" }, "quickUpload_subhead_peers": { - "message": "Terhubung ke rekan-rekan $PEERCOUNT$", + "message": "Connected to $1 peers", "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" }, "quickUpload_pick_file_button": { @@ -404,11 +404,11 @@ "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" }, "page_proxyAcl_confirm_revoke": { - "message": "Revoke permission $PERMISSION$ for $SCOPE$?", + "message": "Revoke permission $1 for $2?", "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" }, "page_proxyAcl_confirm_revoke_all": { - "message": "Revoke all permissions for $SCOPE$?", + "message": "Revoke all permissions for $1?", "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" }, "page_proxyAcl_toggle_to_allow_button_title": { @@ -428,11 +428,11 @@ "description": "Button value for deny" }, "page_proxyAcl_revoke_button_title": { - "message": "Revoke $PERMISSION$", + "message": "Revoke $1", "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" }, "page_proxyAccessDialog_title": { - "message": "Allow $SCOPE$ to access ipfs.$PERMISSION$?", + "message": "Allow $1 to access ipfs.$2?", "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" }, "page_proxyAccessDialog_wildcardCheckbox_label": { diff --git a/add-on/_locales/it/messages.json b/add-on/_locales/it/messages.json index c161cfda6..209a3b152 100644 --- a/add-on/_locales/it/messages.json +++ b/add-on/_locales/it/messages.json @@ -148,11 +148,11 @@ "description": "(notify_uploadTrackingProtectionErrorMsg)" }, "notify_inlineMsg": { - "message": "$MSG$", + "message": "$1", "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" }, "notify_inlineErrorMsg": { - "message": "$ERROR$ (premi ctrl/cmd + shift + j per maggiori dettagli)", + "message": "$1 (press ctrl+shift+j for more details)", "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" }, "notify_startIpfsNodeErrorTitle": { @@ -356,7 +356,7 @@ "description": "Extension description in the Manifest file (manifest_extensionDescription)" }, "quickUpload_subhead_peers": { - "message": "Collegato a $PEERCOUNT$ peers", + "message": "Connected to $1 peers", "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" }, "quickUpload_pick_file_button": { @@ -404,11 +404,11 @@ "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" }, "page_proxyAcl_confirm_revoke": { - "message": "Revocare l'autorizzazione $PERMISSION$ per $SCOPE$?", + "message": "Revoke permission $1 for $2?", "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" }, "page_proxyAcl_confirm_revoke_all": { - "message": "Revocare tutte le autorizzazioni per $SCOPE$?", + "message": "Revoke all permissions for $1?", "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" }, "page_proxyAcl_toggle_to_allow_button_title": { @@ -428,11 +428,11 @@ "description": "Button value for deny" }, "page_proxyAcl_revoke_button_title": { - "message": "Revoca $PERMISSION$", + "message": "Revoke $1", "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" }, "page_proxyAccessDialog_title": { - "message": "Consentire $SCOPE$ di accedere a ipfs.$PERMISSION$?", + "message": "Allow $1 to access ipfs.$2?", "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" }, "page_proxyAccessDialog_wildcardCheckbox_label": { diff --git a/add-on/_locales/pl/messages.json b/add-on/_locales/pl/messages.json index 5299db2a4..282e50444 100644 --- a/add-on/_locales/pl/messages.json +++ b/add-on/_locales/pl/messages.json @@ -148,11 +148,11 @@ "description": "(notify_uploadTrackingProtectionErrorMsg)" }, "notify_inlineMsg": { - "message": "$MSG$", + "message": "$1", "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" }, "notify_inlineErrorMsg": { - "message": "$ERROR$ (wciśnij ctrl+shift+j po więcej informacji)", + "message": "$1 (press ctrl+shift+j for more details)", "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" }, "notify_startIpfsNodeErrorTitle": { @@ -356,7 +356,7 @@ "description": "Extension description in the Manifest file (manifest_extensionDescription)" }, "quickUpload_subhead_peers": { - "message": "Połączono z $PEERCOUNT$ węzłami", + "message": "Connected to $1 peers", "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" }, "quickUpload_pick_file_button": { @@ -404,11 +404,11 @@ "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" }, "page_proxyAcl_confirm_revoke": { - "message": "Wycofać pozwolenie na dostęp do $PERMISSION$ dla $SCOPE$?", + "message": "Revoke permission $1 for $2?", "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" }, "page_proxyAcl_confirm_revoke_all": { - "message": "Wycofać wszystkie pozwolenia dla $SCOPE$?", + "message": "Revoke all permissions for $1?", "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" }, "page_proxyAcl_toggle_to_allow_button_title": { @@ -428,11 +428,11 @@ "description": "Button value for deny" }, "page_proxyAcl_revoke_button_title": { - "message": "Wycofaj $PERMISSION$", + "message": "Revoke $1", "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" }, "page_proxyAccessDialog_title": { - "message": "Zezwolić $SCOPE$ na dostęp do ipfs.$PERMISSION$?", + "message": "Allow $1 to access ipfs.$2?", "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" }, "page_proxyAccessDialog_wildcardCheckbox_label": { diff --git a/add-on/_locales/pt/messages.json b/add-on/_locales/pt/messages.json index 15d4d2bf5..cfe76e43c 100644 --- a/add-on/_locales/pt/messages.json +++ b/add-on/_locales/pt/messages.json @@ -148,11 +148,11 @@ "description": "(notify_uploadTrackingProtectionErrorMsg)" }, "notify_inlineMsg": { - "message": "$MSG$", + "message": "$1", "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" }, "notify_inlineErrorMsg": { - "message": "$ERROR$ (prima ctrl+shift+j para mais detalhes)", + "message": "$1 (press ctrl+shift+j for more details)", "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" }, "notify_startIpfsNodeErrorTitle": { @@ -356,7 +356,7 @@ "description": "Extension description in the Manifest file (manifest_extensionDescription)" }, "quickUpload_subhead_peers": { - "message": "Conectado a $PEERCOUNT$ peers", + "message": "Connected to $1 peers", "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" }, "quickUpload_pick_file_button": { @@ -404,11 +404,11 @@ "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" }, "page_proxyAcl_confirm_revoke": { - "message": "Revogar permissão $PERMISSION$ para $SCOPE$?", + "message": "Revoke permission $1 for $2?", "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" }, "page_proxyAcl_confirm_revoke_all": { - "message": "Revogar todas as permissões para $SCOPE$?", + "message": "Revoke all permissions for $1?", "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" }, "page_proxyAcl_toggle_to_allow_button_title": { @@ -428,11 +428,11 @@ "description": "Button value for deny" }, "page_proxyAcl_revoke_button_title": { - "message": "Revogar $PERMISSION$", + "message": "Revoke $1", "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" }, "page_proxyAccessDialog_title": { - "message": "Permitir $SCOPE$ acesso a ipfs.$PERMISSION$?", + "message": "Allow $1 to access ipfs.$2?", "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" }, "page_proxyAccessDialog_wildcardCheckbox_label": { diff --git a/add-on/_locales/ro/messages.json b/add-on/_locales/ro/messages.json index 4354627ec..84cd60d2f 100644 --- a/add-on/_locales/ro/messages.json +++ b/add-on/_locales/ro/messages.json @@ -148,11 +148,11 @@ "description": "(notify_uploadTrackingProtectionErrorMsg)" }, "notify_inlineMsg": { - "message": "$MSG$", + "message": "$1", "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" }, "notify_inlineErrorMsg": { - "message": "$ERROR$ (apasă ctrl+shift+j pentru mai multe detalii)", + "message": "$1 (press ctrl+shift+j for more details)", "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" }, "notify_startIpfsNodeErrorTitle": { @@ -356,7 +356,7 @@ "description": "Extension description in the Manifest file (manifest_extensionDescription)" }, "quickUpload_subhead_peers": { - "message": "Connected to $PEERCOUNT$ peers", + "message": "Connected to $1 peers", "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" }, "quickUpload_pick_file_button": { @@ -404,11 +404,11 @@ "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" }, "page_proxyAcl_confirm_revoke": { - "message": "Revoke permission $PERMISSION$ for $SCOPE$?", + "message": "Revoke permission $1 for $2?", "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" }, "page_proxyAcl_confirm_revoke_all": { - "message": "Revoke all permissions for $SCOPE$?", + "message": "Revoke all permissions for $1?", "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" }, "page_proxyAcl_toggle_to_allow_button_title": { @@ -428,11 +428,11 @@ "description": "Button value for deny" }, "page_proxyAcl_revoke_button_title": { - "message": "Revoke $PERMISSION$", + "message": "Revoke $1", "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" }, "page_proxyAccessDialog_title": { - "message": "Allow $SCOPE$ to access ipfs.$PERMISSION$?", + "message": "Allow $1 to access ipfs.$2?", "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" }, "page_proxyAccessDialog_wildcardCheckbox_label": { diff --git a/add-on/_locales/ru/messages.json b/add-on/_locales/ru/messages.json index 10c73fd12..0a9d1a1b4 100644 --- a/add-on/_locales/ru/messages.json +++ b/add-on/_locales/ru/messages.json @@ -148,11 +148,11 @@ "description": "(notify_uploadTrackingProtectionErrorMsg)" }, "notify_inlineMsg": { - "message": "$MSG$", + "message": "$1", "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" }, "notify_inlineErrorMsg": { - "message": "$ERROR$ (нажмите ctrl+shift+j для получения подробностей)", + "message": "$1 (press ctrl+shift+j for more details)", "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" }, "notify_startIpfsNodeErrorTitle": { @@ -356,7 +356,7 @@ "description": "Extension description in the Manifest file (manifest_extensionDescription)" }, "quickUpload_subhead_peers": { - "message": "Connected to $PEERCOUNT$ peers", + "message": "Connected to $1 peers", "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" }, "quickUpload_pick_file_button": { @@ -404,11 +404,11 @@ "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" }, "page_proxyAcl_confirm_revoke": { - "message": "Revoke permission $PERMISSION$ for $SCOPE$?", + "message": "Revoke permission $1 for $2?", "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" }, "page_proxyAcl_confirm_revoke_all": { - "message": "Revoke all permissions for $SCOPE$?", + "message": "Revoke all permissions for $1?", "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" }, "page_proxyAcl_toggle_to_allow_button_title": { @@ -428,11 +428,11 @@ "description": "Button value for deny" }, "page_proxyAcl_revoke_button_title": { - "message": "Revoke $PERMISSION$", + "message": "Revoke $1", "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" }, "page_proxyAccessDialog_title": { - "message": "Allow $SCOPE$ to access ipfs.$PERMISSION$?", + "message": "Allow $1 to access ipfs.$2?", "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" }, "page_proxyAccessDialog_wildcardCheckbox_label": { diff --git a/add-on/_locales/sv/messages.json b/add-on/_locales/sv/messages.json index c82007fc0..298c57f44 100644 --- a/add-on/_locales/sv/messages.json +++ b/add-on/_locales/sv/messages.json @@ -148,11 +148,11 @@ "description": "(notify_uploadTrackingProtectionErrorMsg)" }, "notify_inlineMsg": { - "message": "$MSG$", + "message": "$1", "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" }, "notify_inlineErrorMsg": { - "message": "$ERROR$ (tryck ctrl+skift+j för mer detaljer)", + "message": "$1 (press ctrl+shift+j for more details)", "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" }, "notify_startIpfsNodeErrorTitle": { @@ -356,7 +356,7 @@ "description": "Extension description in the Manifest file (manifest_extensionDescription)" }, "quickUpload_subhead_peers": { - "message": "Connected to $PEERCOUNT$ peers", + "message": "Connected to $1 peers", "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" }, "quickUpload_pick_file_button": { @@ -404,11 +404,11 @@ "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" }, "page_proxyAcl_confirm_revoke": { - "message": "Revoke permission $PERMISSION$ for $SCOPE$?", + "message": "Revoke permission $1 for $2?", "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" }, "page_proxyAcl_confirm_revoke_all": { - "message": "Revoke all permissions for $SCOPE$?", + "message": "Revoke all permissions for $1?", "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" }, "page_proxyAcl_toggle_to_allow_button_title": { @@ -428,11 +428,11 @@ "description": "Button value for deny" }, "page_proxyAcl_revoke_button_title": { - "message": "Revoke $PERMISSION$", + "message": "Revoke $1", "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" }, "page_proxyAccessDialog_title": { - "message": "Allow $SCOPE$ to access ipfs.$PERMISSION$?", + "message": "Allow $1 to access ipfs.$2?", "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" }, "page_proxyAccessDialog_wildcardCheckbox_label": { diff --git a/add-on/_locales/zh/messages.json b/add-on/_locales/zh/messages.json index 426af4e98..c8fa95f71 100644 --- a/add-on/_locales/zh/messages.json +++ b/add-on/_locales/zh/messages.json @@ -148,11 +148,11 @@ "description": "(notify_uploadTrackingProtectionErrorMsg)" }, "notify_inlineMsg": { - "message": "$MSG$", + "message": "$1", "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" }, "notify_inlineErrorMsg": { - "message": "$ERROR$(详细信息请见 ctrl+shift+j)", + "message": "$1 (press ctrl+shift+j for more details)", "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" }, "notify_startIpfsNodeErrorTitle": { @@ -356,7 +356,7 @@ "description": "Extension description in the Manifest file (manifest_extensionDescription)" }, "quickUpload_subhead_peers": { - "message": "Connected to $PEERCOUNT$ peers", + "message": "Connected to $1 peers", "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" }, "quickUpload_pick_file_button": { @@ -404,11 +404,11 @@ "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" }, "page_proxyAcl_confirm_revoke": { - "message": "Revoke permission $PERMISSION$ for $SCOPE$?", + "message": "Revoke permission $1 for $2?", "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" }, "page_proxyAcl_confirm_revoke_all": { - "message": "Revoke all permissions for $SCOPE$?", + "message": "Revoke all permissions for $1?", "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" }, "page_proxyAcl_toggle_to_allow_button_title": { @@ -428,11 +428,11 @@ "description": "Button value for deny" }, "page_proxyAcl_revoke_button_title": { - "message": "Revoke $PERMISSION$", + "message": "Revoke $1", "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" }, "page_proxyAccessDialog_title": { - "message": "Allow $SCOPE$ to access ipfs.$PERMISSION$?", + "message": "Allow $1 to access ipfs.$2?", "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" }, "page_proxyAccessDialog_wildcardCheckbox_label": {