diff --git a/.tx/config b/.tx/config new file mode 100644 index 000000000..a46b391db --- /dev/null +++ b/.tx/config @@ -0,0 +1,10 @@ +[main] +host = https://www.transifex.com + +[ipfs-companion.messages-json] +file_filter = add-on/_locales//messages.json +minimum_perc = 1 +source_file = add-on/_locales/en/messages.json +source_lang = en +lang_map = zh_CN: zh +type = CHROME diff --git a/add-on/_locales/de/messages.json b/add-on/_locales/de/messages.json index 2e9eb21e9..3a9ab6701 100644 --- a/add-on/_locales/de/messages.json +++ b/add-on/_locales/de/messages.json @@ -1,495 +1,454 @@ { - "browserAction_title": { - "message": "IPFS-Begleiter", - "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" - }, - "panel_headerIpfsNodeIconLabel": { - "message": "IPFS-Knoten", - "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" - }, - "panel_headerActiveToggleTitle": { - "message": "Globaler Schalter: aktiviere oder deaktiviere alle IPFS Integrationen", - "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" - }, - "panel_statusOffline": { - "message": "offline", - "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" - }, - "panel_statusGatewayAddress": { - "message": "HTTP Gateway", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" - }, - "panel_statusApiAddress": { - "message": "API", - "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" - }, - "panel_statusGatewayVersion": { - "message": "Version", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" - }, - "panel_statusSwarmPeers": { - "message": "Peers", - "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" - }, - "panel_statusSwarmPeersTitle": { - "message": "Die Anzahl verfügbarer IPFS-Knoten", - "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" - }, - "panel_quickUpload": { - "message": "Freigeben von Dateien über IPFS", - "description": "A menu item in Browser Action pop-up (panel_quickUpload)" - }, - "panel_openWebui": { - "message": "WebUI öffnen", - "description": "A menu item in Browser Action pop-up (panel_openWebui)" - }, - "panel_openPreferences": { - "message": "Einstellungen öffnen", - "description": "A menu item in Browser Action pop-up (panel_openPreferences)" - }, - "panel_switchToCustomGateway": { - "message": "Zu benutzerdefiniertem Gateway wechseln", - "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" - }, - "panel_switchToPublicGateway": { - "message": "Zu öffentlichem Gateway wechseln", - "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" - }, - "panel_pinCurrentIpfsAddress": { - "message": "IPFS-Ressource speichern", - "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" - }, - "panel_unpinCurrentIpfsAddress": { - "message": "IPFS-Ressource entfernen", - "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" - }, - "panelCopy_currentIpfsAddress": { - "message": "Kanonische Adresse kopieren", - "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" - }, - "panel_copyCurrentPublicGwUrl": { - "message": "Öffentliche Gateway-URL kopieren", - "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" - }, - "pageAction_titleIpfsAtPublicGateway": { - "message": "IPFS-Ressource über öffentliches Gateway geladen", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" - }, - "pageAction_titleIpfsAtCustomGateway": { - "message": "IPFS-Ressource über benutzerdefiniertes Gateway geladen", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" - }, - "pageAction_titleNonIpfs": { - "message": "Nicht-IPFS-Ressource", - "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" - }, - "contextMenu_AddToIpfsRawCid": { - "message": "Zu IPFS hinzufügen", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" - }, - "contextMenu_AddToIpfsKeepFilename": { - "message": "Zu IPFS hinzufügen (Dateiname beibehalten)", - "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" - }, - "notify_addonIssueTitle": { - "message": "IPFS Add-on-Problem", - "description": "A title of system notification (notify_addonIssueTitle)" - }, - "notify_addonIssueMsg": { - "message": "Siehe weitere Informationen in der Browser-Konsole", - "description": "A message in system notification (notify_addonIssueMsg)" - }, - "notify_copiedPublicURLTitle": { - "message": "Kopierte öffentliche URL", - "description": "A title of system notification (notify_copiedPublicURLTitle)" - }, - "notify_copiedCanonicalAddressTitle": { - "message": "Kopierte kanonische Adresse", - "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" - }, - "notify_pinnedIpfsResourceTitle": { - "message": "IPFS-Ressource gespeichert", - "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" - }, - "notify_unpinnedIpfsResourceTitle": { - "message": "IPFS-Ressource entfernt", - "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" - }, - "notify_pinErrorTitle": { - "message": "Fehler beim Speichern der IPFS-Ressource", - "description": "A title of system notification (notify_pinErrorTitle)" - }, - "notify_unpinErrorTitle": { - "message": "Fehler beim Entfernen der IPFS-Ressource", - "description": "A title of system notification (notify_unpinErrorTitle)" - }, - "notify_apiOnlineTitle": { - "message": "IPFS API ist online", - "description": "A title of system notification (notify_apiOnlineTitle)" - }, - "notify_apiOnlineAutomaticModeMsg": { - "message": "Automatischer Modus: Benutzerdefinierte Gateway-Weiterleitung ist aktiv", - "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" - }, - "notify_apiOfflineTitle": { - "message": "IPFS API ist offline", - "description": "A title of system notification (notify_apiOfflineTitle)" - }, - "notify_apiOfflineAutomaticModeMsg": { - "message": "Automatischer Modus: Öffentliches Gateway wird als Fallback verwendet", - "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" - }, - "notify_uploadErrorTitle": { - "message": "Upload via IPFS API funktioniert nicht", - "description": "A title of system notification (notify_uploadErrorTitle)" - }, - "notify_uploadTrackingProtectionErrorMsg": { - "message": "Tracking-Schutz deaktivieren (Strg + Umschalt + j für mehr Informationen)", - "description": "(notify_uploadTrackingProtectionErrorMsg)" - }, - "notify_inlineMsg": { - "message": "$MSG$", - "placeholders": { - "msg": { - "content": "$1" - } - }, - "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" - }, - "notify_inlineErrorMsg": { - "message": "$ERROR$ (Strg + Umschalt + j für mehr Informationen)", - "placeholders": { - "error": { - "content": "$1" - } - }, - "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" - }, - "notify_startIpfsNodeErrorTitle": { - "message": "IPFS-Knoten konnte nicht gestartet werden", - "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" - }, - "notify_stopIpfsNodeErrorTitle": { - "message": "IPFS-Knoten konnte nicht beendet werden", - "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" - }, - "option_legend_readMore": { - "message": "Mehr …", - "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" - }, - "option_header_nodeType": { - "message": "IPFS-Knoten", - "description": "A section header on the Preferences screen (option_header_nodeType)" - }, - "option_ipfsNodeType_title": { - "message": "IPFS-Knotentyp", - "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" - }, - "option_ipfsNodeType_external_description": { - "message": "Extern (empfohlen): mit einem IPFS Daemon über HTTP verbinden.", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeType_embedded_description": { - "message": "Eingebettet (experimentell): einen JS-IPFS Knoten im Browser betreiben (auf eigenes Risiko, kann die Batterie entleeren u.a.).", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeConfig_title": { - "message": "IPFS-Knoten Konfiguration", - "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" - }, - "option_ipfsNodeConfig_description": { - "message": "Konfiguration für den eingebetteten IPFS-Knoten. Muss gültiges JSON sein.", - "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" - }, - "option_ipfsNodeType_external": { - "message": "Extern", - "description": "An option on the Preferences screen (option_ipfsNodeType_external)" - }, - "option_ipfsNodeType_embedded": { - "message": "Eingebettet", - "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" - }, - "option_header_gateways": { - "message": "Gateways", - "description": "A section header on the Preferences screen (option_header_gateways)" - }, - "option_customGatewayUrl_title": { - "message": "Benutzerdefiniertes lokales Gateway", - "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" - }, - "option_customGatewayUrl_description": { - "message": "URL des bevorzugten HTTP2IPFS Gateways", - "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" - }, - "option_useCustomGateway_title": { - "message": "Benutzerdefiniertes Gateway verwenden", - "description": "An option title on the Preferences screen (option_useCustomGateway_title)" - }, - "option_useCustomGateway_description": { - "message": "Anfragen an öffentliche Gateways an das benutzerdefinierte Gateway weiterleiten", - "description": "An option description on the Preferences screen (option_useCustomGateway_description)" - }, - "option_publicGatewayUrl_title": { - "message": "Öffentliches Standardgateway", - "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" - }, - "option_publicGatewayUrl_description": { - "message": "Fallback-URL verwenden, wenn benutzerdefiniertes Gateway nicht verfügbar ist und für das Kopieren von teilbaren Links", - "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" - }, - "option_header_api": { - "message": "API", - "description": "A section header on the Preferences screen (option_header_api)" - }, - "option_ipfsApiUrl_title": { - "message": "IPFS API URL", - "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" - }, - "option_ipfsApiUrl_description": { - "message": "Hinweis: hier befindet sich \/webui", - "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" - }, - "option_ipfsApiPollMs_title": { - "message": "Statusabrufintervall", - "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" - }, - "option_ipfsApiPollMs_description": { - "message": "Aktualisierungsfrequenz der Anzahl Nachbarn (in Millisekunden)", - "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" - }, - "option_automaticMode_title": { - "message": "Automatischer Modus", - "description": "An option title on the Preferences screen (option_automaticMode_title)" - }, - "option_automaticMode_description": { - "message": "Verwendung von benutzerdefinierten Gateways wechseln, wenn sich die IPFS API-Verfügbarkeit ändert", - "description": "An option description on the Preferences screen (option_automaticMode_description)" - }, - "option_header_experiments": { - "message": "Experimente", - "description": "A section header on the Preferences screen (option_header_experiments)" - }, - "option_experiments_warning": { - "message": "ACHTUNG: diese Funktionen sind neu oder befinden sich noch in der Entwicklung. Nutzung auf eigenes Risiko.", - "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" - }, - "option_displayNotifications_title": { - "message": "Benachrichtigungen aktivieren", - "description": "An option title on the Preferences screen (option_displayNotifications_title)" - }, - "option_displayNotifications_description": { - "message": "Zeigt Systembenachrichtigungen an, wenn sich die API ändert, ein Link kopiert wird usw.", - "description": "An option description on the Preferences screen (option_displayNotifications_description)" - }, - "option_catchUnhandledProtocols_title": { - "message": "Nicht aktive IPFS Protokolle entgegennehmen", - "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" - }, - "option_catchUnhandledProtocols_description": { - "message": "Ermöglicht die Unterstützung für ipfs:\/\/$cid, ipns:\/\/$peerid und dweb:\/ipfs\/$cid durch die Normalisierung der Links und Anfragen durch nicht aktive Protokolle", - "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" - }, - "option_linkify_title": { - "message": "IPFS Adressen in Links umwandeln", - "description": "An option title on the Preferences screen (option_linkify_title)" - }, - "option_linkify_description": { - "message": "Unkodierte \/ipfs\/ Pfade in anklickbare Links umwandeln", - "description": "An option description on the Preferences screen (option_linkify_description)" - }, - "option_dnslinkPolicy_title": { - "message": "DNSLink Unterstützung", - "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" - }, - "option_dnslinkPolicy_description": { - "message": "Wenn möglich, wählen Sie DNS TXT Lookup, um IPFS gehostete Websites über IPFS zu laden", - "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" - }, - "option_dnslinkPolicy_disabled": { - "message": "Aus", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" - }, - "option_dnslinkPolicy_bestEffort": { - "message": "Prüfe nach einer HTTP-Anfrage", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" - }, - "option_dnslinkPolicy_enabled": { - "message": "Prüfe vor einer HTTP-Anfrage", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" - }, - "option_detectIpfsPathHeader_title": { - "message": "Erkenne X-IPFS-Pfad Header", - "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" - }, - "option_detectIpfsPathHeader_description": { - "message": "Stoppe HTTP Transport und lade über IPFS, wenn der Wert ein IPFS-Pfad ist. Umleitung von IPFS-Pfaden erfordert es, dass DNSLink eingeschaltet ist.", - "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" - }, - "option_ipfsProxy_title": { - "message": "Window.IPFS", - "description": "An option title for enabling\/disabling the IPFS proxy (option_ipfsProxy_title)" - }, - "option_ipfsProxy_description": { - "message": "IPFS wird zum Window-Objekt auf jeder Seite hinzugefügt. Erlauben\/Verbieten Sie Zugriff auf die verfügbaren Funktionen.", - "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" - }, - "option_ipfsProxy_link_manage_permissions": { - "message": "Berechtigungen verwalten", - "description": "Link text for managing permissions" - }, - "option_preloadAtPublicGateway_title": { - "message": "Preload Uploads", - "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" - }, - "option_preloadAtPublicGateway_description": { - "message": "Ermöglicht automatischen Preload der Upload über asynchrone HTTP HEAD-Requests an ein öffentliches Gateway", - "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" - }, - "option_resetAllOptions_title": { - "message": "Alle Einstellungen zurücksetzen", - "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" - }, - "option_resetAllOptions_description": { - "message": "Ersetzt alle Benutzereinstellungen mit der Standardkonfiguration (kann nicht rückgängig gemacht werden!)", - "description": "An option description on the Preferences screen (option_resetAllOptions_description)" - }, - "manifest_extensionName": { - "message": "IPFS Begleiter", - "description": "Extension name in the Manifest file (manifest_extensionName)" - }, - "manifest_shortExtensionName": { - "message": "IPFS Begleiter", - "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" - }, - "manifest_extensionDescription": { - "message": "Browser-Erweiterung, die den Zugriff auf IPFS-Ressourcen vereinfacht", - "description": "Extension description in the Manifest file (manifest_extensionDescription)" - }, - "quickUpload_subhead_peers": { - "message": "Verbunden mit $PEERCOUNT$ Peers", - "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)", - "placeholders": { - "peerCount": { - "content": "$1" - } - } - }, - "quickUpload_pick_file_button": { - "message": "Datei auswählen", - "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" - }, - "quickUpload_or": { - "message": "oder", - "description": "seperates the pick a file button from the drop message (quickUpload_or)" - }, - "quickUpload_drop_it_here": { - "message": "hier ablegen zum Teilen", - "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" - }, - "quickUpload_state_uploading": { - "message": "Upload wird ausgeführt", - "description": "Status label on the share files page (quickUpload_state_uploading)" - }, - "quickUpload_state_buffering": { - "message": "(Pufferung, bitte warten)", - "description": "Status label on the share files page (quickUpload_state_buffering)" - }, - "quickUpload_options_show": { - "message": "Upload-Optionen", - "description": "Button on the share files page (quickUpload_options_show)" - }, - "quickUpload_options_wrapWithDirectory": { - "message": "Fügen Sie einzelne Dateien in ein Verzeichnis ein, um deren Dateinamen zu erhalten.", - "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" - }, - "quickUpload_options_pinUpload": { - "message": "Heften Sie Dateien an, um diese während einer Garbagecollection in Ihrem IPFS-Repository zu behalten.", - "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" - }, - "page_proxyAcl_title": { - "message": "Berechtigungen verwalten", - "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" - }, - "page_proxyAcl_subtitle": { - "message": "Zeigen, ändern und verbieten Sie erteilte Zugriffsrechte für Ihre IPFS-Instanz.", - "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" - }, - "page_proxyAcl_no_perms": { - "message": "Keine Berechtigungen erteilt.", - "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" - }, - "page_proxyAcl_confirm_revoke": { - "message": "Berechtigung $PERMISSION$ für $SCOPE$ widerrufen?", - "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)", - "placeholders": { - "permission": { - "content": "$1" - }, - "scope": { - "content": "$2" - } - } - }, - "page_proxyAcl_confirm_revoke_all": { - "message": "Alle Berechtigungen für $SCOPE$ widerrufen?", - "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)", - "placeholders": { - "scope": { - "content": "$1" - } - } - }, - "page_proxyAcl_toggle_to_allow_button_title": { - "message": "Klicken zum Erlauben", - "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" - }, - "page_proxyAcl_toggle_to_deny_button_title": { - "message": "Klicken zum Verbieten", - "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" - }, - "page_proxyAcl_allow_button_value": { - "message": "Erlauben", - "description": "Button value for allow (page_proxyAcl_allow_button_value)" - }, - "page_proxyAcl_deny_button_value": { - "message": "Verbieten", - "description": "Button value for deny" - }, - "page_proxyAcl_revoke_button_title": { - "message": "$PERMISSION$ widerrufen", - "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)", - "placeholders": { - "permission": { - "content": "$1" - } - } - }, - "page_proxyAccessDialog_title": { - "message": "$SCOPE$ den Zugang zu ipfs.$PERMISSION$ erlauben?", - "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)", - "placeholders": { - "scope": { - "content": "$1" - }, - "permission": { - "content": "$2" - } + "browserAction_title": { + "message": "IPFS-Begleiter", + "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" + }, + "panel_headerIpfsNodeIconLabel": { + "message": "IPFS-Knoten", + "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" + }, + "panel_headerActiveToggleTitle": { + "message": "Globaler Schalter: aktiviere oder deaktiviere alle IPFS Integrationen", + "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" + }, + "panel_statusOffline": { + "message": "offline", + "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" + }, + "panel_statusGatewayAddress": { + "message": "HTTP Gateway", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" + }, + "panel_statusApiAddress": { + "message": "API", + "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" + }, + "panel_statusGatewayVersion": { + "message": "Version", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" + }, + "panel_statusSwarmPeers": { + "message": "Peers", + "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" + }, + "panel_statusSwarmPeersTitle": { + "message": "Die Anzahl verfügbarer IPFS-Knoten", + "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" + }, + "panel_quickUpload": { + "message": "Freigeben von Dateien über IPFS", + "description": "A menu item in Browser Action pop-up (panel_quickUpload)" + }, + "panel_openWebui": { + "message": "WebUI öffnen", + "description": "A menu item in Browser Action pop-up (panel_openWebui)" + }, + "panel_openPreferences": { + "message": "Einstellungen öffnen", + "description": "A menu item in Browser Action pop-up (panel_openPreferences)" + }, + "panel_switchToCustomGateway": { + "message": "Zu benutzerdefiniertem Gateway wechseln", + "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" + }, + "panel_switchToPublicGateway": { + "message": "Zu öffentlichem Gateway wechseln", + "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" + }, + "panel_pinCurrentIpfsAddress": { + "message": "IPFS-Ressource speichern", + "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" + }, + "panel_unpinCurrentIpfsAddress": { + "message": "IPFS-Ressource entfernen", + "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" + }, + "panelCopy_currentIpfsAddress": { + "message": "Kanonische Adresse kopieren", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" + }, + "panel_copyCurrentPublicGwUrl": { + "message": "Öffentliche Gateway-URL kopieren", + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" + }, + "pageAction_titleIpfsAtPublicGateway": { + "message": "IPFS-Ressource über öffentliches Gateway geladen", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" + }, + "pageAction_titleIpfsAtCustomGateway": { + "message": "IPFS-Ressource über benutzerdefiniertes Gateway geladen", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" + }, + "pageAction_titleNonIpfs": { + "message": "Nicht-IPFS-Ressource", + "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" + }, + "contextMenu_AddToIpfsRawCid": { + "message": "Zu IPFS hinzufügen", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsKeepFilename": { + "message": "Zu IPFS hinzufügen (Dateiname beibehalten)", + "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" + }, + "notify_addonIssueTitle": { + "message": "IPFS Add-on-Problem", + "description": "A title of system notification (notify_addonIssueTitle)" + }, + "notify_addonIssueMsg": { + "message": "Siehe weitere Informationen in der Browser-Konsole", + "description": "A message in system notification (notify_addonIssueMsg)" + }, + "notify_copiedPublicURLTitle": { + "message": "Kopierte öffentliche URL", + "description": "A title of system notification (notify_copiedPublicURLTitle)" + }, + "notify_copiedCanonicalAddressTitle": { + "message": "Kopierte kanonische Adresse", + "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" + }, + "notify_pinnedIpfsResourceTitle": { + "message": "IPFS-Ressource gespeichert", + "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" + }, + "notify_unpinnedIpfsResourceTitle": { + "message": "IPFS-Ressource entfernt", + "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" + }, + "notify_pinErrorTitle": { + "message": "Fehler beim Speichern der IPFS-Ressource", + "description": "A title of system notification (notify_pinErrorTitle)" + }, + "notify_unpinErrorTitle": { + "message": "Fehler beim Entfernen der IPFS-Ressource", + "description": "A title of system notification (notify_unpinErrorTitle)" + }, + "notify_apiOnlineTitle": { + "message": "IPFS API ist online", + "description": "A title of system notification (notify_apiOnlineTitle)" + }, + "notify_apiOnlineAutomaticModeMsg": { + "message": "Automatischer Modus: Benutzerdefinierte Gateway-Weiterleitung ist aktiv", + "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" + }, + "notify_apiOfflineTitle": { + "message": "IPFS API ist offline", + "description": "A title of system notification (notify_apiOfflineTitle)" + }, + "notify_apiOfflineAutomaticModeMsg": { + "message": "Automatischer Modus: Öffentliches Gateway wird als Fallback verwendet", + "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" + }, + "notify_uploadErrorTitle": { + "message": "Upload via IPFS API funktioniert nicht", + "description": "A title of system notification (notify_uploadErrorTitle)" + }, + "notify_uploadTrackingProtectionErrorMsg": { + "message": "Tracking-Schutz deaktivieren (Strg + Umschalt + j für mehr Informationen)", + "description": "(notify_uploadTrackingProtectionErrorMsg)" + }, + "notify_inlineMsg": { + "message": "$MSG$", + "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" + }, + "notify_inlineErrorMsg": { + "message": "$ERROR$ (Strg + Umschalt + j für mehr Informationen)", + "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" + }, + "notify_startIpfsNodeErrorTitle": { + "message": "IPFS-Knoten konnte nicht gestartet werden", + "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" + }, + "notify_stopIpfsNodeErrorTitle": { + "message": "IPFS-Knoten konnte nicht beendet werden", + "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" + }, + "option_legend_readMore": { + "message": "Mehr …", + "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" + }, + "option_header_nodeType": { + "message": "IPFS-Knoten", + "description": "A section header on the Preferences screen (option_header_nodeType)" + }, + "option_ipfsNodeType_title": { + "message": "IPFS-Knotentyp", + "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" + }, + "option_ipfsNodeType_external_description": { + "message": "Extern (empfohlen): mit einem IPFS Daemon über HTTP verbinden.", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeType_embedded_description": { + "message": "Eingebettet (experimentell): einen JS-IPFS Knoten im Browser betreiben (auf eigenes Risiko, kann die Batterie entleeren u.a.).", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeConfig_title": { + "message": "IPFS-Knoten Konfiguration", + "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" + }, + "option_ipfsNodeConfig_description": { + "message": "Konfiguration für den eingebetteten IPFS-Knoten. Muss gültiges JSON sein.", + "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" + }, + "option_ipfsNodeType_external": { + "message": "Extern", + "description": "An option on the Preferences screen (option_ipfsNodeType_external)" + }, + "option_ipfsNodeType_embedded": { + "message": "Eingebettet", + "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" + }, + "option_header_gateways": { + "message": "Gateways", + "description": "A section header on the Preferences screen (option_header_gateways)" + }, + "option_customGatewayUrl_title": { + "message": "Benutzerdefiniertes lokales Gateway", + "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" + }, + "option_customGatewayUrl_description": { + "message": "URL des bevorzugten HTTP2IPFS Gateways", + "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" + }, + "option_useCustomGateway_title": { + "message": "Benutzerdefiniertes Gateway verwenden", + "description": "An option title on the Preferences screen (option_useCustomGateway_title)" + }, + "option_useCustomGateway_description": { + "message": "Anfragen an öffentliche Gateways an das benutzerdefinierte Gateway weiterleiten", + "description": "An option description on the Preferences screen (option_useCustomGateway_description)" + }, + "option_publicGatewayUrl_title": { + "message": "Öffentliches Standardgateway", + "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" + }, + "option_publicGatewayUrl_description": { + "message": "Fallback-URL verwenden, wenn benutzerdefiniertes Gateway nicht verfügbar ist und für das Kopieren von teilbaren Links", + "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" + }, + "option_header_api": { + "message": "API", + "description": "A section header on the Preferences screen (option_header_api)" + }, + "option_ipfsApiUrl_title": { + "message": "IPFS API URL", + "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" + }, + "option_ipfsApiUrl_description": { + "message": "Hinweis: hier befindet sich /webui", + "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" + }, + "option_ipfsApiPollMs_title": { + "message": "Statusabrufintervall", + "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" + }, + "option_ipfsApiPollMs_description": { + "message": "Aktualisierungsfrequenz der Anzahl Nachbarn (in Millisekunden)", + "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" + }, + "option_automaticMode_title": { + "message": "Automatischer Modus", + "description": "An option title on the Preferences screen (option_automaticMode_title)" + }, + "option_automaticMode_description": { + "message": "Verwendung von benutzerdefinierten Gateways wechseln, wenn sich die IPFS API-Verfügbarkeit ändert", + "description": "An option description on the Preferences screen (option_automaticMode_description)" + }, + "option_header_experiments": { + "message": "Experimente", + "description": "A section header on the Preferences screen (option_header_experiments)" + }, + "option_experiments_warning": { + "message": "ACHTUNG: diese Funktionen sind neu oder befinden sich noch in der Entwicklung. Nutzung auf eigenes Risiko.", + "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" + }, + "option_displayNotifications_title": { + "message": "Benachrichtigungen aktivieren", + "description": "An option title on the Preferences screen (option_displayNotifications_title)" + }, + "option_displayNotifications_description": { + "message": "Zeigt Systembenachrichtigungen an, wenn sich die API ändert, ein Link kopiert wird usw.", + "description": "An option description on the Preferences screen (option_displayNotifications_description)" + }, + "option_catchUnhandledProtocols_title": { + "message": "Nicht aktive IPFS Protokolle entgegennehmen", + "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" + }, + "option_catchUnhandledProtocols_description": { + "message": "Ermöglicht die Unterstützung für ipfs://$cid, ipns://$peerid und dweb:/ipfs/$cid durch die Normalisierung der Links und Anfragen durch nicht aktive Protokolle", + "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" + }, + "option_linkify_title": { + "message": "IPFS Adressen in Links umwandeln", + "description": "An option title on the Preferences screen (option_linkify_title)" + }, + "option_linkify_description": { + "message": "Unkodierte /ipfs/ Pfade in anklickbare Links umwandeln", + "description": "An option description on the Preferences screen (option_linkify_description)" + }, + "option_dnslinkPolicy_title": { + "message": "DNSLink Unterstützung", + "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" + }, + "option_dnslinkPolicy_description": { + "message": "Wenn möglich, wählen Sie DNS TXT Lookup, um IPFS gehostete Websites über IPFS zu laden", + "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" + }, + "option_dnslinkPolicy_disabled": { + "message": "Aus", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" + }, + "option_dnslinkPolicy_bestEffort": { + "message": "Prüfe nach einer HTTP-Anfrage", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" + }, + "option_dnslinkPolicy_enabled": { + "message": "Prüfe vor einer HTTP-Anfrage", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" + }, + "option_detectIpfsPathHeader_title": { + "message": "Erkenne X-IPFS-Pfad Header", + "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" + }, + "option_detectIpfsPathHeader_description": { + "message": "Stoppe HTTP Transport und lade über IPFS, wenn der Wert ein IPFS-Pfad ist. Umleitung von IPFS-Pfaden erfordert es, dass DNSLink eingeschaltet ist.", + "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" + }, + "option_ipfsProxy_title": { + "message": "Window.IPFS", + "description": "An option title for enabling/disabling the IPFS proxy (option_ipfsProxy_title)" + }, + "option_ipfsProxy_description": { + "message": "IPFS wird zum Window-Objekt auf jeder Seite hinzugefügt. Erlauben/Verbieten Sie Zugriff auf die verfügbaren Funktionen.", + "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" + }, + "option_ipfsProxy_link_manage_permissions": { + "message": "Berechtigungen verwalten", + "description": "Link text for managing permissions" + }, + "option_preloadAtPublicGateway_title": { + "message": "Preload Uploads", + "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" + }, + "option_preloadAtPublicGateway_description": { + "message": "Ermöglicht automatischen Preload der Upload über asynchrone HTTP HEAD-Requests an ein öffentliches Gateway", + "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" + }, + "option_resetAllOptions_title": { + "message": "Alle Einstellungen zurücksetzen", + "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" + }, + "option_resetAllOptions_description": { + "message": "Ersetzt alle Benutzereinstellungen mit der Standardkonfiguration (kann nicht rückgängig gemacht werden!)", + "description": "An option description on the Preferences screen (option_resetAllOptions_description)" + }, + "manifest_extensionName": { + "message": "IPFS Begleiter", + "description": "Extension name in the Manifest file (manifest_extensionName)" + }, + "manifest_shortExtensionName": { + "message": "IPFS Begleiter", + "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" + }, + "manifest_extensionDescription": { + "message": "Browser-Erweiterung, die den Zugriff auf IPFS-Ressourcen vereinfacht", + "description": "Extension description in the Manifest file (manifest_extensionDescription)" + }, + "quickUpload_subhead_peers": { + "message": "Verbunden mit $PEERCOUNT$ Peers", + "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" + }, + "quickUpload_pick_file_button": { + "message": "Datei auswählen", + "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" + }, + "quickUpload_or": { + "message": "oder", + "description": "seperates the pick a file button from the drop message (quickUpload_or)" + }, + "quickUpload_drop_it_here": { + "message": "hier ablegen zum Teilen", + "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" + }, + "quickUpload_state_uploading": { + "message": "Upload wird ausgeführt", + "description": "Status label on the share files page (quickUpload_state_uploading)" + }, + "quickUpload_state_buffering": { + "message": "(Pufferung, bitte warten)", + "description": "Status label on the share files page (quickUpload_state_buffering)" + }, + "quickUpload_options_show": { + "message": "Upload-Optionen", + "description": "Button on the share files page (quickUpload_options_show)" + }, + "quickUpload_options_wrapWithDirectory": { + "message": "Fügen Sie einzelne Dateien in ein Verzeichnis ein, um deren Dateinamen zu erhalten.", + "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" + }, + "quickUpload_options_pinUpload": { + "message": "Heften Sie Dateien an, um diese während einer Garbagecollection in Ihrem IPFS-Repository zu behalten.", + "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" + }, + "page_proxyAcl_title": { + "message": "Berechtigungen verwalten", + "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" + }, + "page_proxyAcl_subtitle": { + "message": "Zeigen, ändern und verbieten Sie erteilte Zugriffsrechte für Ihre IPFS-Instanz.", + "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" + }, + "page_proxyAcl_no_perms": { + "message": "Keine Berechtigungen erteilt.", + "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" + }, + "page_proxyAcl_confirm_revoke": { + "message": "Berechtigung $PERMISSION$ für $SCOPE$ widerrufen?", + "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?", + "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" + }, + "page_proxyAcl_toggle_to_allow_button_title": { + "message": "Klicken zum Erlauben", + "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" + }, + "page_proxyAcl_toggle_to_deny_button_title": { + "message": "Klicken zum Verbieten", + "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" + }, + "page_proxyAcl_allow_button_value": { + "message": "Erlauben", + "description": "Button value for allow (page_proxyAcl_allow_button_value)" + }, + "page_proxyAcl_deny_button_value": { + "message": "Verbieten", + "description": "Button value for deny" + }, + "page_proxyAcl_revoke_button_title": { + "message": "$PERMISSION$ widerrufen", + "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" + }, + "page_proxyAccessDialog_title": { + "message": "$SCOPE$ den Zugang zu ipfs.$PERMISSION$ erlauben?", + "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" + }, + "page_proxyAccessDialog_wildcardCheckbox_label": { + "message": "Wende diese Entscheidung auf alle Berechtigungen in diesem Bereich an", + "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" + }, + "page_proxyAcl_revoke_all_button_title": { + "message": "Widerrufe alle Berechtigungen", + "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" + }, + "page_proxyAccessDialog_allowButton_text": { + "message": "Erlauben", + "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_proxyAccessDialog_denyButton_text": { + "message": "Verbieten", + "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" } - }, - "page_proxyAccessDialog_wildcardCheckbox_label": { - "message": "Wende diese Entscheidung auf alle Berechtigungen in diesem Bereich an", - "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" - }, - "page_proxyAcl_revoke_all_button_title": { - "message": "Widerrufe alle Berechtigungen", - "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" - }, - "page_proxyAccessDialog_allowButton_text": { - "message": "Erlauben", - "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" - }, - "page_proxyAccessDialog_denyButton_text": { - "message": "Verbieten", - "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" - } } \ No newline at end of file diff --git a/add-on/_locales/es/messages.json b/add-on/_locales/es/messages.json index 5b965e4aa..8f73eb747 100644 --- a/add-on/_locales/es/messages.json +++ b/add-on/_locales/es/messages.json @@ -1,495 +1,454 @@ { - "browserAction_title": { - "message": "Compañía IPFS", - "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" - }, - "panel_headerIpfsNodeIconLabel": { - "message": "IPFS Companion", - "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" - }, - "panel_headerActiveToggleTitle": { - "message": "Global toggle: activate or suspend all IPFS integrations", - "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" - }, - "panel_statusOffline": { - "message": "offline", - "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" - }, - "panel_statusGatewayAddress": { - "message": "Entrada", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" - }, - "panel_statusApiAddress": { - "message": "API", - "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" - }, - "panel_statusGatewayVersion": { - "message": "versión", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" - }, - "panel_statusSwarmPeers": { - "message": "Puertos", - "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" - }, - "panel_statusSwarmPeersTitle": { - "message": "La cantidad de otros nodos IPFS a los que se puede conectar", - "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" - }, - "panel_quickUpload": { - "message": "Compartir archivos a través de IPFS", - "description": "A menu item in Browser Action pop-up (panel_quickUpload)" - }, - "panel_openWebui": { - "message": "Abrir Ui Web", - "description": "A menu item in Browser Action pop-up (panel_openWebui)" - }, - "panel_openPreferences": { - "message": "Abrir preferencias", - "description": "A menu item in Browser Action pop-up (panel_openPreferences)" - }, - "panel_switchToCustomGateway": { - "message": "Cambiar a la entrada personalizada", - "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" - }, - "panel_switchToPublicGateway": { - "message": "Cambiar a la entrada publica", - "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" - }, - "panel_pinCurrentIpfsAddress": { - "message": "Marcar recursos de IPFS", - "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" - }, - "panel_unpinCurrentIpfsAddress": { - "message": "Desmarcar recursos de IPFS", - "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" - }, - "panelCopy_currentIpfsAddress": { - "message": "Copiar dirección canónica", - "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" - }, - "panel_copyCurrentPublicGwUrl": { - "message": "Copiar URL de la entrada publica", - "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" - }, - "pageAction_titleIpfsAtPublicGateway": { - "message": "IPFS resource loaded via Public Gateway", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" - }, - "pageAction_titleIpfsAtCustomGateway": { - "message": "IPFS resource loaded via Custom Gateway", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" - }, - "pageAction_titleNonIpfs": { - "message": "Non-IPFS resource", - "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" - }, - "contextMenu_AddToIpfsRawCid": { - "message": "Add to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" - }, - "contextMenu_AddToIpfsKeepFilename": { - "message": "Add to IPFS (Keep Filename)", - "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" - }, - "notify_addonIssueTitle": { - "message": "Añadir inconveniente de IPFS", - "description": "A title of system notification (notify_addonIssueTitle)" - }, - "notify_addonIssueMsg": { - "message": "Para más detalle ver la consola del navegador", - "description": "A message in system notification (notify_addonIssueMsg)" - }, - "notify_copiedPublicURLTitle": { - "message": "Copiar URL publico", - "description": "A title of system notification (notify_copiedPublicURLTitle)" - }, - "notify_copiedCanonicalAddressTitle": { - "message": "Copiar dirección canónica", - "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" - }, - "notify_pinnedIpfsResourceTitle": { - "message": "El recurso IPFS ahora está paralizado", - "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" - }, - "notify_unpinnedIpfsResourceTitle": { - "message": "Remover la marcación IPFS", - "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" - }, - "notify_pinErrorTitle": { - "message": "Error en el marcado del recurso de IPFS", - "description": "A title of system notification (notify_pinErrorTitle)" - }, - "notify_unpinErrorTitle": { - "message": "Error al marcar como eliminado el IPFS", - "description": "A title of system notification (notify_unpinErrorTitle)" - }, - "notify_apiOnlineTitle": { - "message": "El IPFS API está en linea", - "description": "A title of system notification (notify_apiOnlineTitle)" - }, - "notify_apiOnlineAutomaticModeMsg": { - "message": "Modo Automático: La entrada personalizada redirige el archivo", - "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" - }, - "notify_apiOfflineTitle": { - "message": "El API de IPFS está desconectado", - "description": "A title of system notification (notify_apiOfflineTitle)" - }, - "notify_apiOfflineAutomaticModeMsg": { - "message": "Modo Automático: Entrada Publica se usará como respaldo", - "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" - }, - "notify_uploadErrorTitle": { - "message": "No puede cargarse a través de la API de IPFS", - "description": "A title of system notification (notify_uploadErrorTitle)" - }, - "notify_uploadTrackingProtectionErrorMsg": { - "message": "Intente desactivar la protección de seguimiento (presionar ctrl+shift+j para más detalles)", - "description": "(notify_uploadTrackingProtectionErrorMsg)" - }, - "notify_inlineMsg": { - "message": "$MSG$", - "placeholders": { - "msg": { - "content": "$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)", - "placeholders": { - "error": { - "content": "$1" - } - }, - "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" - }, - "notify_startIpfsNodeErrorTitle": { - "message": "Failed to start IPFS node", - "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" - }, - "notify_stopIpfsNodeErrorTitle": { - "message": "Failed to stop IPFS node", - "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" - }, - "option_legend_readMore": { - "message": "Read more", - "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" - }, - "option_header_nodeType": { - "message": "Nodo de IPFS", - "description": "A section header on the Preferences screen (option_header_nodeType)" - }, - "option_ipfsNodeType_title": { - "message": "Tipo de nodo IPFS", - "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" - }, - "option_ipfsNodeType_external_description": { - "message": "External: connect to a node over HTTP API", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeType_embedded_description": { - "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeConfig_title": { - "message": "IPFS Node Config", - "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" - }, - "option_ipfsNodeConfig_description": { - "message": "Configuration for the embedded IPFS node. Must be valid JSON.", - "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" - }, - "option_ipfsNodeType_external": { - "message": "Externo", - "description": "An option on the Preferences screen (option_ipfsNodeType_external)" - }, - "option_ipfsNodeType_embedded": { - "message": "Insertado", - "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" - }, - "option_header_gateways": { - "message": "Entradas", - "description": "A section header on the Preferences screen (option_header_gateways)" - }, - "option_customGatewayUrl_title": { - "message": "Entrada Local Personalizada", - "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" - }, - "option_customGatewayUrl_description": { - "message": "URL de entrada HTTP2IPFS preferido", - "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" - }, - "option_useCustomGateway_title": { - "message": "Use entrada personalizada", - "description": "An option title on the Preferences screen (option_useCustomGateway_title)" - }, - "option_useCustomGateway_description": { - "message": "Redirigir las solicitudes de recursos de IPFS a la entrada personalizada", - "description": "An option description on the Preferences screen (option_useCustomGateway_description)" - }, - "option_publicGatewayUrl_title": { - "message": "Entrada Publica Predeterminada", - "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" - }, - "option_publicGatewayUrl_description": { - "message": "Recurra a usar el URL alternativo cuando la entrada personalizada no esté disponible para copiar enlaces compartibles", - "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" - }, - "option_header_api": { - "message": "API", - "description": "A section header on the Preferences screen (option_header_api)" - }, - "option_ipfsApiUrl_title": { - "message": "URL del API de IPFS", - "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" - }, - "option_ipfsApiUrl_description": { - "message": "Sugerencia: aquí es donde vive \/webUI", - "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" - }, - "option_ipfsApiPollMs_title": { - "message": "Intervalo de encuesta de estado", - "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" - }, - "option_ipfsApiPollMs_description": { - "message": "Con qué frecuencia se actualiza el conteo de puertos (en milisegundos)", - "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" - }, - "option_automaticMode_title": { - "message": "Modo Automático", - "description": "An option title on the Preferences screen (option_automaticMode_title)" - }, - "option_automaticMode_description": { - "message": "Alternar el uso de entradas personalizadas cuando cambia la disponibilidad de API de IPFS", - "description": "An option description on the Preferences screen (option_automaticMode_description)" - }, - "option_header_experiments": { - "message": "Experimentos", - "description": "A section header on the Preferences screen (option_header_experiments)" - }, - "option_experiments_warning": { - "message": "Tenga cuidado: estas funciones son nuevas o se encuentran en proceso. YMMV.", - "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" - }, - "option_displayNotifications_title": { - "message": "Habilitar notificaciones", - "description": "An option title on the Preferences screen (option_displayNotifications_title)" - }, - "option_displayNotifications_description": { - "message": "Muestra las notificaciones del sistema cuando el estado de la API cambia, se copia un enlace etc", - "description": "An option description on the Preferences screen (option_displayNotifications_description)" - }, - "option_catchUnhandledProtocols_title": { - "message": "Capturar Protocolos IPFS no gestionados", - "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" - }, - "option_catchUnhandledProtocols_description": { - "message": "Habilitar el soporte para pfs:\/\/$cid, ipns:\/\/$peerid y dweb:\/ipfs\/$cid por la normalización de enlaces y solicitudes con protocolos no controlados", - "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" - }, - "option_linkify_title": { - "message": "Linkify direcciones de IPFS", - "description": "An option title on the Preferences screen (option_linkify_title)" - }, - "option_linkify_description": { - "message": "Convertir texto plano \/ipfs\/ rutas de enlaces cliqueables", - "description": "An option description on the Preferences screen (option_linkify_description)" - }, - "option_dnslinkPolicy_title": { - "message": "DNSLink Support", - "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" - }, - "option_dnslinkPolicy_description": { - "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", - "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" - }, - "option_dnslinkPolicy_disabled": { - "message": "Off", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" - }, - "option_dnslinkPolicy_bestEffort": { - "message": "Check after HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" - }, - "option_dnslinkPolicy_enabled": { - "message": "Check before HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" - }, - "option_detectIpfsPathHeader_title": { - "message": "Detect X-Ipfs-Path Header", - "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" - }, - "option_detectIpfsPathHeader_description": { - "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", - "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" - }, - "option_ipfsProxy_title": { - "message": "window.ipfs", - "description": "An option title for enabling\/disabling the IPFS proxy (option_ipfsProxy_title)" - }, - "option_ipfsProxy_description": { - "message": "IPFS is added to the window object on every page. Enable\/disable access to the functions it exposes.", - "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" - }, - "option_ipfsProxy_link_manage_permissions": { - "message": "Manage permissions", - "description": "Link text for managing permissions" - }, - "option_preloadAtPublicGateway_title": { - "message": "Subida de carga previa", - "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" - }, - "option_preloadAtPublicGateway_description": { - "message": "Permite la carga previa automática de los activos subidos a través de una solicitud HTTP HEAD asíncrona a una entrada publica", - "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" - }, - "option_resetAllOptions_title": { - "message": "Restablecer Todo", - "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" - }, - "option_resetAllOptions_description": { - "message": "Reemplaza las preferencias del usuario por las predeterminadas (no se puede deshacer!)", - "description": "An option description on the Preferences screen (option_resetAllOptions_description)" - }, - "manifest_extensionName": { - "message": "Compañía IPFS", - "description": "Extension name in the Manifest file (manifest_extensionName)" - }, - "manifest_shortExtensionName": { - "message": "Compañía IPFS", - "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" - }, - "manifest_extensionDescription": { - "message": "Extensión del navegador que simplifica el acceso a los recursos de IPFS", - "description": "Extension description in the Manifest file (manifest_extensionDescription)" - }, - "quickUpload_subhead_peers": { - "message": "Conectado $PEERCOUNT$ a los puertos", - "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)", - "placeholders": { - "peerCount": { - "content": "$1" - } - } - }, - "quickUpload_pick_file_button": { - "message": "Escoja un archivo", - "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" - }, - "quickUpload_or": { - "message": "o", - "description": "seperates the pick a file button from the drop message (quickUpload_or)" - }, - "quickUpload_drop_it_here": { - "message": "soltarlo aquí para compartir", - "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" - }, - "quickUpload_state_uploading": { - "message": "Upload in progress..", - "description": "Status label on the share files page (quickUpload_state_uploading)" - }, - "quickUpload_state_buffering": { - "message": "(buffering, please wait)", - "description": "Status label on the share files page (quickUpload_state_buffering)" - }, - "quickUpload_options_show": { - "message": "upload options", - "description": "Button on the share files page (quickUpload_options_show)" - }, - "quickUpload_options_wrapWithDirectory": { - "message": "Wrap single files in a directory to preserve their filenames.", - "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" - }, - "quickUpload_options_pinUpload": { - "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", - "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" - }, - "page_proxyAcl_title": { - "message": "Manage Permissions", - "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" - }, - "page_proxyAcl_subtitle": { - "message": "View, change and revoke granted access rights to your IPFS instance.", - "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" - }, - "page_proxyAcl_no_perms": { - "message": "No permissions granted.", - "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" - } - } - }, - "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" - } - } - }, - "page_proxyAcl_toggle_to_allow_button_title": { - "message": "Click to allow", - "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" - }, - "page_proxyAcl_toggle_to_deny_button_title": { - "message": "Click to deny", - "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" - }, - "page_proxyAcl_allow_button_value": { - "message": "Allow", - "description": "Button value for allow (page_proxyAcl_allow_button_value)" - }, - "page_proxyAcl_deny_button_value": { - "message": "Deny", - "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" - } - } - }, - "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" - } + "browserAction_title": { + "message": "Compañía IPFS", + "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" + }, + "panel_headerIpfsNodeIconLabel": { + "message": "Compañía IPFS", + "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" + }, + "panel_headerActiveToggleTitle": { + "message": "Global toggle: activate or suspend all IPFS integrations", + "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" + }, + "panel_statusOffline": { + "message": "offline", + "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" + }, + "panel_statusGatewayAddress": { + "message": "Entrada", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" + }, + "panel_statusApiAddress": { + "message": "API", + "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" + }, + "panel_statusGatewayVersion": { + "message": "versión", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" + }, + "panel_statusSwarmPeers": { + "message": "Puertos", + "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" + }, + "panel_statusSwarmPeersTitle": { + "message": "La cantidad de otros nodos IPFS a los que se puede conectar", + "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" + }, + "panel_quickUpload": { + "message": "Compartir archivos a través de IPFS", + "description": "A menu item in Browser Action pop-up (panel_quickUpload)" + }, + "panel_openWebui": { + "message": "Abrir Ui Web", + "description": "A menu item in Browser Action pop-up (panel_openWebui)" + }, + "panel_openPreferences": { + "message": "Abrir preferencias", + "description": "A menu item in Browser Action pop-up (panel_openPreferences)" + }, + "panel_switchToCustomGateway": { + "message": "Cambiar a la entrada personalizada", + "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" + }, + "panel_switchToPublicGateway": { + "message": "Cambiar a la entrada publica", + "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" + }, + "panel_pinCurrentIpfsAddress": { + "message": "Marcar recursos de IPFS", + "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" + }, + "panel_unpinCurrentIpfsAddress": { + "message": "Desmarcar recursos de IPFS", + "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" + }, + "panelCopy_currentIpfsAddress": { + "message": "Copiar dirección canónica", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" + }, + "panel_copyCurrentPublicGwUrl": { + "message": "Copiar URL de la entrada publica", + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" + }, + "pageAction_titleIpfsAtPublicGateway": { + "message": "IPFS resource loaded via Public Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" + }, + "pageAction_titleIpfsAtCustomGateway": { + "message": "IPFS resource loaded via Custom Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" + }, + "pageAction_titleNonIpfs": { + "message": "Non-IPFS resource", + "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" + }, + "contextMenu_AddToIpfsRawCid": { + "message": "Add to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsKeepFilename": { + "message": "Add to IPFS (Keep Filename)", + "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" + }, + "notify_addonIssueTitle": { + "message": "Añadir inconveniente de IPFS", + "description": "A title of system notification (notify_addonIssueTitle)" + }, + "notify_addonIssueMsg": { + "message": "Para más detalle ver la consola del navegador", + "description": "A message in system notification (notify_addonIssueMsg)" + }, + "notify_copiedPublicURLTitle": { + "message": "Copiar URL publico", + "description": "A title of system notification (notify_copiedPublicURLTitle)" + }, + "notify_copiedCanonicalAddressTitle": { + "message": "Copiar dirección canónica", + "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" + }, + "notify_pinnedIpfsResourceTitle": { + "message": "El recurso IPFS ahora está paralizado", + "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" + }, + "notify_unpinnedIpfsResourceTitle": { + "message": "Remover la marcación IPFS", + "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" + }, + "notify_pinErrorTitle": { + "message": "Error en el marcado del recurso de IPFS", + "description": "A title of system notification (notify_pinErrorTitle)" + }, + "notify_unpinErrorTitle": { + "message": "Error al marcar como eliminado el IPFS", + "description": "A title of system notification (notify_unpinErrorTitle)" + }, + "notify_apiOnlineTitle": { + "message": "El IPFS API está en linea", + "description": "A title of system notification (notify_apiOnlineTitle)" + }, + "notify_apiOnlineAutomaticModeMsg": { + "message": "Modo Automático: La entrada personalizada redirige el archivo", + "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" + }, + "notify_apiOfflineTitle": { + "message": "El API de IPFS está desconectado", + "description": "A title of system notification (notify_apiOfflineTitle)" + }, + "notify_apiOfflineAutomaticModeMsg": { + "message": "Modo Automático: Entrada Publica se usará como respaldo", + "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" + }, + "notify_uploadErrorTitle": { + "message": "No puede cargarse a través de la API de IPFS", + "description": "A title of system notification (notify_uploadErrorTitle)" + }, + "notify_uploadTrackingProtectionErrorMsg": { + "message": "Intente desactivar la protección de seguimiento (presionar ctrl+shift+j para más detalles)", + "description": "(notify_uploadTrackingProtectionErrorMsg)" + }, + "notify_inlineMsg": { + "message": "$MSG$", + "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" + }, + "notify_inlineErrorMsg": { + "message": "$ERROR$ (presionar ctrl+shift+j para más detalles)", + "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" + }, + "notify_startIpfsNodeErrorTitle": { + "message": "Failed to start IPFS node", + "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" + }, + "notify_stopIpfsNodeErrorTitle": { + "message": "Failed to stop IPFS node", + "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" + }, + "option_legend_readMore": { + "message": "Read more", + "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" + }, + "option_header_nodeType": { + "message": "Nodo de IPFS", + "description": "A section header on the Preferences screen (option_header_nodeType)" + }, + "option_ipfsNodeType_title": { + "message": "Tipo de nodo IPFS", + "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" + }, + "option_ipfsNodeType_external_description": { + "message": "External: connect to a node over HTTP API", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeType_embedded_description": { + "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeConfig_title": { + "message": "IPFS Node Config", + "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" + }, + "option_ipfsNodeConfig_description": { + "message": "Configuration for the embedded IPFS node. Must be valid JSON.", + "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" + }, + "option_ipfsNodeType_external": { + "message": "Externo", + "description": "An option on the Preferences screen (option_ipfsNodeType_external)" + }, + "option_ipfsNodeType_embedded": { + "message": "Insertado", + "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" + }, + "option_header_gateways": { + "message": "Entradas", + "description": "A section header on the Preferences screen (option_header_gateways)" + }, + "option_customGatewayUrl_title": { + "message": "Entrada Local Personalizada", + "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" + }, + "option_customGatewayUrl_description": { + "message": "URL de entrada HTTP2IPFS preferido", + "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" + }, + "option_useCustomGateway_title": { + "message": "Use entrada personalizada", + "description": "An option title on the Preferences screen (option_useCustomGateway_title)" + }, + "option_useCustomGateway_description": { + "message": "Redirigir las solicitudes de recursos de IPFS a la entrada personalizada", + "description": "An option description on the Preferences screen (option_useCustomGateway_description)" + }, + "option_publicGatewayUrl_title": { + "message": "Entrada Publica Predeterminada", + "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" + }, + "option_publicGatewayUrl_description": { + "message": "Recurra a usar el URL alternativo cuando la entrada personalizada no esté disponible para copiar enlaces compartibles", + "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" + }, + "option_header_api": { + "message": "API", + "description": "A section header on the Preferences screen (option_header_api)" + }, + "option_ipfsApiUrl_title": { + "message": "URL del API de IPFS", + "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" + }, + "option_ipfsApiUrl_description": { + "message": "Sugerencia: aquí es donde vive /webUI", + "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" + }, + "option_ipfsApiPollMs_title": { + "message": "Intervalo de encuesta de estado", + "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" + }, + "option_ipfsApiPollMs_description": { + "message": "Con qué frecuencia se actualiza el conteo de puertos (en milisegundos)", + "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" + }, + "option_automaticMode_title": { + "message": "Modo Automático", + "description": "An option title on the Preferences screen (option_automaticMode_title)" + }, + "option_automaticMode_description": { + "message": "Alternar el uso de entradas personalizadas cuando cambia la disponibilidad de API de IPFS", + "description": "An option description on the Preferences screen (option_automaticMode_description)" + }, + "option_header_experiments": { + "message": "Experimentos", + "description": "A section header on the Preferences screen (option_header_experiments)" + }, + "option_experiments_warning": { + "message": "Tenga cuidado: estas funciones son nuevas o se encuentran en proceso. YMMV.", + "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" + }, + "option_displayNotifications_title": { + "message": "Habilitar notificaciones", + "description": "An option title on the Preferences screen (option_displayNotifications_title)" + }, + "option_displayNotifications_description": { + "message": "Muestra las notificaciones del sistema cuando el estado de la API cambia, se copia un enlace etc", + "description": "An option description on the Preferences screen (option_displayNotifications_description)" + }, + "option_catchUnhandledProtocols_title": { + "message": "Capturar Protocolos IPFS no gestionados", + "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" + }, + "option_catchUnhandledProtocols_description": { + "message": "Habilitar el soporte para pfs://$cid, ipns://$peerid y dweb:/ipfs/$cid por la normalización de enlaces y solicitudes con protocolos no controlados", + "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" + }, + "option_linkify_title": { + "message": "Linkify direcciones de IPFS", + "description": "An option title on the Preferences screen (option_linkify_title)" + }, + "option_linkify_description": { + "message": "Convertir texto plano /ipfs/ rutas de enlaces cliqueables", + "description": "An option description on the Preferences screen (option_linkify_description)" + }, + "option_dnslinkPolicy_title": { + "message": "DNSLink Support", + "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" + }, + "option_dnslinkPolicy_description": { + "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", + "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" + }, + "option_dnslinkPolicy_disabled": { + "message": "Off", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" + }, + "option_dnslinkPolicy_bestEffort": { + "message": "Check after HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" + }, + "option_dnslinkPolicy_enabled": { + "message": "Check before HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" + }, + "option_detectIpfsPathHeader_title": { + "message": "Detect X-Ipfs-Path Header", + "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" + }, + "option_detectIpfsPathHeader_description": { + "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", + "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" + }, + "option_ipfsProxy_title": { + "message": "window.ipfs", + "description": "An option title for enabling/disabling the IPFS proxy (option_ipfsProxy_title)" + }, + "option_ipfsProxy_description": { + "message": "IPFS is added to the window object on every page. Enable/disable access to the functions it exposes.", + "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" + }, + "option_ipfsProxy_link_manage_permissions": { + "message": "Manage permissions", + "description": "Link text for managing permissions" + }, + "option_preloadAtPublicGateway_title": { + "message": "Subida de carga previa", + "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" + }, + "option_preloadAtPublicGateway_description": { + "message": "Permite la carga previa automática de los activos subidos a través de una solicitud HTTP HEAD asíncrona a una entrada publica", + "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" + }, + "option_resetAllOptions_title": { + "message": "Restablecer Todo", + "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" + }, + "option_resetAllOptions_description": { + "message": "Reemplaza las preferencias del usuario por las predeterminadas (no se puede deshacer!)", + "description": "An option description on the Preferences screen (option_resetAllOptions_description)" + }, + "manifest_extensionName": { + "message": "Compañía IPFS", + "description": "Extension name in the Manifest file (manifest_extensionName)" + }, + "manifest_shortExtensionName": { + "message": "Compañía IPFS", + "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" + }, + "manifest_extensionDescription": { + "message": "Extensión del navegador que simplifica el acceso a los recursos de IPFS", + "description": "Extension description in the Manifest file (manifest_extensionDescription)" + }, + "quickUpload_subhead_peers": { + "message": "Conectado $PEERCOUNT$ a los puertos", + "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" + }, + "quickUpload_pick_file_button": { + "message": "Escoja un archivo", + "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" + }, + "quickUpload_or": { + "message": "o", + "description": "seperates the pick a file button from the drop message (quickUpload_or)" + }, + "quickUpload_drop_it_here": { + "message": "soltarlo aquí para compartir", + "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" + }, + "quickUpload_state_uploading": { + "message": "Upload in progress..", + "description": "Status label on the share files page (quickUpload_state_uploading)" + }, + "quickUpload_state_buffering": { + "message": "(buffering, please wait)", + "description": "Status label on the share files page (quickUpload_state_buffering)" + }, + "quickUpload_options_show": { + "message": "upload options", + "description": "Button on the share files page (quickUpload_options_show)" + }, + "quickUpload_options_wrapWithDirectory": { + "message": "Wrap single files in a directory to preserve their filenames.", + "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" + }, + "quickUpload_options_pinUpload": { + "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", + "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" + }, + "page_proxyAcl_title": { + "message": "Manage Permissions", + "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" + }, + "page_proxyAcl_subtitle": { + "message": "View, change and revoke granted access rights to your IPFS instance.", + "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" + }, + "page_proxyAcl_no_perms": { + "message": "No permissions granted.", + "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)" + }, + "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)" + }, + "page_proxyAcl_toggle_to_allow_button_title": { + "message": "Click to allow", + "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" + }, + "page_proxyAcl_toggle_to_deny_button_title": { + "message": "Click to deny", + "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" + }, + "page_proxyAcl_allow_button_value": { + "message": "Allow", + "description": "Button value for allow (page_proxyAcl_allow_button_value)" + }, + "page_proxyAcl_deny_button_value": { + "message": "Deny", + "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)" + }, + "page_proxyAccessDialog_title": { + "message": "Allow $SCOPE$ to access ipfs.$PERMISSION$?", + "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", + "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" + }, + "page_proxyAcl_revoke_all_button_title": { + "message": "Revoke all permissions", + "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" + }, + "page_proxyAccessDialog_allowButton_text": { + "message": "Allow", + "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_proxyAccessDialog_denyButton_text": { + "message": "Deny", + "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" } - }, - "page_proxyAccessDialog_wildcardCheckbox_label": { - "message": "Apply this decision to all permissions in this scope", - "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" - }, - "page_proxyAcl_revoke_all_button_title": { - "message": "Revoke all permissions", - "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" - }, - "page_proxyAccessDialog_allowButton_text": { - "message": "Allow", - "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" - }, - "page_proxyAccessDialog_denyButton_text": { - "message": "Deny", - "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" - } } \ No newline at end of file diff --git a/add-on/_locales/fr/messages.json b/add-on/_locales/fr/messages.json index 6774f9f7a..5c48be8d5 100644 --- a/add-on/_locales/fr/messages.json +++ b/add-on/_locales/fr/messages.json @@ -1,495 +1,454 @@ { - "browserAction_title": { - "message": "Compagnon IPFS", - "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" - }, - "panel_headerIpfsNodeIconLabel": { - "message": "Noeuds IPFS", - "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" - }, - "panel_headerActiveToggleTitle": { - "message": "Globale action: activer ou suspendre tout les intégrations IPFS", - "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" - }, - "panel_statusOffline": { - "message": "hors ligne", - "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" - }, - "panel_statusGatewayAddress": { - "message": "routeur", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" - }, - "panel_statusApiAddress": { - "message": "API", - "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" - }, - "panel_statusGatewayVersion": { - "message": "version", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" - }, - "panel_statusSwarmPeers": { - "message": "essaim de pairs", - "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" - }, - "panel_statusSwarmPeersTitle": { - "message": "Le nombre d'autres noeuds IPFS auquel vous pouvez vous connecter", - "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" - }, - "panel_quickUpload": { - "message": "Dépôt rapide", - "description": "A menu item in Browser Action pop-up (panel_quickUpload)" - }, - "panel_openWebui": { - "message": "Ouvrir l'interface web", - "description": "A menu item in Browser Action pop-up (panel_openWebui)" - }, - "panel_openPreferences": { - "message": "Ouvrir les préférences", - "description": "A menu item in Browser Action pop-up (panel_openPreferences)" - }, - "panel_switchToCustomGateway": { - "message": "Changer pour une passerelle personnalisée", - "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" - }, - "panel_switchToPublicGateway": { - "message": "Changer pour une passerelle publique", - "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" - }, - "panel_pinCurrentIpfsAddress": { - "message": "Epingler la ressource IPFS", - "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" - }, - "panel_unpinCurrentIpfsAddress": { - "message": "Désépingler la ressource IPFS", - "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" - }, - "panelCopy_currentIpfsAddress": { - "message": "Copier l’adresse canonique", - "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" - }, - "panel_copyCurrentPublicGwUrl": { - "message": "Copier URL de la passerelle publique", - "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" - }, - "pageAction_titleIpfsAtPublicGateway": { - "message": "Ressource IPFS chargée par un passerelle publique", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" - }, - "pageAction_titleIpfsAtCustomGateway": { - "message": " Ressource IPFS chargée via passerelle personnalisée", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" - }, - "pageAction_titleNonIpfs": { - "message": "Ressource non IPFS", - "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" - }, - "contextMenu_AddToIpfsRawCid": { - "message": "Ajouter à IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" - }, - "contextMenu_AddToIpfsKeepFilename": { - "message": "Ajouter à IPFS (garder le nom de fichier)", - "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" - }, - "notify_addonIssueTitle": { - "message": "Erreur gadget IPFS", - "description": "A title of system notification (notify_addonIssueTitle)" - }, - "notify_addonIssueMsg": { - "message": "Regarder la console du navigateur pour plus de détails", - "description": "A message in system notification (notify_addonIssueMsg)" - }, - "notify_copiedPublicURLTitle": { - "message": "Publique URL copié", - "description": "A title of system notification (notify_copiedPublicURLTitle)" - }, - "notify_copiedCanonicalAddressTitle": { - "message": "Adresse canonique copié", - "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" - }, - "notify_pinnedIpfsResourceTitle": { - "message": "Ressource IPFS désépinglé", - "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" - }, - "notify_unpinnedIpfsResourceTitle": { - "message": "Epingle IPFS supprimé", - "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" - }, - "notify_pinErrorTitle": { - "message": "Erreur survenu pendant épinglage de la Ressource IPFS", - "description": "A title of system notification (notify_pinErrorTitle)" - }, - "notify_unpinErrorTitle": { - "message": "Erreur survenu pendant la suppression de l'épingle IPFS", - "description": "A title of system notification (notify_unpinErrorTitle)" - }, - "notify_apiOnlineTitle": { - "message": "API IPFS est en ligne", - "description": "A title of system notification (notify_apiOnlineTitle)" - }, - "notify_apiOnlineAutomaticModeMsg": { - "message": "Mode automatique: redirection personnalisé du routeur est activé", - "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" - }, - "notify_apiOfflineTitle": { - "message": "API IPFS hors ligne", - "description": "A title of system notification (notify_apiOfflineTitle)" - }, - "notify_apiOfflineAutomaticModeMsg": { - "message": "Mode automatique: le routeur publique sera utilisé en cas d'erreur", - "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" - }, - "notify_uploadErrorTitle": { - "message": "Désactiver le dépôt via l'API IPFS", - "description": "A title of system notification (notify_uploadErrorTitle)" - }, - "notify_uploadTrackingProtectionErrorMsg": { - "message": "Essayer de désactivé la protection contre le tracking ( appuyer sur ctrl + j pour plus de détails)", - "description": "(notify_uploadTrackingProtectionErrorMsg)" - }, - "notify_inlineMsg": { - "message": "$MSG$", - "placeholders": { - "msg": { - "content": "$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)", - "placeholders": { - "error": { - "content": "$1" - } - }, - "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" - }, - "notify_startIpfsNodeErrorTitle": { - "message": "Échec pour démarré le noeuds IPFS", - "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" - }, - "notify_stopIpfsNodeErrorTitle": { - "message": "Échec pour stopper noeuds IPFS", - "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" - }, - "option_legend_readMore": { - "message": "En savoir plus", - "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" - }, - "option_header_nodeType": { - "message": "Nœud IPFS", - "description": "A section header on the Preferences screen (option_header_nodeType)" - }, - "option_ipfsNodeType_title": { - "message": "Type du nœud IPFS", - "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" - }, - "option_ipfsNodeType_external_description": { - "message": "Externe (suggérer): connexion à un nœud au-dessus de HTTP.", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeType_embedded_description": { - "message": "Embarqué (expérimentale): lance un nœud js-ipfs dans votre navigateur.", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeConfig_title": { - "message": "Noeuds IPFS configuration", - "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" - }, - "option_ipfsNodeConfig_description": { - "message": "Configuration pour le noeuds IPFS embarqué. Le JSON doit être valide.", - "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" - }, - "option_ipfsNodeType_external": { - "message": "Externe", - "description": "An option on the Preferences screen (option_ipfsNodeType_external)" - }, - "option_ipfsNodeType_embedded": { - "message": "Embarqué", - "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" - }, - "option_header_gateways": { - "message": "Passerelle", - "description": "A section header on the Preferences screen (option_header_gateways)" - }, - "option_customGatewayUrl_title": { - "message": "Passerelle locale personnalisée", - "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" - }, - "option_customGatewayUrl_description": { - "message": "URL de la passerelle préférentielles HTTP2IPFS", - "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" - }, - "option_useCustomGateway_title": { - "message": "Utiliser une passerelle personnalisée", - "description": "An option title on the Preferences screen (option_useCustomGateway_title)" - }, - "option_useCustomGateway_description": { - "message": "Rediriger les demandes faites à la passerelles public vers la passerelle personnalisée", - "description": "An option description on the Preferences screen (option_useCustomGateway_description)" - }, - "option_publicGatewayUrl_title": { - "message": "Passerelle publique par défaut", - "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" - }, - "option_publicGatewayUrl_description": { - "message": "URL de secours utilisé lorsque passerelle personnalisée n’est pas disponible et pour copier les liens partageables", - "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" - }, - "option_header_api": { - "message": "API", - "description": "A section header on the Preferences screen (option_header_api)" - }, - "option_ipfsApiUrl_title": { - "message": "IPI API URL", - "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" - }, - "option_ipfsApiUrl_description": { - "message": "Astuce : où se trouve la webui", - "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" - }, - "option_ipfsApiPollMs_title": { - "message": "Intervalle d’interrogation du statut", - "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" - }, - "option_ipfsApiPollMs_description": { - "message": "Combien de fois la compte des pairs est actualisé (en millisecondes)", - "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" - }, - "option_automaticMode_title": { - "message": "Mode automatique", - "description": "An option title on the Preferences screen (option_automaticMode_title)" - }, - "option_automaticMode_description": { - "message": "Activer\/désactiver utilisation de la passerelle personalisée lors de changements de disponibilité de CIP API", - "description": "An option description on the Preferences screen (option_automaticMode_description)" - }, - "option_header_experiments": { - "message": "Expérience", - "description": "A section header on the Preferences screen (option_header_experiments)" - }, - "option_experiments_warning": { - "message": "ATTENTION : ces caractéristiques sont nouvelles ou en cours de développement. YMMV.", - "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" - }, - "option_displayNotifications_title": { - "message": "Activer les Notifications", - "description": "An option title on the Preferences screen (option_displayNotifications_title)" - }, - "option_displayNotifications_description": { - "message": "Affiche les notifications système lorsque API changements d’État, un lien est copié etc", - "description": "An option description on the Preferences screen (option_displayNotifications_description)" - }, - "option_catchUnhandledProtocols_title": { - "message": "Attraper les erreurs non gérées par IPFS", - "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" - }, - "option_catchUnhandledProtocols_description": { - "message": "Active le support ipfs:\/\/$cid, ipns:\/\/$peerid et dweb:\/ipfs\/$cid en normalisant les liens et demandes faits avec des protocoles non gérées", - "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" - }, - "option_linkify_title": { - "message": "Rendre un lien avec une adresse IPFS", - "description": "An option title on the Preferences screen (option_linkify_title)" - }, - "option_linkify_description": { - "message": "Transformer les chemins de \/ipfs\/ de texte brut en liens cliquables", - "description": "An option description on the Preferences screen (option_linkify_description)" - }, - "option_dnslinkPolicy_title": { - "message": "DNSLink Support", - "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" - }, - "option_dnslinkPolicy_description": { - "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", - "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" - }, - "option_dnslinkPolicy_disabled": { - "message": "Off", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" - }, - "option_dnslinkPolicy_bestEffort": { - "message": "Check after HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" - }, - "option_dnslinkPolicy_enabled": { - "message": "Check before HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" - }, - "option_detectIpfsPathHeader_title": { - "message": "Detect X-Ipfs-Path Header", - "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" - }, - "option_detectIpfsPathHeader_description": { - "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", - "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" - }, - "option_ipfsProxy_title": { - "message": "window.ipfs", - "description": "An option title for enabling\/disabling the IPFS proxy (option_ipfsProxy_title)" - }, - "option_ipfsProxy_description": { - "message": "IPFS est ajouté à votre objet fenêtre sur tous vos page. Activer\/Désactivé accès à la fonction qui expose cela.", - "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" - }, - "option_ipfsProxy_link_manage_permissions": { - "message": "Gérer les permissions", - "description": "Link text for managing permissions" - }, - "option_preloadAtPublicGateway_title": { - "message": "Précharger les uploads", - "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" - }, - "option_preloadAtPublicGateway_description": { - "message": "Activer le préchargement des actifs uploadés via une requête HTTP HEAD asynchrone à une passerelle publique", - "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" - }, - "option_resetAllOptions_title": { - "message": "Tout supprimer", - "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" - }, - "option_resetAllOptions_description": { - "message": "Remplace les préférences utilisateur par défaut (ne peut être annulée !)", - "description": "An option description on the Preferences screen (option_resetAllOptions_description)" - }, - "manifest_extensionName": { - "message": "Compagnon IPFS", - "description": "Extension name in the Manifest file (manifest_extensionName)" - }, - "manifest_shortExtensionName": { - "message": "Compagnon IPFS", - "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" - }, - "manifest_extensionDescription": { - "message": "Extension de navigateur qui simplifie l’accès aux ressources de IPFS", - "description": "Extension description in the Manifest file (manifest_extensionDescription)" - }, - "quickUpload_subhead_peers": { - "message": "Connecté à $PEERCOUNT$ paires", - "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)", - "placeholders": { - "peerCount": { - "content": "$1" - } - } - }, - "quickUpload_pick_file_button": { - "message": "Choisissez un fichier", - "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" - }, - "quickUpload_or": { - "message": "ou", - "description": "seperates the pick a file button from the drop message (quickUpload_or)" - }, - "quickUpload_drop_it_here": { - "message": "déposez-le ici pour partager", - "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" - }, - "quickUpload_state_uploading": { - "message": "Envoi en cours..", - "description": "Status label on the share files page (quickUpload_state_uploading)" - }, - "quickUpload_state_buffering": { - "message": "(mise en mémoire tampon, veuillez patienter)", - "description": "Status label on the share files page (quickUpload_state_buffering)" - }, - "quickUpload_options_show": { - "message": "options d'envois", - "description": "Button on the share files page (quickUpload_options_show)" - }, - "quickUpload_options_wrapWithDirectory": { - "message": "Envelopper les fichiers uniques dans un répertoire pour conserver leurs noms de fichiers.", - "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" - }, - "quickUpload_options_pinUpload": { - "message": "Épingler des fichiers permet de les retenir dans le gestionnaire de collections de votre dépôt IPFS.", - "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" - }, - "page_proxyAcl_title": { - "message": "Gérer les Permissions", - "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" - }, - "page_proxyAcl_subtitle": { - "message": "Voir, changer et révoquer l'autorisation d'accès a l'instance IPFS.", - "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" - }, - "page_proxyAcl_no_perms": { - "message": "Aucune autorisation accordée.", - "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$?", - "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)", - "placeholders": { - "permission": { - "content": "$1" - }, - "scope": { - "content": "$2" - } - } - }, - "page_proxyAcl_confirm_revoke_all": { - "message": "Révoquer toutes les permissions pour $SCOPE$?", - "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)", - "placeholders": { - "scope": { - "content": "$1" - } - } - }, - "page_proxyAcl_toggle_to_allow_button_title": { - "message": "Cliquer pour autoriser", - "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" - }, - "page_proxyAcl_toggle_to_deny_button_title": { - "message": "Cliquer pour refuser", - "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" - }, - "page_proxyAcl_allow_button_value": { - "message": "Autoriser", - "description": "Button value for allow (page_proxyAcl_allow_button_value)" - }, - "page_proxyAcl_deny_button_value": { - "message": "Refuser", - "description": "Button value for deny" - }, - "page_proxyAcl_revoke_button_title": { - "message": "Révoquer $PERMISSION$", - "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)", - "placeholders": { - "permission": { - "content": "$1" - } - } - }, - "page_proxyAccessDialog_title": { - "message": "Autorisé $SCOPE$ à accéder ipfs.$PERMISSION$ ?", - "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)", - "placeholders": { - "scope": { - "content": "$1" - }, - "permission": { - "content": "$2" - } + "browserAction_title": { + "message": "Compagnon IPFS", + "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" + }, + "panel_headerIpfsNodeIconLabel": { + "message": "Noeuds IPFS", + "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" + }, + "panel_headerActiveToggleTitle": { + "message": "Globale action: activer ou suspendre tout les intégrations IPFS", + "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" + }, + "panel_statusOffline": { + "message": "hors ligne", + "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" + }, + "panel_statusGatewayAddress": { + "message": "routeur", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" + }, + "panel_statusApiAddress": { + "message": "API", + "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" + }, + "panel_statusGatewayVersion": { + "message": "version", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" + }, + "panel_statusSwarmPeers": { + "message": "essaim de pairs", + "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" + }, + "panel_statusSwarmPeersTitle": { + "message": "Le nombre d'autres noeuds IPFS auquel vous pouvez vous connecter", + "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" + }, + "panel_quickUpload": { + "message": "Dépôt rapide", + "description": "A menu item in Browser Action pop-up (panel_quickUpload)" + }, + "panel_openWebui": { + "message": "Ouvrir l'interface web", + "description": "A menu item in Browser Action pop-up (panel_openWebui)" + }, + "panel_openPreferences": { + "message": "Ouvrir les préférences", + "description": "A menu item in Browser Action pop-up (panel_openPreferences)" + }, + "panel_switchToCustomGateway": { + "message": "Changer pour une passerelle personnalisée", + "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" + }, + "panel_switchToPublicGateway": { + "message": "Changer pour une passerelle publique", + "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" + }, + "panel_pinCurrentIpfsAddress": { + "message": "Epingler la ressource IPFS", + "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" + }, + "panel_unpinCurrentIpfsAddress": { + "message": "Désépingler la ressource IPFS", + "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" + }, + "panelCopy_currentIpfsAddress": { + "message": "Copier l’adresse canonique", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" + }, + "panel_copyCurrentPublicGwUrl": { + "message": "Copier URL de la passerelle publique", + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" + }, + "pageAction_titleIpfsAtPublicGateway": { + "message": "Ressource IPFS chargée par un passerelle publique", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" + }, + "pageAction_titleIpfsAtCustomGateway": { + "message": " Ressource IPFS chargée via passerelle personnalisée", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" + }, + "pageAction_titleNonIpfs": { + "message": "Ressource non IPFS", + "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" + }, + "contextMenu_AddToIpfsRawCid": { + "message": "Ajouter à IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsKeepFilename": { + "message": "Ajouter à IPFS (garder le nom de fichier)", + "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" + }, + "notify_addonIssueTitle": { + "message": "Erreur gadget IPFS", + "description": "A title of system notification (notify_addonIssueTitle)" + }, + "notify_addonIssueMsg": { + "message": "Regarder la console du navigateur pour plus de détails", + "description": "A message in system notification (notify_addonIssueMsg)" + }, + "notify_copiedPublicURLTitle": { + "message": "Publique URL copié", + "description": "A title of system notification (notify_copiedPublicURLTitle)" + }, + "notify_copiedCanonicalAddressTitle": { + "message": "Adresse canonique copié", + "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" + }, + "notify_pinnedIpfsResourceTitle": { + "message": "Ressource IPFS désépinglé", + "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" + }, + "notify_unpinnedIpfsResourceTitle": { + "message": "Epingle IPFS supprimé", + "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" + }, + "notify_pinErrorTitle": { + "message": "Erreur survenu pendant épinglage de la Ressource IPFS", + "description": "A title of system notification (notify_pinErrorTitle)" + }, + "notify_unpinErrorTitle": { + "message": "Erreur survenu pendant la suppression de l'épingle IPFS", + "description": "A title of system notification (notify_unpinErrorTitle)" + }, + "notify_apiOnlineTitle": { + "message": "API IPFS est en ligne", + "description": "A title of system notification (notify_apiOnlineTitle)" + }, + "notify_apiOnlineAutomaticModeMsg": { + "message": "Mode automatique: redirection personnalisé du routeur est activé", + "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" + }, + "notify_apiOfflineTitle": { + "message": "API IPFS hors ligne", + "description": "A title of system notification (notify_apiOfflineTitle)" + }, + "notify_apiOfflineAutomaticModeMsg": { + "message": "Mode automatique: le routeur publique sera utilisé en cas d'erreur", + "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" + }, + "notify_uploadErrorTitle": { + "message": "Désactiver le dépôt via l'API IPFS", + "description": "A title of system notification (notify_uploadErrorTitle)" + }, + "notify_uploadTrackingProtectionErrorMsg": { + "message": "Essayer de désactivé la protection contre le tracking ( appuyer sur ctrl + j pour plus de détails)", + "description": "(notify_uploadTrackingProtectionErrorMsg)" + }, + "notify_inlineMsg": { + "message": "$MSG$", + "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)", + "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" + }, + "notify_startIpfsNodeErrorTitle": { + "message": "Échec pour démarré le noeuds IPFS", + "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" + }, + "notify_stopIpfsNodeErrorTitle": { + "message": "Échec pour stopper noeuds IPFS", + "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" + }, + "option_legend_readMore": { + "message": "En savoir plus", + "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" + }, + "option_header_nodeType": { + "message": "Nœud IPFS", + "description": "A section header on the Preferences screen (option_header_nodeType)" + }, + "option_ipfsNodeType_title": { + "message": "Type du nœud IPFS", + "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" + }, + "option_ipfsNodeType_external_description": { + "message": "Externe (suggérer): connexion à un nœud au-dessus de HTTP.", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeType_embedded_description": { + "message": "Embarqué (expérimentale): lance un nœud js-ipfs dans votre navigateur.", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeConfig_title": { + "message": "Noeuds IPFS configuration", + "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" + }, + "option_ipfsNodeConfig_description": { + "message": "Configuration pour le noeuds IPFS embarqué. Le JSON doit être valide.", + "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" + }, + "option_ipfsNodeType_external": { + "message": "Externe", + "description": "An option on the Preferences screen (option_ipfsNodeType_external)" + }, + "option_ipfsNodeType_embedded": { + "message": "Embarqué", + "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" + }, + "option_header_gateways": { + "message": "Passerelle", + "description": "A section header on the Preferences screen (option_header_gateways)" + }, + "option_customGatewayUrl_title": { + "message": "Passerelle locale personnalisée", + "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" + }, + "option_customGatewayUrl_description": { + "message": "URL de la passerelle préférentielles HTTP2IPFS", + "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" + }, + "option_useCustomGateway_title": { + "message": "Utiliser une passerelle personnalisée", + "description": "An option title on the Preferences screen (option_useCustomGateway_title)" + }, + "option_useCustomGateway_description": { + "message": "Rediriger les demandes faites à la passerelles public vers la passerelle personnalisée", + "description": "An option description on the Preferences screen (option_useCustomGateway_description)" + }, + "option_publicGatewayUrl_title": { + "message": "Passerelle publique par défaut", + "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" + }, + "option_publicGatewayUrl_description": { + "message": "URL de secours utilisé lorsque passerelle personnalisée n’est pas disponible et pour copier les liens partageables", + "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" + }, + "option_header_api": { + "message": "API", + "description": "A section header on the Preferences screen (option_header_api)" + }, + "option_ipfsApiUrl_title": { + "message": "IPI API URL", + "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" + }, + "option_ipfsApiUrl_description": { + "message": "Astuce : où se trouve la webui", + "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" + }, + "option_ipfsApiPollMs_title": { + "message": "Intervalle d’interrogation du statut", + "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" + }, + "option_ipfsApiPollMs_description": { + "message": "Combien de fois la compte des pairs est actualisé (en millisecondes)", + "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" + }, + "option_automaticMode_title": { + "message": "Mode automatique", + "description": "An option title on the Preferences screen (option_automaticMode_title)" + }, + "option_automaticMode_description": { + "message": "Activer/désactiver utilisation de la passerelle personalisée lors de changements de disponibilité de CIP API", + "description": "An option description on the Preferences screen (option_automaticMode_description)" + }, + "option_header_experiments": { + "message": "Expérience", + "description": "A section header on the Preferences screen (option_header_experiments)" + }, + "option_experiments_warning": { + "message": "ATTENTION : ces caractéristiques sont nouvelles ou en cours de développement. YMMV.", + "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" + }, + "option_displayNotifications_title": { + "message": "Activer les Notifications", + "description": "An option title on the Preferences screen (option_displayNotifications_title)" + }, + "option_displayNotifications_description": { + "message": "Affiche les notifications système lorsque API changements d’État, un lien est copié etc", + "description": "An option description on the Preferences screen (option_displayNotifications_description)" + }, + "option_catchUnhandledProtocols_title": { + "message": "Attraper les erreurs non gérées par IPFS", + "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" + }, + "option_catchUnhandledProtocols_description": { + "message": "Active le support ipfs://$cid, ipns://$peerid et dweb:/ipfs/$cid en normalisant les liens et demandes faits avec des protocoles non gérées", + "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" + }, + "option_linkify_title": { + "message": "Rendre un lien avec une adresse IPFS", + "description": "An option title on the Preferences screen (option_linkify_title)" + }, + "option_linkify_description": { + "message": "Transformer les chemins de /ipfs/ de texte brut en liens cliquables", + "description": "An option description on the Preferences screen (option_linkify_description)" + }, + "option_dnslinkPolicy_title": { + "message": "Support du DNSLink", + "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" + }, + "option_dnslinkPolicy_description": { + "message": "Sélectionnez la règle de recherche DNS TXT pour charger les sites hébergés sur IPFS via IPFS lorsque c'est possible", + "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" + }, + "option_dnslinkPolicy_disabled": { + "message": "Eteint", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" + }, + "option_dnslinkPolicy_bestEffort": { + "message": "Vérification après la requête HTTP", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" + }, + "option_dnslinkPolicy_enabled": { + "message": "Vérification avant la requête HTTP", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" + }, + "option_detectIpfsPathHeader_title": { + "message": "Détecter l'entête X-Ipfs-Path", + "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" + }, + "option_detectIpfsPathHeader_description": { + "message": "Eviter le transport HTTP et charger via IPFS si la valeur est un chemin IPFS. La redirection des chemins IPNS nécessite également que le support DNSLink soit activé.", + "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" + }, + "option_ipfsProxy_title": { + "message": "window.ipfs", + "description": "An option title for enabling/disabling the IPFS proxy (option_ipfsProxy_title)" + }, + "option_ipfsProxy_description": { + "message": "IPFS est ajouté à votre objet fenêtre sur tous vos page. Activer/Désactivé accès à la fonction qui expose cela.", + "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" + }, + "option_ipfsProxy_link_manage_permissions": { + "message": "Gérer les permissions", + "description": "Link text for managing permissions" + }, + "option_preloadAtPublicGateway_title": { + "message": "Précharger les uploads", + "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" + }, + "option_preloadAtPublicGateway_description": { + "message": "Activer le préchargement des actifs uploadés via une requête HTTP HEAD asynchrone à une passerelle publique", + "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" + }, + "option_resetAllOptions_title": { + "message": "Tout supprimer", + "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" + }, + "option_resetAllOptions_description": { + "message": "Remplace les préférences utilisateur par défaut (ne peut être annulée !)", + "description": "An option description on the Preferences screen (option_resetAllOptions_description)" + }, + "manifest_extensionName": { + "message": "Compagnon IPFS", + "description": "Extension name in the Manifest file (manifest_extensionName)" + }, + "manifest_shortExtensionName": { + "message": "Compagnon IPFS", + "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" + }, + "manifest_extensionDescription": { + "message": "Extension de navigateur qui simplifie l’accès aux ressources de IPFS", + "description": "Extension description in the Manifest file (manifest_extensionDescription)" + }, + "quickUpload_subhead_peers": { + "message": "Connecté à $PEERCOUNT$ paires", + "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" + }, + "quickUpload_pick_file_button": { + "message": "Choisissez un fichier", + "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" + }, + "quickUpload_or": { + "message": "ou", + "description": "seperates the pick a file button from the drop message (quickUpload_or)" + }, + "quickUpload_drop_it_here": { + "message": "déposez-le ici pour partager", + "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" + }, + "quickUpload_state_uploading": { + "message": "Envoi en cours..", + "description": "Status label on the share files page (quickUpload_state_uploading)" + }, + "quickUpload_state_buffering": { + "message": "(mise en mémoire tampon, veuillez patienter)", + "description": "Status label on the share files page (quickUpload_state_buffering)" + }, + "quickUpload_options_show": { + "message": "options d'envois", + "description": "Button on the share files page (quickUpload_options_show)" + }, + "quickUpload_options_wrapWithDirectory": { + "message": "Envelopper les fichiers uniques dans un répertoire pour conserver leurs noms de fichiers.", + "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" + }, + "quickUpload_options_pinUpload": { + "message": "Épingler des fichiers permet de les retenir dans le gestionnaire de collections de votre dépôt IPFS.", + "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" + }, + "page_proxyAcl_title": { + "message": "Gérer les Permissions", + "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" + }, + "page_proxyAcl_subtitle": { + "message": "Voir, changer et révoquer l'autorisation d'accès a l'instance IPFS.", + "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" + }, + "page_proxyAcl_no_perms": { + "message": "Aucune autorisation accordée.", + "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$?", + "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$?", + "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" + }, + "page_proxyAcl_toggle_to_allow_button_title": { + "message": "Cliquer pour autoriser", + "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" + }, + "page_proxyAcl_toggle_to_deny_button_title": { + "message": "Cliquer pour refuser", + "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" + }, + "page_proxyAcl_allow_button_value": { + "message": "Autoriser", + "description": "Button value for allow (page_proxyAcl_allow_button_value)" + }, + "page_proxyAcl_deny_button_value": { + "message": "Refuser", + "description": "Button value for deny" + }, + "page_proxyAcl_revoke_button_title": { + "message": "Révoquer $PERMISSION$", + "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" + }, + "page_proxyAccessDialog_title": { + "message": "Autorisé $SCOPE$ à accéder ipfs.$PERMISSION$ ?", + "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" + }, + "page_proxyAccessDialog_wildcardCheckbox_label": { + "message": "Appliqué cette décision à tout les permission dans ce scope", + "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" + }, + "page_proxyAcl_revoke_all_button_title": { + "message": "Supprimer toutes les permissions", + "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" + }, + "page_proxyAccessDialog_allowButton_text": { + "message": "Autoriser", + "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_proxyAccessDialog_denyButton_text": { + "message": "Refuser", + "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" } - }, - "page_proxyAccessDialog_wildcardCheckbox_label": { - "message": "Appliqué cette décision à tout les permission dans ce scope", - "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" - }, - "page_proxyAcl_revoke_all_button_title": { - "message": "Supprimer toutes les permissions", - "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" - }, - "page_proxyAccessDialog_allowButton_text": { - "message": "Autoriser", - "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" - }, - "page_proxyAccessDialog_denyButton_text": { - "message": "Refuser", - "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" - } } \ No newline at end of file diff --git a/add-on/_locales/hu/messages.json b/add-on/_locales/hu/messages.json index 8dd005b36..c77b37fa8 100644 --- a/add-on/_locales/hu/messages.json +++ b/add-on/_locales/hu/messages.json @@ -1,495 +1,454 @@ { - "browserAction_title": { - "message": "IPFS társ", - "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" - }, - "panel_headerIpfsNodeIconLabel": { - "message": "IPFS csomópont", - "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" - }, - "panel_headerActiveToggleTitle": { - "message": "Global toggle: activate or suspend all IPFS integrations", - "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" - }, - "panel_statusOffline": { - "message": "offline", - "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" - }, - "panel_statusGatewayAddress": { - "message": "Átjáró", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" - }, - "panel_statusApiAddress": { - "message": "API", - "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" - }, - "panel_statusGatewayVersion": { - "message": "verzió", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" - }, - "panel_statusSwarmPeers": { - "message": "Ügyfelek", - "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" - }, - "panel_statusSwarmPeersTitle": { - "message": "Az IPFS csomópontok száma melyekhez csatlakozhatsz", - "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" - }, - "panel_quickUpload": { - "message": "Állományok megosztása IPFS-en", - "description": "A menu item in Browser Action pop-up (panel_quickUpload)" - }, - "panel_openWebui": { - "message": "WebUI megnyitása", - "description": "A menu item in Browser Action pop-up (panel_openWebui)" - }, - "panel_openPreferences": { - "message": "Beállítások megnyitása", - "description": "A menu item in Browser Action pop-up (panel_openPreferences)" - }, - "panel_switchToCustomGateway": { - "message": "Switch to Custom Gateway", - "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" - }, - "panel_switchToPublicGateway": { - "message": "Switch to Public Gateway", - "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" - }, - "panel_pinCurrentIpfsAddress": { - "message": "Pin IPFS Resource", - "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" - }, - "panel_unpinCurrentIpfsAddress": { - "message": "Unpin IPFS Resource", - "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" - }, - "panelCopy_currentIpfsAddress": { - "message": "Copy Canonical Address", - "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" - }, - "panel_copyCurrentPublicGwUrl": { - "message": "Copy Public Gateway URL", - "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" - }, - "pageAction_titleIpfsAtPublicGateway": { - "message": "IPFS resource loaded via Public Gateway", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" - }, - "pageAction_titleIpfsAtCustomGateway": { - "message": "IPFS resource loaded via Custom Gateway", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" - }, - "pageAction_titleNonIpfs": { - "message": "Nem IPFS erőforrás", - "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" - }, - "contextMenu_AddToIpfsRawCid": { - "message": "Add to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" - }, - "contextMenu_AddToIpfsKeepFilename": { - "message": "Add to IPFS (Keep Filename)", - "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" - }, - "notify_addonIssueTitle": { - "message": "IPFS Add-on Issue", - "description": "A title of system notification (notify_addonIssueTitle)" - }, - "notify_addonIssueMsg": { - "message": "See Browser Console for more details", - "description": "A message in system notification (notify_addonIssueMsg)" - }, - "notify_copiedPublicURLTitle": { - "message": "Másolt publikus URL", - "description": "A title of system notification (notify_copiedPublicURLTitle)" - }, - "notify_copiedCanonicalAddressTitle": { - "message": "Copied Canonical Address", - "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" - }, - "notify_pinnedIpfsResourceTitle": { - "message": "IPFS Resource is now pinned", - "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" - }, - "notify_unpinnedIpfsResourceTitle": { - "message": "Removed IPFS Pin", - "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" - }, - "notify_pinErrorTitle": { - "message": "Error while pinning IPFS Resource", - "description": "A title of system notification (notify_pinErrorTitle)" - }, - "notify_unpinErrorTitle": { - "message": "Error while removing IPFS Pin", - "description": "A title of system notification (notify_unpinErrorTitle)" - }, - "notify_apiOnlineTitle": { - "message": "IPFS API is Online", - "description": "A title of system notification (notify_apiOnlineTitle)" - }, - "notify_apiOnlineAutomaticModeMsg": { - "message": "Automatic Mode: Custom Gateway Redirect is active", - "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" - }, - "notify_apiOfflineTitle": { - "message": "IPFS API is Offline", - "description": "A title of system notification (notify_apiOfflineTitle)" - }, - "notify_apiOfflineAutomaticModeMsg": { - "message": "Automatic Mode: Public Gateway will be used as a fallback", - "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" - }, - "notify_uploadErrorTitle": { - "message": "Sikertelen feltöltés IPFS API-n keresztül", - "description": "A title of system notification (notify_uploadErrorTitle)" - }, - "notify_uploadTrackingProtectionErrorMsg": { - "message": "Try disabling Tracking Protection (press ctrl+shift+j for more details)", - "description": "(notify_uploadTrackingProtectionErrorMsg)" - }, - "notify_inlineMsg": { - "message": "$MSG$", - "placeholders": { - "msg": { - "content": "$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" - } - }, - "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" - }, - "notify_startIpfsNodeErrorTitle": { - "message": "Failed to start IPFS node", - "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" - }, - "notify_stopIpfsNodeErrorTitle": { - "message": "Failed to stop IPFS node", - "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" - }, - "option_legend_readMore": { - "message": "Olvass tovább", - "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" - }, - "option_header_nodeType": { - "message": "IPFS csomópont", - "description": "A section header on the Preferences screen (option_header_nodeType)" - }, - "option_ipfsNodeType_title": { - "message": "IPFS csomópont tipus", - "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" - }, - "option_ipfsNodeType_external_description": { - "message": "External: connect to a node over HTTP API", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeType_embedded_description": { - "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeConfig_title": { - "message": "IPFS csomópont beállítások", - "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" - }, - "option_ipfsNodeConfig_description": { - "message": "Configuration for the embedded IPFS node. Must be valid JSON.", - "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" - }, - "option_ipfsNodeType_external": { - "message": "Külső", - "description": "An option on the Preferences screen (option_ipfsNodeType_external)" - }, - "option_ipfsNodeType_embedded": { - "message": "Beágyazott", - "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" - }, - "option_header_gateways": { - "message": "Átjárók", - "description": "A section header on the Preferences screen (option_header_gateways)" - }, - "option_customGatewayUrl_title": { - "message": "Egyéni helyi átjáró", - "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" - }, - "option_customGatewayUrl_description": { - "message": "URL of preferred HTTP2IPFS Gateway", - "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" - }, - "option_useCustomGateway_title": { - "message": "Egyéni átjáró használata", - "description": "An option title on the Preferences screen (option_useCustomGateway_title)" - }, - "option_useCustomGateway_description": { - "message": "Redirect requests for IPFS resources to the Custom gateway", - "description": "An option description on the Preferences screen (option_useCustomGateway_description)" - }, - "option_publicGatewayUrl_title": { - "message": "Alapértelmezett nyilvános átjáró", - "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" - }, - "option_publicGatewayUrl_description": { - "message": "Fallback URL used when Custom Gateway is not available and for copying shareable links", - "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" - }, - "option_header_api": { - "message": "API", - "description": "A section header on the Preferences screen (option_header_api)" - }, - "option_ipfsApiUrl_title": { - "message": "IPFS API URL", - "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" - }, - "option_ipfsApiUrl_description": { - "message": "Hint: this is where \/webui lives", - "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" - }, - "option_ipfsApiPollMs_title": { - "message": "Status Poll Interval", - "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" - }, - "option_ipfsApiPollMs_description": { - "message": "How often peer count is refreshed (in miliseconds)", - "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" - }, - "option_automaticMode_title": { - "message": "Automatikus üzemmód", - "description": "An option title on the Preferences screen (option_automaticMode_title)" - }, - "option_automaticMode_description": { - "message": "Toggle use of Custom Gateway when IPFS API availability changes", - "description": "An option description on the Preferences screen (option_automaticMode_description)" - }, - "option_header_experiments": { - "message": "Experiments", - "description": "A section header on the Preferences screen (option_header_experiments)" - }, - "option_experiments_warning": { - "message": "Be warned: these features are new or work-in-progress. YMMV.", - "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" - }, - "option_displayNotifications_title": { - "message": "Értesítések engedélyezése", - "description": "An option title on the Preferences screen (option_displayNotifications_title)" - }, - "option_displayNotifications_description": { - "message": "Displays system notifications when API state changes, a link is copied etc", - "description": "An option description on the Preferences screen (option_displayNotifications_description)" - }, - "option_catchUnhandledProtocols_title": { - "message": "Catch Unhandled IPFS Protocols", - "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" - }, - "option_catchUnhandledProtocols_description": { - "message": "Enables support for ipfs:\/\/$cid, ipns:\/\/$peerid and dweb:\/ipfs\/$cid by normalizing links and requests done with unhandled protocols", - "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" - }, - "option_linkify_title": { - "message": "Linkify IPFS Addresses", - "description": "An option title on the Preferences screen (option_linkify_title)" - }, - "option_linkify_description": { - "message": "Turn plaintext \/ipfs\/ paths into clickable links", - "description": "An option description on the Preferences screen (option_linkify_description)" - }, - "option_dnslinkPolicy_title": { - "message": "DNSLink Support", - "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" - }, - "option_dnslinkPolicy_description": { - "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", - "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" - }, - "option_dnslinkPolicy_disabled": { - "message": "Off", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" - }, - "option_dnslinkPolicy_bestEffort": { - "message": "Check after HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" - }, - "option_dnslinkPolicy_enabled": { - "message": "Check before HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" - }, - "option_detectIpfsPathHeader_title": { - "message": "Detect X-Ipfs-Path Header", - "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" - }, - "option_detectIpfsPathHeader_description": { - "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", - "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" - }, - "option_ipfsProxy_title": { - "message": "window.ipfs", - "description": "An option title for enabling\/disabling the IPFS proxy (option_ipfsProxy_title)" - }, - "option_ipfsProxy_description": { - "message": "IPFS is added to the window object on every page. Enable\/disable access to the functions it exposes.", - "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" - }, - "option_ipfsProxy_link_manage_permissions": { - "message": "Jogosultságok kezelése", - "description": "Link text for managing permissions" - }, - "option_preloadAtPublicGateway_title": { - "message": "Preload Uploads", - "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" - }, - "option_preloadAtPublicGateway_description": { - "message": "Enables automatic preload of uploaded assets via asynchronous HTTP HEAD request to a Public Gateway", - "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" - }, - "option_resetAllOptions_title": { - "message": "Reset Everything", - "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" - }, - "option_resetAllOptions_description": { - "message": "Replaces user preferences with default ones (can't be undone!)", - "description": "An option description on the Preferences screen (option_resetAllOptions_description)" - }, - "manifest_extensionName": { - "message": "IPFS Companion", - "description": "Extension name in the Manifest file (manifest_extensionName)" - }, - "manifest_shortExtensionName": { - "message": "IPFS Companion", - "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" - }, - "manifest_extensionDescription": { - "message": "Browser extension that simplifies access to IPFS resources", - "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" - } - } - }, - "quickUpload_pick_file_button": { - "message": "Fájl választása", - "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" - }, - "quickUpload_or": { - "message": "vagy", - "description": "seperates the pick a file button from the drop message (quickUpload_or)" - }, - "quickUpload_drop_it_here": { - "message": "drop it here to share", - "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" - }, - "quickUpload_state_uploading": { - "message": "Feltöltés folyamatban..", - "description": "Status label on the share files page (quickUpload_state_uploading)" - }, - "quickUpload_state_buffering": { - "message": "(pufferelés, kérjük várjon)", - "description": "Status label on the share files page (quickUpload_state_buffering)" - }, - "quickUpload_options_show": { - "message": "upload options", - "description": "Button on the share files page (quickUpload_options_show)" - }, - "quickUpload_options_wrapWithDirectory": { - "message": "Wrap single files in a directory to preserve their filenames.", - "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" - }, - "quickUpload_options_pinUpload": { - "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", - "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" - }, - "page_proxyAcl_title": { - "message": "Jogosultságok kezelése", - "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" - }, - "page_proxyAcl_subtitle": { - "message": "View, change and revoke granted access rights to your IPFS instance.", - "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" - }, - "page_proxyAcl_no_perms": { - "message": "No permissions granted.", - "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" - } - } - }, - "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" - } - } - }, - "page_proxyAcl_toggle_to_allow_button_title": { - "message": "Click to allow", - "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" - }, - "page_proxyAcl_toggle_to_deny_button_title": { - "message": "Click to deny", - "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" - }, - "page_proxyAcl_allow_button_value": { - "message": "Engedélyezés", - "description": "Button value for allow (page_proxyAcl_allow_button_value)" - }, - "page_proxyAcl_deny_button_value": { - "message": "Tiltás", - "description": "Button value for deny" - }, - "page_proxyAcl_revoke_button_title": { - "message": "$PERMISSION$ visszavonása", - "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)", - "placeholders": { - "permission": { - "content": "$1" - } - } - }, - "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" - } + "browserAction_title": { + "message": "IPFS társ", + "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" + }, + "panel_headerIpfsNodeIconLabel": { + "message": "IPFS csomópont", + "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" + }, + "panel_headerActiveToggleTitle": { + "message": "Global toggle: activate or suspend all IPFS integrations", + "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" + }, + "panel_statusOffline": { + "message": "offline", + "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" + }, + "panel_statusGatewayAddress": { + "message": "Átjáró", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" + }, + "panel_statusApiAddress": { + "message": "API", + "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" + }, + "panel_statusGatewayVersion": { + "message": "verzió", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" + }, + "panel_statusSwarmPeers": { + "message": "Ügyfelek", + "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" + }, + "panel_statusSwarmPeersTitle": { + "message": "Az IPFS csomópontok száma melyekhez csatlakozhatsz", + "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" + }, + "panel_quickUpload": { + "message": "Állományok megosztása IPFS-en", + "description": "A menu item in Browser Action pop-up (panel_quickUpload)" + }, + "panel_openWebui": { + "message": "WebUI megnyitása", + "description": "A menu item in Browser Action pop-up (panel_openWebui)" + }, + "panel_openPreferences": { + "message": "Beállítások megnyitása", + "description": "A menu item in Browser Action pop-up (panel_openPreferences)" + }, + "panel_switchToCustomGateway": { + "message": "Switch to Custom Gateway", + "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" + }, + "panel_switchToPublicGateway": { + "message": "Switch to Public Gateway", + "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" + }, + "panel_pinCurrentIpfsAddress": { + "message": "Pin IPFS Resource", + "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" + }, + "panel_unpinCurrentIpfsAddress": { + "message": "Unpin IPFS Resource", + "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" + }, + "panelCopy_currentIpfsAddress": { + "message": "Copy Canonical Address", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" + }, + "panel_copyCurrentPublicGwUrl": { + "message": "Copy Public Gateway URL", + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" + }, + "pageAction_titleIpfsAtPublicGateway": { + "message": "IPFS resource loaded via Public Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" + }, + "pageAction_titleIpfsAtCustomGateway": { + "message": "IPFS resource loaded via Custom Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" + }, + "pageAction_titleNonIpfs": { + "message": "Nem IPFS erőforrás", + "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" + }, + "contextMenu_AddToIpfsRawCid": { + "message": "Add to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsKeepFilename": { + "message": "Add to IPFS (Keep Filename)", + "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" + }, + "notify_addonIssueTitle": { + "message": "IPFS Add-on Issue", + "description": "A title of system notification (notify_addonIssueTitle)" + }, + "notify_addonIssueMsg": { + "message": "See Browser Console for more details", + "description": "A message in system notification (notify_addonIssueMsg)" + }, + "notify_copiedPublicURLTitle": { + "message": "Másolt publikus URL", + "description": "A title of system notification (notify_copiedPublicURLTitle)" + }, + "notify_copiedCanonicalAddressTitle": { + "message": "Copied Canonical Address", + "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" + }, + "notify_pinnedIpfsResourceTitle": { + "message": "IPFS Resource is now pinned", + "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" + }, + "notify_unpinnedIpfsResourceTitle": { + "message": "Removed IPFS Pin", + "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" + }, + "notify_pinErrorTitle": { + "message": "Error while pinning IPFS Resource", + "description": "A title of system notification (notify_pinErrorTitle)" + }, + "notify_unpinErrorTitle": { + "message": "Error while removing IPFS Pin", + "description": "A title of system notification (notify_unpinErrorTitle)" + }, + "notify_apiOnlineTitle": { + "message": "IPFS API is Online", + "description": "A title of system notification (notify_apiOnlineTitle)" + }, + "notify_apiOnlineAutomaticModeMsg": { + "message": "Automatic Mode: Custom Gateway Redirect is active", + "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" + }, + "notify_apiOfflineTitle": { + "message": "IPFS API is Offline", + "description": "A title of system notification (notify_apiOfflineTitle)" + }, + "notify_apiOfflineAutomaticModeMsg": { + "message": "Automatic Mode: Public Gateway will be used as a fallback", + "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" + }, + "notify_uploadErrorTitle": { + "message": "Sikertelen feltöltés IPFS API-n keresztül", + "description": "A title of system notification (notify_uploadErrorTitle)" + }, + "notify_uploadTrackingProtectionErrorMsg": { + "message": "Try disabling Tracking Protection (press ctrl+shift+j for more details)", + "description": "(notify_uploadTrackingProtectionErrorMsg)" + }, + "notify_inlineMsg": { + "message": "$MSG$", + "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" + }, + "notify_inlineErrorMsg": { + "message": "$ERROR$ (press ctrl+shift+j for more details)", + "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" + }, + "notify_startIpfsNodeErrorTitle": { + "message": "Failed to start IPFS node", + "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" + }, + "notify_stopIpfsNodeErrorTitle": { + "message": "Failed to stop IPFS node", + "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" + }, + "option_legend_readMore": { + "message": "Olvass tovább", + "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" + }, + "option_header_nodeType": { + "message": "IPFS csomópont", + "description": "A section header on the Preferences screen (option_header_nodeType)" + }, + "option_ipfsNodeType_title": { + "message": "IPFS csomópont tipus", + "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" + }, + "option_ipfsNodeType_external_description": { + "message": "External: connect to a node over HTTP API", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeType_embedded_description": { + "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeConfig_title": { + "message": "IPFS csomópont beállítások", + "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" + }, + "option_ipfsNodeConfig_description": { + "message": "Configuration for the embedded IPFS node. Must be valid JSON.", + "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" + }, + "option_ipfsNodeType_external": { + "message": "Külső", + "description": "An option on the Preferences screen (option_ipfsNodeType_external)" + }, + "option_ipfsNodeType_embedded": { + "message": "Beágyazott", + "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" + }, + "option_header_gateways": { + "message": "Átjárók", + "description": "A section header on the Preferences screen (option_header_gateways)" + }, + "option_customGatewayUrl_title": { + "message": "Egyéni helyi átjáró", + "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" + }, + "option_customGatewayUrl_description": { + "message": "URL of preferred HTTP2IPFS Gateway", + "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" + }, + "option_useCustomGateway_title": { + "message": "Egyéni átjáró használata", + "description": "An option title on the Preferences screen (option_useCustomGateway_title)" + }, + "option_useCustomGateway_description": { + "message": "Redirect requests for IPFS resources to the Custom gateway", + "description": "An option description on the Preferences screen (option_useCustomGateway_description)" + }, + "option_publicGatewayUrl_title": { + "message": "Alapértelmezett nyilvános átjáró", + "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" + }, + "option_publicGatewayUrl_description": { + "message": "Fallback URL used when Custom Gateway is not available and for copying shareable links", + "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" + }, + "option_header_api": { + "message": "API", + "description": "A section header on the Preferences screen (option_header_api)" + }, + "option_ipfsApiUrl_title": { + "message": "IPFS API URL", + "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" + }, + "option_ipfsApiUrl_description": { + "message": "Hint: this is where /webui lives", + "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" + }, + "option_ipfsApiPollMs_title": { + "message": "Status Poll Interval", + "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" + }, + "option_ipfsApiPollMs_description": { + "message": "How often peer count is refreshed (in miliseconds)", + "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" + }, + "option_automaticMode_title": { + "message": "Automatikus üzemmód", + "description": "An option title on the Preferences screen (option_automaticMode_title)" + }, + "option_automaticMode_description": { + "message": "Toggle use of Custom Gateway when IPFS API availability changes", + "description": "An option description on the Preferences screen (option_automaticMode_description)" + }, + "option_header_experiments": { + "message": "Experiments", + "description": "A section header on the Preferences screen (option_header_experiments)" + }, + "option_experiments_warning": { + "message": "Be warned: these features are new or work-in-progress. YMMV.", + "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" + }, + "option_displayNotifications_title": { + "message": "Értesítések engedélyezése", + "description": "An option title on the Preferences screen (option_displayNotifications_title)" + }, + "option_displayNotifications_description": { + "message": "Displays system notifications when API state changes, a link is copied etc", + "description": "An option description on the Preferences screen (option_displayNotifications_description)" + }, + "option_catchUnhandledProtocols_title": { + "message": "Catch Unhandled IPFS Protocols", + "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" + }, + "option_catchUnhandledProtocols_description": { + "message": "Enables support for ipfs://$cid, ipns://$peerid and dweb:/ipfs/$cid by normalizing links and requests done with unhandled protocols", + "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" + }, + "option_linkify_title": { + "message": "Linkify IPFS Addresses", + "description": "An option title on the Preferences screen (option_linkify_title)" + }, + "option_linkify_description": { + "message": "Turn plaintext /ipfs/ paths into clickable links", + "description": "An option description on the Preferences screen (option_linkify_description)" + }, + "option_dnslinkPolicy_title": { + "message": "DNSLink Support", + "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" + }, + "option_dnslinkPolicy_description": { + "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", + "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" + }, + "option_dnslinkPolicy_disabled": { + "message": "Off", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" + }, + "option_dnslinkPolicy_bestEffort": { + "message": "Check after HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" + }, + "option_dnslinkPolicy_enabled": { + "message": "Check before HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" + }, + "option_detectIpfsPathHeader_title": { + "message": "Detect X-Ipfs-Path Header", + "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" + }, + "option_detectIpfsPathHeader_description": { + "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", + "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" + }, + "option_ipfsProxy_title": { + "message": "window.ipfs", + "description": "An option title for enabling/disabling the IPFS proxy (option_ipfsProxy_title)" + }, + "option_ipfsProxy_description": { + "message": "IPFS is added to the window object on every page. Enable/disable access to the functions it exposes.", + "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" + }, + "option_ipfsProxy_link_manage_permissions": { + "message": "Jogosultságok kezelése", + "description": "Link text for managing permissions" + }, + "option_preloadAtPublicGateway_title": { + "message": "Preload Uploads", + "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" + }, + "option_preloadAtPublicGateway_description": { + "message": "Enables automatic preload of uploaded assets via asynchronous HTTP HEAD request to a Public Gateway", + "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" + }, + "option_resetAllOptions_title": { + "message": "Reset Everything", + "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" + }, + "option_resetAllOptions_description": { + "message": "Replaces user preferences with default ones (can't be undone!)", + "description": "An option description on the Preferences screen (option_resetAllOptions_description)" + }, + "manifest_extensionName": { + "message": "IPFS társ", + "description": "Extension name in the Manifest file (manifest_extensionName)" + }, + "manifest_shortExtensionName": { + "message": "IPFS társ", + "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" + }, + "manifest_extensionDescription": { + "message": "Browser extension that simplifies access to IPFS resources", + "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)" + }, + "quickUpload_pick_file_button": { + "message": "Fájl választása", + "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" + }, + "quickUpload_or": { + "message": "vagy", + "description": "seperates the pick a file button from the drop message (quickUpload_or)" + }, + "quickUpload_drop_it_here": { + "message": "drop it here to share", + "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" + }, + "quickUpload_state_uploading": { + "message": "Feltöltés folyamatban..", + "description": "Status label on the share files page (quickUpload_state_uploading)" + }, + "quickUpload_state_buffering": { + "message": "(pufferelés, kérjük várjon)", + "description": "Status label on the share files page (quickUpload_state_buffering)" + }, + "quickUpload_options_show": { + "message": "upload options", + "description": "Button on the share files page (quickUpload_options_show)" + }, + "quickUpload_options_wrapWithDirectory": { + "message": "Wrap single files in a directory to preserve their filenames.", + "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" + }, + "quickUpload_options_pinUpload": { + "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", + "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" + }, + "page_proxyAcl_title": { + "message": "Jogosultságok kezelése", + "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" + }, + "page_proxyAcl_subtitle": { + "message": "View, change and revoke granted access rights to your IPFS instance.", + "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" + }, + "page_proxyAcl_no_perms": { + "message": "No permissions granted.", + "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)" + }, + "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)" + }, + "page_proxyAcl_toggle_to_allow_button_title": { + "message": "Click to allow", + "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" + }, + "page_proxyAcl_toggle_to_deny_button_title": { + "message": "Click to deny", + "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" + }, + "page_proxyAcl_allow_button_value": { + "message": "Engedélyezés", + "description": "Button value for allow (page_proxyAcl_allow_button_value)" + }, + "page_proxyAcl_deny_button_value": { + "message": "Tiltás", + "description": "Button value for deny" + }, + "page_proxyAcl_revoke_button_title": { + "message": "$PERMISSION$ visszavonása", + "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)" + }, + "page_proxyAccessDialog_wildcardCheckbox_label": { + "message": "Apply this decision to all permissions in this scope", + "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" + }, + "page_proxyAcl_revoke_all_button_title": { + "message": "Minden jog visszavonása", + "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" + }, + "page_proxyAccessDialog_allowButton_text": { + "message": "Engedélyezés", + "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_proxyAccessDialog_denyButton_text": { + "message": "Tiltás", + "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" } - }, - "page_proxyAccessDialog_wildcardCheckbox_label": { - "message": "Apply this decision to all permissions in this scope", - "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" - }, - "page_proxyAcl_revoke_all_button_title": { - "message": "Minden jog visszavonása", - "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" - }, - "page_proxyAccessDialog_allowButton_text": { - "message": "Engedélyezés", - "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" - }, - "page_proxyAccessDialog_denyButton_text": { - "message": "Tiltás", - "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" - } } \ No newline at end of file diff --git a/add-on/_locales/id-AC/messages.json b/add-on/_locales/id-AC/messages.json deleted file mode 100644 index debee34be..000000000 --- a/add-on/_locales/id-AC/messages.json +++ /dev/null @@ -1,495 +0,0 @@ -{ - "browserAction_title": { - "message": "IPFS Companion", - "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" - }, - "panel_headerIpfsNodeIconLabel": { - "message": "IPFS Companion", - "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" - }, - "panel_headerActiveToggleTitle": { - "message": "Global toggle: activate or suspend all IPFS integrations", - "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" - }, - "panel_statusOffline": { - "message": "offline", - "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" - }, - "panel_statusGatewayAddress": { - "message": "Pageu", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" - }, - "panel_statusApiAddress": { - "message": "API", - "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" - }, - "panel_statusGatewayVersion": { - "message": "versi", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" - }, - "panel_statusSwarmPeers": { - "message": "Seusama", - "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" - }, - "panel_statusSwarmPeersTitle": { - "message": "Jumlah node IPFS laen jih nyang jeut Gata hubungi", - "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" - }, - "panel_quickUpload": { - "message": "Berbagi file melalui IPFS", - "description": "A menu item in Browser Action pop-up (panel_quickUpload)" - }, - "panel_openWebui": { - "message": "Buka WebUI", - "description": "A menu item in Browser Action pop-up (panel_openWebui)" - }, - "panel_openPreferences": { - "message": "Buka Preferensi", - "description": "A menu item in Browser Action pop-up (panel_openPreferences)" - }, - "panel_switchToCustomGateway": { - "message": "Meualih u Geurbang Kustom", - "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" - }, - "panel_switchToPublicGateway": { - "message": "Meualih u Geurbang Umum", - "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" - }, - "panel_pinCurrentIpfsAddress": { - "message": "Semat Sumber Daya IPFS", - "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" - }, - "panel_unpinCurrentIpfsAddress": { - "message": "Peuleuh Semat Sumber Daya IPFS", - "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" - }, - "panelCopy_currentIpfsAddress": { - "message": "Salen Alamat Resmi", - "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" - }, - "panel_copyCurrentPublicGwUrl": { - "message": "Salen URL Geurbang Umum", - "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" - }, - "pageAction_titleIpfsAtPublicGateway": { - "message": "IPFS resource loaded via Public Gateway", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" - }, - "pageAction_titleIpfsAtCustomGateway": { - "message": "IPFS resource loaded via Custom Gateway", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" - }, - "pageAction_titleNonIpfs": { - "message": "Non-IPFS resource", - "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" - }, - "contextMenu_AddToIpfsRawCid": { - "message": "Add to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" - }, - "contextMenu_AddToIpfsKeepFilename": { - "message": "Add to IPFS (Keep Filename)", - "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" - }, - "notify_addonIssueTitle": { - "message": "Masalah Add-on IPFS", - "description": "A title of system notification (notify_addonIssueTitle)" - }, - "notify_addonIssueMsg": { - "message": "Kalon Konsul Peramban Untok leubeh Jeulas", - "description": "A message in system notification (notify_addonIssueMsg)" - }, - "notify_copiedPublicURLTitle": { - "message": "URL Umum nyang meusalen", - "description": "A title of system notification (notify_copiedPublicURLTitle)" - }, - "notify_copiedCanonicalAddressTitle": { - "message": "Alamat Resmi nyang Meusalen", - "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" - }, - "notify_pinnedIpfsResourceTitle": { - "message": "Sumber Daya jinoe jitancapkan", - "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" - }, - "notify_unpinnedIpfsResourceTitle": { - "message": "Meuhapoh semat IPFS", - "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" - }, - "notify_pinErrorTitle": { - "message": "Kesalahan watee meunyematkan sumber daya IPFS", - "description": "A title of system notification (notify_pinErrorTitle)" - }, - "notify_unpinErrorTitle": { - "message": "Kesalahan watee meuhapoh semat IPFS", - "description": "A title of system notification (notify_unpinErrorTitle)" - }, - "notify_apiOnlineTitle": { - "message": "API IPFS Teungoh Online", - "description": "A title of system notification (notify_apiOnlineTitle)" - }, - "notify_apiOnlineAutomaticModeMsg": { - "message": "Mode Otomatis: Peungalihan Geurbang Kustom aktif", - "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" - }, - "notify_apiOfflineTitle": { - "message": "API IPFS Teungoh Offline", - "description": "A title of system notification (notify_apiOfflineTitle)" - }, - "notify_apiOfflineAutomaticModeMsg": { - "message": "Mode Otomatis: Geurbang Umum akan ta gunakan seubagai posisi surot", - "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" - }, - "notify_uploadErrorTitle": { - "message": "Hanjeut meu-unggah melalui API IPFS", - "description": "A title of system notification (notify_uploadErrorTitle)" - }, - "notify_uploadTrackingProtectionErrorMsg": { - "message": "Cuba peumate Peulacakan Perlindungan (teukon ctrl+shift+j untok rincian leubeh lanjot)", - "description": "(notify_uploadTrackingProtectionErrorMsg)" - }, - "notify_inlineMsg": { - "message": "$MSG$", - "placeholders": { - "msg": { - "content": "$1" - } - }, - "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" - }, - "notify_inlineErrorMsg": { - "message": "$ERROR$ (teukon ctrl+shift+j keu rincian leubeh lanjot)", - "placeholders": { - "error": { - "content": "$1" - } - }, - "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" - }, - "notify_startIpfsNodeErrorTitle": { - "message": "Failed to start IPFS node", - "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" - }, - "notify_stopIpfsNodeErrorTitle": { - "message": "Failed to stop IPFS node", - "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" - }, - "option_legend_readMore": { - "message": "Read more", - "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" - }, - "option_header_nodeType": { - "message": "Node IPFS", - "description": "A section header on the Preferences screen (option_header_nodeType)" - }, - "option_ipfsNodeType_title": { - "message": "Jenis Node IPFS", - "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" - }, - "option_ipfsNodeType_external_description": { - "message": "External: connect to a node over HTTP API", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeType_embedded_description": { - "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeConfig_title": { - "message": "IPFS Node Config", - "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" - }, - "option_ipfsNodeConfig_description": { - "message": "Configuration for the embedded IPFS node. Must be valid JSON.", - "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" - }, - "option_ipfsNodeType_external": { - "message": "Eksternal", - "description": "An option on the Preferences screen (option_ipfsNodeType_external)" - }, - "option_ipfsNodeType_embedded": { - "message": "Meutancap", - "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" - }, - "option_header_gateways": { - "message": "Geurbang", - "description": "A section header on the Preferences screen (option_header_gateways)" - }, - "option_customGatewayUrl_title": { - "message": "Geurbang Kustom Lokal", - "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" - }, - "option_customGatewayUrl_description": { - "message": "URL pilehan nyang diinginkan HTTP2IPFS", - "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" - }, - "option_useCustomGateway_title": { - "message": "Gunakan Geurbang Kustom", - "description": "An option title on the Preferences screen (option_useCustomGateway_title)" - }, - "option_useCustomGateway_description": { - "message": "Lake peungalihan sumber daya IPFS u Geurbang Kustom", - "description": "An option description on the Preferences screen (option_useCustomGateway_description)" - }, - "option_publicGatewayUrl_title": { - "message": "Geurbang Publik Bawaan", - "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" - }, - "option_publicGatewayUrl_description": { - "message": "URL surot nyang tapakek watee Geurbang Kustom hana tersedia dan untok tasalin tautan nyang jeut ta bagikan", - "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" - }, - "option_header_api": { - "message": "API", - "description": "A section header on the Preferences screen (option_header_api)" - }, - "option_ipfsApiUrl_title": { - "message": "URL API IPFS", - "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" - }, - "option_ipfsApiUrl_description": { - "message": "Peutunjok: nyoe adalah tempat tinggai \/webui", - "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" - }, - "option_ipfsApiPollMs_title": { - "message": "Status Poll Interval", - "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" - }, - "option_ipfsApiPollMs_description": { - "message": "Padum goe jumlah rekan di peusegar (lam milidetik)", - "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" - }, - "option_automaticMode_title": { - "message": "Mode Otomatis", - "description": "An option title on the Preferences screen (option_automaticMode_title)" - }, - "option_automaticMode_description": { - "message": "Meualeh meunggunakan Geurbang Kustom watee ketersediaan API IPFS Meuubah", - "description": "An option description on the Preferences screen (option_automaticMode_description)" - }, - "option_header_experiments": { - "message": "Eksperimen", - "description": "A section header on the Preferences screen (option_header_experiments)" - }, - "option_experiments_warning": { - "message": "Beuhati-hati: fitur nyoe baroe atau karya lam proses. YMMV.", - "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" - }, - "option_displayNotifications_title": { - "message": "Pudep Pemberitahuan", - "description": "An option title on the Preferences screen (option_displayNotifications_title)" - }, - "option_displayNotifications_description": { - "message": "Meutampilkan sistem pemberitahuan watee peurubahan nanggroe API, tautan akan meusalen dll", - "description": "An option description on the Preferences screen (option_displayNotifications_description)" - }, - "option_catchUnhandledProtocols_title": { - "message": "Drop Protokol IPFS nyang hana ditangani", - "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" - }, - "option_catchUnhandledProtocols_description": { - "message": "Memungkinkan dukongan untok ipfs:\/\/$cid, ipns:\/\/$peerid dan dweb:\/ipfs\/$cid oleh normalisasi tautan dan permintaan nyang dilakukan dengan hana tertangani protokol", - "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" - }, - "option_linkify_title": { - "message": "Alamat IPFS Linkify", - "description": "An option title on the Preferences screen (option_linkify_title)" - }, - "option_linkify_description": { - "message": "Ubah plainteks \/ipfs\/ jalan u tautan diklik", - "description": "An option description on the Preferences screen (option_linkify_description)" - }, - "option_dnslinkPolicy_title": { - "message": "DNSLink Support", - "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" - }, - "option_dnslinkPolicy_description": { - "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", - "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" - }, - "option_dnslinkPolicy_disabled": { - "message": "Off", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" - }, - "option_dnslinkPolicy_bestEffort": { - "message": "Check after HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" - }, - "option_dnslinkPolicy_enabled": { - "message": "Check before HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" - }, - "option_detectIpfsPathHeader_title": { - "message": "Detect X-Ipfs-Path Header", - "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" - }, - "option_detectIpfsPathHeader_description": { - "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", - "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" - }, - "option_ipfsProxy_title": { - "message": "window.ipfs", - "description": "An option title for enabling\/disabling the IPFS proxy (option_ipfsProxy_title)" - }, - "option_ipfsProxy_description": { - "message": "IPFS is added to the window object on every page. Enable\/disable access to the functions it exposes.", - "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" - }, - "option_ipfsProxy_link_manage_permissions": { - "message": "Manage permissions", - "description": "Link text for managing permissions" - }, - "option_preloadAtPublicGateway_title": { - "message": "Pramuat Unggah", - "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" - }, - "option_preloadAtPublicGateway_description": { - "message": "Puedepkan pramuat otomatis aset nyang ta unggah lewat permintaan HTTP HEAD asinkron u Geurbang Publik", - "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" - }, - "option_resetAllOptions_title": { - "message": "Reset Mandum", - "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" - }, - "option_resetAllOptions_description": { - "message": "Gantoe preferensi pengguna ngon nyang standar (hanjeut dibatalkan!)", - "description": "An option description on the Preferences screen (option_resetAllOptions_description)" - }, - "manifest_extensionName": { - "message": "IPFS Companion", - "description": "Extension name in the Manifest file (manifest_extensionName)" - }, - "manifest_shortExtensionName": { - "message": "IPFS Companion", - "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" - }, - "manifest_extensionDescription": { - "message": "Ekstensi peramban nyang meunyederhanakan akses u sumber daya IPFS", - "description": "Extension description in the Manifest file (manifest_extensionDescription)" - }, - "quickUpload_subhead_peers": { - "message": "Meuhubong u rekan-rekan $PEERCOUNT$", - "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)", - "placeholders": { - "peerCount": { - "content": "$1" - } - } - }, - "quickUpload_pick_file_button": { - "message": "Pileh berkas", - "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" - }, - "quickUpload_or": { - "message": "atau", - "description": "seperates the pick a file button from the drop message (quickUpload_or)" - }, - "quickUpload_drop_it_here": { - "message": "peurhoet di sinoe untok berbagi", - "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" - }, - "quickUpload_state_uploading": { - "message": "Upload in progress..", - "description": "Status label on the share files page (quickUpload_state_uploading)" - }, - "quickUpload_state_buffering": { - "message": "(buffering, please wait)", - "description": "Status label on the share files page (quickUpload_state_buffering)" - }, - "quickUpload_options_show": { - "message": "upload options", - "description": "Button on the share files page (quickUpload_options_show)" - }, - "quickUpload_options_wrapWithDirectory": { - "message": "Wrap single files in a directory to preserve their filenames.", - "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" - }, - "quickUpload_options_pinUpload": { - "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", - "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" - }, - "page_proxyAcl_title": { - "message": "Manage Permissions", - "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" - }, - "page_proxyAcl_subtitle": { - "message": "View, change and revoke granted access rights to your IPFS instance.", - "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" - }, - "page_proxyAcl_no_perms": { - "message": "No permissions granted.", - "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" - } - } - }, - "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" - } - } - }, - "page_proxyAcl_toggle_to_allow_button_title": { - "message": "Click to allow", - "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" - }, - "page_proxyAcl_toggle_to_deny_button_title": { - "message": "Click to deny", - "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" - }, - "page_proxyAcl_allow_button_value": { - "message": "Allow", - "description": "Button value for allow (page_proxyAcl_allow_button_value)" - }, - "page_proxyAcl_deny_button_value": { - "message": "Deny", - "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" - } - } - }, - "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" - } - } - }, - "page_proxyAccessDialog_wildcardCheckbox_label": { - "message": "Apply this decision to all permissions in this scope", - "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" - }, - "page_proxyAcl_revoke_all_button_title": { - "message": "Revoke all permissions", - "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" - }, - "page_proxyAccessDialog_allowButton_text": { - "message": "Allow", - "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" - }, - "page_proxyAccessDialog_denyButton_text": { - "message": "Deny", - "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" - } -} \ No newline at end of file diff --git a/add-on/_locales/id/messages.json b/add-on/_locales/id/messages.json index 497e16794..112f90972 100644 --- a/add-on/_locales/id/messages.json +++ b/add-on/_locales/id/messages.json @@ -1,495 +1,454 @@ { - "browserAction_title": { - "message": "Sahabat IPFS", - "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" - }, - "panel_headerIpfsNodeIconLabel": { - "message": "IPFS Companion", - "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" - }, - "panel_headerActiveToggleTitle": { - "message": "Global toggle: activate or suspend all IPFS integrations", - "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" - }, - "panel_statusOffline": { - "message": "offline", - "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" - }, - "panel_statusGatewayAddress": { - "message": "Gerbang", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" - }, - "panel_statusApiAddress": { - "message": "API", - "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" - }, - "panel_statusGatewayVersion": { - "message": "versi", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" - }, - "panel_statusSwarmPeers": { - "message": "Sesama", - "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" - }, - "panel_statusSwarmPeersTitle": { - "message": "Jumlah node IPFS lainnya yang dapat Anda hubungi", - "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" - }, - "panel_quickUpload": { - "message": "Berbagi file melalui IPFS", - "description": "A menu item in Browser Action pop-up (panel_quickUpload)" - }, - "panel_openWebui": { - "message": "Buka WebUI", - "description": "A menu item in Browser Action pop-up (panel_openWebui)" - }, - "panel_openPreferences": { - "message": "Buka Preferensi", - "description": "A menu item in Browser Action pop-up (panel_openPreferences)" - }, - "panel_switchToCustomGateway": { - "message": "Beralih ke Kustom Gateway", - "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" - }, - "panel_switchToPublicGateway": { - "message": "Beralih ke Gateway Umum", - "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" - }, - "panel_pinCurrentIpfsAddress": { - "message": "Semat Sumber daya IPFS", - "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" - }, - "panel_unpinCurrentIpfsAddress": { - "message": "Lepaskan Semat Sumber Daya IPFS", - "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" - }, - "panelCopy_currentIpfsAddress": { - "message": "Salin Alamat Resmi", - "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" - }, - "panel_copyCurrentPublicGwUrl": { - "message": "Salin URL Gateway Umum", - "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" - }, - "pageAction_titleIpfsAtPublicGateway": { - "message": "IPFS resource loaded via Public Gateway", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" - }, - "pageAction_titleIpfsAtCustomGateway": { - "message": "IPFS resource loaded via Custom Gateway", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" - }, - "pageAction_titleNonIpfs": { - "message": "Non-IPFS resource", - "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" - }, - "contextMenu_AddToIpfsRawCid": { - "message": "Add to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" - }, - "contextMenu_AddToIpfsKeepFilename": { - "message": "Add to IPFS (Keep Filename)", - "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" - }, - "notify_addonIssueTitle": { - "message": "Masalah Add-on IPFS", - "description": "A title of system notification (notify_addonIssueTitle)" - }, - "notify_addonIssueMsg": { - "message": "Lihat Konsul Peramban untuk rincian lainnya", - "description": "A message in system notification (notify_addonIssueMsg)" - }, - "notify_copiedPublicURLTitle": { - "message": "URL Publik yang Disalin", - "description": "A title of system notification (notify_copiedPublicURLTitle)" - }, - "notify_copiedCanonicalAddressTitle": { - "message": "Alamat Resmi yang Disalin", - "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" - }, - "notify_pinnedIpfsResourceTitle": { - "message": "Sumber Daya sekarang Disematkan", - "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" - }, - "notify_unpinnedIpfsResourceTitle": { - "message": "Menghapus semat IPFS", - "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" - }, - "notify_pinErrorTitle": { - "message": "Kesalahan saat menyematkan sumber daya IPFS", - "description": "A title of system notification (notify_pinErrorTitle)" - }, - "notify_unpinErrorTitle": { - "message": "Kesalahan saat menghapus semat IPFS", - "description": "A title of system notification (notify_unpinErrorTitle)" - }, - "notify_apiOnlineTitle": { - "message": "API IPFS sedang online", - "description": "A title of system notification (notify_apiOnlineTitle)" - }, - "notify_apiOnlineAutomaticModeMsg": { - "message": "Mode Otomatis: Pengalihan Gateway Custom aktif", - "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" - }, - "notify_apiOfflineTitle": { - "message": "API IPFS offline", - "description": "A title of system notification (notify_apiOfflineTitle)" - }, - "notify_apiOfflineAutomaticModeMsg": { - "message": "Mode Otomatis: Gateway Umum akan digunakan sebagai posisi mundur", - "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" - }, - "notify_uploadErrorTitle": { - "message": "Tidak dapat mengunggah melalui API IPFS", - "description": "A title of system notification (notify_uploadErrorTitle)" - }, - "notify_uploadTrackingProtectionErrorMsg": { - "message": "Coba nonaktifkan Pelacakan Perlindungan (tekan ctrl+shift+j untuk rincian lainnya)", - "description": "(notify_uploadTrackingProtectionErrorMsg)" - }, - "notify_inlineMsg": { - "message": "$MSG$", - "placeholders": { - "msg": { - "content": "$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)", - "placeholders": { - "error": { - "content": "$1" - } - }, - "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" - }, - "notify_startIpfsNodeErrorTitle": { - "message": "Failed to start IPFS node", - "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" - }, - "notify_stopIpfsNodeErrorTitle": { - "message": "Failed to stop IPFS node", - "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" - }, - "option_legend_readMore": { - "message": "Read more", - "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" - }, - "option_header_nodeType": { - "message": "Node IPFS", - "description": "A section header on the Preferences screen (option_header_nodeType)" - }, - "option_ipfsNodeType_title": { - "message": "Jenis Node IPFS", - "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" - }, - "option_ipfsNodeType_external_description": { - "message": "External: connect to a node over HTTP API", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeType_embedded_description": { - "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeConfig_title": { - "message": "IPFS Node Config", - "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" - }, - "option_ipfsNodeConfig_description": { - "message": "Configuration for the embedded IPFS node. Must be valid JSON.", - "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" - }, - "option_ipfsNodeType_external": { - "message": "Eksternal", - "description": "An option on the Preferences screen (option_ipfsNodeType_external)" - }, - "option_ipfsNodeType_embedded": { - "message": "Tertancap", - "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" - }, - "option_header_gateways": { - "message": "Gateways", - "description": "A section header on the Preferences screen (option_header_gateways)" - }, - "option_customGatewayUrl_title": { - "message": "Kustom Lokal Gateway", - "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" - }, - "option_customGatewayUrl_description": { - "message": "URL pilihan yang diinginkan HTTP2IPFS", - "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" - }, - "option_useCustomGateway_title": { - "message": "Gunakan Kustom Gateway", - "description": "An option title on the Preferences screen (option_useCustomGateway_title)" - }, - "option_useCustomGateway_description": { - "message": "Permintaan pengalihan sumber daya IPFS ke Kustom Gateway", - "description": "An option description on the Preferences screen (option_useCustomGateway_description)" - }, - "option_publicGatewayUrl_title": { - "message": "Gateway Publik Bawaan", - "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" - }, - "option_publicGatewayUrl_description": { - "message": "URL mundur yang digunakan saat Gateway Kustom tidak tersedia dan untuk menyalin tautan yang dapat dibagikan", - "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" - }, - "option_header_api": { - "message": "API", - "description": "A section header on the Preferences screen (option_header_api)" - }, - "option_ipfsApiUrl_title": { - "message": "URL API IPFS", - "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" - }, - "option_ipfsApiUrl_description": { - "message": "Petunjuk: ini adalah tempat tinggal \/webui", - "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" - }, - "option_ipfsApiPollMs_title": { - "message": "Status Poll Interval", - "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" - }, - "option_ipfsApiPollMs_description": { - "message": "Seberapa sering jumlah rekan disegarkan (dalam milidetik)", - "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" - }, - "option_automaticMode_title": { - "message": "Mode Otomatis", - "description": "An option title on the Preferences screen (option_automaticMode_title)" - }, - "option_automaticMode_description": { - "message": "Beralih menggunakan Gateway Kustom saat ketersediaan API IPFS berubah", - "description": "An option description on the Preferences screen (option_automaticMode_description)" - }, - "option_header_experiments": { - "message": "Percobaan", - "description": "A section header on the Preferences screen (option_header_experiments)" - }, - "option_experiments_warning": { - "message": "Berhati-hatilah: fitur ini baru atau karya dalam proses. YMMV.", - "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" - }, - "option_displayNotifications_title": { - "message": "Hidupkan Pemberitahuan", - "description": "An option title on the Preferences screen (option_displayNotifications_title)" - }, - "option_displayNotifications_description": { - "message": "Menampilkan sistem pemberitahuan ketika perubahan negara API, tautan akan disalin dll", - "description": "An option description on the Preferences screen (option_displayNotifications_description)" - }, - "option_catchUnhandledProtocols_title": { - "message": "Menangkap protokol IPFS yang tidak tertangani", - "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" - }, - "option_catchUnhandledProtocols_description": { - "message": "Memungkinkan dukungan untuk ipfs:\/\/$cid, ipns:\/\/$peerid dan dweb:\/ipfs\/$cid oleh normalisasi tautan dan permintaan yang dilakukan dengan tidak tertangani protokol", - "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" - }, - "option_linkify_title": { - "message": "Alamat IPFS Linkify", - "description": "An option title on the Preferences screen (option_linkify_title)" - }, - "option_linkify_description": { - "message": "Mengubah plaintext \/ipfs\/ jalan ke tautan diklik", - "description": "An option description on the Preferences screen (option_linkify_description)" - }, - "option_dnslinkPolicy_title": { - "message": "DNSLink Support", - "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" - }, - "option_dnslinkPolicy_description": { - "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", - "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" - }, - "option_dnslinkPolicy_disabled": { - "message": "Off", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" - }, - "option_dnslinkPolicy_bestEffort": { - "message": "Check after HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" - }, - "option_dnslinkPolicy_enabled": { - "message": "Check before HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" - }, - "option_detectIpfsPathHeader_title": { - "message": "Detect X-Ipfs-Path Header", - "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" - }, - "option_detectIpfsPathHeader_description": { - "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", - "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" - }, - "option_ipfsProxy_title": { - "message": "window.ipfs", - "description": "An option title for enabling\/disabling the IPFS proxy (option_ipfsProxy_title)" - }, - "option_ipfsProxy_description": { - "message": "IPFS is added to the window object on every page. Enable\/disable access to the functions it exposes.", - "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" - }, - "option_ipfsProxy_link_manage_permissions": { - "message": "Manage permissions", - "description": "Link text for managing permissions" - }, - "option_preloadAtPublicGateway_title": { - "message": "Pramuat Unduh", - "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" - }, - "option_preloadAtPublicGateway_description": { - "message": "Mengaktifkan pramuat otomatis aset yang diunggah melalui permintaan HTTP HEAD asinkron ke Gateway Publik", - "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" - }, - "option_resetAllOptions_title": { - "message": "Reset Semuanya", - "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" - }, - "option_resetAllOptions_description": { - "message": "Menggantikan preferensi pengguna dengan yang standar (tidak dapat dibatalkan!)", - "description": "An option description on the Preferences screen (option_resetAllOptions_description)" - }, - "manifest_extensionName": { - "message": "Sahabat IPFS", - "description": "Extension name in the Manifest file (manifest_extensionName)" - }, - "manifest_shortExtensionName": { - "message": "Sahabat IPFS", - "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" - }, - "manifest_extensionDescription": { - "message": "Ekstensi peramban yang menyederhanakan akses ke sumber daya IPFS", - "description": "Extension description in the Manifest file (manifest_extensionDescription)" - }, - "quickUpload_subhead_peers": { - "message": "Terhubung ke rekan-rekan $PEERCOUNT$", - "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)", - "placeholders": { - "peerCount": { - "content": "$1" - } - } - }, - "quickUpload_pick_file_button": { - "message": "Pilih berkas", - "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" - }, - "quickUpload_or": { - "message": "atau", - "description": "seperates the pick a file button from the drop message (quickUpload_or)" - }, - "quickUpload_drop_it_here": { - "message": "jatuhkan di sini untuk berbagi", - "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" - }, - "quickUpload_state_uploading": { - "message": "Upload in progress..", - "description": "Status label on the share files page (quickUpload_state_uploading)" - }, - "quickUpload_state_buffering": { - "message": "(buffering, please wait)", - "description": "Status label on the share files page (quickUpload_state_buffering)" - }, - "quickUpload_options_show": { - "message": "upload options", - "description": "Button on the share files page (quickUpload_options_show)" - }, - "quickUpload_options_wrapWithDirectory": { - "message": "Wrap single files in a directory to preserve their filenames.", - "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" - }, - "quickUpload_options_pinUpload": { - "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", - "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" - }, - "page_proxyAcl_title": { - "message": "Manage Permissions", - "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" - }, - "page_proxyAcl_subtitle": { - "message": "View, change and revoke granted access rights to your IPFS instance.", - "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" - }, - "page_proxyAcl_no_perms": { - "message": "No permissions granted.", - "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" - } - } - }, - "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" - } - } - }, - "page_proxyAcl_toggle_to_allow_button_title": { - "message": "Click to allow", - "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" - }, - "page_proxyAcl_toggle_to_deny_button_title": { - "message": "Click to deny", - "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" - }, - "page_proxyAcl_allow_button_value": { - "message": "Allow", - "description": "Button value for allow (page_proxyAcl_allow_button_value)" - }, - "page_proxyAcl_deny_button_value": { - "message": "Deny", - "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" - } - } - }, - "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" - } + "browserAction_title": { + "message": "Sahabat IPFS", + "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" + }, + "panel_headerIpfsNodeIconLabel": { + "message": "Sahabat IPFS", + "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" + }, + "panel_headerActiveToggleTitle": { + "message": "Global toggle: activate or suspend all IPFS integrations", + "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" + }, + "panel_statusOffline": { + "message": "offline", + "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" + }, + "panel_statusGatewayAddress": { + "message": "Gerbang", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" + }, + "panel_statusApiAddress": { + "message": "API", + "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" + }, + "panel_statusGatewayVersion": { + "message": "versi", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" + }, + "panel_statusSwarmPeers": { + "message": "Sesama", + "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" + }, + "panel_statusSwarmPeersTitle": { + "message": "Jumlah node IPFS lainnya yang dapat Anda hubungi", + "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" + }, + "panel_quickUpload": { + "message": "Berbagi file melalui IPFS", + "description": "A menu item in Browser Action pop-up (panel_quickUpload)" + }, + "panel_openWebui": { + "message": "Buka WebUI", + "description": "A menu item in Browser Action pop-up (panel_openWebui)" + }, + "panel_openPreferences": { + "message": "Buka Preferensi", + "description": "A menu item in Browser Action pop-up (panel_openPreferences)" + }, + "panel_switchToCustomGateway": { + "message": "Beralih ke Kustom Gateway", + "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" + }, + "panel_switchToPublicGateway": { + "message": "Beralih ke Gateway Umum", + "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" + }, + "panel_pinCurrentIpfsAddress": { + "message": "Semat Sumber daya IPFS", + "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" + }, + "panel_unpinCurrentIpfsAddress": { + "message": "Lepaskan Semat Sumber Daya IPFS", + "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" + }, + "panelCopy_currentIpfsAddress": { + "message": "Salin Alamat Resmi", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" + }, + "panel_copyCurrentPublicGwUrl": { + "message": "Salin URL Gateway Umum", + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" + }, + "pageAction_titleIpfsAtPublicGateway": { + "message": "IPFS resource loaded via Public Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" + }, + "pageAction_titleIpfsAtCustomGateway": { + "message": "IPFS resource loaded via Custom Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" + }, + "pageAction_titleNonIpfs": { + "message": "Non-IPFS resource", + "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" + }, + "contextMenu_AddToIpfsRawCid": { + "message": "Add to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsKeepFilename": { + "message": "Add to IPFS (Keep Filename)", + "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" + }, + "notify_addonIssueTitle": { + "message": "Masalah Add-on IPFS", + "description": "A title of system notification (notify_addonIssueTitle)" + }, + "notify_addonIssueMsg": { + "message": "Lihat Konsul Peramban untuk rincian lainnya", + "description": "A message in system notification (notify_addonIssueMsg)" + }, + "notify_copiedPublicURLTitle": { + "message": "URL Publik yang Disalin", + "description": "A title of system notification (notify_copiedPublicURLTitle)" + }, + "notify_copiedCanonicalAddressTitle": { + "message": "Alamat Resmi yang Disalin", + "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" + }, + "notify_pinnedIpfsResourceTitle": { + "message": "Sumber Daya sekarang Disematkan", + "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" + }, + "notify_unpinnedIpfsResourceTitle": { + "message": "Menghapus semat IPFS", + "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" + }, + "notify_pinErrorTitle": { + "message": "Kesalahan saat menyematkan sumber daya IPFS", + "description": "A title of system notification (notify_pinErrorTitle)" + }, + "notify_unpinErrorTitle": { + "message": "Kesalahan saat menghapus semat IPFS", + "description": "A title of system notification (notify_unpinErrorTitle)" + }, + "notify_apiOnlineTitle": { + "message": "API IPFS sedang online", + "description": "A title of system notification (notify_apiOnlineTitle)" + }, + "notify_apiOnlineAutomaticModeMsg": { + "message": "Mode Otomatis: Pengalihan Gateway Custom aktif", + "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" + }, + "notify_apiOfflineTitle": { + "message": "API IPFS offline", + "description": "A title of system notification (notify_apiOfflineTitle)" + }, + "notify_apiOfflineAutomaticModeMsg": { + "message": "Mode Otomatis: Gateway Umum akan digunakan sebagai posisi mundur", + "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" + }, + "notify_uploadErrorTitle": { + "message": "Tidak dapat mengunggah melalui API IPFS", + "description": "A title of system notification (notify_uploadErrorTitle)" + }, + "notify_uploadTrackingProtectionErrorMsg": { + "message": "Coba nonaktifkan Pelacakan Perlindungan (tekan ctrl+shift+j untuk rincian lainnya)", + "description": "(notify_uploadTrackingProtectionErrorMsg)" + }, + "notify_inlineMsg": { + "message": "$MSG$", + "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" + }, + "notify_inlineErrorMsg": { + "message": "$ERROR$ (tekan ctrl+shift+j untuk rincian lebih lanjut)", + "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" + }, + "notify_startIpfsNodeErrorTitle": { + "message": "Failed to start IPFS node", + "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" + }, + "notify_stopIpfsNodeErrorTitle": { + "message": "Failed to stop IPFS node", + "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" + }, + "option_legend_readMore": { + "message": "Read more", + "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" + }, + "option_header_nodeType": { + "message": "Node IPFS", + "description": "A section header on the Preferences screen (option_header_nodeType)" + }, + "option_ipfsNodeType_title": { + "message": "Jenis Node IPFS", + "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" + }, + "option_ipfsNodeType_external_description": { + "message": "External: connect to a node over HTTP API", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeType_embedded_description": { + "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeConfig_title": { + "message": "IPFS Node Config", + "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" + }, + "option_ipfsNodeConfig_description": { + "message": "Configuration for the embedded IPFS node. Must be valid JSON.", + "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" + }, + "option_ipfsNodeType_external": { + "message": "Eksternal", + "description": "An option on the Preferences screen (option_ipfsNodeType_external)" + }, + "option_ipfsNodeType_embedded": { + "message": "Tertancap", + "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" + }, + "option_header_gateways": { + "message": "Gateways", + "description": "A section header on the Preferences screen (option_header_gateways)" + }, + "option_customGatewayUrl_title": { + "message": "Kustom Lokal Gateway", + "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" + }, + "option_customGatewayUrl_description": { + "message": "URL pilihan yang diinginkan HTTP2IPFS", + "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" + }, + "option_useCustomGateway_title": { + "message": "Gunakan Kustom Gateway", + "description": "An option title on the Preferences screen (option_useCustomGateway_title)" + }, + "option_useCustomGateway_description": { + "message": "Permintaan pengalihan sumber daya IPFS ke Kustom Gateway", + "description": "An option description on the Preferences screen (option_useCustomGateway_description)" + }, + "option_publicGatewayUrl_title": { + "message": "Gateway Publik Bawaan", + "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" + }, + "option_publicGatewayUrl_description": { + "message": "URL mundur yang digunakan saat Gateway Kustom tidak tersedia dan untuk menyalin tautan yang dapat dibagikan", + "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" + }, + "option_header_api": { + "message": "API", + "description": "A section header on the Preferences screen (option_header_api)" + }, + "option_ipfsApiUrl_title": { + "message": "URL API IPFS", + "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" + }, + "option_ipfsApiUrl_description": { + "message": "Petunjuk: ini adalah tempat tinggal /webui", + "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" + }, + "option_ipfsApiPollMs_title": { + "message": "Status Poll Interval", + "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" + }, + "option_ipfsApiPollMs_description": { + "message": "Seberapa sering jumlah rekan disegarkan (dalam milidetik)", + "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" + }, + "option_automaticMode_title": { + "message": "Mode Otomatis", + "description": "An option title on the Preferences screen (option_automaticMode_title)" + }, + "option_automaticMode_description": { + "message": "Beralih menggunakan Gateway Kustom saat ketersediaan API IPFS berubah", + "description": "An option description on the Preferences screen (option_automaticMode_description)" + }, + "option_header_experiments": { + "message": "Percobaan", + "description": "A section header on the Preferences screen (option_header_experiments)" + }, + "option_experiments_warning": { + "message": "Berhati-hatilah: fitur ini baru atau karya dalam proses. YMMV.", + "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" + }, + "option_displayNotifications_title": { + "message": "Hidupkan Pemberitahuan", + "description": "An option title on the Preferences screen (option_displayNotifications_title)" + }, + "option_displayNotifications_description": { + "message": "Menampilkan sistem pemberitahuan ketika perubahan negara API, tautan akan disalin dll", + "description": "An option description on the Preferences screen (option_displayNotifications_description)" + }, + "option_catchUnhandledProtocols_title": { + "message": "Menangkap protokol IPFS yang tidak tertangani", + "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" + }, + "option_catchUnhandledProtocols_description": { + "message": "Memungkinkan dukungan untuk ipfs://$cid, ipns://$peerid dan dweb:/ipfs/$cid oleh normalisasi tautan dan permintaan yang dilakukan dengan tidak tertangani protokol", + "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" + }, + "option_linkify_title": { + "message": "Alamat IPFS Linkify", + "description": "An option title on the Preferences screen (option_linkify_title)" + }, + "option_linkify_description": { + "message": "Mengubah plaintext /ipfs/ jalan ke tautan diklik", + "description": "An option description on the Preferences screen (option_linkify_description)" + }, + "option_dnslinkPolicy_title": { + "message": "DNSLink Support", + "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" + }, + "option_dnslinkPolicy_description": { + "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", + "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" + }, + "option_dnslinkPolicy_disabled": { + "message": "Off", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" + }, + "option_dnslinkPolicy_bestEffort": { + "message": "Check after HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" + }, + "option_dnslinkPolicy_enabled": { + "message": "Check before HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" + }, + "option_detectIpfsPathHeader_title": { + "message": "Detect X-Ipfs-Path Header", + "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" + }, + "option_detectIpfsPathHeader_description": { + "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", + "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" + }, + "option_ipfsProxy_title": { + "message": "window.ipfs", + "description": "An option title for enabling/disabling the IPFS proxy (option_ipfsProxy_title)" + }, + "option_ipfsProxy_description": { + "message": "IPFS is added to the window object on every page. Enable/disable access to the functions it exposes.", + "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" + }, + "option_ipfsProxy_link_manage_permissions": { + "message": "Manage permissions", + "description": "Link text for managing permissions" + }, + "option_preloadAtPublicGateway_title": { + "message": "Pramuat Unduh", + "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" + }, + "option_preloadAtPublicGateway_description": { + "message": "Mengaktifkan pramuat otomatis aset yang diunggah melalui permintaan HTTP HEAD asinkron ke Gateway Publik", + "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" + }, + "option_resetAllOptions_title": { + "message": "Reset Semuanya", + "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" + }, + "option_resetAllOptions_description": { + "message": "Menggantikan preferensi pengguna dengan yang standar (tidak dapat dibatalkan!)", + "description": "An option description on the Preferences screen (option_resetAllOptions_description)" + }, + "manifest_extensionName": { + "message": "Sahabat IPFS", + "description": "Extension name in the Manifest file (manifest_extensionName)" + }, + "manifest_shortExtensionName": { + "message": "Sahabat IPFS", + "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" + }, + "manifest_extensionDescription": { + "message": "Ekstensi peramban yang menyederhanakan akses ke sumber daya IPFS", + "description": "Extension description in the Manifest file (manifest_extensionDescription)" + }, + "quickUpload_subhead_peers": { + "message": "Terhubung ke rekan-rekan $PEERCOUNT$", + "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" + }, + "quickUpload_pick_file_button": { + "message": "Pilih berkas", + "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" + }, + "quickUpload_or": { + "message": "atau", + "description": "seperates the pick a file button from the drop message (quickUpload_or)" + }, + "quickUpload_drop_it_here": { + "message": "jatuhkan di sini untuk berbagi", + "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" + }, + "quickUpload_state_uploading": { + "message": "Upload in progress..", + "description": "Status label on the share files page (quickUpload_state_uploading)" + }, + "quickUpload_state_buffering": { + "message": "(buffering, please wait)", + "description": "Status label on the share files page (quickUpload_state_buffering)" + }, + "quickUpload_options_show": { + "message": "upload options", + "description": "Button on the share files page (quickUpload_options_show)" + }, + "quickUpload_options_wrapWithDirectory": { + "message": "Wrap single files in a directory to preserve their filenames.", + "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" + }, + "quickUpload_options_pinUpload": { + "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", + "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" + }, + "page_proxyAcl_title": { + "message": "Manage Permissions", + "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" + }, + "page_proxyAcl_subtitle": { + "message": "View, change and revoke granted access rights to your IPFS instance.", + "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" + }, + "page_proxyAcl_no_perms": { + "message": "No permissions granted.", + "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)" + }, + "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)" + }, + "page_proxyAcl_toggle_to_allow_button_title": { + "message": "Click to allow", + "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" + }, + "page_proxyAcl_toggle_to_deny_button_title": { + "message": "Click to deny", + "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" + }, + "page_proxyAcl_allow_button_value": { + "message": "Allow", + "description": "Button value for allow (page_proxyAcl_allow_button_value)" + }, + "page_proxyAcl_deny_button_value": { + "message": "Deny", + "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)" + }, + "page_proxyAccessDialog_title": { + "message": "Allow $SCOPE$ to access ipfs.$PERMISSION$?", + "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", + "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" + }, + "page_proxyAcl_revoke_all_button_title": { + "message": "Revoke all permissions", + "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" + }, + "page_proxyAccessDialog_allowButton_text": { + "message": "Allow", + "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_proxyAccessDialog_denyButton_text": { + "message": "Deny", + "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" } - }, - "page_proxyAccessDialog_wildcardCheckbox_label": { - "message": "Apply this decision to all permissions in this scope", - "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" - }, - "page_proxyAcl_revoke_all_button_title": { - "message": "Revoke all permissions", - "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" - }, - "page_proxyAccessDialog_allowButton_text": { - "message": "Allow", - "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" - }, - "page_proxyAccessDialog_denyButton_text": { - "message": "Deny", - "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" - } } \ No newline at end of file diff --git a/add-on/_locales/it/messages.json b/add-on/_locales/it/messages.json index e245083c4..c161cfda6 100644 --- a/add-on/_locales/it/messages.json +++ b/add-on/_locales/it/messages.json @@ -1,495 +1,454 @@ { - "browserAction_title": { - "message": "IPFS Companion", - "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" - }, - "panel_headerIpfsNodeIconLabel": { - "message": "Nodo IPFS", - "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" - }, - "panel_headerActiveToggleTitle": { - "message": "Global toggle: activate or suspend all IPFS integrations", - "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" - }, - "panel_statusOffline": { - "message": "offline", - "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" - }, - "panel_statusGatewayAddress": { - "message": "gateway", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" - }, - "panel_statusApiAddress": { - "message": "API", - "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" - }, - "panel_statusGatewayVersion": { - "message": "versione", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" - }, - "panel_statusSwarmPeers": { - "message": "nodi connessi", - "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" - }, - "panel_statusSwarmPeersTitle": { - "message": "Il numero di altri IPFS nodi a cui è possibile connettersi", - "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" - }, - "panel_quickUpload": { - "message": "Upload veloce", - "description": "A menu item in Browser Action pop-up (panel_quickUpload)" - }, - "panel_openWebui": { - "message": "Apri WebUI", - "description": "A menu item in Browser Action pop-up (panel_openWebui)" - }, - "panel_openPreferences": { - "message": "Apri Preferenze", - "description": "A menu item in Browser Action pop-up (panel_openPreferences)" - }, - "panel_switchToCustomGateway": { - "message": "Passa ad un Gateway personalizzato", - "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" - }, - "panel_switchToPublicGateway": { - "message": "Passa ad un Gateway Pubblico", - "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" - }, - "panel_pinCurrentIpfsAddress": { - "message": "Spillare Risorsa IPFS", - "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" - }, - "panel_unpinCurrentIpfsAddress": { - "message": "Rimuovi la risorsa IPFS spillata", - "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" - }, - "panelCopy_currentIpfsAddress": { - "message": "Copia indirizzo canonico", - "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" - }, - "panel_copyCurrentPublicGwUrl": { - "message": "Copia l'URL del Gateway Pubblico", - "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" - }, - "pageAction_titleIpfsAtPublicGateway": { - "message": "Risorsa IPFS caricata tramite un Gateway Pubblico", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" - }, - "pageAction_titleIpfsAtCustomGateway": { - "message": "Risorsa IPFS caricata tramite un Gateway Personalizzato", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" - }, - "pageAction_titleNonIpfs": { - "message": "Risorsa non-IPFS", - "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" - }, - "contextMenu_AddToIpfsRawCid": { - "message": "Add to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" - }, - "contextMenu_AddToIpfsKeepFilename": { - "message": "Add to IPFS (Keep Filename)", - "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" - }, - "notify_addonIssueTitle": { - "message": "Problema con moduli aggiuntivi (add-on) IPFS", - "description": "A title of system notification (notify_addonIssueTitle)" - }, - "notify_addonIssueMsg": { - "message": "Apri la console del browser per maggiori dettagli", - "description": "A message in system notification (notify_addonIssueMsg)" - }, - "notify_copiedPublicURLTitle": { - "message": "URL pubblico copiato", - "description": "A title of system notification (notify_copiedPublicURLTitle)" - }, - "notify_copiedCanonicalAddressTitle": { - "message": "Indirizzo canonico copiato", - "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" - }, - "notify_pinnedIpfsResourceTitle": { - "message": "La Risorsa IPFS è ora mantenuta", - "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" - }, - "notify_unpinnedIpfsResourceTitle": { - "message": "La risorsa IPFS non sara piu mantenuta", - "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" - }, - "notify_pinErrorTitle": { - "message": "Errore mentre mantenevo la risorsa IPFS", - "description": "A title of system notification (notify_pinErrorTitle)" - }, - "notify_unpinErrorTitle": { - "message": "Errore mentre rimuovevo il mantenimento della risorsa IPFS", - "description": "A title of system notification (notify_unpinErrorTitle)" - }, - "notify_apiOnlineTitle": { - "message": "Le API di IPFS sono Online", - "description": "A title of system notification (notify_apiOnlineTitle)" - }, - "notify_apiOnlineAutomaticModeMsg": { - "message": "Modalità automatica: Il reindirizzamento ad un Gateway personalizzato è attivo", - "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" - }, - "notify_apiOfflineTitle": { - "message": "Le API di IPFS sono Offline", - "description": "A title of system notification (notify_apiOfflineTitle)" - }, - "notify_apiOfflineAutomaticModeMsg": { - "message": "Modalità automatica: Il Gateway pubblico verrà utilizzato come un fallback", - "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" - }, - "notify_uploadErrorTitle": { - "message": "Impossibile caricare tramite le API di IPFS", - "description": "A title of system notification (notify_uploadErrorTitle)" - }, - "notify_uploadTrackingProtectionErrorMsg": { - "message": "Prova a disattivare la protezione del monitoraggio (premere ctrl\/cmd + shift + j per maggiori dettagli)", - "description": "(notify_uploadTrackingProtectionErrorMsg)" - }, - "notify_inlineMsg": { - "message": "$MSG$", - "placeholders": { - "msg": { - "content": "$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)", - "placeholders": { - "error": { - "content": "$1" - } - }, - "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" - }, - "notify_startIpfsNodeErrorTitle": { - "message": "Impossibile avviare IPFS", - "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" - }, - "notify_stopIpfsNodeErrorTitle": { - "message": "Impossibile arrestare IPFS", - "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" - }, - "option_legend_readMore": { - "message": "Leggi di più", - "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" - }, - "option_header_nodeType": { - "message": "Nodo IPFS", - "description": "A section header on the Preferences screen (option_header_nodeType)" - }, - "option_ipfsNodeType_title": { - "message": "Tipo di Nodo IPFS", - "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" - }, - "option_ipfsNodeType_external_description": { - "message": "External: connect to a node over HTTP API", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeType_embedded_description": { - "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeConfig_title": { - "message": "Configurazione del Nodo IPFS", - "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" - }, - "option_ipfsNodeConfig_description": { - "message": "Configurazione per il nodo IPFS incorporato. Deve essere valido JSON.", - "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" - }, - "option_ipfsNodeType_external": { - "message": "Esterno", - "description": "An option on the Preferences screen (option_ipfsNodeType_external)" - }, - "option_ipfsNodeType_embedded": { - "message": "Integrato", - "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" - }, - "option_header_gateways": { - "message": "Gateways", - "description": "A section header on the Preferences screen (option_header_gateways)" - }, - "option_customGatewayUrl_title": { - "message": "Gateway locale personalizzato", - "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" - }, - "option_customGatewayUrl_description": { - "message": "URL del preferito Gateway HTTP2IPFS", - "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" - }, - "option_useCustomGateway_title": { - "message": "Usa un Gateway personalizzato", - "description": "An option title on the Preferences screen (option_useCustomGateway_title)" - }, - "option_useCustomGateway_description": { - "message": "Reindirizza le richieste per risorse IPFS al Gateway Personalizzato", - "description": "An option description on the Preferences screen (option_useCustomGateway_description)" - }, - "option_publicGatewayUrl_title": { - "message": "Default Gateway pubblico", - "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" - }, - "option_publicGatewayUrl_description": { - "message": "Fallback URL utilizzato quando il Gateway personalizzato non è disponibile e per la copia link condivisibile", - "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" - }, - "option_header_api": { - "message": "API", - "description": "A section header on the Preferences screen (option_header_api)" - }, - "option_ipfsApiUrl_title": { - "message": "IPFS API URL", - "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" - }, - "option_ipfsApiUrl_description": { - "message": "Suggerimento: questo è dove vive \/webui", - "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" - }, - "option_ipfsApiPollMs_title": { - "message": "Intervallo di Polling dello Stato", - "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" - }, - "option_ipfsApiPollMs_description": { - "message": "Quanto spesso il conteggio delle connessioni viene aggiornato (in millisecondi)", - "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" - }, - "option_automaticMode_title": { - "message": "Modalità automatica", - "description": "An option title on the Preferences screen (option_automaticMode_title)" - }, - "option_automaticMode_description": { - "message": "Attiva\/Disattiva uso di Custom Gateway quando la disponibilità delle API di IPFS cambia", - "description": "An option description on the Preferences screen (option_automaticMode_description)" - }, - "option_header_experiments": { - "message": "Esperimenti", - "description": "A section header on the Preferences screen (option_header_experiments)" - }, - "option_experiments_warning": { - "message": "Attenzione: queste caratteristiche sono nuove o work-in-progress. Usa a tuo rischio.", - "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" - }, - "option_displayNotifications_title": { - "message": "Abilita Notifiche", - "description": "An option title on the Preferences screen (option_displayNotifications_title)" - }, - "option_displayNotifications_description": { - "message": "Visualizza le notifiche di sistema quando: cambia lo stato di API, un collegamento viene copiato, etc... etc", - "description": "An option description on the Preferences screen (option_displayNotifications_description)" - }, - "option_catchUnhandledProtocols_title": { - "message": "Analizza i protocolli IPFS non gestiti", - "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" - }, - "option_catchUnhandledProtocols_description": { - "message": "Attiva il supporto per ipfs:\/\/$cid, ipns:\/\/$peerid e dweb:\/ipfs\/$cid normalizzando i collegamenti e le richieste fatte con protocolli non gestiti", - "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" - }, - "option_linkify_title": { - "message": "Trasforma gli indirizzi IPFS in link", - "description": "An option title on the Preferences screen (option_linkify_title)" - }, - "option_linkify_description": { - "message": "Trasformare i percorsi \/ipfs\/ di testo normale in link cliccabili", - "description": "An option description on the Preferences screen (option_linkify_description)" - }, - "option_dnslinkPolicy_title": { - "message": "DNSLink Support", - "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" - }, - "option_dnslinkPolicy_description": { - "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", - "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" - }, - "option_dnslinkPolicy_disabled": { - "message": "Off", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" - }, - "option_dnslinkPolicy_bestEffort": { - "message": "Check after HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" - }, - "option_dnslinkPolicy_enabled": { - "message": "Check before HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" - }, - "option_detectIpfsPathHeader_title": { - "message": "Detect X-Ipfs-Path Header", - "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" - }, - "option_detectIpfsPathHeader_description": { - "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", - "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" - }, - "option_ipfsProxy_title": { - "message": "window.ipfs", - "description": "An option title for enabling\/disabling the IPFS proxy (option_ipfsProxy_title)" - }, - "option_ipfsProxy_description": { - "message": "IPFS è aggiunto all'oggetto window su ogni pagina. Abilita\/Disabilita l'accesso alle funzioni che espone.", - "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" - }, - "option_ipfsProxy_link_manage_permissions": { - "message": "Gestisci Permessi", - "description": "Link text for managing permissions" - }, - "option_preloadAtPublicGateway_title": { - "message": "Precaricare gli Uploads", - "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" - }, - "option_preloadAtPublicGateway_description": { - "message": "Consente il caricamento anticipato delle unita´ caricate mediante una richiesta HTTP HEAD asincrona ad una Gateway pubblica", - "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" - }, - "option_resetAllOptions_title": { - "message": "Azzera tutto", - "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" - }, - "option_resetAllOptions_description": { - "message": "Sostituisce le preferenze dell'utente con quelle di default (non può essere annullata!)", - "description": "An option description on the Preferences screen (option_resetAllOptions_description)" - }, - "manifest_extensionName": { - "message": "IPFS Companion", - "description": "Extension name in the Manifest file (manifest_extensionName)" - }, - "manifest_shortExtensionName": { - "message": "IPFS Companion", - "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" - }, - "manifest_extensionDescription": { - "message": "Estensione per il browser che semplifica l'accesso alle risorse IPFS", - "description": "Extension description in the Manifest file (manifest_extensionDescription)" - }, - "quickUpload_subhead_peers": { - "message": "Collegato a $PEERCOUNT$ peers", - "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)", - "placeholders": { - "peerCount": { - "content": "$1" - } - } - }, - "quickUpload_pick_file_button": { - "message": "Seleziona un file", - "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" - }, - "quickUpload_or": { - "message": "o", - "description": "seperates the pick a file button from the drop message (quickUpload_or)" - }, - "quickUpload_drop_it_here": { - "message": "rilasciarlo qui per condividere", - "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" - }, - "quickUpload_state_uploading": { - "message": "Caricamento in corso..", - "description": "Status label on the share files page (quickUpload_state_uploading)" - }, - "quickUpload_state_buffering": { - "message": "(buffering, attendere prego)", - "description": "Status label on the share files page (quickUpload_state_buffering)" - }, - "quickUpload_options_show": { - "message": "opzioni di caricamento", - "description": "Button on the share files page (quickUpload_options_show)" - }, - "quickUpload_options_wrapWithDirectory": { - "message": "Avvolgere i singoli file in una directory per mantenere i nomi di file.", - "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" - }, - "quickUpload_options_pinUpload": { - "message": "PIN file in modo che vengono mantenute quando si esegue la procedura di garbage collection sul vostro repo IPFS.", - "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" - }, - "page_proxyAcl_title": { - "message": "Gestisci i Permessi", - "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" - }, - "page_proxyAcl_subtitle": { - "message": "Visualizzare, modificare e revocare i diritti di accesso concessi all'istanza IPFS.", - "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" - }, - "page_proxyAcl_no_perms": { - "message": "Nessuna autorizzazione concessa.", - "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" - }, - "page_proxyAcl_confirm_revoke": { - "message": "Revocare l'autorizzazione $PERMISSION$ per $SCOPE$?", - "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)", - "placeholders": { - "permission": { - "content": "$1" - }, - "scope": { - "content": "$2" - } - } - }, - "page_proxyAcl_confirm_revoke_all": { - "message": "Revocare tutte le autorizzazioni per $SCOPE$?", - "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)", - "placeholders": { - "scope": { - "content": "$1" - } - } - }, - "page_proxyAcl_toggle_to_allow_button_title": { - "message": "Fare clic per consentire", - "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" - }, - "page_proxyAcl_toggle_to_deny_button_title": { - "message": "Fare clic per negare", - "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" - }, - "page_proxyAcl_allow_button_value": { - "message": "Consenti", - "description": "Button value for allow (page_proxyAcl_allow_button_value)" - }, - "page_proxyAcl_deny_button_value": { - "message": "Rifiuta", - "description": "Button value for deny" - }, - "page_proxyAcl_revoke_button_title": { - "message": "Revoca $PERMISSION$", - "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)", - "placeholders": { - "permission": { - "content": "$1" - } - } - }, - "page_proxyAccessDialog_title": { - "message": "Consentire $SCOPE$ di accedere a ipfs.$PERMISSION$?", - "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)", - "placeholders": { - "scope": { - "content": "$1" - }, - "permission": { - "content": "$2" - } + "browserAction_title": { + "message": "IPFS Companion", + "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" + }, + "panel_headerIpfsNodeIconLabel": { + "message": "Nodo IPFS", + "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" + }, + "panel_headerActiveToggleTitle": { + "message": "Global toggle: activate or suspend all IPFS integrations", + "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" + }, + "panel_statusOffline": { + "message": "offline", + "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" + }, + "panel_statusGatewayAddress": { + "message": "gateway", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" + }, + "panel_statusApiAddress": { + "message": "API", + "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" + }, + "panel_statusGatewayVersion": { + "message": "versione", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" + }, + "panel_statusSwarmPeers": { + "message": "nodi connessi", + "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" + }, + "panel_statusSwarmPeersTitle": { + "message": "Il numero di altri IPFS nodi a cui è possibile connettersi", + "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" + }, + "panel_quickUpload": { + "message": "Upload veloce", + "description": "A menu item in Browser Action pop-up (panel_quickUpload)" + }, + "panel_openWebui": { + "message": "Apri WebUI", + "description": "A menu item in Browser Action pop-up (panel_openWebui)" + }, + "panel_openPreferences": { + "message": "Apri Preferenze", + "description": "A menu item in Browser Action pop-up (panel_openPreferences)" + }, + "panel_switchToCustomGateway": { + "message": "Passa ad un Gateway personalizzato", + "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" + }, + "panel_switchToPublicGateway": { + "message": "Passa ad un Gateway Pubblico", + "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" + }, + "panel_pinCurrentIpfsAddress": { + "message": "Spillare Risorsa IPFS", + "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" + }, + "panel_unpinCurrentIpfsAddress": { + "message": "Rimuovi la risorsa IPFS spillata", + "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" + }, + "panelCopy_currentIpfsAddress": { + "message": "Copia indirizzo canonico", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" + }, + "panel_copyCurrentPublicGwUrl": { + "message": "Copia l'URL del Gateway Pubblico", + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" + }, + "pageAction_titleIpfsAtPublicGateway": { + "message": "Risorsa IPFS caricata tramite un Gateway Pubblico", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" + }, + "pageAction_titleIpfsAtCustomGateway": { + "message": "Risorsa IPFS caricata tramite un Gateway Personalizzato", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" + }, + "pageAction_titleNonIpfs": { + "message": "Risorsa non-IPFS", + "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" + }, + "contextMenu_AddToIpfsRawCid": { + "message": "Add to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsKeepFilename": { + "message": "Add to IPFS (Keep Filename)", + "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" + }, + "notify_addonIssueTitle": { + "message": "Problema con moduli aggiuntivi (add-on) IPFS", + "description": "A title of system notification (notify_addonIssueTitle)" + }, + "notify_addonIssueMsg": { + "message": "Apri la console del browser per maggiori dettagli", + "description": "A message in system notification (notify_addonIssueMsg)" + }, + "notify_copiedPublicURLTitle": { + "message": "URL pubblico copiato", + "description": "A title of system notification (notify_copiedPublicURLTitle)" + }, + "notify_copiedCanonicalAddressTitle": { + "message": "Indirizzo canonico copiato", + "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" + }, + "notify_pinnedIpfsResourceTitle": { + "message": "La Risorsa IPFS è ora mantenuta", + "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" + }, + "notify_unpinnedIpfsResourceTitle": { + "message": "La risorsa IPFS non sara piu mantenuta", + "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" + }, + "notify_pinErrorTitle": { + "message": "Errore mentre mantenevo la risorsa IPFS", + "description": "A title of system notification (notify_pinErrorTitle)" + }, + "notify_unpinErrorTitle": { + "message": "Errore mentre rimuovevo il mantenimento della risorsa IPFS", + "description": "A title of system notification (notify_unpinErrorTitle)" + }, + "notify_apiOnlineTitle": { + "message": "Le API di IPFS sono Online", + "description": "A title of system notification (notify_apiOnlineTitle)" + }, + "notify_apiOnlineAutomaticModeMsg": { + "message": "Modalità automatica: Il reindirizzamento ad un Gateway personalizzato è attivo", + "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" + }, + "notify_apiOfflineTitle": { + "message": "Le API di IPFS sono Offline", + "description": "A title of system notification (notify_apiOfflineTitle)" + }, + "notify_apiOfflineAutomaticModeMsg": { + "message": "Modalità automatica: Il Gateway pubblico verrà utilizzato come un fallback", + "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" + }, + "notify_uploadErrorTitle": { + "message": "Impossibile caricare tramite le API di IPFS", + "description": "A title of system notification (notify_uploadErrorTitle)" + }, + "notify_uploadTrackingProtectionErrorMsg": { + "message": "Prova a disattivare la protezione del monitoraggio (premere ctrl/cmd + shift + j per maggiori dettagli)", + "description": "(notify_uploadTrackingProtectionErrorMsg)" + }, + "notify_inlineMsg": { + "message": "$MSG$", + "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" + }, + "notify_inlineErrorMsg": { + "message": "$ERROR$ (premi ctrl/cmd + shift + j per maggiori dettagli)", + "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" + }, + "notify_startIpfsNodeErrorTitle": { + "message": "Impossibile avviare IPFS", + "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" + }, + "notify_stopIpfsNodeErrorTitle": { + "message": "Impossibile arrestare IPFS", + "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" + }, + "option_legend_readMore": { + "message": "Leggi di più", + "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" + }, + "option_header_nodeType": { + "message": "Nodo IPFS", + "description": "A section header on the Preferences screen (option_header_nodeType)" + }, + "option_ipfsNodeType_title": { + "message": "Tipo di Nodo IPFS", + "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" + }, + "option_ipfsNodeType_external_description": { + "message": "External: connect to a node over HTTP API", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeType_embedded_description": { + "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeConfig_title": { + "message": "Configurazione del Nodo IPFS", + "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" + }, + "option_ipfsNodeConfig_description": { + "message": "Configurazione per il nodo IPFS incorporato. Deve essere valido JSON.", + "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" + }, + "option_ipfsNodeType_external": { + "message": "Esterno", + "description": "An option on the Preferences screen (option_ipfsNodeType_external)" + }, + "option_ipfsNodeType_embedded": { + "message": "Integrato", + "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" + }, + "option_header_gateways": { + "message": "Gateways", + "description": "A section header on the Preferences screen (option_header_gateways)" + }, + "option_customGatewayUrl_title": { + "message": "Gateway locale personalizzato", + "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" + }, + "option_customGatewayUrl_description": { + "message": "URL del preferito Gateway HTTP2IPFS", + "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" + }, + "option_useCustomGateway_title": { + "message": "Usa un Gateway personalizzato", + "description": "An option title on the Preferences screen (option_useCustomGateway_title)" + }, + "option_useCustomGateway_description": { + "message": "Reindirizza le richieste per risorse IPFS al Gateway Personalizzato", + "description": "An option description on the Preferences screen (option_useCustomGateway_description)" + }, + "option_publicGatewayUrl_title": { + "message": "Default Gateway pubblico", + "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" + }, + "option_publicGatewayUrl_description": { + "message": "Fallback URL utilizzato quando il Gateway personalizzato non è disponibile e per la copia link condivisibile", + "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" + }, + "option_header_api": { + "message": "API", + "description": "A section header on the Preferences screen (option_header_api)" + }, + "option_ipfsApiUrl_title": { + "message": "IPFS API URL", + "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" + }, + "option_ipfsApiUrl_description": { + "message": "Suggerimento: questo è dove vive /webui", + "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" + }, + "option_ipfsApiPollMs_title": { + "message": "Intervallo di Polling dello Stato", + "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" + }, + "option_ipfsApiPollMs_description": { + "message": "Quanto spesso il conteggio delle connessioni viene aggiornato (in millisecondi)", + "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" + }, + "option_automaticMode_title": { + "message": "Modalità automatica", + "description": "An option title on the Preferences screen (option_automaticMode_title)" + }, + "option_automaticMode_description": { + "message": "Attiva/Disattiva uso di Custom Gateway quando la disponibilità delle API di IPFS cambia", + "description": "An option description on the Preferences screen (option_automaticMode_description)" + }, + "option_header_experiments": { + "message": "Esperimenti", + "description": "A section header on the Preferences screen (option_header_experiments)" + }, + "option_experiments_warning": { + "message": "Attenzione: queste caratteristiche sono nuove o work-in-progress. Usa a tuo rischio.", + "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" + }, + "option_displayNotifications_title": { + "message": "Abilita Notifiche", + "description": "An option title on the Preferences screen (option_displayNotifications_title)" + }, + "option_displayNotifications_description": { + "message": "Visualizza le notifiche di sistema quando: cambia lo stato di API, un collegamento viene copiato, etc... etc", + "description": "An option description on the Preferences screen (option_displayNotifications_description)" + }, + "option_catchUnhandledProtocols_title": { + "message": "Analizza i protocolli IPFS non gestiti", + "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" + }, + "option_catchUnhandledProtocols_description": { + "message": "Attiva il supporto per ipfs://$cid, ipns://$peerid e dweb:/ipfs/$cid normalizzando i collegamenti e le richieste fatte con protocolli non gestiti", + "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" + }, + "option_linkify_title": { + "message": "Trasforma gli indirizzi IPFS in link", + "description": "An option title on the Preferences screen (option_linkify_title)" + }, + "option_linkify_description": { + "message": "Trasformare i percorsi /ipfs/ di testo normale in link cliccabili", + "description": "An option description on the Preferences screen (option_linkify_description)" + }, + "option_dnslinkPolicy_title": { + "message": "DNSLink Support", + "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" + }, + "option_dnslinkPolicy_description": { + "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", + "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" + }, + "option_dnslinkPolicy_disabled": { + "message": "Off", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" + }, + "option_dnslinkPolicy_bestEffort": { + "message": "Check after HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" + }, + "option_dnslinkPolicy_enabled": { + "message": "Check before HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" + }, + "option_detectIpfsPathHeader_title": { + "message": "Detect X-Ipfs-Path Header", + "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" + }, + "option_detectIpfsPathHeader_description": { + "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", + "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" + }, + "option_ipfsProxy_title": { + "message": "window.ipfs", + "description": "An option title for enabling/disabling the IPFS proxy (option_ipfsProxy_title)" + }, + "option_ipfsProxy_description": { + "message": "IPFS è aggiunto all'oggetto window su ogni pagina. Abilita/Disabilita l'accesso alle funzioni che espone.", + "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" + }, + "option_ipfsProxy_link_manage_permissions": { + "message": "Gestisci Permessi", + "description": "Link text for managing permissions" + }, + "option_preloadAtPublicGateway_title": { + "message": "Precaricare gli Uploads", + "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" + }, + "option_preloadAtPublicGateway_description": { + "message": "Consente il caricamento anticipato delle unita´ caricate mediante una richiesta HTTP HEAD asincrona ad una Gateway pubblica", + "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" + }, + "option_resetAllOptions_title": { + "message": "Azzera tutto", + "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" + }, + "option_resetAllOptions_description": { + "message": "Sostituisce le preferenze dell'utente con quelle di default (non può essere annullata!)", + "description": "An option description on the Preferences screen (option_resetAllOptions_description)" + }, + "manifest_extensionName": { + "message": "IPFS Companion", + "description": "Extension name in the Manifest file (manifest_extensionName)" + }, + "manifest_shortExtensionName": { + "message": "IPFS Companion", + "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" + }, + "manifest_extensionDescription": { + "message": "Estensione per il browser che semplifica l'accesso alle risorse IPFS", + "description": "Extension description in the Manifest file (manifest_extensionDescription)" + }, + "quickUpload_subhead_peers": { + "message": "Collegato a $PEERCOUNT$ peers", + "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" + }, + "quickUpload_pick_file_button": { + "message": "Seleziona un file", + "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" + }, + "quickUpload_or": { + "message": "o", + "description": "seperates the pick a file button from the drop message (quickUpload_or)" + }, + "quickUpload_drop_it_here": { + "message": "rilasciarlo qui per condividere", + "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" + }, + "quickUpload_state_uploading": { + "message": "Caricamento in corso..", + "description": "Status label on the share files page (quickUpload_state_uploading)" + }, + "quickUpload_state_buffering": { + "message": "(buffering, attendere prego)", + "description": "Status label on the share files page (quickUpload_state_buffering)" + }, + "quickUpload_options_show": { + "message": "opzioni di caricamento", + "description": "Button on the share files page (quickUpload_options_show)" + }, + "quickUpload_options_wrapWithDirectory": { + "message": "Avvolgere i singoli file in una directory per mantenere i nomi di file.", + "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" + }, + "quickUpload_options_pinUpload": { + "message": "PIN file in modo che vengono mantenute quando si esegue la procedura di garbage collection sul vostro repo IPFS.", + "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" + }, + "page_proxyAcl_title": { + "message": "Gestisci i Permessi", + "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" + }, + "page_proxyAcl_subtitle": { + "message": "Visualizzare, modificare e revocare i diritti di accesso concessi all'istanza IPFS.", + "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" + }, + "page_proxyAcl_no_perms": { + "message": "Nessuna autorizzazione concessa.", + "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" + }, + "page_proxyAcl_confirm_revoke": { + "message": "Revocare l'autorizzazione $PERMISSION$ per $SCOPE$?", + "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$?", + "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" + }, + "page_proxyAcl_toggle_to_allow_button_title": { + "message": "Fare clic per consentire", + "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" + }, + "page_proxyAcl_toggle_to_deny_button_title": { + "message": "Fare clic per negare", + "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" + }, + "page_proxyAcl_allow_button_value": { + "message": "Consenti", + "description": "Button value for allow (page_proxyAcl_allow_button_value)" + }, + "page_proxyAcl_deny_button_value": { + "message": "Rifiuta", + "description": "Button value for deny" + }, + "page_proxyAcl_revoke_button_title": { + "message": "Revoca $PERMISSION$", + "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" + }, + "page_proxyAccessDialog_title": { + "message": "Consentire $SCOPE$ di accedere a ipfs.$PERMISSION$?", + "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" + }, + "page_proxyAccessDialog_wildcardCheckbox_label": { + "message": "Applicare questa decisione a tutte le autorizzazioni in questo ambito", + "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" + }, + "page_proxyAcl_revoke_all_button_title": { + "message": "Revoca permessi", + "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" + }, + "page_proxyAccessDialog_allowButton_text": { + "message": "Consenti", + "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_proxyAccessDialog_denyButton_text": { + "message": "Rifiuta", + "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" } - }, - "page_proxyAccessDialog_wildcardCheckbox_label": { - "message": "Applicare questa decisione a tutte le autorizzazioni in questo ambito", - "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" - }, - "page_proxyAcl_revoke_all_button_title": { - "message": "Revoca permessi", - "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" - }, - "page_proxyAccessDialog_allowButton_text": { - "message": "Consenti", - "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" - }, - "page_proxyAccessDialog_denyButton_text": { - "message": "Rifiuta", - "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" - } } \ No newline at end of file diff --git a/add-on/_locales/pl/messages.json b/add-on/_locales/pl/messages.json index 2cf817145..5299db2a4 100644 --- a/add-on/_locales/pl/messages.json +++ b/add-on/_locales/pl/messages.json @@ -1,495 +1,454 @@ { - "browserAction_title": { - "message": "Asystent IPFS", - "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" - }, - "panel_headerIpfsNodeIconLabel": { - "message": "Asystent IPFS", - "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" - }, - "panel_headerActiveToggleTitle": { - "message": "Globalny przełącznik: włącza lub wstrzymuje wszystkie integracje IPFS w przeglądarce", - "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" - }, - "panel_statusOffline": { - "message": "niedostępne", - "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" - }, - "panel_statusGatewayAddress": { - "message": "Brama HTTP", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" - }, - "panel_statusApiAddress": { - "message": "API", - "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" - }, - "panel_statusGatewayVersion": { - "message": "wersja", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" - }, - "panel_statusSwarmPeers": { - "message": "połączenia", - "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" - }, - "panel_statusSwarmPeersTitle": { - "message": "Liczba węzłów IPFS umożliwiających połączenie", - "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" - }, - "panel_quickUpload": { - "message": "Opublikuj plik via IPFS", - "description": "A menu item in Browser Action pop-up (panel_quickUpload)" - }, - "panel_openWebui": { - "message": "Otwórz WebUI", - "description": "A menu item in Browser Action pop-up (panel_openWebui)" - }, - "panel_openPreferences": { - "message": "Otwórz preferencje", - "description": "A menu item in Browser Action pop-up (panel_openPreferences)" - }, - "panel_switchToCustomGateway": { - "message": "Przepnij na własną bramę", - "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" - }, - "panel_switchToPublicGateway": { - "message": "Przepnij na publiczną bramę", - "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" - }, - "panel_pinCurrentIpfsAddress": { - "message": "Przypnij zasób IPFS", - "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" - }, - "panel_unpinCurrentIpfsAddress": { - "message": "Odepnij zasób IPFS", - "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" - }, - "panelCopy_currentIpfsAddress": { - "message": "Skopiuj ścieżkę IPFS", - "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" - }, - "panel_copyCurrentPublicGwUrl": { - "message": "Skopiuj URL do publicznej bramy", - "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" - }, - "pageAction_titleIpfsAtPublicGateway": { - "message": "Zasób IPFS pobrany z publicznej bramy", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" - }, - "pageAction_titleIpfsAtCustomGateway": { - "message": "Zasób IPFS pobrany z własnej bramy", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" - }, - "pageAction_titleNonIpfs": { - "message": "Brak zasobu IPFS", - "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" - }, - "contextMenu_AddToIpfsRawCid": { - "message": "Dodaj do IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" - }, - "contextMenu_AddToIpfsKeepFilename": { - "message": "Dodaj do IPFS (zachowaj nazwę pliku)", - "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" - }, - "notify_addonIssueTitle": { - "message": "Problem z Asystentem IPFS", - "description": "A title of system notification (notify_addonIssueTitle)" - }, - "notify_addonIssueMsg": { - "message": "Otwórz Konsolę Przeglądarki aby zobaczyć szczegóły", - "description": "A message in system notification (notify_addonIssueMsg)" - }, - "notify_copiedPublicURLTitle": { - "message": "Skopiowano publiczny URL", - "description": "A title of system notification (notify_copiedPublicURLTitle)" - }, - "notify_copiedCanonicalAddressTitle": { - "message": "Skopiowano ścieżkę IPFS", - "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" - }, - "notify_pinnedIpfsResourceTitle": { - "message": "Przypięto wskazany zasób IPFS", - "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" - }, - "notify_unpinnedIpfsResourceTitle": { - "message": "Odpięto wskazany zasób IPFS", - "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" - }, - "notify_pinErrorTitle": { - "message": "Błąd podczas przypinania zasobu IPFS", - "description": "A title of system notification (notify_pinErrorTitle)" - }, - "notify_unpinErrorTitle": { - "message": "Błąd podczas odpinania zasobu IPFS", - "description": "A title of system notification (notify_unpinErrorTitle)" - }, - "notify_apiOnlineTitle": { - "message": "IPFS: nawiązano połączenie z API", - "description": "A title of system notification (notify_apiOnlineTitle)" - }, - "notify_apiOnlineAutomaticModeMsg": { - "message": "Tryb automatyczny: przekierowanie do alternatywnej bramy jest aktywne", - "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" - }, - "notify_apiOfflineTitle": { - "message": "IPFS: utracono połączenie z API", - "description": "A title of system notification (notify_apiOfflineTitle)" - }, - "notify_apiOfflineAutomaticModeMsg": { - "message": "Tryb automatyczny: awaryjne przekierowanie do publicznej bramy", - "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" - }, - "notify_uploadErrorTitle": { - "message": "Nie udało się wysłać poprzez API IPFS", - "description": "A title of system notification (notify_uploadErrorTitle)" - }, - "notify_uploadTrackingProtectionErrorMsg": { - "message": "Spróbuj wyłączyć \"Ochronę przed śledzeniem\" (wciśnij ctrl+shift+j po więcej szczegółów)", - "description": "(notify_uploadTrackingProtectionErrorMsg)" - }, - "notify_inlineMsg": { - "message": "$MSG$", - "placeholders": { - "msg": { - "content": "$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)", - "placeholders": { - "error": { - "content": "$1" - } - }, - "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" - }, - "notify_startIpfsNodeErrorTitle": { - "message": "Nie udało się uruchomić węzła IPFS", - "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" - }, - "notify_stopIpfsNodeErrorTitle": { - "message": "Nie udało się zatrzymać węzła IPFS", - "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" - }, - "option_legend_readMore": { - "message": "Dowiedz się więcej", - "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" - }, - "option_header_nodeType": { - "message": "Węzeł IPFS", - "description": "A section header on the Preferences screen (option_header_nodeType)" - }, - "option_ipfsNodeType_title": { - "message": "Typ węzła IPFS", - "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" - }, - "option_ipfsNodeType_external_description": { - "message": "Zewnętrzny (zalecany): połącz się z API węzła IPFS przy użyciu protokołu HTTP.", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeType_embedded_description": { - "message": "Wbudowany (eksperyment): uruchamia węzeł js-ipfs w procesie przeglądarki (może powodować szybsze rozładowanie baterii itp).", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeConfig_title": { - "message": "Konfiguracja węzła IPFS", - "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" - }, - "option_ipfsNodeConfig_description": { - "message": "Konfiguracja dla wbudowanego węzła IPFS. Wymagany poprawny JSON.", - "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" - }, - "option_ipfsNodeType_external": { - "message": "Zdalny", - "description": "An option on the Preferences screen (option_ipfsNodeType_external)" - }, - "option_ipfsNodeType_embedded": { - "message": "Wbudowany", - "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" - }, - "option_header_gateways": { - "message": "Bramy", - "description": "A section header on the Preferences screen (option_header_gateways)" - }, - "option_customGatewayUrl_title": { - "message": "Własna lokalna brama", - "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" - }, - "option_customGatewayUrl_description": { - "message": "URL preferowanej bramy HTTP", - "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" - }, - "option_useCustomGateway_title": { - "message": "Użyj własnej bramy", - "description": "An option title on the Preferences screen (option_useCustomGateway_title)" - }, - "option_useCustomGateway_description": { - "message": "Przekieruj żądania o zasoby IPFS do własnej lokalnej bramy", - "description": "An option description on the Preferences screen (option_useCustomGateway_description)" - }, - "option_publicGatewayUrl_title": { - "message": "Domyślna brama publiczna", - "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" - }, - "option_publicGatewayUrl_description": { - "message": "URL zapasowej bramy, który będzie również używany przy kopiowaniu publicznych linków", - "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" - }, - "option_header_api": { - "message": "API", - "description": "A section header on the Preferences screen (option_header_api)" - }, - "option_ipfsApiUrl_title": { - "message": "IPFS API URL", - "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" - }, - "option_ipfsApiUrl_description": { - "message": "Wskazówka: adres który udostępnia \/webui", - "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" - }, - "option_ipfsApiPollMs_title": { - "message": "Odświeżanie statusu", - "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" - }, - "option_ipfsApiPollMs_description": { - "message": "Jak często licznik połączeń jest odświeżany (w milisekundach)", - "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" - }, - "option_automaticMode_title": { - "message": "Tryb automatyczny", - "description": "An option title on the Preferences screen (option_automaticMode_title)" - }, - "option_automaticMode_description": { - "message": "Przełącza między własną a publiczną bramą w zależności od dostępności IPFS API", - "description": "An option description on the Preferences screen (option_automaticMode_description)" - }, - "option_header_experiments": { - "message": "Eksperymenty", - "description": "A section header on the Preferences screen (option_header_experiments)" - }, - "option_experiments_warning": { - "message": "Uwaga: poniższe opcje są nowe lub wciąż rozwijane. YMMV.", - "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" - }, - "option_displayNotifications_title": { - "message": "Włącz powiadomienia", - "description": "An option title on the Preferences screen (option_displayNotifications_title)" - }, - "option_displayNotifications_description": { - "message": "Wyświetla powiadomienia systemowe podczas zmiany stanu API, kopiowania linków itp", - "description": "An option description on the Preferences screen (option_displayNotifications_description)" - }, - "option_catchUnhandledProtocols_title": { - "message": "Przechwytuj nieobsłużone protokoły IPFS", - "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" - }, - "option_catchUnhandledProtocols_description": { - "message": "Włącza wsparcie dla ipfs:\/\/$cid, ipns:\/\/$peerid oraz dweb:\/ipfs\/$cid poprzez normalizację linków i żądań wykonanych tymi protokołami", - "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" - }, - "option_linkify_title": { - "message": "\"Linkifikacja\" adresów IPFS", - "description": "An option title on the Preferences screen (option_linkify_title)" - }, - "option_linkify_description": { - "message": "Zamienia tekst zawierający ścieżki \/ipfs\/ w klikalne linki", - "description": "An option description on the Preferences screen (option_linkify_description)" - }, - "option_dnslinkPolicy_title": { - "message": "Wsparcie dla DNSLink", - "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" - }, - "option_dnslinkPolicy_description": { - "message": "Wybierz kiedy odpytywać o DNS TXT. Strony posiadające poprawny rekord zostaną wczytane z IPFS.", - "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" - }, - "option_dnslinkPolicy_disabled": { - "message": "Wyłączone", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" - }, - "option_dnslinkPolicy_bestEffort": { - "message": "Sprawdzaj po żądaniu HTTP", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" - }, - "option_dnslinkPolicy_enabled": { - "message": "Sprawdzaj przed żądaniem HTTP", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" - }, - "option_detectIpfsPathHeader_title": { - "message": "Wykrywaj nagłówek X-Ipfs-Path", - "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" - }, - "option_detectIpfsPathHeader_description": { - "message": "Anuluj połączenie HTTP jeśli nagłówek posiada poprawną ścieżkę IPFS. Przekierowanie IPNS wymaga dodatkowo wsparcia oraz obecności DNSLink w DNS.", - "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" - }, - "option_ipfsProxy_title": { - "message": "window.ipfs", - "description": "An option title for enabling\/disabling the IPFS proxy (option_ipfsProxy_title)" - }, - "option_ipfsProxy_description": { - "message": "Udostępnianie API IPFS poprzez obiekt window na każdej stronie. Globalnie włącza\/wyłącza dostęp do API.", - "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" - }, - "option_ipfsProxy_link_manage_permissions": { - "message": "Zarządzanie uprawnieniami", - "description": "Link text for managing permissions" - }, - "option_preloadAtPublicGateway_title": { - "message": "Propagacja wysłanych danych", - "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" - }, - "option_preloadAtPublicGateway_description": { - "message": "Włącza propagację opublikowanych zasobów poprzez asynchroniczne zapytanie HTTP HEAD do publicznej bramy", - "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" - }, - "option_resetAllOptions_title": { - "message": "Resetuj wszystko", - "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" - }, - "option_resetAllOptions_description": { - "message": "Zastępuje wszystkie preferencje wartościami domyślnymi (nie można cofnąć!)", - "description": "An option description on the Preferences screen (option_resetAllOptions_description)" - }, - "manifest_extensionName": { - "message": "Asystent IPFS", - "description": "Extension name in the Manifest file (manifest_extensionName)" - }, - "manifest_shortExtensionName": { - "message": "Asystent IPFS", - "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" - }, - "manifest_extensionDescription": { - "message": "Rozszerzenie przeglądarki ułatwiające dostęp do zasobów IPFS", - "description": "Extension description in the Manifest file (manifest_extensionDescription)" - }, - "quickUpload_subhead_peers": { - "message": "Połączono z $PEERCOUNT$ węzłami", - "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)", - "placeholders": { - "peerCount": { - "content": "$1" - } - } - }, - "quickUpload_pick_file_button": { - "message": "Wybierz plik", - "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" - }, - "quickUpload_or": { - "message": "lub", - "description": "seperates the pick a file button from the drop message (quickUpload_or)" - }, - "quickUpload_drop_it_here": { - "message": "upuść go tu, aby udostępnić", - "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" - }, - "quickUpload_state_uploading": { - "message": "Trwa wysyłanie..", - "description": "Status label on the share files page (quickUpload_state_uploading)" - }, - "quickUpload_state_buffering": { - "message": "(buforowanie, proszę czekać)", - "description": "Status label on the share files page (quickUpload_state_buffering)" - }, - "quickUpload_options_show": { - "message": "opcje wysyłania", - "description": "Button on the share files page (quickUpload_options_show)" - }, - "quickUpload_options_wrapWithDirectory": { - "message": "Opakuj pojedyncze pliki w katalog, aby zachować ich nazwy.", - "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" - }, - "quickUpload_options_pinUpload": { - "message": "Przypnij pliki, aby zostały zachowane podczas odzyskiwania pamięci (repo gc) na twoim węźle IPFS.", - "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" - }, - "page_proxyAcl_title": { - "message": "Zarządzanie uprawnieniami", - "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" - }, - "page_proxyAcl_subtitle": { - "message": "Podgląd i edycja przyznanych uprawnień do instancji IPFS.", - "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" - }, - "page_proxyAcl_no_perms": { - "message": "Brak przyznanych uprawnień.", - "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$?", - "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)", - "placeholders": { - "permission": { - "content": "$1" - }, - "scope": { - "content": "$2" - } - } - }, - "page_proxyAcl_confirm_revoke_all": { - "message": "Wycofać wszystkie pozwolenia dla $SCOPE$?", - "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)", - "placeholders": { - "scope": { - "content": "$1" - } - } - }, - "page_proxyAcl_toggle_to_allow_button_title": { - "message": "Kliknij aby zezwolić", - "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" - }, - "page_proxyAcl_toggle_to_deny_button_title": { - "message": "Kliknij aby zablokować", - "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" - }, - "page_proxyAcl_allow_button_value": { - "message": "Zezwól", - "description": "Button value for allow (page_proxyAcl_allow_button_value)" - }, - "page_proxyAcl_deny_button_value": { - "message": "Zablokuj", - "description": "Button value for deny" - }, - "page_proxyAcl_revoke_button_title": { - "message": "Wycofaj $PERMISSION$", - "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)", - "placeholders": { - "permission": { - "content": "$1" - } - } - }, - "page_proxyAccessDialog_title": { - "message": "Zezwolić $SCOPE$ na dostęp do ipfs.$PERMISSION$?", - "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)", - "placeholders": { - "scope": { - "content": "$1" - }, - "permission": { - "content": "$2" - } + "browserAction_title": { + "message": "Asystent IPFS", + "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" + }, + "panel_headerIpfsNodeIconLabel": { + "message": "Asystent IPFS", + "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" + }, + "panel_headerActiveToggleTitle": { + "message": "Globalny przełącznik: włącza lub wstrzymuje wszystkie integracje IPFS w przeglądarce", + "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" + }, + "panel_statusOffline": { + "message": "niedostępne", + "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" + }, + "panel_statusGatewayAddress": { + "message": "Brama HTTP", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" + }, + "panel_statusApiAddress": { + "message": "API", + "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" + }, + "panel_statusGatewayVersion": { + "message": "wersja", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" + }, + "panel_statusSwarmPeers": { + "message": "połączenia", + "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" + }, + "panel_statusSwarmPeersTitle": { + "message": "Liczba węzłów IPFS umożliwiających połączenie", + "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" + }, + "panel_quickUpload": { + "message": "Opublikuj plik via IPFS", + "description": "A menu item in Browser Action pop-up (panel_quickUpload)" + }, + "panel_openWebui": { + "message": "Otwórz WebUI", + "description": "A menu item in Browser Action pop-up (panel_openWebui)" + }, + "panel_openPreferences": { + "message": "Otwórz preferencje", + "description": "A menu item in Browser Action pop-up (panel_openPreferences)" + }, + "panel_switchToCustomGateway": { + "message": "Przepnij na własną bramę", + "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" + }, + "panel_switchToPublicGateway": { + "message": "Przepnij na publiczną bramę", + "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" + }, + "panel_pinCurrentIpfsAddress": { + "message": "Przypnij zasób IPFS", + "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" + }, + "panel_unpinCurrentIpfsAddress": { + "message": "Odepnij zasób IPFS", + "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" + }, + "panelCopy_currentIpfsAddress": { + "message": "Skopiuj ścieżkę IPFS", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" + }, + "panel_copyCurrentPublicGwUrl": { + "message": "Skopiuj URL do publicznej bramy", + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" + }, + "pageAction_titleIpfsAtPublicGateway": { + "message": "Zasób IPFS pobrany z publicznej bramy", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" + }, + "pageAction_titleIpfsAtCustomGateway": { + "message": "Zasób IPFS pobrany z własnej bramy", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" + }, + "pageAction_titleNonIpfs": { + "message": "Brak zasobu IPFS", + "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" + }, + "contextMenu_AddToIpfsRawCid": { + "message": "Dodaj do IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsKeepFilename": { + "message": "Dodaj do IPFS (zachowaj nazwę pliku)", + "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" + }, + "notify_addonIssueTitle": { + "message": "Problem z Asystentem IPFS", + "description": "A title of system notification (notify_addonIssueTitle)" + }, + "notify_addonIssueMsg": { + "message": "Otwórz Konsolę Przeglądarki aby zobaczyć szczegóły", + "description": "A message in system notification (notify_addonIssueMsg)" + }, + "notify_copiedPublicURLTitle": { + "message": "Skopiowano publiczny URL", + "description": "A title of system notification (notify_copiedPublicURLTitle)" + }, + "notify_copiedCanonicalAddressTitle": { + "message": "Skopiowano ścieżkę IPFS", + "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" + }, + "notify_pinnedIpfsResourceTitle": { + "message": "Przypięto wskazany zasób IPFS", + "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" + }, + "notify_unpinnedIpfsResourceTitle": { + "message": "Odpięto wskazany zasób IPFS", + "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" + }, + "notify_pinErrorTitle": { + "message": "Błąd podczas przypinania zasobu IPFS", + "description": "A title of system notification (notify_pinErrorTitle)" + }, + "notify_unpinErrorTitle": { + "message": "Błąd podczas odpinania zasobu IPFS", + "description": "A title of system notification (notify_unpinErrorTitle)" + }, + "notify_apiOnlineTitle": { + "message": "IPFS: nawiązano połączenie z API", + "description": "A title of system notification (notify_apiOnlineTitle)" + }, + "notify_apiOnlineAutomaticModeMsg": { + "message": "Tryb automatyczny: przekierowanie do alternatywnej bramy jest aktywne", + "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" + }, + "notify_apiOfflineTitle": { + "message": "IPFS: utracono połączenie z API", + "description": "A title of system notification (notify_apiOfflineTitle)" + }, + "notify_apiOfflineAutomaticModeMsg": { + "message": "Tryb automatyczny: awaryjne przekierowanie do publicznej bramy", + "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" + }, + "notify_uploadErrorTitle": { + "message": "Nie udało się wysłać poprzez API IPFS", + "description": "A title of system notification (notify_uploadErrorTitle)" + }, + "notify_uploadTrackingProtectionErrorMsg": { + "message": "Spróbuj wyłączyć \"Ochronę przed śledzeniem\" (wciśnij ctrl+shift+j po więcej szczegółów)", + "description": "(notify_uploadTrackingProtectionErrorMsg)" + }, + "notify_inlineMsg": { + "message": "$MSG$", + "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)", + "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" + }, + "notify_startIpfsNodeErrorTitle": { + "message": "Nie udało się uruchomić węzła IPFS", + "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" + }, + "notify_stopIpfsNodeErrorTitle": { + "message": "Nie udało się zatrzymać węzła IPFS", + "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" + }, + "option_legend_readMore": { + "message": "Dowiedz się więcej", + "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" + }, + "option_header_nodeType": { + "message": "Węzeł IPFS", + "description": "A section header on the Preferences screen (option_header_nodeType)" + }, + "option_ipfsNodeType_title": { + "message": "Typ węzła IPFS", + "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" + }, + "option_ipfsNodeType_external_description": { + "message": "Zewnętrzny (zalecany): połącz się z API węzła IPFS przy użyciu protokołu HTTP.", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeType_embedded_description": { + "message": "Wbudowany (eksperyment): uruchamia węzeł js-ipfs w procesie przeglądarki (może powodować szybsze rozładowanie baterii itp).", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeConfig_title": { + "message": "Konfiguracja węzła IPFS", + "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" + }, + "option_ipfsNodeConfig_description": { + "message": "Konfiguracja dla wbudowanego węzła IPFS. Wymagany poprawny JSON.", + "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" + }, + "option_ipfsNodeType_external": { + "message": "Zdalny", + "description": "An option on the Preferences screen (option_ipfsNodeType_external)" + }, + "option_ipfsNodeType_embedded": { + "message": "Wbudowany", + "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" + }, + "option_header_gateways": { + "message": "Bramy", + "description": "A section header on the Preferences screen (option_header_gateways)" + }, + "option_customGatewayUrl_title": { + "message": "Własna lokalna brama", + "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" + }, + "option_customGatewayUrl_description": { + "message": "URL preferowanej bramy HTTP", + "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" + }, + "option_useCustomGateway_title": { + "message": "Użyj własnej bramy", + "description": "An option title on the Preferences screen (option_useCustomGateway_title)" + }, + "option_useCustomGateway_description": { + "message": "Przekieruj żądania o zasoby IPFS do własnej lokalnej bramy", + "description": "An option description on the Preferences screen (option_useCustomGateway_description)" + }, + "option_publicGatewayUrl_title": { + "message": "Domyślna brama publiczna", + "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" + }, + "option_publicGatewayUrl_description": { + "message": "URL zapasowej bramy, który będzie również używany przy kopiowaniu publicznych linków", + "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" + }, + "option_header_api": { + "message": "API", + "description": "A section header on the Preferences screen (option_header_api)" + }, + "option_ipfsApiUrl_title": { + "message": "IPFS API URL", + "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" + }, + "option_ipfsApiUrl_description": { + "message": "Wskazówka: adres który udostępnia /webui", + "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" + }, + "option_ipfsApiPollMs_title": { + "message": "Odświeżanie statusu", + "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" + }, + "option_ipfsApiPollMs_description": { + "message": "Jak często licznik połączeń jest odświeżany (w milisekundach)", + "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" + }, + "option_automaticMode_title": { + "message": "Tryb automatyczny", + "description": "An option title on the Preferences screen (option_automaticMode_title)" + }, + "option_automaticMode_description": { + "message": "Przełącza między własną a publiczną bramą w zależności od dostępności IPFS API", + "description": "An option description on the Preferences screen (option_automaticMode_description)" + }, + "option_header_experiments": { + "message": "Eksperymenty", + "description": "A section header on the Preferences screen (option_header_experiments)" + }, + "option_experiments_warning": { + "message": "Uwaga: poniższe opcje są nowe lub wciąż rozwijane. YMMV.", + "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" + }, + "option_displayNotifications_title": { + "message": "Włącz powiadomienia", + "description": "An option title on the Preferences screen (option_displayNotifications_title)" + }, + "option_displayNotifications_description": { + "message": "Wyświetla powiadomienia systemowe podczas zmiany stanu API, kopiowania linków itp", + "description": "An option description on the Preferences screen (option_displayNotifications_description)" + }, + "option_catchUnhandledProtocols_title": { + "message": "Przechwytuj nieobsłużone protokoły IPFS", + "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" + }, + "option_catchUnhandledProtocols_description": { + "message": "Włącza wsparcie dla ipfs://$cid, ipns://$peerid oraz dweb:/ipfs/$cid poprzez normalizację linków i żądań wykonanych tymi protokołami", + "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" + }, + "option_linkify_title": { + "message": "\"Linkifikacja\" adresów IPFS", + "description": "An option title on the Preferences screen (option_linkify_title)" + }, + "option_linkify_description": { + "message": "Zamienia tekst zawierający ścieżki /ipfs/ w klikalne linki", + "description": "An option description on the Preferences screen (option_linkify_description)" + }, + "option_dnslinkPolicy_title": { + "message": "Wsparcie dla DNSLink", + "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" + }, + "option_dnslinkPolicy_description": { + "message": "Wybierz kiedy odpytywać o DNS TXT. Strony posiadające poprawny rekord zostaną wczytane z IPFS.", + "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" + }, + "option_dnslinkPolicy_disabled": { + "message": "Wyłączone", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" + }, + "option_dnslinkPolicy_bestEffort": { + "message": "Sprawdzaj po żądaniu HTTP", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" + }, + "option_dnslinkPolicy_enabled": { + "message": "Sprawdzaj przed żądaniem HTTP", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" + }, + "option_detectIpfsPathHeader_title": { + "message": "Wykrywaj nagłówek X-Ipfs-Path", + "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" + }, + "option_detectIpfsPathHeader_description": { + "message": "Anuluj połączenie HTTP jeśli nagłówek posiada poprawną ścieżkę IPFS. Przekierowanie IPNS wymaga dodatkowo wsparcia oraz obecności DNSLink w DNS.", + "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" + }, + "option_ipfsProxy_title": { + "message": "window.ipfs", + "description": "An option title for enabling/disabling the IPFS proxy (option_ipfsProxy_title)" + }, + "option_ipfsProxy_description": { + "message": "Udostępnianie API IPFS poprzez obiekt window na każdej stronie. Globalnie włącza/wyłącza dostęp do API.", + "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" + }, + "option_ipfsProxy_link_manage_permissions": { + "message": "Zarządzanie uprawnieniami", + "description": "Link text for managing permissions" + }, + "option_preloadAtPublicGateway_title": { + "message": "Propagacja wysłanych danych", + "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" + }, + "option_preloadAtPublicGateway_description": { + "message": "Włącza propagację opublikowanych zasobów poprzez asynchroniczne zapytanie HTTP HEAD do publicznej bramy", + "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" + }, + "option_resetAllOptions_title": { + "message": "Resetuj wszystko", + "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" + }, + "option_resetAllOptions_description": { + "message": "Zastępuje wszystkie preferencje wartościami domyślnymi (nie można cofnąć!)", + "description": "An option description on the Preferences screen (option_resetAllOptions_description)" + }, + "manifest_extensionName": { + "message": "Asystent IPFS", + "description": "Extension name in the Manifest file (manifest_extensionName)" + }, + "manifest_shortExtensionName": { + "message": "Asystent IPFS", + "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" + }, + "manifest_extensionDescription": { + "message": "Rozszerzenie przeglądarki ułatwiające dostęp do zasobów IPFS", + "description": "Extension description in the Manifest file (manifest_extensionDescription)" + }, + "quickUpload_subhead_peers": { + "message": "Połączono z $PEERCOUNT$ węzłami", + "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" + }, + "quickUpload_pick_file_button": { + "message": "Wybierz plik", + "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" + }, + "quickUpload_or": { + "message": "lub", + "description": "seperates the pick a file button from the drop message (quickUpload_or)" + }, + "quickUpload_drop_it_here": { + "message": "upuść go tu, aby udostępnić", + "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" + }, + "quickUpload_state_uploading": { + "message": "Trwa wysyłanie..", + "description": "Status label on the share files page (quickUpload_state_uploading)" + }, + "quickUpload_state_buffering": { + "message": "(buforowanie, proszę czekać)", + "description": "Status label on the share files page (quickUpload_state_buffering)" + }, + "quickUpload_options_show": { + "message": "opcje wysyłania", + "description": "Button on the share files page (quickUpload_options_show)" + }, + "quickUpload_options_wrapWithDirectory": { + "message": "Opakuj pojedyncze pliki w katalog, aby zachować ich nazwy.", + "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" + }, + "quickUpload_options_pinUpload": { + "message": "Przypnij pliki, aby zostały zachowane podczas odzyskiwania pamięci (repo gc) na twoim węźle IPFS.", + "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" + }, + "page_proxyAcl_title": { + "message": "Zarządzanie uprawnieniami", + "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" + }, + "page_proxyAcl_subtitle": { + "message": "Podgląd i edycja przyznanych uprawnień do instancji IPFS.", + "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" + }, + "page_proxyAcl_no_perms": { + "message": "Brak przyznanych uprawnień.", + "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$?", + "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$?", + "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" + }, + "page_proxyAcl_toggle_to_allow_button_title": { + "message": "Kliknij aby zezwolić", + "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" + }, + "page_proxyAcl_toggle_to_deny_button_title": { + "message": "Kliknij aby zablokować", + "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" + }, + "page_proxyAcl_allow_button_value": { + "message": "Zezwól", + "description": "Button value for allow (page_proxyAcl_allow_button_value)" + }, + "page_proxyAcl_deny_button_value": { + "message": "Zablokuj", + "description": "Button value for deny" + }, + "page_proxyAcl_revoke_button_title": { + "message": "Wycofaj $PERMISSION$", + "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" + }, + "page_proxyAccessDialog_title": { + "message": "Zezwolić $SCOPE$ na dostęp do ipfs.$PERMISSION$?", + "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" + }, + "page_proxyAccessDialog_wildcardCheckbox_label": { + "message": "Zastosuj dla wszystkich metod API", + "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" + }, + "page_proxyAcl_revoke_all_button_title": { + "message": "Wycofaj wszystkie uprawnienia", + "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" + }, + "page_proxyAccessDialog_allowButton_text": { + "message": "Zezwól", + "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_proxyAccessDialog_denyButton_text": { + "message": "Zablokuj", + "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" } - }, - "page_proxyAccessDialog_wildcardCheckbox_label": { - "message": "Zastosuj dla wszystkich metod API", - "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" - }, - "page_proxyAcl_revoke_all_button_title": { - "message": "Wycofaj wszystkie uprawnienia", - "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" - }, - "page_proxyAccessDialog_allowButton_text": { - "message": "Zezwól", - "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" - }, - "page_proxyAccessDialog_denyButton_text": { - "message": "Zablokuj", - "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" - } } \ No newline at end of file diff --git a/add-on/_locales/pt/messages.json b/add-on/_locales/pt/messages.json index 16d168739..15d4d2bf5 100644 --- a/add-on/_locales/pt/messages.json +++ b/add-on/_locales/pt/messages.json @@ -1,495 +1,454 @@ { - "browserAction_title": { - "message": "IPFS Companion", - "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" - }, - "panel_headerIpfsNodeIconLabel": { - "message": "Nó IPFS", - "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" - }, - "panel_headerActiveToggleTitle": { - "message": "Global toggle: activate or suspend all IPFS integrations", - "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" - }, - "panel_statusOffline": { - "message": "offline", - "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" - }, - "panel_statusGatewayAddress": { - "message": "Gateway", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" - }, - "panel_statusApiAddress": { - "message": "API", - "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" - }, - "panel_statusGatewayVersion": { - "message": "versão", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" - }, - "panel_statusSwarmPeers": { - "message": "Pares", - "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" - }, - "panel_statusSwarmPeersTitle": { - "message": "O número de nós aos quais consegues ligar", - "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" - }, - "panel_quickUpload": { - "message": "Partilhar via IPFS", - "description": "A menu item in Browser Action pop-up (panel_quickUpload)" - }, - "panel_openWebui": { - "message": "Abrir a WebUI", - "description": "A menu item in Browser Action pop-up (panel_openWebui)" - }, - "panel_openPreferences": { - "message": "Configurações", - "description": "A menu item in Browser Action pop-up (panel_openPreferences)" - }, - "panel_switchToCustomGateway": { - "message": "Escolher uma Gateway Personalizada", - "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" - }, - "panel_switchToPublicGateway": { - "message": "Escolher a Gateway Pública", - "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" - }, - "panel_pinCurrentIpfsAddress": { - "message": "Fixar este item", - "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" - }, - "panel_unpinCurrentIpfsAddress": { - "message": "Desafixar este item", - "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" - }, - "panelCopy_currentIpfsAddress": { - "message": "Copiar Endereço Canónico", - "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" - }, - "panel_copyCurrentPublicGwUrl": { - "message": "Copiar URL da Gateway Pública", - "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" - }, - "pageAction_titleIpfsAtPublicGateway": { - "message": "Recurso IPFS carregado através da Gateway Pública", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" - }, - "pageAction_titleIpfsAtCustomGateway": { - "message": "Recurso IPFS carregado através de Gateway Personalizada", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" - }, - "pageAction_titleNonIpfs": { - "message": "Recurso não IPFS", - "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" - }, - "contextMenu_AddToIpfsRawCid": { - "message": "Add to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" - }, - "contextMenu_AddToIpfsKeepFilename": { - "message": "Add to IPFS (Keep Filename)", - "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" - }, - "notify_addonIssueTitle": { - "message": "Problema com a extensão IPFS", - "description": "A title of system notification (notify_addonIssueTitle)" - }, - "notify_addonIssueMsg": { - "message": "Veja a Browser Console para mais detalhes", - "description": "A message in system notification (notify_addonIssueMsg)" - }, - "notify_copiedPublicURLTitle": { - "message": "URL Público Copiado", - "description": "A title of system notification (notify_copiedPublicURLTitle)" - }, - "notify_copiedCanonicalAddressTitle": { - "message": "Endereço Canónico Copiado", - "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" - }, - "notify_pinnedIpfsResourceTitle": { - "message": "Item IPFS fixado", - "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" - }, - "notify_unpinnedIpfsResourceTitle": { - "message": "Item IPFS desafixado", - "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" - }, - "notify_pinErrorTitle": { - "message": "Ocorreu um erro ao fixar este item IPFS", - "description": "A title of system notification (notify_pinErrorTitle)" - }, - "notify_unpinErrorTitle": { - "message": "Ocorreu um erro ao desafixar este item IPFS", - "description": "A title of system notification (notify_unpinErrorTitle)" - }, - "notify_apiOnlineTitle": { - "message": "IPFS API está Online", - "description": "A title of system notification (notify_apiOnlineTitle)" - }, - "notify_apiOnlineAutomaticModeMsg": { - "message": "Modo Automático: Redirecionamento para Gateway Personalizada está ativado", - "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" - }, - "notify_apiOfflineTitle": { - "message": "IPFS API está Offline", - "description": "A title of system notification (notify_apiOfflineTitle)" - }, - "notify_apiOfflineAutomaticModeMsg": { - "message": "Modo Automático: Gateway Pública será utilizada como alternativa", - "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" - }, - "notify_uploadErrorTitle": { - "message": "Não foi possível efetuar o upload através da IPFS API", - "description": "A title of system notification (notify_uploadErrorTitle)" - }, - "notify_uploadTrackingProtectionErrorMsg": { - "message": "Tente desativar a Proteção de Rastreamento (prima ctrl+shift+j para mais detalhes)", - "description": "(notify_uploadTrackingProtectionErrorMsg)" - }, - "notify_inlineMsg": { - "message": "$MSG$", - "placeholders": { - "msg": { - "content": "$1" - } - }, - "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" - }, - "notify_inlineErrorMsg": { - "message": "$ERROR$ (prima ctrl+shift+j para mais detalhes)", - "placeholders": { - "error": { - "content": "$1" - } - }, - "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" - }, - "notify_startIpfsNodeErrorTitle": { - "message": "Não conseguímos iniciar o nó IPFS", - "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" - }, - "notify_stopIpfsNodeErrorTitle": { - "message": "Não conseguímos parar o nó IPFS", - "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" - }, - "option_legend_readMore": { - "message": "Read more", - "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" - }, - "option_header_nodeType": { - "message": "Nó IPFS", - "description": "A section header on the Preferences screen (option_header_nodeType)" - }, - "option_ipfsNodeType_title": { - "message": "Tipo do Nó IPFS", - "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" - }, - "option_ipfsNodeType_external_description": { - "message": "External: connect to a node over HTTP API", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeType_embedded_description": { - "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeConfig_title": { - "message": "Configuração do Nó IPFS", - "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" - }, - "option_ipfsNodeConfig_description": { - "message": "Configuração para o nó embutido. Tem que ser JSON válido.", - "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" - }, - "option_ipfsNodeType_external": { - "message": "Externo", - "description": "An option on the Preferences screen (option_ipfsNodeType_external)" - }, - "option_ipfsNodeType_embedded": { - "message": "Embutido", - "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" - }, - "option_header_gateways": { - "message": "Gateways", - "description": "A section header on the Preferences screen (option_header_gateways)" - }, - "option_customGatewayUrl_title": { - "message": "Gateway Local Personalizada", - "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" - }, - "option_customGatewayUrl_description": { - "message": "URL da Gateway HTTP2IPFS preferida", - "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" - }, - "option_useCustomGateway_title": { - "message": "Utilizar Gateway Personalizada", - "description": "An option title on the Preferences screen (option_useCustomGateway_title)" - }, - "option_useCustomGateway_description": { - "message": "Redirecionar pedidos para recirsos IPFS para uma Gateway Personalizada", - "description": "An option description on the Preferences screen (option_useCustomGateway_description)" - }, - "option_publicGatewayUrl_title": { - "message": "Gateway Pública Por Omissão", - "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" - }, - "option_publicGatewayUrl_description": { - "message": "URL alternativo para ser utilizado quando a Gateway Personalizada não está disponível e para copiar links", - "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" - }, - "option_header_api": { - "message": "API", - "description": "A section header on the Preferences screen (option_header_api)" - }, - "option_ipfsApiUrl_title": { - "message": "IPFS API URL", - "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" - }, - "option_ipfsApiUrl_description": { - "message": "Dica: aqui é onde está a \/webui", - "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" - }, - "option_ipfsApiPollMs_title": { - "message": "Intervalo para a descarregar estatísticas", - "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" - }, - "option_ipfsApiPollMs_description": { - "message": "Intervalo para atualizar a contagem de pares (em milissegundos)", - "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" - }, - "option_automaticMode_title": { - "message": "Modo Automático", - "description": "An option title on the Preferences screen (option_automaticMode_title)" - }, - "option_automaticMode_description": { - "message": "Altera o para uma Gateway personalizada quando a disponibilidade da IPFS API altera", - "description": "An option description on the Preferences screen (option_automaticMode_description)" - }, - "option_header_experiments": { - "message": "Experimentos", - "description": "A section header on the Preferences screen (option_header_experiments)" - }, - "option_experiments_warning": { - "message": "Aviso: estas funcionalidades são novas ou trabalhos em progresso.", - "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" - }, - "option_displayNotifications_title": { - "message": "Ativar Notificações", - "description": "An option title on the Preferences screen (option_displayNotifications_title)" - }, - "option_displayNotifications_description": { - "message": "Mostra uma notificação quando o estado da API altera, um link é copiado, etc", - "description": "An option description on the Preferences screen (option_displayNotifications_description)" - }, - "option_catchUnhandledProtocols_title": { - "message": "Capturar Protocolos IPFS Não Tratados", - "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" - }, - "option_catchUnhandledProtocols_description": { - "message": "Ativa o suporte para ipfs:\/\/$cid, ipns:\/\/$peerid e dweb:\/ipfs\/$cid ao normalizar links e pedidos para protocolos não tratados", - "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" - }, - "option_linkify_title": { - "message": "Linkify Endereços IPFS", - "description": "An option title on the Preferences screen (option_linkify_title)" - }, - "option_linkify_description": { - "message": "Transforma caminhos \/ipfs\/ em links clicáveis", - "description": "An option description on the Preferences screen (option_linkify_description)" - }, - "option_dnslinkPolicy_title": { - "message": "DNSLink Support", - "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" - }, - "option_dnslinkPolicy_description": { - "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", - "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" - }, - "option_dnslinkPolicy_disabled": { - "message": "Off", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" - }, - "option_dnslinkPolicy_bestEffort": { - "message": "Check after HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" - }, - "option_dnslinkPolicy_enabled": { - "message": "Check before HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" - }, - "option_detectIpfsPathHeader_title": { - "message": "Detect X-Ipfs-Path Header", - "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" - }, - "option_detectIpfsPathHeader_description": { - "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", - "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" - }, - "option_ipfsProxy_title": { - "message": "window.ipfs", - "description": "An option title for enabling\/disabling the IPFS proxy (option_ipfsProxy_title)" - }, - "option_ipfsProxy_description": { - "message": "IPFS é adicionado ao objeto window em todas as páginas. Ative\/desative acesso às funções expostas.", - "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" - }, - "option_ipfsProxy_link_manage_permissions": { - "message": "Gerir permissões", - "description": "Link text for managing permissions" - }, - "option_preloadAtPublicGateway_title": { - "message": "Preload Uploads", - "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" - }, - "option_preloadAtPublicGateway_description": { - "message": "Enables automatic preload of uploaded assets via asynchronous HTTP HEAD request to a Public Gateway", - "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" - }, - "option_resetAllOptions_title": { - "message": "Restaurar Pré-definições", - "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" - }, - "option_resetAllOptions_description": { - "message": "Descarta as tuas definições e substitui pelas pré-definições (não é reversível!)", - "description": "An option description on the Preferences screen (option_resetAllOptions_description)" - }, - "manifest_extensionName": { - "message": "IPFS Companion", - "description": "Extension name in the Manifest file (manifest_extensionName)" - }, - "manifest_shortExtensionName": { - "message": "IPFS Companion", - "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" - }, - "manifest_extensionDescription": { - "message": "Extensão que simplifica o acesso a recursos IFPS", - "description": "Extension description in the Manifest file (manifest_extensionDescription)" - }, - "quickUpload_subhead_peers": { - "message": "Conectado a $PEERCOUNT$ peers", - "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)", - "placeholders": { - "peerCount": { - "content": "$1" - } - } - }, - "quickUpload_pick_file_button": { - "message": "Escolher um ficheiro", - "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" - }, - "quickUpload_or": { - "message": "ou", - "description": "seperates the pick a file button from the drop message (quickUpload_or)" - }, - "quickUpload_drop_it_here": { - "message": "larga aqui para partilhar", - "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" - }, - "quickUpload_state_uploading": { - "message": "Upload in progress..", - "description": "Status label on the share files page (quickUpload_state_uploading)" - }, - "quickUpload_state_buffering": { - "message": "(buffering, please wait)", - "description": "Status label on the share files page (quickUpload_state_buffering)" - }, - "quickUpload_options_show": { - "message": "upload options", - "description": "Button on the share files page (quickUpload_options_show)" - }, - "quickUpload_options_wrapWithDirectory": { - "message": "Wrap single files in a directory to preserve their filenames.", - "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" - }, - "quickUpload_options_pinUpload": { - "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", - "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" - }, - "page_proxyAcl_title": { - "message": "Gerir Permissões", - "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" - }, - "page_proxyAcl_subtitle": { - "message": "Ver, alterar e revogar permissões de acesso à sua instância do IPFS.", - "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" - }, - "page_proxyAcl_no_perms": { - "message": "Permissões não concedidas.", - "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" - }, - "page_proxyAcl_confirm_revoke": { - "message": "Revogar permissão $PERMISSION$ para $SCOPE$?", - "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)", - "placeholders": { - "permission": { - "content": "$1" - }, - "scope": { - "content": "$2" - } - } - }, - "page_proxyAcl_confirm_revoke_all": { - "message": "Revogar todas as permissões para $SCOPE$?", - "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)", - "placeholders": { - "scope": { - "content": "$1" - } - } - }, - "page_proxyAcl_toggle_to_allow_button_title": { - "message": "Clique para permitir", - "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" - }, - "page_proxyAcl_toggle_to_deny_button_title": { - "message": "Clique para negar", - "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" - }, - "page_proxyAcl_allow_button_value": { - "message": "Permitir", - "description": "Button value for allow (page_proxyAcl_allow_button_value)" - }, - "page_proxyAcl_deny_button_value": { - "message": "Negar", - "description": "Button value for deny" - }, - "page_proxyAcl_revoke_button_title": { - "message": "Revogar $PERMISSION$", - "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)", - "placeholders": { - "permission": { - "content": "$1" - } - } - }, - "page_proxyAccessDialog_title": { - "message": "Permitir $SCOPE$ acesso a ipfs.$PERMISSION$?", - "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)", - "placeholders": { - "scope": { - "content": "$1" - }, - "permission": { - "content": "$2" - } + "browserAction_title": { + "message": "IPFS Companion", + "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" + }, + "panel_headerIpfsNodeIconLabel": { + "message": "Nó IPFS", + "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" + }, + "panel_headerActiveToggleTitle": { + "message": "Global toggle: activate or suspend all IPFS integrations", + "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" + }, + "panel_statusOffline": { + "message": "offline", + "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" + }, + "panel_statusGatewayAddress": { + "message": "Gateway", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" + }, + "panel_statusApiAddress": { + "message": "API", + "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" + }, + "panel_statusGatewayVersion": { + "message": "versão", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" + }, + "panel_statusSwarmPeers": { + "message": "Pares", + "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" + }, + "panel_statusSwarmPeersTitle": { + "message": "O número de nós aos quais consegues ligar", + "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" + }, + "panel_quickUpload": { + "message": "Partilhar via IPFS", + "description": "A menu item in Browser Action pop-up (panel_quickUpload)" + }, + "panel_openWebui": { + "message": "Abrir a WebUI", + "description": "A menu item in Browser Action pop-up (panel_openWebui)" + }, + "panel_openPreferences": { + "message": "Configurações", + "description": "A menu item in Browser Action pop-up (panel_openPreferences)" + }, + "panel_switchToCustomGateway": { + "message": "Escolher uma Gateway Personalizada", + "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" + }, + "panel_switchToPublicGateway": { + "message": "Escolher a Gateway Pública", + "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" + }, + "panel_pinCurrentIpfsAddress": { + "message": "Fixar este item", + "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" + }, + "panel_unpinCurrentIpfsAddress": { + "message": "Desafixar este item", + "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" + }, + "panelCopy_currentIpfsAddress": { + "message": "Copiar Endereço Canónico", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" + }, + "panel_copyCurrentPublicGwUrl": { + "message": "Copiar URL da Gateway Pública", + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" + }, + "pageAction_titleIpfsAtPublicGateway": { + "message": "Recurso IPFS carregado através da Gateway Pública", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" + }, + "pageAction_titleIpfsAtCustomGateway": { + "message": "Recurso IPFS carregado através de Gateway Personalizada", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" + }, + "pageAction_titleNonIpfs": { + "message": "Recurso não IPFS", + "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" + }, + "contextMenu_AddToIpfsRawCid": { + "message": "Add to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsKeepFilename": { + "message": "Add to IPFS (Keep Filename)", + "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" + }, + "notify_addonIssueTitle": { + "message": "Problema com a extensão IPFS", + "description": "A title of system notification (notify_addonIssueTitle)" + }, + "notify_addonIssueMsg": { + "message": "Veja a Browser Console para mais detalhes", + "description": "A message in system notification (notify_addonIssueMsg)" + }, + "notify_copiedPublicURLTitle": { + "message": "URL Público Copiado", + "description": "A title of system notification (notify_copiedPublicURLTitle)" + }, + "notify_copiedCanonicalAddressTitle": { + "message": "Endereço Canónico Copiado", + "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" + }, + "notify_pinnedIpfsResourceTitle": { + "message": "Item IPFS fixado", + "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" + }, + "notify_unpinnedIpfsResourceTitle": { + "message": "Item IPFS desafixado", + "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" + }, + "notify_pinErrorTitle": { + "message": "Ocorreu um erro ao fixar este item IPFS", + "description": "A title of system notification (notify_pinErrorTitle)" + }, + "notify_unpinErrorTitle": { + "message": "Ocorreu um erro ao desafixar este item IPFS", + "description": "A title of system notification (notify_unpinErrorTitle)" + }, + "notify_apiOnlineTitle": { + "message": "IPFS API está Online", + "description": "A title of system notification (notify_apiOnlineTitle)" + }, + "notify_apiOnlineAutomaticModeMsg": { + "message": "Modo Automático: Redirecionamento para Gateway Personalizada está ativado", + "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" + }, + "notify_apiOfflineTitle": { + "message": "IPFS API está Offline", + "description": "A title of system notification (notify_apiOfflineTitle)" + }, + "notify_apiOfflineAutomaticModeMsg": { + "message": "Modo Automático: Gateway Pública será utilizada como alternativa", + "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" + }, + "notify_uploadErrorTitle": { + "message": "Não foi possível efetuar o upload através da IPFS API", + "description": "A title of system notification (notify_uploadErrorTitle)" + }, + "notify_uploadTrackingProtectionErrorMsg": { + "message": "Tente desativar a Proteção de Rastreamento (prima ctrl+shift+j para mais detalhes)", + "description": "(notify_uploadTrackingProtectionErrorMsg)" + }, + "notify_inlineMsg": { + "message": "$MSG$", + "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" + }, + "notify_inlineErrorMsg": { + "message": "$ERROR$ (prima ctrl+shift+j para mais detalhes)", + "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" + }, + "notify_startIpfsNodeErrorTitle": { + "message": "Não conseguímos iniciar o nó IPFS", + "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" + }, + "notify_stopIpfsNodeErrorTitle": { + "message": "Não conseguímos parar o nó IPFS", + "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" + }, + "option_legend_readMore": { + "message": "Read more", + "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" + }, + "option_header_nodeType": { + "message": "Nó IPFS", + "description": "A section header on the Preferences screen (option_header_nodeType)" + }, + "option_ipfsNodeType_title": { + "message": "Tipo do Nó IPFS", + "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" + }, + "option_ipfsNodeType_external_description": { + "message": "External: connect to a node over HTTP API", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeType_embedded_description": { + "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeConfig_title": { + "message": "Configuração do Nó IPFS", + "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" + }, + "option_ipfsNodeConfig_description": { + "message": "Configuração para o nó embutido. Tem que ser JSON válido.", + "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" + }, + "option_ipfsNodeType_external": { + "message": "Externo", + "description": "An option on the Preferences screen (option_ipfsNodeType_external)" + }, + "option_ipfsNodeType_embedded": { + "message": "Embutido", + "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" + }, + "option_header_gateways": { + "message": "Gateways", + "description": "A section header on the Preferences screen (option_header_gateways)" + }, + "option_customGatewayUrl_title": { + "message": "Gateway Local Personalizada", + "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" + }, + "option_customGatewayUrl_description": { + "message": "URL da Gateway HTTP2IPFS preferida", + "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" + }, + "option_useCustomGateway_title": { + "message": "Utilizar Gateway Personalizada", + "description": "An option title on the Preferences screen (option_useCustomGateway_title)" + }, + "option_useCustomGateway_description": { + "message": "Redirecionar pedidos para recirsos IPFS para uma Gateway Personalizada", + "description": "An option description on the Preferences screen (option_useCustomGateway_description)" + }, + "option_publicGatewayUrl_title": { + "message": "Gateway Pública Por Omissão", + "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" + }, + "option_publicGatewayUrl_description": { + "message": "URL alternativo para ser utilizado quando a Gateway Personalizada não está disponível e para copiar links", + "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" + }, + "option_header_api": { + "message": "API", + "description": "A section header on the Preferences screen (option_header_api)" + }, + "option_ipfsApiUrl_title": { + "message": "IPFS API URL", + "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" + }, + "option_ipfsApiUrl_description": { + "message": "Dica: aqui é onde está a /webui", + "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" + }, + "option_ipfsApiPollMs_title": { + "message": "Intervalo para a descarregar estatísticas", + "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" + }, + "option_ipfsApiPollMs_description": { + "message": "Intervalo para atualizar a contagem de pares (em milissegundos)", + "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" + }, + "option_automaticMode_title": { + "message": "Modo Automático", + "description": "An option title on the Preferences screen (option_automaticMode_title)" + }, + "option_automaticMode_description": { + "message": "Altera o para uma Gateway personalizada quando a disponibilidade da IPFS API altera", + "description": "An option description on the Preferences screen (option_automaticMode_description)" + }, + "option_header_experiments": { + "message": "Experimentos", + "description": "A section header on the Preferences screen (option_header_experiments)" + }, + "option_experiments_warning": { + "message": "Aviso: estas funcionalidades são novas ou trabalhos em progresso.", + "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" + }, + "option_displayNotifications_title": { + "message": "Ativar Notificações", + "description": "An option title on the Preferences screen (option_displayNotifications_title)" + }, + "option_displayNotifications_description": { + "message": "Mostra uma notificação quando o estado da API altera, um link é copiado, etc", + "description": "An option description on the Preferences screen (option_displayNotifications_description)" + }, + "option_catchUnhandledProtocols_title": { + "message": "Capturar Protocolos IPFS Não Tratados", + "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" + }, + "option_catchUnhandledProtocols_description": { + "message": "Ativa o suporte para ipfs://$cid, ipns://$peerid e dweb:/ipfs/$cid ao normalizar links e pedidos para protocolos não tratados", + "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" + }, + "option_linkify_title": { + "message": "Linkify Endereços IPFS", + "description": "An option title on the Preferences screen (option_linkify_title)" + }, + "option_linkify_description": { + "message": "Transforma caminhos /ipfs/ em links clicáveis", + "description": "An option description on the Preferences screen (option_linkify_description)" + }, + "option_dnslinkPolicy_title": { + "message": "DNSLink Support", + "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" + }, + "option_dnslinkPolicy_description": { + "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", + "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" + }, + "option_dnslinkPolicy_disabled": { + "message": "Off", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" + }, + "option_dnslinkPolicy_bestEffort": { + "message": "Check after HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" + }, + "option_dnslinkPolicy_enabled": { + "message": "Check before HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" + }, + "option_detectIpfsPathHeader_title": { + "message": "Detect X-Ipfs-Path Header", + "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" + }, + "option_detectIpfsPathHeader_description": { + "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", + "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" + }, + "option_ipfsProxy_title": { + "message": "window.ipfs", + "description": "An option title for enabling/disabling the IPFS proxy (option_ipfsProxy_title)" + }, + "option_ipfsProxy_description": { + "message": "IPFS é adicionado ao objeto window em todas as páginas. Ative/desative acesso às funções expostas.", + "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" + }, + "option_ipfsProxy_link_manage_permissions": { + "message": "Gerir permissões", + "description": "Link text for managing permissions" + }, + "option_preloadAtPublicGateway_title": { + "message": "Preload Uploads", + "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" + }, + "option_preloadAtPublicGateway_description": { + "message": "Enables automatic preload of uploaded assets via asynchronous HTTP HEAD request to a Public Gateway", + "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" + }, + "option_resetAllOptions_title": { + "message": "Restaurar Pré-definições", + "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" + }, + "option_resetAllOptions_description": { + "message": "Descarta as tuas definições e substitui pelas pré-definições (não é reversível!)", + "description": "An option description on the Preferences screen (option_resetAllOptions_description)" + }, + "manifest_extensionName": { + "message": "IPFS Companion", + "description": "Extension name in the Manifest file (manifest_extensionName)" + }, + "manifest_shortExtensionName": { + "message": "IPFS Companion", + "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" + }, + "manifest_extensionDescription": { + "message": "Extensão que simplifica o acesso a recursos IFPS", + "description": "Extension description in the Manifest file (manifest_extensionDescription)" + }, + "quickUpload_subhead_peers": { + "message": "Conectado a $PEERCOUNT$ peers", + "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" + }, + "quickUpload_pick_file_button": { + "message": "Escolher um ficheiro", + "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" + }, + "quickUpload_or": { + "message": "ou", + "description": "seperates the pick a file button from the drop message (quickUpload_or)" + }, + "quickUpload_drop_it_here": { + "message": "larga aqui para partilhar", + "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" + }, + "quickUpload_state_uploading": { + "message": "Upload in progress..", + "description": "Status label on the share files page (quickUpload_state_uploading)" + }, + "quickUpload_state_buffering": { + "message": "(buffering, please wait)", + "description": "Status label on the share files page (quickUpload_state_buffering)" + }, + "quickUpload_options_show": { + "message": "upload options", + "description": "Button on the share files page (quickUpload_options_show)" + }, + "quickUpload_options_wrapWithDirectory": { + "message": "Wrap single files in a directory to preserve their filenames.", + "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" + }, + "quickUpload_options_pinUpload": { + "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", + "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" + }, + "page_proxyAcl_title": { + "message": "Gerir Permissões", + "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" + }, + "page_proxyAcl_subtitle": { + "message": "Ver, alterar e revogar permissões de acesso à sua instância do IPFS.", + "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" + }, + "page_proxyAcl_no_perms": { + "message": "Permissões não concedidas.", + "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" + }, + "page_proxyAcl_confirm_revoke": { + "message": "Revogar permissão $PERMISSION$ para $SCOPE$?", + "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$?", + "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" + }, + "page_proxyAcl_toggle_to_allow_button_title": { + "message": "Clique para permitir", + "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" + }, + "page_proxyAcl_toggle_to_deny_button_title": { + "message": "Clique para negar", + "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" + }, + "page_proxyAcl_allow_button_value": { + "message": "Permitir", + "description": "Button value for allow (page_proxyAcl_allow_button_value)" + }, + "page_proxyAcl_deny_button_value": { + "message": "Negar", + "description": "Button value for deny" + }, + "page_proxyAcl_revoke_button_title": { + "message": "Revogar $PERMISSION$", + "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" + }, + "page_proxyAccessDialog_title": { + "message": "Permitir $SCOPE$ acesso a ipfs.$PERMISSION$?", + "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" + }, + "page_proxyAccessDialog_wildcardCheckbox_label": { + "message": "Aplicar esta decisão a todas as permissões neste website", + "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" + }, + "page_proxyAcl_revoke_all_button_title": { + "message": "Revogar todas as permissões", + "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" + }, + "page_proxyAccessDialog_allowButton_text": { + "message": "Permitir", + "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_proxyAccessDialog_denyButton_text": { + "message": "Negar", + "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" } - }, - "page_proxyAccessDialog_wildcardCheckbox_label": { - "message": "Aplicar esta decisão a todas as permissões neste website", - "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" - }, - "page_proxyAcl_revoke_all_button_title": { - "message": "Revogar todas as permissões", - "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" - }, - "page_proxyAccessDialog_allowButton_text": { - "message": "Permitir", - "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" - }, - "page_proxyAccessDialog_denyButton_text": { - "message": "Negar", - "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" - } } \ No newline at end of file diff --git a/add-on/_locales/ro/messages.json b/add-on/_locales/ro/messages.json index f3d2c060a..4354627ec 100644 --- a/add-on/_locales/ro/messages.json +++ b/add-on/_locales/ro/messages.json @@ -1,495 +1,454 @@ { - "browserAction_title": { - "message": "Companionul IPFS", - "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" - }, - "panel_headerIpfsNodeIconLabel": { - "message": "IPFS Companion", - "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" - }, - "panel_headerActiveToggleTitle": { - "message": "Global toggle: activate or suspend all IPFS integrations", - "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" - }, - "panel_statusOffline": { - "message": "offline", - "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" - }, - "panel_statusGatewayAddress": { - "message": "gateway", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" - }, - "panel_statusApiAddress": { - "message": "API", - "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" - }, - "panel_statusGatewayVersion": { - "message": "versiune", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" - }, - "panel_statusSwarmPeers": { - "message": "nodurile partenere", - "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" - }, - "panel_statusSwarmPeersTitle": { - "message": "The number of other IPFS nodes you can connect to", - "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" - }, - "panel_quickUpload": { - "message": "Încărcare rapidă", - "description": "A menu item in Browser Action pop-up (panel_quickUpload)" - }, - "panel_openWebui": { - "message": "Open WebUI", - "description": "A menu item in Browser Action pop-up (panel_openWebui)" - }, - "panel_openPreferences": { - "message": "Accesează preferințele", - "description": "A menu item in Browser Action pop-up (panel_openPreferences)" - }, - "panel_switchToCustomGateway": { - "message": "Switch to Custom Gateway", - "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" - }, - "panel_switchToPublicGateway": { - "message": "Switch to Public Gateway", - "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" - }, - "panel_pinCurrentIpfsAddress": { - "message": "Prinde resursa IPFS", - "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" - }, - "panel_unpinCurrentIpfsAddress": { - "message": "Desprinde resursa IPFS", - "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" - }, - "panelCopy_currentIpfsAddress": { - "message": "Inserează adresa canonică", - "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" - }, - "panel_copyCurrentPublicGwUrl": { - "message": "Copiază URL-ul gateway-ului public", - "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" - }, - "pageAction_titleIpfsAtPublicGateway": { - "message": "IPFS resource loaded via Public Gateway", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" - }, - "pageAction_titleIpfsAtCustomGateway": { - "message": "IPFS resource loaded via Custom Gateway", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" - }, - "pageAction_titleNonIpfs": { - "message": "Non-IPFS resource", - "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" - }, - "contextMenu_AddToIpfsRawCid": { - "message": "Add to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" - }, - "contextMenu_AddToIpfsKeepFilename": { - "message": "Add to IPFS (Keep Filename)", - "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" - }, - "notify_addonIssueTitle": { - "message": "Probleme cu un addon IPFS", - "description": "A title of system notification (notify_addonIssueTitle)" - }, - "notify_addonIssueMsg": { - "message": "Vezi Console în bowser pentru detalii", - "description": "A message in system notification (notify_addonIssueMsg)" - }, - "notify_copiedPublicURLTitle": { - "message": "URL public copiat", - "description": "A title of system notification (notify_copiedPublicURLTitle)" - }, - "notify_copiedCanonicalAddressTitle": { - "message": "Adresa canonică copiată", - "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" - }, - "notify_pinnedIpfsResourceTitle": { - "message": "Resursa IPFS este prinsă acum", - "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" - }, - "notify_unpinnedIpfsResourceTitle": { - "message": "Resursă IPFS desprinsă", - "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" - }, - "notify_pinErrorTitle": { - "message": "Eroare în timp ce prindeam resursa IPFS", - "description": "A title of system notification (notify_pinErrorTitle)" - }, - "notify_unpinErrorTitle": { - "message": "Eroare la desprinderea resursei IPFS", - "description": "A title of system notification (notify_unpinErrorTitle)" - }, - "notify_apiOnlineTitle": { - "message": "API-ul IPFS este online", - "description": "A title of system notification (notify_apiOnlineTitle)" - }, - "notify_apiOnlineAutomaticModeMsg": { - "message": "Mod automat: redirecționarea configurată pe gateway este activă", - "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" - }, - "notify_apiOfflineTitle": { - "message": "API-ul IPFS este offline", - "description": "A title of system notification (notify_apiOfflineTitle)" - }, - "notify_apiOfflineAutomaticModeMsg": { - "message": "Modul automat: gateway-ul public va fi utilizat ca opțiune de siguranță", - "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" - }, - "notify_uploadErrorTitle": { - "message": "Nu s-a putut încărca prin API-ul IPFS", - "description": "A title of system notification (notify_uploadErrorTitle)" - }, - "notify_uploadTrackingProtectionErrorMsg": { - "message": "Încearcă să dezactivezi Protecția la Urmărire (apasă ctrl+shift+j pentru mai multe detalii)", - "description": "(notify_uploadTrackingProtectionErrorMsg)" - }, - "notify_inlineMsg": { - "message": "$MSG$", - "placeholders": { - "msg": { - "content": "$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)", - "placeholders": { - "error": { - "content": "$1" - } - }, - "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" - }, - "notify_startIpfsNodeErrorTitle": { - "message": "Failed to start IPFS node", - "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" - }, - "notify_stopIpfsNodeErrorTitle": { - "message": "Failed to stop IPFS node", - "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" - }, - "option_legend_readMore": { - "message": "Read more", - "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" - }, - "option_header_nodeType": { - "message": "IPFS Node", - "description": "A section header on the Preferences screen (option_header_nodeType)" - }, - "option_ipfsNodeType_title": { - "message": "IPFS Node Type", - "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" - }, - "option_ipfsNodeType_external_description": { - "message": "External: connect to a node over HTTP API", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeType_embedded_description": { - "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeConfig_title": { - "message": "IPFS Node Config", - "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" - }, - "option_ipfsNodeConfig_description": { - "message": "Configuration for the embedded IPFS node. Must be valid JSON.", - "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" - }, - "option_ipfsNodeType_external": { - "message": "External", - "description": "An option on the Preferences screen (option_ipfsNodeType_external)" - }, - "option_ipfsNodeType_embedded": { - "message": "Embedded", - "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" - }, - "option_header_gateways": { - "message": "Gateway-uri", - "description": "A section header on the Preferences screen (option_header_gateways)" - }, - "option_customGatewayUrl_title": { - "message": "Gateway local personalizat", - "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" - }, - "option_customGatewayUrl_description": { - "message": "URL-ul Gateway-ului HTTP2IPFS preferat", - "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" - }, - "option_useCustomGateway_title": { - "message": "Folosește un Gateway personalizat", - "description": "An option title on the Preferences screen (option_useCustomGateway_title)" - }, - "option_useCustomGateway_description": { - "message": "Redirecționează cereri pentru resursele IPFS către gateway-ul personalizat", - "description": "An option description on the Preferences screen (option_useCustomGateway_description)" - }, - "option_publicGatewayUrl_title": { - "message": "Gateway-ul public implicit", - "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" - }, - "option_publicGatewayUrl_description": { - "message": "URL-ul de siguranță folosit de gateway-ul personalizat nu este disponibil și\/sau pentru linkuri de copiere ce pot fi distribuite", - "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" - }, - "option_header_api": { - "message": "API", - "description": "A section header on the Preferences screen (option_header_api)" - }, - "option_ipfsApiUrl_title": { - "message": "URL-ul API-ului IPFS", - "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" - }, - "option_ipfsApiUrl_description": { - "message": "Pont: aici este un găsești \/webui", - "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" - }, - "option_ipfsApiPollMs_title": { - "message": "Intervalul datelor de status", - "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" - }, - "option_ipfsApiPollMs_description": { - "message": "De câte ori este actualizat numărul partenerilor (în milisecunde)", - "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" - }, - "option_automaticMode_title": { - "message": "Mod automat", - "description": "An option title on the Preferences screen (option_automaticMode_title)" - }, - "option_automaticMode_description": { - "message": "Activează utilizarea gateway-ului personalizat atunci când disponibilitatea API-ului IPFS se schimbă", - "description": "An option description on the Preferences screen (option_automaticMode_description)" - }, - "option_header_experiments": { - "message": "Experimente", - "description": "A section header on the Preferences screen (option_header_experiments)" - }, - "option_experiments_warning": { - "message": "Atenție: aceste instrumente sunt noi sau în dezvoltare. YMMV.", - "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" - }, - "option_displayNotifications_title": { - "message": "Activează notificările", - "description": "An option title on the Preferences screen (option_displayNotifications_title)" - }, - "option_displayNotifications_description": { - "message": "Afișează notificările sistemului atunci când starea API-ului se modifică, se copiază un link, etc", - "description": "An option description on the Preferences screen (option_displayNotifications_description)" - }, - "option_catchUnhandledProtocols_title": { - "message": "Prinde protocoalele IPFS care nu sunt gestionate", - "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" - }, - "option_catchUnhandledProtocols_description": { - "message": "Sunt suportate ipfs:\/\/$cid, ipns:\/\/$peerid și dweb:\/ipfs\/$cid prin normalizarea linkurilor și cererilor care sunt făcute prin protocoale negestionate", - "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" - }, - "option_linkify_title": { - "message": "Transformă adresele IPFS în linkuri", - "description": "An option title on the Preferences screen (option_linkify_title)" - }, - "option_linkify_description": { - "message": "Transformă căile text simplu de genul \/ipfs\/ în linkuri active", - "description": "An option description on the Preferences screen (option_linkify_description)" - }, - "option_dnslinkPolicy_title": { - "message": "DNSLink Support", - "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" - }, - "option_dnslinkPolicy_description": { - "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", - "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" - }, - "option_dnslinkPolicy_disabled": { - "message": "Off", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" - }, - "option_dnslinkPolicy_bestEffort": { - "message": "Check after HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" - }, - "option_dnslinkPolicy_enabled": { - "message": "Check before HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" - }, - "option_detectIpfsPathHeader_title": { - "message": "Detect X-Ipfs-Path Header", - "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" - }, - "option_detectIpfsPathHeader_description": { - "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", - "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" - }, - "option_ipfsProxy_title": { - "message": "window.ipfs", - "description": "An option title for enabling\/disabling the IPFS proxy (option_ipfsProxy_title)" - }, - "option_ipfsProxy_description": { - "message": "IPFS is added to the window object on every page. Enable\/disable access to the functions it exposes.", - "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" - }, - "option_ipfsProxy_link_manage_permissions": { - "message": "Manage permissions", - "description": "Link text for managing permissions" - }, - "option_preloadAtPublicGateway_title": { - "message": "Încarcă în avans", - "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" - }, - "option_preloadAtPublicGateway_description": { - "message": "Permite preîncărcarea automată a resurselor încărcare prin cereri asincrone HTTPS HEAD către un gateway public", - "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" - }, - "option_resetAllOptions_title": { - "message": "Resetează totul", - "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" - }, - "option_resetAllOptions_description": { - "message": "Înlocuiește preferințele utilizatorilor cu cele implicite (nu poți reveni!)", - "description": "An option description on the Preferences screen (option_resetAllOptions_description)" - }, - "manifest_extensionName": { - "message": "Companionul IPFS", - "description": "Extension name in the Manifest file (manifest_extensionName)" - }, - "manifest_shortExtensionName": { - "message": "Companionul IPFS", - "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" - }, - "manifest_extensionDescription": { - "message": "Extensie a browserului care simplifică accesul la resursele IPFS", - "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" - } - } - }, - "quickUpload_pick_file_button": { - "message": "Pick a file", - "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" - }, - "quickUpload_or": { - "message": "or", - "description": "seperates the pick a file button from the drop message (quickUpload_or)" - }, - "quickUpload_drop_it_here": { - "message": "drop it here to share", - "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" - }, - "quickUpload_state_uploading": { - "message": "Upload in progress..", - "description": "Status label on the share files page (quickUpload_state_uploading)" - }, - "quickUpload_state_buffering": { - "message": "(buffering, please wait)", - "description": "Status label on the share files page (quickUpload_state_buffering)" - }, - "quickUpload_options_show": { - "message": "upload options", - "description": "Button on the share files page (quickUpload_options_show)" - }, - "quickUpload_options_wrapWithDirectory": { - "message": "Wrap single files in a directory to preserve their filenames.", - "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" - }, - "quickUpload_options_pinUpload": { - "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", - "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" - }, - "page_proxyAcl_title": { - "message": "Manage Permissions", - "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" - }, - "page_proxyAcl_subtitle": { - "message": "View, change and revoke granted access rights to your IPFS instance.", - "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" - }, - "page_proxyAcl_no_perms": { - "message": "No permissions granted.", - "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" - } - } - }, - "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" - } - } - }, - "page_proxyAcl_toggle_to_allow_button_title": { - "message": "Click to allow", - "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" - }, - "page_proxyAcl_toggle_to_deny_button_title": { - "message": "Click to deny", - "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" - }, - "page_proxyAcl_allow_button_value": { - "message": "Allow", - "description": "Button value for allow (page_proxyAcl_allow_button_value)" - }, - "page_proxyAcl_deny_button_value": { - "message": "Deny", - "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" - } - } - }, - "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" - } + "browserAction_title": { + "message": "Companionul IPFS", + "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" + }, + "panel_headerIpfsNodeIconLabel": { + "message": "Companionul IPFS", + "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" + }, + "panel_headerActiveToggleTitle": { + "message": "Global toggle: activate or suspend all IPFS integrations", + "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" + }, + "panel_statusOffline": { + "message": "offline", + "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" + }, + "panel_statusGatewayAddress": { + "message": "gateway", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" + }, + "panel_statusApiAddress": { + "message": "API", + "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" + }, + "panel_statusGatewayVersion": { + "message": "versiune", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" + }, + "panel_statusSwarmPeers": { + "message": "nodurile partenere", + "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" + }, + "panel_statusSwarmPeersTitle": { + "message": "The number of other IPFS nodes you can connect to", + "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" + }, + "panel_quickUpload": { + "message": "Încărcare rapidă", + "description": "A menu item in Browser Action pop-up (panel_quickUpload)" + }, + "panel_openWebui": { + "message": "Open WebUI", + "description": "A menu item in Browser Action pop-up (panel_openWebui)" + }, + "panel_openPreferences": { + "message": "Accesează preferințele", + "description": "A menu item in Browser Action pop-up (panel_openPreferences)" + }, + "panel_switchToCustomGateway": { + "message": "Switch to Custom Gateway", + "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" + }, + "panel_switchToPublicGateway": { + "message": "Switch to Public Gateway", + "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" + }, + "panel_pinCurrentIpfsAddress": { + "message": "Prinde resursa IPFS", + "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" + }, + "panel_unpinCurrentIpfsAddress": { + "message": "Desprinde resursa IPFS", + "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" + }, + "panelCopy_currentIpfsAddress": { + "message": "Inserează adresa canonică", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" + }, + "panel_copyCurrentPublicGwUrl": { + "message": "Copiază URL-ul gateway-ului public", + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" + }, + "pageAction_titleIpfsAtPublicGateway": { + "message": "IPFS resource loaded via Public Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" + }, + "pageAction_titleIpfsAtCustomGateway": { + "message": "IPFS resource loaded via Custom Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" + }, + "pageAction_titleNonIpfs": { + "message": "Non-IPFS resource", + "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" + }, + "contextMenu_AddToIpfsRawCid": { + "message": "Add to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsKeepFilename": { + "message": "Add to IPFS (Keep Filename)", + "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" + }, + "notify_addonIssueTitle": { + "message": "Probleme cu un addon IPFS", + "description": "A title of system notification (notify_addonIssueTitle)" + }, + "notify_addonIssueMsg": { + "message": "Vezi Console în bowser pentru detalii", + "description": "A message in system notification (notify_addonIssueMsg)" + }, + "notify_copiedPublicURLTitle": { + "message": "URL public copiat", + "description": "A title of system notification (notify_copiedPublicURLTitle)" + }, + "notify_copiedCanonicalAddressTitle": { + "message": "Adresa canonică copiată", + "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" + }, + "notify_pinnedIpfsResourceTitle": { + "message": "Resursa IPFS este prinsă acum", + "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" + }, + "notify_unpinnedIpfsResourceTitle": { + "message": "Resursă IPFS desprinsă", + "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" + }, + "notify_pinErrorTitle": { + "message": "Eroare în timp ce prindeam resursa IPFS", + "description": "A title of system notification (notify_pinErrorTitle)" + }, + "notify_unpinErrorTitle": { + "message": "Eroare la desprinderea resursei IPFS", + "description": "A title of system notification (notify_unpinErrorTitle)" + }, + "notify_apiOnlineTitle": { + "message": "API-ul IPFS este online", + "description": "A title of system notification (notify_apiOnlineTitle)" + }, + "notify_apiOnlineAutomaticModeMsg": { + "message": "Mod automat: redirecționarea configurată pe gateway este activă", + "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" + }, + "notify_apiOfflineTitle": { + "message": "API-ul IPFS este offline", + "description": "A title of system notification (notify_apiOfflineTitle)" + }, + "notify_apiOfflineAutomaticModeMsg": { + "message": "Modul automat: gateway-ul public va fi utilizat ca opțiune de siguranță", + "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" + }, + "notify_uploadErrorTitle": { + "message": "Nu s-a putut încărca prin API-ul IPFS", + "description": "A title of system notification (notify_uploadErrorTitle)" + }, + "notify_uploadTrackingProtectionErrorMsg": { + "message": "Încearcă să dezactivezi Protecția la Urmărire (apasă ctrl+shift+j pentru mai multe detalii)", + "description": "(notify_uploadTrackingProtectionErrorMsg)" + }, + "notify_inlineMsg": { + "message": "$MSG$", + "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" + }, + "notify_inlineErrorMsg": { + "message": "$ERROR$ (apasă ctrl+shift+j pentru mai multe detalii)", + "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" + }, + "notify_startIpfsNodeErrorTitle": { + "message": "Failed to start IPFS node", + "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" + }, + "notify_stopIpfsNodeErrorTitle": { + "message": "Failed to stop IPFS node", + "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" + }, + "option_legend_readMore": { + "message": "Read more", + "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" + }, + "option_header_nodeType": { + "message": "IPFS Node", + "description": "A section header on the Preferences screen (option_header_nodeType)" + }, + "option_ipfsNodeType_title": { + "message": "IPFS Node Type", + "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" + }, + "option_ipfsNodeType_external_description": { + "message": "External: connect to a node over HTTP API", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeType_embedded_description": { + "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeConfig_title": { + "message": "IPFS Node Config", + "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" + }, + "option_ipfsNodeConfig_description": { + "message": "Configuration for the embedded IPFS node. Must be valid JSON.", + "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" + }, + "option_ipfsNodeType_external": { + "message": "External", + "description": "An option on the Preferences screen (option_ipfsNodeType_external)" + }, + "option_ipfsNodeType_embedded": { + "message": "Embedded", + "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" + }, + "option_header_gateways": { + "message": "Gateway-uri", + "description": "A section header on the Preferences screen (option_header_gateways)" + }, + "option_customGatewayUrl_title": { + "message": "Gateway local personalizat", + "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" + }, + "option_customGatewayUrl_description": { + "message": "URL-ul Gateway-ului HTTP2IPFS preferat", + "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" + }, + "option_useCustomGateway_title": { + "message": "Folosește un Gateway personalizat", + "description": "An option title on the Preferences screen (option_useCustomGateway_title)" + }, + "option_useCustomGateway_description": { + "message": "Redirecționează cereri pentru resursele IPFS către gateway-ul personalizat", + "description": "An option description on the Preferences screen (option_useCustomGateway_description)" + }, + "option_publicGatewayUrl_title": { + "message": "Gateway-ul public implicit", + "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" + }, + "option_publicGatewayUrl_description": { + "message": "URL-ul de siguranță folosit de gateway-ul personalizat nu este disponibil și/sau pentru linkuri de copiere ce pot fi distribuite", + "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" + }, + "option_header_api": { + "message": "API", + "description": "A section header on the Preferences screen (option_header_api)" + }, + "option_ipfsApiUrl_title": { + "message": "URL-ul API-ului IPFS", + "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" + }, + "option_ipfsApiUrl_description": { + "message": "Pont: aici este un găsești /webui", + "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" + }, + "option_ipfsApiPollMs_title": { + "message": "Intervalul datelor de status", + "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" + }, + "option_ipfsApiPollMs_description": { + "message": "De câte ori este actualizat numărul partenerilor (în milisecunde)", + "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" + }, + "option_automaticMode_title": { + "message": "Mod automat", + "description": "An option title on the Preferences screen (option_automaticMode_title)" + }, + "option_automaticMode_description": { + "message": "Activează utilizarea gateway-ului personalizat atunci când disponibilitatea API-ului IPFS se schimbă", + "description": "An option description on the Preferences screen (option_automaticMode_description)" + }, + "option_header_experiments": { + "message": "Experimente", + "description": "A section header on the Preferences screen (option_header_experiments)" + }, + "option_experiments_warning": { + "message": "Atenție: aceste instrumente sunt noi sau în dezvoltare. YMMV.", + "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" + }, + "option_displayNotifications_title": { + "message": "Activează notificările", + "description": "An option title on the Preferences screen (option_displayNotifications_title)" + }, + "option_displayNotifications_description": { + "message": "Afișează notificările sistemului atunci când starea API-ului se modifică, se copiază un link, etc", + "description": "An option description on the Preferences screen (option_displayNotifications_description)" + }, + "option_catchUnhandledProtocols_title": { + "message": "Prinde protocoalele IPFS care nu sunt gestionate", + "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" + }, + "option_catchUnhandledProtocols_description": { + "message": "Sunt suportate ipfs://$cid, ipns://$peerid și dweb:/ipfs/$cid prin normalizarea linkurilor și cererilor care sunt făcute prin protocoale negestionate", + "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" + }, + "option_linkify_title": { + "message": "Transformă adresele IPFS în linkuri", + "description": "An option title on the Preferences screen (option_linkify_title)" + }, + "option_linkify_description": { + "message": "Transformă căile text simplu de genul /ipfs/ în linkuri active", + "description": "An option description on the Preferences screen (option_linkify_description)" + }, + "option_dnslinkPolicy_title": { + "message": "DNSLink Support", + "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" + }, + "option_dnslinkPolicy_description": { + "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", + "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" + }, + "option_dnslinkPolicy_disabled": { + "message": "Off", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" + }, + "option_dnslinkPolicy_bestEffort": { + "message": "Check after HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" + }, + "option_dnslinkPolicy_enabled": { + "message": "Check before HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" + }, + "option_detectIpfsPathHeader_title": { + "message": "Detect X-Ipfs-Path Header", + "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" + }, + "option_detectIpfsPathHeader_description": { + "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", + "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" + }, + "option_ipfsProxy_title": { + "message": "window.ipfs", + "description": "An option title for enabling/disabling the IPFS proxy (option_ipfsProxy_title)" + }, + "option_ipfsProxy_description": { + "message": "IPFS is added to the window object on every page. Enable/disable access to the functions it exposes.", + "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" + }, + "option_ipfsProxy_link_manage_permissions": { + "message": "Manage permissions", + "description": "Link text for managing permissions" + }, + "option_preloadAtPublicGateway_title": { + "message": "Încarcă în avans", + "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" + }, + "option_preloadAtPublicGateway_description": { + "message": "Permite preîncărcarea automată a resurselor încărcare prin cereri asincrone HTTPS HEAD către un gateway public", + "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" + }, + "option_resetAllOptions_title": { + "message": "Resetează totul", + "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" + }, + "option_resetAllOptions_description": { + "message": "Înlocuiește preferințele utilizatorilor cu cele implicite (nu poți reveni!)", + "description": "An option description on the Preferences screen (option_resetAllOptions_description)" + }, + "manifest_extensionName": { + "message": "Companionul IPFS", + "description": "Extension name in the Manifest file (manifest_extensionName)" + }, + "manifest_shortExtensionName": { + "message": "Companionul IPFS", + "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" + }, + "manifest_extensionDescription": { + "message": "Extensie a browserului care simplifică accesul la resursele IPFS", + "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)" + }, + "quickUpload_pick_file_button": { + "message": "Pick a file", + "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" + }, + "quickUpload_or": { + "message": "or", + "description": "seperates the pick a file button from the drop message (quickUpload_or)" + }, + "quickUpload_drop_it_here": { + "message": "drop it here to share", + "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" + }, + "quickUpload_state_uploading": { + "message": "Upload in progress..", + "description": "Status label on the share files page (quickUpload_state_uploading)" + }, + "quickUpload_state_buffering": { + "message": "(buffering, please wait)", + "description": "Status label on the share files page (quickUpload_state_buffering)" + }, + "quickUpload_options_show": { + "message": "upload options", + "description": "Button on the share files page (quickUpload_options_show)" + }, + "quickUpload_options_wrapWithDirectory": { + "message": "Wrap single files in a directory to preserve their filenames.", + "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" + }, + "quickUpload_options_pinUpload": { + "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", + "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" + }, + "page_proxyAcl_title": { + "message": "Manage Permissions", + "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" + }, + "page_proxyAcl_subtitle": { + "message": "View, change and revoke granted access rights to your IPFS instance.", + "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" + }, + "page_proxyAcl_no_perms": { + "message": "No permissions granted.", + "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)" + }, + "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)" + }, + "page_proxyAcl_toggle_to_allow_button_title": { + "message": "Click to allow", + "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" + }, + "page_proxyAcl_toggle_to_deny_button_title": { + "message": "Click to deny", + "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" + }, + "page_proxyAcl_allow_button_value": { + "message": "Allow", + "description": "Button value for allow (page_proxyAcl_allow_button_value)" + }, + "page_proxyAcl_deny_button_value": { + "message": "Deny", + "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)" + }, + "page_proxyAccessDialog_title": { + "message": "Allow $SCOPE$ to access ipfs.$PERMISSION$?", + "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", + "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" + }, + "page_proxyAcl_revoke_all_button_title": { + "message": "Revoke all permissions", + "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" + }, + "page_proxyAccessDialog_allowButton_text": { + "message": "Allow", + "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_proxyAccessDialog_denyButton_text": { + "message": "Deny", + "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" } - }, - "page_proxyAccessDialog_wildcardCheckbox_label": { - "message": "Apply this decision to all permissions in this scope", - "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" - }, - "page_proxyAcl_revoke_all_button_title": { - "message": "Revoke all permissions", - "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" - }, - "page_proxyAccessDialog_allowButton_text": { - "message": "Allow", - "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" - }, - "page_proxyAccessDialog_denyButton_text": { - "message": "Deny", - "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" - } } \ No newline at end of file diff --git a/add-on/_locales/ru/messages.json b/add-on/_locales/ru/messages.json index 86e69b455..10c73fd12 100644 --- a/add-on/_locales/ru/messages.json +++ b/add-on/_locales/ru/messages.json @@ -1,495 +1,454 @@ { - "browserAction_title": { - "message": "IPFS Companion", - "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" - }, - "panel_headerIpfsNodeIconLabel": { - "message": "IPFS Companion", - "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" - }, - "panel_headerActiveToggleTitle": { - "message": "Global toggle: activate or suspend all IPFS integrations", - "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" - }, - "panel_statusOffline": { - "message": "offline", - "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" - }, - "panel_statusGatewayAddress": { - "message": "HTTP шлюз", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" - }, - "panel_statusApiAddress": { - "message": "API", - "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" - }, - "panel_statusGatewayVersion": { - "message": "версия", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" - }, - "panel_statusSwarmPeers": { - "message": "пиры", - "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" - }, - "panel_statusSwarmPeersTitle": { - "message": "The number of other IPFS nodes you can connect to", - "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" - }, - "panel_quickUpload": { - "message": "Быстрая загрузка", - "description": "A menu item in Browser Action pop-up (panel_quickUpload)" - }, - "panel_openWebui": { - "message": "Веб-интерфейс", - "description": "A menu item in Browser Action pop-up (panel_openWebui)" - }, - "panel_openPreferences": { - "message": "Настройки", - "description": "A menu item in Browser Action pop-up (panel_openPreferences)" - }, - "panel_switchToCustomGateway": { - "message": "Подключиться к собственному шлюзу", - "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" - }, - "panel_switchToPublicGateway": { - "message": "Подключиться к публичному шлюзу", - "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" - }, - "panel_pinCurrentIpfsAddress": { - "message": "Закрепить ресурс", - "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" - }, - "panel_unpinCurrentIpfsAddress": { - "message": "Открепить ресурс", - "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" - }, - "panelCopy_currentIpfsAddress": { - "message": "Скопировать каноничный адрес", - "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" - }, - "panel_copyCurrentPublicGwUrl": { - "message": "Скопировать URL публичного шлюза", - "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" - }, - "pageAction_titleIpfsAtPublicGateway": { - "message": "IPFS resource loaded via Public Gateway", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" - }, - "pageAction_titleIpfsAtCustomGateway": { - "message": "IPFS resource loaded via Custom Gateway", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" - }, - "pageAction_titleNonIpfs": { - "message": "Non-IPFS resource", - "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" - }, - "contextMenu_AddToIpfsRawCid": { - "message": "Add to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" - }, - "contextMenu_AddToIpfsKeepFilename": { - "message": "Add to IPFS (Keep Filename)", - "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" - }, - "notify_addonIssueTitle": { - "message": "IPFS Add-on Issue", - "description": "A title of system notification (notify_addonIssueTitle)" - }, - "notify_addonIssueMsg": { - "message": "Откройте консоль браузера, чтобы увидеть детальную информацию", - "description": "A message in system notification (notify_addonIssueMsg)" - }, - "notify_copiedPublicURLTitle": { - "message": "Публичный URL скопирован", - "description": "A title of system notification (notify_copiedPublicURLTitle)" - }, - "notify_copiedCanonicalAddressTitle": { - "message": "Канонический адрес скопирован", - "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" - }, - "notify_pinnedIpfsResourceTitle": { - "message": "IPFS ресурс закреплен", - "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" - }, - "notify_unpinnedIpfsResourceTitle": { - "message": "IPFS ресурс откреплен", - "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" - }, - "notify_pinErrorTitle": { - "message": "Ошибка при прикреплении IPFS ресурса", - "description": "A title of system notification (notify_pinErrorTitle)" - }, - "notify_unpinErrorTitle": { - "message": "Ошибка при откреплении IPFS ресурса", - "description": "A title of system notification (notify_unpinErrorTitle)" - }, - "notify_apiOnlineTitle": { - "message": "IPFS API доступно", - "description": "A title of system notification (notify_apiOnlineTitle)" - }, - "notify_apiOnlineAutomaticModeMsg": { - "message": "Automatic Mode: Custom Gateway Redirect is active", - "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" - }, - "notify_apiOfflineTitle": { - "message": "IPFS API недоступно", - "description": "A title of system notification (notify_apiOfflineTitle)" - }, - "notify_apiOfflineAutomaticModeMsg": { - "message": "Автоматический решим: Публичный шлюз будет использоваться по-умолчанию", - "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" - }, - "notify_uploadErrorTitle": { - "message": "Не удается загрузить через IPFS API", - "description": "A title of system notification (notify_uploadErrorTitle)" - }, - "notify_uploadTrackingProtectionErrorMsg": { - "message": "Попробуйте отключить защиту от служения (нажмите ctr+shift+j для получения подробностей)", - "description": "(notify_uploadTrackingProtectionErrorMsg)" - }, - "notify_inlineMsg": { - "message": "$MSG$", - "placeholders": { - "msg": { - "content": "$1" - } - }, - "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" - }, - "notify_inlineErrorMsg": { - "message": "$ERROR$ (нажмите ctrl+shift+j для получения подробностей)", - "placeholders": { - "error": { - "content": "$1" - } - }, - "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" - }, - "notify_startIpfsNodeErrorTitle": { - "message": "Failed to start IPFS node", - "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" - }, - "notify_stopIpfsNodeErrorTitle": { - "message": "Failed to stop IPFS node", - "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" - }, - "option_legend_readMore": { - "message": "Read more", - "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" - }, - "option_header_nodeType": { - "message": "IPFS Node", - "description": "A section header on the Preferences screen (option_header_nodeType)" - }, - "option_ipfsNodeType_title": { - "message": "IPFS Node Type", - "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" - }, - "option_ipfsNodeType_external_description": { - "message": "External: connect to a node over HTTP API", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeType_embedded_description": { - "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeConfig_title": { - "message": "IPFS Node Config", - "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" - }, - "option_ipfsNodeConfig_description": { - "message": "Configuration for the embedded IPFS node. Must be valid JSON.", - "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" - }, - "option_ipfsNodeType_external": { - "message": "External", - "description": "An option on the Preferences screen (option_ipfsNodeType_external)" - }, - "option_ipfsNodeType_embedded": { - "message": "Embedded", - "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" - }, - "option_header_gateways": { - "message": "Шлюзы", - "description": "A section header on the Preferences screen (option_header_gateways)" - }, - "option_customGatewayUrl_title": { - "message": "Пользовательский локальный шлюз", - "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" - }, - "option_customGatewayUrl_description": { - "message": "URL или предпочитаемый HTTP2IPFS шлюз", - "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" - }, - "option_useCustomGateway_title": { - "message": "Использовать пользовательский шлюз", - "description": "An option title on the Preferences screen (option_useCustomGateway_title)" - }, - "option_useCustomGateway_description": { - "message": "Перенаправлять запросы на IPFS ресурсы к пользовательскому шлюзу", - "description": "An option description on the Preferences screen (option_useCustomGateway_description)" - }, - "option_publicGatewayUrl_title": { - "message": "Публичный шлюз по-умолчанию", - "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" - }, - "option_publicGatewayUrl_description": { - "message": "URL используемый для копирования публичных ссылок и используемый по-умолчанию, когда пользовательский шлюз недоступен", - "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" - }, - "option_header_api": { - "message": "API", - "description": "A section header on the Preferences screen (option_header_api)" - }, - "option_ipfsApiUrl_title": { - "message": "IPFS API URL", - "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" - }, - "option_ipfsApiUrl_description": { - "message": "Подсказка: здесь находится \/webui", - "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" - }, - "option_ipfsApiPollMs_title": { - "message": "Интервал опроса состояния", - "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" - }, - "option_ipfsApiPollMs_description": { - "message": "Частота обновления количества пиров (в миллисекундах)", - "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" - }, - "option_automaticMode_title": { - "message": "Автоматический режим", - "description": "An option title on the Preferences screen (option_automaticMode_title)" - }, - "option_automaticMode_description": { - "message": "Toggle use of Custom Gateway when IPFS API availability changes", - "description": "An option description on the Preferences screen (option_automaticMode_description)" - }, - "option_header_experiments": { - "message": "Эксперименты", - "description": "A section header on the Preferences screen (option_header_experiments)" - }, - "option_experiments_warning": { - "message": "Осторожно: данные функции введены недавно либо находятся в разработке. Используйте их на свой страх и риск.", - "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" - }, - "option_displayNotifications_title": { - "message": "Включить уведомления", - "description": "An option title on the Preferences screen (option_displayNotifications_title)" - }, - "option_displayNotifications_description": { - "message": "Показывать системные уведомления при изменении состояния API, копировании ссылки и тп", - "description": "An option description on the Preferences screen (option_displayNotifications_description)" - }, - "option_catchUnhandledProtocols_title": { - "message": "Catch Unhandled IPFS Protocols", - "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" - }, - "option_catchUnhandledProtocols_description": { - "message": "Enables support for ipfs:\/\/$cid, ipns:\/\/$peerid and dweb:\/ipfs\/$cid by normalizing links and requests done with unhandled protocols", - "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" - }, - "option_linkify_title": { - "message": "Linkify IPFS Addresses", - "description": "An option title on the Preferences screen (option_linkify_title)" - }, - "option_linkify_description": { - "message": "Turn plaintext \/ipfs\/ paths into clickable links", - "description": "An option description on the Preferences screen (option_linkify_description)" - }, - "option_dnslinkPolicy_title": { - "message": "DNSLink Support", - "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" - }, - "option_dnslinkPolicy_description": { - "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", - "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" - }, - "option_dnslinkPolicy_disabled": { - "message": "Off", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" - }, - "option_dnslinkPolicy_bestEffort": { - "message": "Check after HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" - }, - "option_dnslinkPolicy_enabled": { - "message": "Check before HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" - }, - "option_detectIpfsPathHeader_title": { - "message": "Detect X-Ipfs-Path Header", - "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" - }, - "option_detectIpfsPathHeader_description": { - "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", - "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" - }, - "option_ipfsProxy_title": { - "message": "window.ipfs", - "description": "An option title for enabling\/disabling the IPFS proxy (option_ipfsProxy_title)" - }, - "option_ipfsProxy_description": { - "message": "IPFS is added to the window object on every page. Enable\/disable access to the functions it exposes.", - "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" - }, - "option_ipfsProxy_link_manage_permissions": { - "message": "Manage permissions", - "description": "Link text for managing permissions" - }, - "option_preloadAtPublicGateway_title": { - "message": "Preload Uploads", - "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" - }, - "option_preloadAtPublicGateway_description": { - "message": "Enables automatic preload of uploaded assets via asynchronous HTTP HEAD request to a Public Gateway", - "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" - }, - "option_resetAllOptions_title": { - "message": "Reset Everything", - "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" - }, - "option_resetAllOptions_description": { - "message": "Replaces user preferences with default ones (can't be undone!)", - "description": "An option description on the Preferences screen (option_resetAllOptions_description)" - }, - "manifest_extensionName": { - "message": "IPFS Companion", - "description": "Extension name in the Manifest file (manifest_extensionName)" - }, - "manifest_shortExtensionName": { - "message": "IPFS Companion", - "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" - }, - "manifest_extensionDescription": { - "message": "Browser extension that simplifies access to IPFS resources", - "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" - } - } - }, - "quickUpload_pick_file_button": { - "message": "Pick a file", - "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" - }, - "quickUpload_or": { - "message": "or", - "description": "seperates the pick a file button from the drop message (quickUpload_or)" - }, - "quickUpload_drop_it_here": { - "message": "drop it here to share", - "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" - }, - "quickUpload_state_uploading": { - "message": "Upload in progress..", - "description": "Status label on the share files page (quickUpload_state_uploading)" - }, - "quickUpload_state_buffering": { - "message": "(buffering, please wait)", - "description": "Status label on the share files page (quickUpload_state_buffering)" - }, - "quickUpload_options_show": { - "message": "upload options", - "description": "Button on the share files page (quickUpload_options_show)" - }, - "quickUpload_options_wrapWithDirectory": { - "message": "Wrap single files in a directory to preserve their filenames.", - "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" - }, - "quickUpload_options_pinUpload": { - "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", - "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" - }, - "page_proxyAcl_title": { - "message": "Manage Permissions", - "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" - }, - "page_proxyAcl_subtitle": { - "message": "View, change and revoke granted access rights to your IPFS instance.", - "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" - }, - "page_proxyAcl_no_perms": { - "message": "No permissions granted.", - "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" - } - } - }, - "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" - } - } - }, - "page_proxyAcl_toggle_to_allow_button_title": { - "message": "Click to allow", - "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" - }, - "page_proxyAcl_toggle_to_deny_button_title": { - "message": "Click to deny", - "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" - }, - "page_proxyAcl_allow_button_value": { - "message": "Allow", - "description": "Button value for allow (page_proxyAcl_allow_button_value)" - }, - "page_proxyAcl_deny_button_value": { - "message": "Deny", - "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" - } - } - }, - "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" - } + "browserAction_title": { + "message": "IPFS Companion", + "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" + }, + "panel_headerIpfsNodeIconLabel": { + "message": "IPFS Companion", + "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" + }, + "panel_headerActiveToggleTitle": { + "message": "Global toggle: activate or suspend all IPFS integrations", + "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" + }, + "panel_statusOffline": { + "message": "offline", + "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" + }, + "panel_statusGatewayAddress": { + "message": "HTTP шлюз", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" + }, + "panel_statusApiAddress": { + "message": "API", + "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" + }, + "panel_statusGatewayVersion": { + "message": "версия", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" + }, + "panel_statusSwarmPeers": { + "message": "пиры", + "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" + }, + "panel_statusSwarmPeersTitle": { + "message": "The number of other IPFS nodes you can connect to", + "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" + }, + "panel_quickUpload": { + "message": "Быстрая загрузка", + "description": "A menu item in Browser Action pop-up (panel_quickUpload)" + }, + "panel_openWebui": { + "message": "Веб-интерфейс", + "description": "A menu item in Browser Action pop-up (panel_openWebui)" + }, + "panel_openPreferences": { + "message": "Настройки", + "description": "A menu item in Browser Action pop-up (panel_openPreferences)" + }, + "panel_switchToCustomGateway": { + "message": "Подключиться к собственному шлюзу", + "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" + }, + "panel_switchToPublicGateway": { + "message": "Подключиться к публичному шлюзу", + "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" + }, + "panel_pinCurrentIpfsAddress": { + "message": "Закрепить ресурс", + "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" + }, + "panel_unpinCurrentIpfsAddress": { + "message": "Открепить ресурс", + "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" + }, + "panelCopy_currentIpfsAddress": { + "message": "Скопировать каноничный адрес", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" + }, + "panel_copyCurrentPublicGwUrl": { + "message": "Скопировать URL публичного шлюза", + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" + }, + "pageAction_titleIpfsAtPublicGateway": { + "message": "IPFS resource loaded via Public Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" + }, + "pageAction_titleIpfsAtCustomGateway": { + "message": "IPFS resource loaded via Custom Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" + }, + "pageAction_titleNonIpfs": { + "message": "Non-IPFS resource", + "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" + }, + "contextMenu_AddToIpfsRawCid": { + "message": "Add to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsKeepFilename": { + "message": "Add to IPFS (Keep Filename)", + "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" + }, + "notify_addonIssueTitle": { + "message": "IPFS Add-on Issue", + "description": "A title of system notification (notify_addonIssueTitle)" + }, + "notify_addonIssueMsg": { + "message": "Откройте консоль браузера, чтобы увидеть детальную информацию", + "description": "A message in system notification (notify_addonIssueMsg)" + }, + "notify_copiedPublicURLTitle": { + "message": "Публичный URL скопирован", + "description": "A title of system notification (notify_copiedPublicURLTitle)" + }, + "notify_copiedCanonicalAddressTitle": { + "message": "Канонический адрес скопирован", + "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" + }, + "notify_pinnedIpfsResourceTitle": { + "message": "IPFS ресурс закреплен", + "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" + }, + "notify_unpinnedIpfsResourceTitle": { + "message": "IPFS ресурс откреплен", + "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" + }, + "notify_pinErrorTitle": { + "message": "Ошибка при прикреплении IPFS ресурса", + "description": "A title of system notification (notify_pinErrorTitle)" + }, + "notify_unpinErrorTitle": { + "message": "Ошибка при откреплении IPFS ресурса", + "description": "A title of system notification (notify_unpinErrorTitle)" + }, + "notify_apiOnlineTitle": { + "message": "IPFS API доступно", + "description": "A title of system notification (notify_apiOnlineTitle)" + }, + "notify_apiOnlineAutomaticModeMsg": { + "message": "Automatic Mode: Custom Gateway Redirect is active", + "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" + }, + "notify_apiOfflineTitle": { + "message": "IPFS API недоступно", + "description": "A title of system notification (notify_apiOfflineTitle)" + }, + "notify_apiOfflineAutomaticModeMsg": { + "message": "Автоматический решим: Публичный шлюз будет использоваться по-умолчанию", + "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" + }, + "notify_uploadErrorTitle": { + "message": "Не удается загрузить через IPFS API", + "description": "A title of system notification (notify_uploadErrorTitle)" + }, + "notify_uploadTrackingProtectionErrorMsg": { + "message": "Попробуйте отключить защиту от служения (нажмите ctr+shift+j для получения подробностей)", + "description": "(notify_uploadTrackingProtectionErrorMsg)" + }, + "notify_inlineMsg": { + "message": "$MSG$", + "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" + }, + "notify_inlineErrorMsg": { + "message": "$ERROR$ (нажмите ctrl+shift+j для получения подробностей)", + "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" + }, + "notify_startIpfsNodeErrorTitle": { + "message": "Failed to start IPFS node", + "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" + }, + "notify_stopIpfsNodeErrorTitle": { + "message": "Failed to stop IPFS node", + "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" + }, + "option_legend_readMore": { + "message": "Read more", + "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" + }, + "option_header_nodeType": { + "message": "IPFS Node", + "description": "A section header on the Preferences screen (option_header_nodeType)" + }, + "option_ipfsNodeType_title": { + "message": "IPFS Node Type", + "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" + }, + "option_ipfsNodeType_external_description": { + "message": "External: connect to a node over HTTP API", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeType_embedded_description": { + "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeConfig_title": { + "message": "IPFS Node Config", + "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" + }, + "option_ipfsNodeConfig_description": { + "message": "Configuration for the embedded IPFS node. Must be valid JSON.", + "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" + }, + "option_ipfsNodeType_external": { + "message": "External", + "description": "An option on the Preferences screen (option_ipfsNodeType_external)" + }, + "option_ipfsNodeType_embedded": { + "message": "Embedded", + "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" + }, + "option_header_gateways": { + "message": "Шлюзы", + "description": "A section header on the Preferences screen (option_header_gateways)" + }, + "option_customGatewayUrl_title": { + "message": "Пользовательский локальный шлюз", + "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" + }, + "option_customGatewayUrl_description": { + "message": "URL или предпочитаемый HTTP2IPFS шлюз", + "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" + }, + "option_useCustomGateway_title": { + "message": "Использовать пользовательский шлюз", + "description": "An option title on the Preferences screen (option_useCustomGateway_title)" + }, + "option_useCustomGateway_description": { + "message": "Перенаправлять запросы на IPFS ресурсы к пользовательскому шлюзу", + "description": "An option description on the Preferences screen (option_useCustomGateway_description)" + }, + "option_publicGatewayUrl_title": { + "message": "Публичный шлюз по-умолчанию", + "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" + }, + "option_publicGatewayUrl_description": { + "message": "URL используемый для копирования публичных ссылок и используемый по-умолчанию, когда пользовательский шлюз недоступен", + "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" + }, + "option_header_api": { + "message": "API", + "description": "A section header on the Preferences screen (option_header_api)" + }, + "option_ipfsApiUrl_title": { + "message": "IPFS API URL", + "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" + }, + "option_ipfsApiUrl_description": { + "message": "Подсказка: здесь находится /webui", + "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" + }, + "option_ipfsApiPollMs_title": { + "message": "Интервал опроса состояния", + "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" + }, + "option_ipfsApiPollMs_description": { + "message": "Частота обновления количества пиров (в миллисекундах)", + "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" + }, + "option_automaticMode_title": { + "message": "Автоматический режим", + "description": "An option title on the Preferences screen (option_automaticMode_title)" + }, + "option_automaticMode_description": { + "message": "Toggle use of Custom Gateway when IPFS API availability changes", + "description": "An option description on the Preferences screen (option_automaticMode_description)" + }, + "option_header_experiments": { + "message": "Эксперименты", + "description": "A section header on the Preferences screen (option_header_experiments)" + }, + "option_experiments_warning": { + "message": "Осторожно: данные функции введены недавно либо находятся в разработке. Используйте их на свой страх и риск.", + "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" + }, + "option_displayNotifications_title": { + "message": "Включить уведомления", + "description": "An option title on the Preferences screen (option_displayNotifications_title)" + }, + "option_displayNotifications_description": { + "message": "Показывать системные уведомления при изменении состояния API, копировании ссылки и тп", + "description": "An option description on the Preferences screen (option_displayNotifications_description)" + }, + "option_catchUnhandledProtocols_title": { + "message": "Catch Unhandled IPFS Protocols", + "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" + }, + "option_catchUnhandledProtocols_description": { + "message": "Enables support for ipfs://$cid, ipns://$peerid and dweb:/ipfs/$cid by normalizing links and requests done with unhandled protocols", + "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" + }, + "option_linkify_title": { + "message": "Linkify IPFS Addresses", + "description": "An option title on the Preferences screen (option_linkify_title)" + }, + "option_linkify_description": { + "message": "Turn plaintext /ipfs/ paths into clickable links", + "description": "An option description on the Preferences screen (option_linkify_description)" + }, + "option_dnslinkPolicy_title": { + "message": "DNSLink Support", + "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" + }, + "option_dnslinkPolicy_description": { + "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", + "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" + }, + "option_dnslinkPolicy_disabled": { + "message": "Off", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" + }, + "option_dnslinkPolicy_bestEffort": { + "message": "Check after HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" + }, + "option_dnslinkPolicy_enabled": { + "message": "Check before HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" + }, + "option_detectIpfsPathHeader_title": { + "message": "Detect X-Ipfs-Path Header", + "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" + }, + "option_detectIpfsPathHeader_description": { + "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", + "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" + }, + "option_ipfsProxy_title": { + "message": "window.ipfs", + "description": "An option title for enabling/disabling the IPFS proxy (option_ipfsProxy_title)" + }, + "option_ipfsProxy_description": { + "message": "IPFS is added to the window object on every page. Enable/disable access to the functions it exposes.", + "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" + }, + "option_ipfsProxy_link_manage_permissions": { + "message": "Manage permissions", + "description": "Link text for managing permissions" + }, + "option_preloadAtPublicGateway_title": { + "message": "Preload Uploads", + "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" + }, + "option_preloadAtPublicGateway_description": { + "message": "Enables automatic preload of uploaded assets via asynchronous HTTP HEAD request to a Public Gateway", + "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" + }, + "option_resetAllOptions_title": { + "message": "Reset Everything", + "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" + }, + "option_resetAllOptions_description": { + "message": "Replaces user preferences with default ones (can't be undone!)", + "description": "An option description on the Preferences screen (option_resetAllOptions_description)" + }, + "manifest_extensionName": { + "message": "IPFS Companion", + "description": "Extension name in the Manifest file (manifest_extensionName)" + }, + "manifest_shortExtensionName": { + "message": "IPFS Companion", + "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" + }, + "manifest_extensionDescription": { + "message": "Browser extension that simplifies access to IPFS resources", + "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)" + }, + "quickUpload_pick_file_button": { + "message": "Pick a file", + "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" + }, + "quickUpload_or": { + "message": "or", + "description": "seperates the pick a file button from the drop message (quickUpload_or)" + }, + "quickUpload_drop_it_here": { + "message": "drop it here to share", + "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" + }, + "quickUpload_state_uploading": { + "message": "Upload in progress..", + "description": "Status label on the share files page (quickUpload_state_uploading)" + }, + "quickUpload_state_buffering": { + "message": "(buffering, please wait)", + "description": "Status label on the share files page (quickUpload_state_buffering)" + }, + "quickUpload_options_show": { + "message": "upload options", + "description": "Button on the share files page (quickUpload_options_show)" + }, + "quickUpload_options_wrapWithDirectory": { + "message": "Wrap single files in a directory to preserve their filenames.", + "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" + }, + "quickUpload_options_pinUpload": { + "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", + "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" + }, + "page_proxyAcl_title": { + "message": "Manage Permissions", + "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" + }, + "page_proxyAcl_subtitle": { + "message": "View, change and revoke granted access rights to your IPFS instance.", + "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" + }, + "page_proxyAcl_no_perms": { + "message": "No permissions granted.", + "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)" + }, + "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)" + }, + "page_proxyAcl_toggle_to_allow_button_title": { + "message": "Click to allow", + "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" + }, + "page_proxyAcl_toggle_to_deny_button_title": { + "message": "Click to deny", + "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" + }, + "page_proxyAcl_allow_button_value": { + "message": "Allow", + "description": "Button value for allow (page_proxyAcl_allow_button_value)" + }, + "page_proxyAcl_deny_button_value": { + "message": "Deny", + "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)" + }, + "page_proxyAccessDialog_title": { + "message": "Allow $SCOPE$ to access ipfs.$PERMISSION$?", + "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", + "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" + }, + "page_proxyAcl_revoke_all_button_title": { + "message": "Revoke all permissions", + "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" + }, + "page_proxyAccessDialog_allowButton_text": { + "message": "Allow", + "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_proxyAccessDialog_denyButton_text": { + "message": "Deny", + "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" } - }, - "page_proxyAccessDialog_wildcardCheckbox_label": { - "message": "Apply this decision to all permissions in this scope", - "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" - }, - "page_proxyAcl_revoke_all_button_title": { - "message": "Revoke all permissions", - "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" - }, - "page_proxyAccessDialog_allowButton_text": { - "message": "Allow", - "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" - }, - "page_proxyAccessDialog_denyButton_text": { - "message": "Deny", - "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" - } } \ No newline at end of file diff --git a/add-on/_locales/sv/messages.json b/add-on/_locales/sv/messages.json index a603eb7c7..c82007fc0 100644 --- a/add-on/_locales/sv/messages.json +++ b/add-on/_locales/sv/messages.json @@ -1,495 +1,454 @@ { - "browserAction_title": { - "message": "IPFS Companion", - "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" - }, - "panel_headerIpfsNodeIconLabel": { - "message": "IPFS-nod", - "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" - }, - "panel_headerActiveToggleTitle": { - "message": "Global växel: aktivera eller pausa alla IPFS-integrationer", - "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" - }, - "panel_statusOffline": { - "message": "offline", - "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" - }, - "panel_statusGatewayAddress": { - "message": "HTTP Gateway", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" - }, - "panel_statusApiAddress": { - "message": "API", - "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" - }, - "panel_statusGatewayVersion": { - "message": "version", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" - }, - "panel_statusSwarmPeers": { - "message": "swarm peers", - "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" - }, - "panel_statusSwarmPeersTitle": { - "message": "Antalet andra IPFS-noder du kan ansluta till", - "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" - }, - "panel_quickUpload": { - "message": "Snabb uppladdning", - "description": "A menu item in Browser Action pop-up (panel_quickUpload)" - }, - "panel_openWebui": { - "message": "Öppna WebUI", - "description": "A menu item in Browser Action pop-up (panel_openWebui)" - }, - "panel_openPreferences": { - "message": "Öppna inställningar", - "description": "A menu item in Browser Action pop-up (panel_openPreferences)" - }, - "panel_switchToCustomGateway": { - "message": "Växla till egen Gateway", - "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" - }, - "panel_switchToPublicGateway": { - "message": "Växla till offentlig Gateway", - "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" - }, - "panel_pinCurrentIpfsAddress": { - "message": "Pin IPFS Resurs", - "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" - }, - "panel_unpinCurrentIpfsAddress": { - "message": "Unpin IPFS Resurs", - "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" - }, - "panelCopy_currentIpfsAddress": { - "message": "Kopiera Kanonisk Address", - "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" - }, - "panel_copyCurrentPublicGwUrl": { - "message": "Kopiera Offentlig Gateway URL", - "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" - }, - "pageAction_titleIpfsAtPublicGateway": { - "message": "IPFS-resurs inläst via offentlig Gateway", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" - }, - "pageAction_titleIpfsAtCustomGateway": { - "message": "IPFS-resurs laddad via egen Gateway", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" - }, - "pageAction_titleNonIpfs": { - "message": "Icke-IPFS resurs", - "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" - }, - "contextMenu_AddToIpfsRawCid": { - "message": "Lägg till till IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" - }, - "contextMenu_AddToIpfsKeepFilename": { - "message": "Lägg till till IPFS (Behåll Filnamn)", - "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" - }, - "notify_addonIssueTitle": { - "message": "Problem med IPFS-tillägg", - "description": "A title of system notification (notify_addonIssueTitle)" - }, - "notify_addonIssueMsg": { - "message": "See webbläsarens konsol för mer information", - "description": "A message in system notification (notify_addonIssueMsg)" - }, - "notify_copiedPublicURLTitle": { - "message": "Kopierade offentlig URL", - "description": "A title of system notification (notify_copiedPublicURLTitle)" - }, - "notify_copiedCanonicalAddressTitle": { - "message": "Kopierade kanonisk adress", - "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" - }, - "notify_pinnedIpfsResourceTitle": { - "message": "IPFS-resurs är nu fastnålad", - "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" - }, - "notify_unpinnedIpfsResourceTitle": { - "message": "Tog bort fastnålad IPFS-resurs", - "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" - }, - "notify_pinErrorTitle": { - "message": "Ett fel uppstod vid fastnålning av IPFS-resurs", - "description": "A title of system notification (notify_pinErrorTitle)" - }, - "notify_unpinErrorTitle": { - "message": "Ett fel uppstod vid borttagning av fastnålad IPFS-resurs", - "description": "A title of system notification (notify_unpinErrorTitle)" - }, - "notify_apiOnlineTitle": { - "message": "IPFS API:n är online", - "description": "A title of system notification (notify_apiOnlineTitle)" - }, - "notify_apiOnlineAutomaticModeMsg": { - "message": "Automatiskt läge: Omdirigering till egen Gateway är aktiv", - "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" - }, - "notify_apiOfflineTitle": { - "message": "IPFS API:n är offline", - "description": "A title of system notification (notify_apiOfflineTitle)" - }, - "notify_apiOfflineAutomaticModeMsg": { - "message": "Automatisk läge: Den offentliga Gatewayen kommer att användas som reserv", - "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" - }, - "notify_uploadErrorTitle": { - "message": "Kan inte ladda up via IPFS API:n", - "description": "A title of system notification (notify_uploadErrorTitle)" - }, - "notify_uploadTrackingProtectionErrorMsg": { - "message": "Prova att inaktivera spårningsskydd (tryck ctrl+skift+j för mer detaljer)", - "description": "(notify_uploadTrackingProtectionErrorMsg)" - }, - "notify_inlineMsg": { - "message": "$MSG$", - "placeholders": { - "msg": { - "content": "$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)", - "placeholders": { - "error": { - "content": "$1" - } - }, - "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" - }, - "notify_startIpfsNodeErrorTitle": { - "message": "Det gick inte att starta IPFS noden", - "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" - }, - "notify_stopIpfsNodeErrorTitle": { - "message": "Det gick inte att stoppa IPFS-noden", - "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" - }, - "option_legend_readMore": { - "message": "Läs mer", - "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" - }, - "option_header_nodeType": { - "message": "IFPS-nod", - "description": "A section header on the Preferences screen (option_header_nodeType)" - }, - "option_ipfsNodeType_title": { - "message": "IPFS nodtyp", - "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" - }, - "option_ipfsNodeType_external_description": { - "message": "Extern: koppla till en nod över HTTP API", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeType_embedded_description": { - "message": "Inbäddad (experimentell): kör js-ipfs nod i din webbläsare (använd endast för utveckling, läs om dess begränsningar i länken nedan)", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeConfig_title": { - "message": "Konfiguration av IPFS-nod", - "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" - }, - "option_ipfsNodeConfig_description": { - "message": "Konfiguration för den inbäddade IPFS-noden. Måste vara gitlitgt JSON.", - "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" - }, - "option_ipfsNodeType_external": { - "message": "Extern", - "description": "An option on the Preferences screen (option_ipfsNodeType_external)" - }, - "option_ipfsNodeType_embedded": { - "message": "Inbäddad", - "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" - }, - "option_header_gateways": { - "message": "Gateways", - "description": "A section header on the Preferences screen (option_header_gateways)" - }, - "option_customGatewayUrl_title": { - "message": "Egen lokal Gateway", - "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" - }, - "option_customGatewayUrl_description": { - "message": "URL till rekommenderad HTTP2IPFS Gateway", - "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" - }, - "option_useCustomGateway_title": { - "message": "Använd Specifierad Gateway", - "description": "An option title on the Preferences screen (option_useCustomGateway_title)" - }, - "option_useCustomGateway_description": { - "message": "Omdirigera begäran för IPFS-resurser till den Speciferade Gatewayen", - "description": "An option description on the Preferences screen (option_useCustomGateway_description)" - }, - "option_publicGatewayUrl_title": { - "message": "Offentlig Standardgateway", - "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" - }, - "option_publicGatewayUrl_description": { - "message": "Reserv-URL att användas när Specifierad Gateway inte är tillgänglig och för delbara länkar", - "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" - }, - "option_header_api": { - "message": "API", - "description": "A section header on the Preferences screen (option_header_api)" - }, - "option_ipfsApiUrl_title": { - "message": "URL för IPFS API", - "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" - }, - "option_ipfsApiUrl_description": { - "message": "Tips: här bor \/webui", - "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" - }, - "option_ipfsApiPollMs_title": { - "message": "Status Poll Interval", - "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" - }, - "option_ipfsApiPollMs_description": { - "message": "How often peer count is refreshed (in miliseconds)", - "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" - }, - "option_automaticMode_title": { - "message": "Automatic Mode", - "description": "An option title on the Preferences screen (option_automaticMode_title)" - }, - "option_automaticMode_description": { - "message": "Toggle use of Custom Gateway when IPFS API availability changes", - "description": "An option description on the Preferences screen (option_automaticMode_description)" - }, - "option_header_experiments": { - "message": "Experiments", - "description": "A section header on the Preferences screen (option_header_experiments)" - }, - "option_experiments_warning": { - "message": "Be warned: these features are new or work-in-progress. YMMV.", - "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" - }, - "option_displayNotifications_title": { - "message": "Enable Notifications", - "description": "An option title on the Preferences screen (option_displayNotifications_title)" - }, - "option_displayNotifications_description": { - "message": "Displays system notifications when API state changes, a link is copied etc", - "description": "An option description on the Preferences screen (option_displayNotifications_description)" - }, - "option_catchUnhandledProtocols_title": { - "message": "Catch Unhandled IPFS Protocols", - "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" - }, - "option_catchUnhandledProtocols_description": { - "message": "Enables support for ipfs:\/\/$cid, ipns:\/\/$peerid and dweb:\/ipfs\/$cid by normalizing links and requests done with unhandled protocols", - "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" - }, - "option_linkify_title": { - "message": "Linkify IPFS Addresses", - "description": "An option title on the Preferences screen (option_linkify_title)" - }, - "option_linkify_description": { - "message": "Turn plaintext \/ipfs\/ paths into clickable links", - "description": "An option description on the Preferences screen (option_linkify_description)" - }, - "option_dnslinkPolicy_title": { - "message": "DNSLink Support", - "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" - }, - "option_dnslinkPolicy_description": { - "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", - "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" - }, - "option_dnslinkPolicy_disabled": { - "message": "Off", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" - }, - "option_dnslinkPolicy_bestEffort": { - "message": "Check after HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" - }, - "option_dnslinkPolicy_enabled": { - "message": "Check before HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" - }, - "option_detectIpfsPathHeader_title": { - "message": "Detect X-Ipfs-Path Header", - "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" - }, - "option_detectIpfsPathHeader_description": { - "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", - "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" - }, - "option_ipfsProxy_title": { - "message": "window.ipfs", - "description": "An option title for enabling\/disabling the IPFS proxy (option_ipfsProxy_title)" - }, - "option_ipfsProxy_description": { - "message": "IPFS is added to the window object on every page. Enable\/disable access to the functions it exposes.", - "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" - }, - "option_ipfsProxy_link_manage_permissions": { - "message": "Manage permissions", - "description": "Link text for managing permissions" - }, - "option_preloadAtPublicGateway_title": { - "message": "Preload Uploads", - "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" - }, - "option_preloadAtPublicGateway_description": { - "message": "Enables automatic preload of uploaded assets via asynchronous HTTP HEAD request to a Public Gateway", - "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" - }, - "option_resetAllOptions_title": { - "message": "Reset Everything", - "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" - }, - "option_resetAllOptions_description": { - "message": "Replaces user preferences with default ones (can't be undone!)", - "description": "An option description on the Preferences screen (option_resetAllOptions_description)" - }, - "manifest_extensionName": { - "message": "IPFS Companion", - "description": "Extension name in the Manifest file (manifest_extensionName)" - }, - "manifest_shortExtensionName": { - "message": "IPFS Companion", - "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" - }, - "manifest_extensionDescription": { - "message": "Browser extension that simplifies access to IPFS resources", - "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" - } - } - }, - "quickUpload_pick_file_button": { - "message": "Pick a file", - "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" - }, - "quickUpload_or": { - "message": "or", - "description": "seperates the pick a file button from the drop message (quickUpload_or)" - }, - "quickUpload_drop_it_here": { - "message": "drop it here to share", - "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" - }, - "quickUpload_state_uploading": { - "message": "Upload in progress..", - "description": "Status label on the share files page (quickUpload_state_uploading)" - }, - "quickUpload_state_buffering": { - "message": "(buffering, please wait)", - "description": "Status label on the share files page (quickUpload_state_buffering)" - }, - "quickUpload_options_show": { - "message": "upload options", - "description": "Button on the share files page (quickUpload_options_show)" - }, - "quickUpload_options_wrapWithDirectory": { - "message": "Wrap single files in a directory to preserve their filenames.", - "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" - }, - "quickUpload_options_pinUpload": { - "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", - "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" - }, - "page_proxyAcl_title": { - "message": "Manage Permissions", - "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" - }, - "page_proxyAcl_subtitle": { - "message": "View, change and revoke granted access rights to your IPFS instance.", - "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" - }, - "page_proxyAcl_no_perms": { - "message": "No permissions granted.", - "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" - } - } - }, - "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" - } - } - }, - "page_proxyAcl_toggle_to_allow_button_title": { - "message": "Click to allow", - "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" - }, - "page_proxyAcl_toggle_to_deny_button_title": { - "message": "Click to deny", - "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" - }, - "page_proxyAcl_allow_button_value": { - "message": "Allow", - "description": "Button value for allow (page_proxyAcl_allow_button_value)" - }, - "page_proxyAcl_deny_button_value": { - "message": "Deny", - "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" - } - } - }, - "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" - } + "browserAction_title": { + "message": "IPFS Companion", + "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" + }, + "panel_headerIpfsNodeIconLabel": { + "message": "IPFS-nod", + "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" + }, + "panel_headerActiveToggleTitle": { + "message": "Global växel: aktivera eller pausa alla IPFS-integrationer", + "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" + }, + "panel_statusOffline": { + "message": "offline", + "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" + }, + "panel_statusGatewayAddress": { + "message": "HTTP Gateway", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" + }, + "panel_statusApiAddress": { + "message": "API", + "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" + }, + "panel_statusGatewayVersion": { + "message": "version", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" + }, + "panel_statusSwarmPeers": { + "message": "swarm peers", + "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" + }, + "panel_statusSwarmPeersTitle": { + "message": "Antalet andra IPFS-noder du kan ansluta till", + "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" + }, + "panel_quickUpload": { + "message": "Snabb uppladdning", + "description": "A menu item in Browser Action pop-up (panel_quickUpload)" + }, + "panel_openWebui": { + "message": "Öppna WebUI", + "description": "A menu item in Browser Action pop-up (panel_openWebui)" + }, + "panel_openPreferences": { + "message": "Öppna inställningar", + "description": "A menu item in Browser Action pop-up (panel_openPreferences)" + }, + "panel_switchToCustomGateway": { + "message": "Växla till egen Gateway", + "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" + }, + "panel_switchToPublicGateway": { + "message": "Växla till offentlig Gateway", + "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" + }, + "panel_pinCurrentIpfsAddress": { + "message": "Pin IPFS Resurs", + "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" + }, + "panel_unpinCurrentIpfsAddress": { + "message": "Unpin IPFS Resurs", + "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" + }, + "panelCopy_currentIpfsAddress": { + "message": "Kopiera Kanonisk Address", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" + }, + "panel_copyCurrentPublicGwUrl": { + "message": "Kopiera Offentlig Gateway URL", + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" + }, + "pageAction_titleIpfsAtPublicGateway": { + "message": "IPFS-resurs inläst via offentlig Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" + }, + "pageAction_titleIpfsAtCustomGateway": { + "message": "IPFS-resurs laddad via egen Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" + }, + "pageAction_titleNonIpfs": { + "message": "Icke-IPFS resurs", + "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" + }, + "contextMenu_AddToIpfsRawCid": { + "message": "Lägg till till IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsKeepFilename": { + "message": "Lägg till till IPFS (Behåll Filnamn)", + "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" + }, + "notify_addonIssueTitle": { + "message": "Problem med IPFS-tillägg", + "description": "A title of system notification (notify_addonIssueTitle)" + }, + "notify_addonIssueMsg": { + "message": "See webbläsarens konsol för mer information", + "description": "A message in system notification (notify_addonIssueMsg)" + }, + "notify_copiedPublicURLTitle": { + "message": "Kopierade offentlig URL", + "description": "A title of system notification (notify_copiedPublicURLTitle)" + }, + "notify_copiedCanonicalAddressTitle": { + "message": "Kopierade kanonisk adress", + "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" + }, + "notify_pinnedIpfsResourceTitle": { + "message": "IPFS-resurs är nu fastnålad", + "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" + }, + "notify_unpinnedIpfsResourceTitle": { + "message": "Tog bort fastnålad IPFS-resurs", + "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" + }, + "notify_pinErrorTitle": { + "message": "Ett fel uppstod vid fastnålning av IPFS-resurs", + "description": "A title of system notification (notify_pinErrorTitle)" + }, + "notify_unpinErrorTitle": { + "message": "Ett fel uppstod vid borttagning av fastnålad IPFS-resurs", + "description": "A title of system notification (notify_unpinErrorTitle)" + }, + "notify_apiOnlineTitle": { + "message": "IPFS API:n är online", + "description": "A title of system notification (notify_apiOnlineTitle)" + }, + "notify_apiOnlineAutomaticModeMsg": { + "message": "Automatiskt läge: Omdirigering till egen Gateway är aktiv", + "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" + }, + "notify_apiOfflineTitle": { + "message": "IPFS API:n är offline", + "description": "A title of system notification (notify_apiOfflineTitle)" + }, + "notify_apiOfflineAutomaticModeMsg": { + "message": "Automatisk läge: Den offentliga Gatewayen kommer att användas som reserv", + "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" + }, + "notify_uploadErrorTitle": { + "message": "Kan inte ladda up via IPFS API:n", + "description": "A title of system notification (notify_uploadErrorTitle)" + }, + "notify_uploadTrackingProtectionErrorMsg": { + "message": "Prova att inaktivera spårningsskydd (tryck ctrl+skift+j för mer detaljer)", + "description": "(notify_uploadTrackingProtectionErrorMsg)" + }, + "notify_inlineMsg": { + "message": "$MSG$", + "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" + }, + "notify_inlineErrorMsg": { + "message": "$ERROR$ (tryck ctrl+skift+j för mer detaljer)", + "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" + }, + "notify_startIpfsNodeErrorTitle": { + "message": "Det gick inte att starta IPFS noden", + "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" + }, + "notify_stopIpfsNodeErrorTitle": { + "message": "Det gick inte att stoppa IPFS-noden", + "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" + }, + "option_legend_readMore": { + "message": "Läs mer", + "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" + }, + "option_header_nodeType": { + "message": "IFPS-nod", + "description": "A section header on the Preferences screen (option_header_nodeType)" + }, + "option_ipfsNodeType_title": { + "message": "IPFS nodtyp", + "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" + }, + "option_ipfsNodeType_external_description": { + "message": "Extern: koppla till en nod över HTTP API", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeType_embedded_description": { + "message": "Inbäddad (experimentell): kör js-ipfs nod i din webbläsare (använd endast för utveckling, läs om dess begränsningar i länken nedan)", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeConfig_title": { + "message": "Konfiguration av IPFS-nod", + "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" + }, + "option_ipfsNodeConfig_description": { + "message": "Konfiguration för den inbäddade IPFS-noden. Måste vara gitlitgt JSON.", + "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" + }, + "option_ipfsNodeType_external": { + "message": "Extern", + "description": "An option on the Preferences screen (option_ipfsNodeType_external)" + }, + "option_ipfsNodeType_embedded": { + "message": "Inbäddad", + "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" + }, + "option_header_gateways": { + "message": "Gateways", + "description": "A section header on the Preferences screen (option_header_gateways)" + }, + "option_customGatewayUrl_title": { + "message": "Egen lokal Gateway", + "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" + }, + "option_customGatewayUrl_description": { + "message": "URL till rekommenderad HTTP2IPFS Gateway", + "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" + }, + "option_useCustomGateway_title": { + "message": "Använd Specifierad Gateway", + "description": "An option title on the Preferences screen (option_useCustomGateway_title)" + }, + "option_useCustomGateway_description": { + "message": "Omdirigera begäran för IPFS-resurser till den Speciferade Gatewayen", + "description": "An option description on the Preferences screen (option_useCustomGateway_description)" + }, + "option_publicGatewayUrl_title": { + "message": "Offentlig Standardgateway", + "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" + }, + "option_publicGatewayUrl_description": { + "message": "Reserv-URL att användas när Specifierad Gateway inte är tillgänglig och för delbara länkar", + "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" + }, + "option_header_api": { + "message": "API", + "description": "A section header on the Preferences screen (option_header_api)" + }, + "option_ipfsApiUrl_title": { + "message": "URL för IPFS API", + "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" + }, + "option_ipfsApiUrl_description": { + "message": "Tips: här bor /webui", + "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" + }, + "option_ipfsApiPollMs_title": { + "message": "Status Poll Interval", + "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" + }, + "option_ipfsApiPollMs_description": { + "message": "How often peer count is refreshed (in miliseconds)", + "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" + }, + "option_automaticMode_title": { + "message": "Automatic Mode", + "description": "An option title on the Preferences screen (option_automaticMode_title)" + }, + "option_automaticMode_description": { + "message": "Toggle use of Custom Gateway when IPFS API availability changes", + "description": "An option description on the Preferences screen (option_automaticMode_description)" + }, + "option_header_experiments": { + "message": "Experiments", + "description": "A section header on the Preferences screen (option_header_experiments)" + }, + "option_experiments_warning": { + "message": "Be warned: these features are new or work-in-progress. YMMV.", + "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" + }, + "option_displayNotifications_title": { + "message": "Enable Notifications", + "description": "An option title on the Preferences screen (option_displayNotifications_title)" + }, + "option_displayNotifications_description": { + "message": "Displays system notifications when API state changes, a link is copied etc", + "description": "An option description on the Preferences screen (option_displayNotifications_description)" + }, + "option_catchUnhandledProtocols_title": { + "message": "Catch Unhandled IPFS Protocols", + "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" + }, + "option_catchUnhandledProtocols_description": { + "message": "Enables support for ipfs://$cid, ipns://$peerid and dweb:/ipfs/$cid by normalizing links and requests done with unhandled protocols", + "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" + }, + "option_linkify_title": { + "message": "Linkify IPFS Addresses", + "description": "An option title on the Preferences screen (option_linkify_title)" + }, + "option_linkify_description": { + "message": "Turn plaintext /ipfs/ paths into clickable links", + "description": "An option description on the Preferences screen (option_linkify_description)" + }, + "option_dnslinkPolicy_title": { + "message": "DNSLink Support", + "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" + }, + "option_dnslinkPolicy_description": { + "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", + "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" + }, + "option_dnslinkPolicy_disabled": { + "message": "Off", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" + }, + "option_dnslinkPolicy_bestEffort": { + "message": "Check after HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" + }, + "option_dnslinkPolicy_enabled": { + "message": "Check before HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" + }, + "option_detectIpfsPathHeader_title": { + "message": "Detect X-Ipfs-Path Header", + "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" + }, + "option_detectIpfsPathHeader_description": { + "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", + "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" + }, + "option_ipfsProxy_title": { + "message": "window.ipfs", + "description": "An option title for enabling/disabling the IPFS proxy (option_ipfsProxy_title)" + }, + "option_ipfsProxy_description": { + "message": "IPFS is added to the window object on every page. Enable/disable access to the functions it exposes.", + "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" + }, + "option_ipfsProxy_link_manage_permissions": { + "message": "Manage permissions", + "description": "Link text for managing permissions" + }, + "option_preloadAtPublicGateway_title": { + "message": "Preload Uploads", + "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" + }, + "option_preloadAtPublicGateway_description": { + "message": "Enables automatic preload of uploaded assets via asynchronous HTTP HEAD request to a Public Gateway", + "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" + }, + "option_resetAllOptions_title": { + "message": "Reset Everything", + "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" + }, + "option_resetAllOptions_description": { + "message": "Replaces user preferences with default ones (can't be undone!)", + "description": "An option description on the Preferences screen (option_resetAllOptions_description)" + }, + "manifest_extensionName": { + "message": "IPFS-nod", + "description": "Extension name in the Manifest file (manifest_extensionName)" + }, + "manifest_shortExtensionName": { + "message": "IPFS-nod", + "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" + }, + "manifest_extensionDescription": { + "message": "Browser extension that simplifies access to IPFS resources", + "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)" + }, + "quickUpload_pick_file_button": { + "message": "Pick a file", + "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" + }, + "quickUpload_or": { + "message": "or", + "description": "seperates the pick a file button from the drop message (quickUpload_or)" + }, + "quickUpload_drop_it_here": { + "message": "drop it here to share", + "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" + }, + "quickUpload_state_uploading": { + "message": "Upload in progress..", + "description": "Status label on the share files page (quickUpload_state_uploading)" + }, + "quickUpload_state_buffering": { + "message": "(buffering, please wait)", + "description": "Status label on the share files page (quickUpload_state_buffering)" + }, + "quickUpload_options_show": { + "message": "upload options", + "description": "Button on the share files page (quickUpload_options_show)" + }, + "quickUpload_options_wrapWithDirectory": { + "message": "Wrap single files in a directory to preserve their filenames.", + "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" + }, + "quickUpload_options_pinUpload": { + "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", + "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" + }, + "page_proxyAcl_title": { + "message": "Manage Permissions", + "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" + }, + "page_proxyAcl_subtitle": { + "message": "View, change and revoke granted access rights to your IPFS instance.", + "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" + }, + "page_proxyAcl_no_perms": { + "message": "No permissions granted.", + "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)" + }, + "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)" + }, + "page_proxyAcl_toggle_to_allow_button_title": { + "message": "Click to allow", + "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" + }, + "page_proxyAcl_toggle_to_deny_button_title": { + "message": "Click to deny", + "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" + }, + "page_proxyAcl_allow_button_value": { + "message": "Allow", + "description": "Button value for allow (page_proxyAcl_allow_button_value)" + }, + "page_proxyAcl_deny_button_value": { + "message": "Deny", + "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)" + }, + "page_proxyAccessDialog_title": { + "message": "Allow $SCOPE$ to access ipfs.$PERMISSION$?", + "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", + "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" + }, + "page_proxyAcl_revoke_all_button_title": { + "message": "Revoke all permissions", + "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" + }, + "page_proxyAccessDialog_allowButton_text": { + "message": "Allow", + "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_proxyAccessDialog_denyButton_text": { + "message": "Deny", + "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" } - }, - "page_proxyAccessDialog_wildcardCheckbox_label": { - "message": "Apply this decision to all permissions in this scope", - "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" - }, - "page_proxyAcl_revoke_all_button_title": { - "message": "Revoke all permissions", - "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" - }, - "page_proxyAccessDialog_allowButton_text": { - "message": "Allow", - "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" - }, - "page_proxyAccessDialog_denyButton_text": { - "message": "Deny", - "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" - } } \ No newline at end of file diff --git a/add-on/_locales/zh/messages.json b/add-on/_locales/zh/messages.json index c11302bc7..426af4e98 100644 --- a/add-on/_locales/zh/messages.json +++ b/add-on/_locales/zh/messages.json @@ -1,495 +1,454 @@ { - "browserAction_title": { - "message": "IPFS 伙伴", - "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" - }, - "panel_headerIpfsNodeIconLabel": { - "message": "IPFS Companion", - "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" - }, - "panel_headerActiveToggleTitle": { - "message": "Global toggle: activate or suspend all IPFS integrations", - "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" - }, - "panel_statusOffline": { - "message": "offline", - "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" - }, - "panel_statusGatewayAddress": { - "message": "网关", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" - }, - "panel_statusApiAddress": { - "message": "API", - "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" - }, - "panel_statusGatewayVersion": { - "message": "版本", - "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" - }, - "panel_statusSwarmPeers": { - "message": "群集对等端", - "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" - }, - "panel_statusSwarmPeersTitle": { - "message": "The number of other IPFS nodes you can connect to", - "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" - }, - "panel_quickUpload": { - "message": "快速上传", - "description": "A menu item in Browser Action pop-up (panel_quickUpload)" - }, - "panel_openWebui": { - "message": "打开 WebUI", - "description": "A menu item in Browser Action pop-up (panel_openWebui)" - }, - "panel_openPreferences": { - "message": "打开选项", - "description": "A menu item in Browser Action pop-up (panel_openPreferences)" - }, - "panel_switchToCustomGateway": { - "message": "Switch to Custom Gateway", - "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" - }, - "panel_switchToPublicGateway": { - "message": "Switch to Public Gateway", - "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" - }, - "panel_pinCurrentIpfsAddress": { - "message": "固定 IPFS 资源", - "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" - }, - "panel_unpinCurrentIpfsAddress": { - "message": "解除固定 IPFS 资源", - "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" - }, - "panelCopy_currentIpfsAddress": { - "message": "复制规范地址", - "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" - }, - "panel_copyCurrentPublicGwUrl": { - "message": "复制公共网关网址", - "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" - }, - "pageAction_titleIpfsAtPublicGateway": { - "message": "IPFS resource loaded via Public Gateway", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" - }, - "pageAction_titleIpfsAtCustomGateway": { - "message": "IPFS resource loaded via Custom Gateway", - "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" - }, - "pageAction_titleNonIpfs": { - "message": "Non-IPFS resource", - "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" - }, - "contextMenu_AddToIpfsRawCid": { - "message": "Add to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" - }, - "contextMenu_AddToIpfsKeepFilename": { - "message": "Add to IPFS (Keep Filename)", - "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" - }, - "notify_addonIssueTitle": { - "message": "IPFS 附加组件问题报告", - "description": "A title of system notification (notify_addonIssueTitle)" - }, - "notify_addonIssueMsg": { - "message": "具体细节请参阅“浏览器控制台”", - "description": "A message in system notification (notify_addonIssueMsg)" - }, - "notify_copiedPublicURLTitle": { - "message": "已复制公共网关网址", - "description": "A title of system notification (notify_copiedPublicURLTitle)" - }, - "notify_copiedCanonicalAddressTitle": { - "message": "已复制规范地址", - "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" - }, - "notify_pinnedIpfsResourceTitle": { - "message": "已固定 IPFS 资源", - "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" - }, - "notify_unpinnedIpfsResourceTitle": { - "message": "已解除 IPFS 固定", - "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" - }, - "notify_pinErrorTitle": { - "message": "固定时出错", - "description": "A title of system notification (notify_pinErrorTitle)" - }, - "notify_unpinErrorTitle": { - "message": "解除固定时出错", - "description": "A title of system notification (notify_unpinErrorTitle)" - }, - "notify_apiOnlineTitle": { - "message": "IPFS API 在线", - "description": "A title of system notification (notify_apiOnlineTitle)" - }, - "notify_apiOnlineAutomaticModeMsg": { - "message": "自动模式:自定义网关重定向已激活", - "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" - }, - "notify_apiOfflineTitle": { - "message": "IPFS API 离线", - "description": "A title of system notification (notify_apiOfflineTitle)" - }, - "notify_apiOfflineAutomaticModeMsg": { - "message": "自动模式:公共网关将作为后备方案", - "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" - }, - "notify_uploadErrorTitle": { - "message": "无法通过 IPFS API 上传", - "description": "A title of system notification (notify_uploadErrorTitle)" - }, - "notify_uploadTrackingProtectionErrorMsg": { - "message": "请尝试禁用“跟踪保护”(详细信息请见 ctrl+shift+j)", - "description": "(notify_uploadTrackingProtectionErrorMsg)" - }, - "notify_inlineMsg": { - "message": "$MSG$", - "placeholders": { - "msg": { - "content": "$1" - } - }, - "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" - }, - "notify_inlineErrorMsg": { - "message": "$ERROR$(详细信息请见 ctrl+shift+j)", - "placeholders": { - "error": { - "content": "$1" - } - }, - "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" - }, - "notify_startIpfsNodeErrorTitle": { - "message": "Failed to start IPFS node", - "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" - }, - "notify_stopIpfsNodeErrorTitle": { - "message": "Failed to stop IPFS node", - "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" - }, - "option_legend_readMore": { - "message": "Read more", - "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" - }, - "option_header_nodeType": { - "message": "IPFS Node", - "description": "A section header on the Preferences screen (option_header_nodeType)" - }, - "option_ipfsNodeType_title": { - "message": "IPFS Node Type", - "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" - }, - "option_ipfsNodeType_external_description": { - "message": "External: connect to a node over HTTP API", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeType_embedded_description": { - "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", - "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" - }, - "option_ipfsNodeConfig_title": { - "message": "IPFS Node Config", - "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" - }, - "option_ipfsNodeConfig_description": { - "message": "Configuration for the embedded IPFS node. Must be valid JSON.", - "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" - }, - "option_ipfsNodeType_external": { - "message": "External", - "description": "An option on the Preferences screen (option_ipfsNodeType_external)" - }, - "option_ipfsNodeType_embedded": { - "message": "Embedded", - "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" - }, - "option_header_gateways": { - "message": "网关", - "description": "A section header on the Preferences screen (option_header_gateways)" - }, - "option_customGatewayUrl_title": { - "message": "自定义本地网关", - "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" - }, - "option_customGatewayUrl_description": { - "message": "首选的HTTP2IPFS网关地址(URL)", - "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" - }, - "option_useCustomGateway_title": { - "message": "使用自定义网关", - "description": "An option title on the Preferences screen (option_useCustomGateway_title)" - }, - "option_useCustomGateway_description": { - "message": "公共网关重定向至自定义网关", - "description": "An option description on the Preferences screen (option_useCustomGateway_description)" - }, - "option_publicGatewayUrl_title": { - "message": "默认公共网关", - "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" - }, - "option_publicGatewayUrl_description": { - "message": "自定义网关不可用或复制共享连接时回退URL", - "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" - }, - "option_header_api": { - "message": "API", - "description": "A section header on the Preferences screen (option_header_api)" - }, - "option_ipfsApiUrl_title": { - "message": "IPFS API链接", - "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" - }, - "option_ipfsApiUrl_description": { - "message": "提示:\/webui 可用", - "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" - }, - "option_ipfsApiPollMs_title": { - "message": "轮询间隔状态", - "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" - }, - "option_ipfsApiPollMs_description": { - "message": "节点计数的刷新频率(毫秒级)", - "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" - }, - "option_automaticMode_title": { - "message": "自动模式", - "description": "An option title on the Preferences screen (option_automaticMode_title)" - }, - "option_automaticMode_description": { - "message": "当API可用性发生变化时,切换使用自定义网关", - "description": "An option description on the Preferences screen (option_automaticMode_description)" - }, - "option_header_experiments": { - "message": "试验", - "description": "A section header on the Preferences screen (option_header_experiments)" - }, - "option_experiments_warning": { - "message": "警告:这些功能正在完善当中。YMMV", - "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" - }, - "option_displayNotifications_title": { - "message": "启用通知", - "description": "An option title on the Preferences screen (option_displayNotifications_title)" - }, - "option_displayNotifications_description": { - "message": "当API状态改变或链接被复制时显示系统通知", - "description": "An option description on the Preferences screen (option_displayNotifications_description)" - }, - "option_catchUnhandledProtocols_title": { - "message": "捕获未处理的IPFS协议", - "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" - }, - "option_catchUnhandledProtocols_description": { - "message": "通过规范未经处理的协议的链接和请求来启用 ipfs:\/\/$cid, ipns:\/\/$peerid, dweb:\/ipfs\/$cid", - "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" - }, - "option_linkify_title": { - "message": "IPFS地址转成链接", - "description": "An option title on the Preferences screen (option_linkify_title)" - }, - "option_linkify_description": { - "message": "将\/ipfs\/路径转换成可点击链接", - "description": "An option description on the Preferences screen (option_linkify_description)" - }, - "option_dnslinkPolicy_title": { - "message": "DNSLink Support", - "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" - }, - "option_dnslinkPolicy_description": { - "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", - "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" - }, - "option_dnslinkPolicy_disabled": { - "message": "Off", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" - }, - "option_dnslinkPolicy_bestEffort": { - "message": "Check after HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" - }, - "option_dnslinkPolicy_enabled": { - "message": "Check before HTTP request", - "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" - }, - "option_detectIpfsPathHeader_title": { - "message": "Detect X-Ipfs-Path Header", - "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" - }, - "option_detectIpfsPathHeader_description": { - "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", - "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" - }, - "option_ipfsProxy_title": { - "message": "window.ipfs", - "description": "An option title for enabling\/disabling the IPFS proxy (option_ipfsProxy_title)" - }, - "option_ipfsProxy_description": { - "message": "IPFS is added to the window object on every page. Enable\/disable access to the functions it exposes.", - "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" - }, - "option_ipfsProxy_link_manage_permissions": { - "message": "Manage permissions", - "description": "Link text for managing permissions" - }, - "option_preloadAtPublicGateway_title": { - "message": "预加载上传", - "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" - }, - "option_preloadAtPublicGateway_description": { - "message": "通过公共网关的异步http头请求开启对已上传资产的自动预加载", - "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" - }, - "option_resetAllOptions_title": { - "message": "全部重置", - "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" - }, - "option_resetAllOptions_description": { - "message": "将用户配置替换为默认值(不可撤销!)", - "description": "An option description on the Preferences screen (option_resetAllOptions_description)" - }, - "manifest_extensionName": { - "message": "IPFS 伴侣", - "description": "Extension name in the Manifest file (manifest_extensionName)" - }, - "manifest_shortExtensionName": { - "message": "IPFS 伴侣", - "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" - }, - "manifest_extensionDescription": { - "message": "简化IPFS资源访问的浏览器扩展", - "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" - } - } - }, - "quickUpload_pick_file_button": { - "message": "Pick a file", - "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" - }, - "quickUpload_or": { - "message": "or", - "description": "seperates the pick a file button from the drop message (quickUpload_or)" - }, - "quickUpload_drop_it_here": { - "message": "drop it here to share", - "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" - }, - "quickUpload_state_uploading": { - "message": "Upload in progress..", - "description": "Status label on the share files page (quickUpload_state_uploading)" - }, - "quickUpload_state_buffering": { - "message": "(buffering, please wait)", - "description": "Status label on the share files page (quickUpload_state_buffering)" - }, - "quickUpload_options_show": { - "message": "upload options", - "description": "Button on the share files page (quickUpload_options_show)" - }, - "quickUpload_options_wrapWithDirectory": { - "message": "Wrap single files in a directory to preserve their filenames.", - "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" - }, - "quickUpload_options_pinUpload": { - "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", - "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" - }, - "page_proxyAcl_title": { - "message": "Manage Permissions", - "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" - }, - "page_proxyAcl_subtitle": { - "message": "View, change and revoke granted access rights to your IPFS instance.", - "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" - }, - "page_proxyAcl_no_perms": { - "message": "No permissions granted.", - "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" - } - } - }, - "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" - } - } - }, - "page_proxyAcl_toggle_to_allow_button_title": { - "message": "Click to allow", - "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" - }, - "page_proxyAcl_toggle_to_deny_button_title": { - "message": "Click to deny", - "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" - }, - "page_proxyAcl_allow_button_value": { - "message": "Allow", - "description": "Button value for allow (page_proxyAcl_allow_button_value)" - }, - "page_proxyAcl_deny_button_value": { - "message": "Deny", - "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" - } - } - }, - "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" - } + "browserAction_title": { + "message": "IPFS 伙伴", + "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" + }, + "panel_headerIpfsNodeIconLabel": { + "message": "IPFS 伴侣", + "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" + }, + "panel_headerActiveToggleTitle": { + "message": "Global toggle: activate or suspend all IPFS integrations", + "description": "Label for an embedded IPFS node (panel_headerActiveToggleTitle)" + }, + "panel_statusOffline": { + "message": "offline", + "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" + }, + "panel_statusGatewayAddress": { + "message": "网关", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" + }, + "panel_statusApiAddress": { + "message": "API", + "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" + }, + "panel_statusGatewayVersion": { + "message": "版本", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" + }, + "panel_statusSwarmPeers": { + "message": "群集对等端", + "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" + }, + "panel_statusSwarmPeersTitle": { + "message": "The number of other IPFS nodes you can connect to", + "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" + }, + "panel_quickUpload": { + "message": "快速上传", + "description": "A menu item in Browser Action pop-up (panel_quickUpload)" + }, + "panel_openWebui": { + "message": "打开 WebUI", + "description": "A menu item in Browser Action pop-up (panel_openWebui)" + }, + "panel_openPreferences": { + "message": "打开选项", + "description": "A menu item in Browser Action pop-up (panel_openPreferences)" + }, + "panel_switchToCustomGateway": { + "message": "Switch to Custom Gateway", + "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" + }, + "panel_switchToPublicGateway": { + "message": "Switch to Public Gateway", + "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" + }, + "panel_pinCurrentIpfsAddress": { + "message": "固定 IPFS 资源", + "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" + }, + "panel_unpinCurrentIpfsAddress": { + "message": "解除固定 IPFS 资源", + "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" + }, + "panelCopy_currentIpfsAddress": { + "message": "复制规范地址", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" + }, + "panel_copyCurrentPublicGwUrl": { + "message": "复制公共网关网址", + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" + }, + "pageAction_titleIpfsAtPublicGateway": { + "message": "IPFS resource loaded via Public Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" + }, + "pageAction_titleIpfsAtCustomGateway": { + "message": "IPFS resource loaded via Custom Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" + }, + "pageAction_titleNonIpfs": { + "message": "Non-IPFS resource", + "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" + }, + "contextMenu_AddToIpfsRawCid": { + "message": "Add to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsKeepFilename": { + "message": "Add to IPFS (Keep Filename)", + "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" + }, + "notify_addonIssueTitle": { + "message": "IPFS 附加组件问题报告", + "description": "A title of system notification (notify_addonIssueTitle)" + }, + "notify_addonIssueMsg": { + "message": "具体细节请参阅“浏览器控制台”", + "description": "A message in system notification (notify_addonIssueMsg)" + }, + "notify_copiedPublicURLTitle": { + "message": "已复制公共网关网址", + "description": "A title of system notification (notify_copiedPublicURLTitle)" + }, + "notify_copiedCanonicalAddressTitle": { + "message": "已复制规范地址", + "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" + }, + "notify_pinnedIpfsResourceTitle": { + "message": "已固定 IPFS 资源", + "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" + }, + "notify_unpinnedIpfsResourceTitle": { + "message": "已解除 IPFS 固定", + "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" + }, + "notify_pinErrorTitle": { + "message": "固定时出错", + "description": "A title of system notification (notify_pinErrorTitle)" + }, + "notify_unpinErrorTitle": { + "message": "解除固定时出错", + "description": "A title of system notification (notify_unpinErrorTitle)" + }, + "notify_apiOnlineTitle": { + "message": "IPFS API 在线", + "description": "A title of system notification (notify_apiOnlineTitle)" + }, + "notify_apiOnlineAutomaticModeMsg": { + "message": "自动模式:自定义网关重定向已激活", + "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" + }, + "notify_apiOfflineTitle": { + "message": "IPFS API 离线", + "description": "A title of system notification (notify_apiOfflineTitle)" + }, + "notify_apiOfflineAutomaticModeMsg": { + "message": "自动模式:公共网关将作为后备方案", + "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" + }, + "notify_uploadErrorTitle": { + "message": "无法通过 IPFS API 上传", + "description": "A title of system notification (notify_uploadErrorTitle)" + }, + "notify_uploadTrackingProtectionErrorMsg": { + "message": "请尝试禁用“跟踪保护”(详细信息请见 ctrl+shift+j)", + "description": "(notify_uploadTrackingProtectionErrorMsg)" + }, + "notify_inlineMsg": { + "message": "$MSG$", + "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" + }, + "notify_inlineErrorMsg": { + "message": "$ERROR$(详细信息请见 ctrl+shift+j)", + "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" + }, + "notify_startIpfsNodeErrorTitle": { + "message": "Failed to start IPFS node", + "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" + }, + "notify_stopIpfsNodeErrorTitle": { + "message": "Failed to stop IPFS node", + "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" + }, + "option_legend_readMore": { + "message": "Read more", + "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" + }, + "option_header_nodeType": { + "message": "IPFS Node", + "description": "A section header on the Preferences screen (option_header_nodeType)" + }, + "option_ipfsNodeType_title": { + "message": "IPFS Node Type", + "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" + }, + "option_ipfsNodeType_external_description": { + "message": "External: connect to a node over HTTP API", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeType_embedded_description": { + "message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeConfig_title": { + "message": "IPFS Node Config", + "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" + }, + "option_ipfsNodeConfig_description": { + "message": "Configuration for the embedded IPFS node. Must be valid JSON.", + "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" + }, + "option_ipfsNodeType_external": { + "message": "External", + "description": "An option on the Preferences screen (option_ipfsNodeType_external)" + }, + "option_ipfsNodeType_embedded": { + "message": "Embedded", + "description": "An option on the Preferences screen (option_ipfsNodeType_embedded)" + }, + "option_header_gateways": { + "message": "网关", + "description": "A section header on the Preferences screen (option_header_gateways)" + }, + "option_customGatewayUrl_title": { + "message": "自定义本地网关", + "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" + }, + "option_customGatewayUrl_description": { + "message": "首选的HTTP2IPFS网关地址(URL)", + "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" + }, + "option_useCustomGateway_title": { + "message": "使用自定义网关", + "description": "An option title on the Preferences screen (option_useCustomGateway_title)" + }, + "option_useCustomGateway_description": { + "message": "公共网关重定向至自定义网关", + "description": "An option description on the Preferences screen (option_useCustomGateway_description)" + }, + "option_publicGatewayUrl_title": { + "message": "默认公共网关", + "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" + }, + "option_publicGatewayUrl_description": { + "message": "自定义网关不可用或复制共享连接时回退URL", + "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" + }, + "option_header_api": { + "message": "API", + "description": "A section header on the Preferences screen (option_header_api)" + }, + "option_ipfsApiUrl_title": { + "message": "IPFS API链接", + "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" + }, + "option_ipfsApiUrl_description": { + "message": "提示:/webui 可用", + "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" + }, + "option_ipfsApiPollMs_title": { + "message": "轮询间隔状态", + "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" + }, + "option_ipfsApiPollMs_description": { + "message": "节点计数的刷新频率(毫秒级)", + "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" + }, + "option_automaticMode_title": { + "message": "自动模式", + "description": "An option title on the Preferences screen (option_automaticMode_title)" + }, + "option_automaticMode_description": { + "message": "当API可用性发生变化时,切换使用自定义网关", + "description": "An option description on the Preferences screen (option_automaticMode_description)" + }, + "option_header_experiments": { + "message": "试验", + "description": "A section header on the Preferences screen (option_header_experiments)" + }, + "option_experiments_warning": { + "message": "警告:这些功能正在完善当中。YMMV", + "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" + }, + "option_displayNotifications_title": { + "message": "启用通知", + "description": "An option title on the Preferences screen (option_displayNotifications_title)" + }, + "option_displayNotifications_description": { + "message": "当API状态改变或链接被复制时显示系统通知", + "description": "An option description on the Preferences screen (option_displayNotifications_description)" + }, + "option_catchUnhandledProtocols_title": { + "message": "捕获未处理的IPFS协议", + "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" + }, + "option_catchUnhandledProtocols_description": { + "message": "通过规范未经处理的协议的链接和请求来启用 ipfs://$cid, ipns://$peerid, dweb:/ipfs/$cid", + "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" + }, + "option_linkify_title": { + "message": "IPFS地址转成链接", + "description": "An option title on the Preferences screen (option_linkify_title)" + }, + "option_linkify_description": { + "message": "将/ipfs/路径转换成可点击链接", + "description": "An option description on the Preferences screen (option_linkify_description)" + }, + "option_dnslinkPolicy_title": { + "message": "DNSLink Support", + "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" + }, + "option_dnslinkPolicy_description": { + "message": "Select DNS TXT lookup policy to load IPFS hosted sites over IPFS where possible", + "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" + }, + "option_dnslinkPolicy_disabled": { + "message": "Off", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" + }, + "option_dnslinkPolicy_bestEffort": { + "message": "Check after HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" + }, + "option_dnslinkPolicy_enabled": { + "message": "Check before HTTP request", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" + }, + "option_detectIpfsPathHeader_title": { + "message": "Detect X-Ipfs-Path Header", + "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" + }, + "option_detectIpfsPathHeader_description": { + "message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.", + "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" + }, + "option_ipfsProxy_title": { + "message": "window.ipfs", + "description": "An option title for enabling/disabling the IPFS proxy (option_ipfsProxy_title)" + }, + "option_ipfsProxy_description": { + "message": "IPFS is added to the window object on every page. Enable/disable access to the functions it exposes.", + "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" + }, + "option_ipfsProxy_link_manage_permissions": { + "message": "Manage permissions", + "description": "Link text for managing permissions" + }, + "option_preloadAtPublicGateway_title": { + "message": "预加载上传", + "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" + }, + "option_preloadAtPublicGateway_description": { + "message": "通过公共网关的异步http头请求开启对已上传资产的自动预加载", + "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" + }, + "option_resetAllOptions_title": { + "message": "全部重置", + "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" + }, + "option_resetAllOptions_description": { + "message": "将用户配置替换为默认值(不可撤销!)", + "description": "An option description on the Preferences screen (option_resetAllOptions_description)" + }, + "manifest_extensionName": { + "message": "IPFS 伴侣", + "description": "Extension name in the Manifest file (manifest_extensionName)" + }, + "manifest_shortExtensionName": { + "message": "IPFS 伴侣", + "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" + }, + "manifest_extensionDescription": { + "message": "简化IPFS资源访问的浏览器扩展", + "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)" + }, + "quickUpload_pick_file_button": { + "message": "Pick a file", + "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" + }, + "quickUpload_or": { + "message": "or", + "description": "seperates the pick a file button from the drop message (quickUpload_or)" + }, + "quickUpload_drop_it_here": { + "message": "drop it here to share", + "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" + }, + "quickUpload_state_uploading": { + "message": "Upload in progress..", + "description": "Status label on the share files page (quickUpload_state_uploading)" + }, + "quickUpload_state_buffering": { + "message": "(buffering, please wait)", + "description": "Status label on the share files page (quickUpload_state_buffering)" + }, + "quickUpload_options_show": { + "message": "upload options", + "description": "Button on the share files page (quickUpload_options_show)" + }, + "quickUpload_options_wrapWithDirectory": { + "message": "Wrap single files in a directory to preserve their filenames.", + "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" + }, + "quickUpload_options_pinUpload": { + "message": "Pin files so they are retained when performing garbage collection on your IPFS repo.", + "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" + }, + "page_proxyAcl_title": { + "message": "Manage Permissions", + "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" + }, + "page_proxyAcl_subtitle": { + "message": "View, change and revoke granted access rights to your IPFS instance.", + "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" + }, + "page_proxyAcl_no_perms": { + "message": "No permissions granted.", + "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)" + }, + "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)" + }, + "page_proxyAcl_toggle_to_allow_button_title": { + "message": "Click to allow", + "description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)" + }, + "page_proxyAcl_toggle_to_deny_button_title": { + "message": "Click to deny", + "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" + }, + "page_proxyAcl_allow_button_value": { + "message": "Allow", + "description": "Button value for allow (page_proxyAcl_allow_button_value)" + }, + "page_proxyAcl_deny_button_value": { + "message": "Deny", + "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)" + }, + "page_proxyAccessDialog_title": { + "message": "Allow $SCOPE$ to access ipfs.$PERMISSION$?", + "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", + "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" + }, + "page_proxyAcl_revoke_all_button_title": { + "message": "Revoke all permissions", + "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" + }, + "page_proxyAccessDialog_allowButton_text": { + "message": "Allow", + "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_proxyAccessDialog_denyButton_text": { + "message": "Deny", + "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" } - }, - "page_proxyAccessDialog_wildcardCheckbox_label": { - "message": "Apply this decision to all permissions in this scope", - "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" - }, - "page_proxyAcl_revoke_all_button_title": { - "message": "Revoke all permissions", - "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" - }, - "page_proxyAccessDialog_allowButton_text": { - "message": "Allow", - "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" - }, - "page_proxyAccessDialog_denyButton_text": { - "message": "Deny", - "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" - } } \ No newline at end of file