From 88ff7e640a47a37e89cdaf18cb730da94c725408 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 5 Oct 2018 22:47:21 +0200 Subject: [PATCH] feat: locale sync - new locales: da, nl and no --- add-on/_locales/cs/messages.json | 116 +++--- add-on/_locales/da/messages.json | 558 ++++++++++++++++++++++++++++ add-on/_locales/de/messages.json | 88 +++-- add-on/_locales/es/messages.json | 212 ++++++++--- add-on/_locales/fr/messages.json | 90 +++-- add-on/_locales/it/messages.json | 54 ++- add-on/_locales/nl/messages.json | 558 ++++++++++++++++++++++++++++ add-on/_locales/no/messages.json | 558 ++++++++++++++++++++++++++++ add-on/_locales/pl/messages.json | 54 ++- add-on/_locales/pt/messages.json | 54 ++- add-on/_locales/sv/messages.json | 54 ++- add-on/_locales/zh_CN/messages.json | 116 +++--- 12 files changed, 2241 insertions(+), 271 deletions(-) create mode 100644 add-on/_locales/da/messages.json create mode 100644 add-on/_locales/nl/messages.json create mode 100644 add-on/_locales/no/messages.json diff --git a/add-on/_locales/cs/messages.json b/add-on/_locales/cs/messages.json index 31d5376bb..43c188120 100644 --- a/add-on/_locales/cs/messages.json +++ b/add-on/_locales/cs/messages.json @@ -8,7 +8,7 @@ "description": "A label for IPFS icon (panel_headerIpfsNodeIconLabel)" }, "panel_headerActiveToggleTitle": { - "message": "Globální nastavení: povolit nebo zakázat všechna IPFS integrace", + "message": "Globální nastavení: pozastavit všechny IPFS integrace", "description": "A label for an embedded IPFS node (panel_headerActiveToggleTitle)" }, "panel_statusOffline": { @@ -64,11 +64,15 @@ "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" }, "panelCopy_currentIpfsAddress": { - "message": "Zkopírovat kanonickou adresu", + "message": "Copy IPFS Path", "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" }, + "panelCopy_copyRawCid": { + "message": "Copy CID", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_copyRawCid)" + }, "panel_copyCurrentPublicGwUrl": { - "message": "Zkopírovat URL směřující skrze veřejnou bránu", + "message": "Zkopírovat URL používající veřejnou bránu", "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" }, "pageAction_titleIpfsAtPublicGateway": { @@ -83,44 +87,64 @@ "message": "Objekt mimo IPFS", "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" }, - "contextMenu_AddToIpfsSelection": { - "message": "Add selected text to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + "contextMenu_parentImage": { + "message": "Selected Image", + "description": "An item in right-click context menu (contextMenu_parentImage)" }, - "contextMenu_AddToIpfsRawCid": { - "message": "Přidat do IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + "contextMenu_parentVideo": { + "message": "Selected Video", + "description": "An item in right-click context menu (contextMenu_parentVideo)" + }, + "contextMenu_parentAudio": { + "message": "Selected Audio", + "description": "An item in right-click context menu (contextMenu_parentAudio)" + }, + "contextMenu_parentLink": { + "message": "Linked Content", + "description": "An item in right-click context menu (contextMenu_parentLink)" + }, + "contextMenu_parentText": { + "message": "Selected Text", + "description": "An item in right-click context menu (contextMenu_parentText)" + }, + "contextMenu_parentPage": { + "message": "This Page", + "description": "An item in right-click context menu (contextMenu_parentPage)" }, "contextMenu_AddToIpfsKeepFilename": { "message": "Přidat do IPFS (zachovat jméno souboru)", "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" }, + "contextMenu_AddToIpfsRawCid": { + "message": "Přidat do IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsSelection": { + "message": "Add Selected Text to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + }, "notify_addonIssueTitle": { - "message": "IPFS Add-on Issue", + "message": "Problém IPFS rozšíření", "description": "A title of system notification (notify_addonIssueTitle)" }, "notify_addonIssueMsg": { "message": "Zkontrolujte konzoli prohlížeče pro více informací", "description": "A message in system notification (notify_addonIssueMsg)" }, - "notify_copiedPublicURLTitle": { - "message": "Veřejná URL zkopírována", - "description": "A title of system notification (notify_copiedPublicURLTitle)" - }, - "notify_copiedCanonicalAddressTitle": { - "message": "Kanonická adresa zkopírována", - "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" + "notify_copiedTitle": { + "message": "Copied", + "description": "A title of system notification (notify_copiedTitle)" }, "notify_pinnedIpfsResourceTitle": { - "message": "IPFS objekt je přípnutý", + "message": "IPFS objekt byl připnut", "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" }, "notify_unpinnedIpfsResourceTitle": { - "message": "IPFS objekt odepnut", + "message": "IPFS objekt byl odepnut", "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" }, "notify_pinErrorTitle": { - "message": "Chyba při připínání IPFS obejktu", + "message": "Chyba při připínání IPFS objektu", "description": "A title of system notification (notify_pinErrorTitle)" }, "notify_unpinErrorTitle": { @@ -244,7 +268,7 @@ "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" }, "option_ipfsApiPollMs_title": { - "message": "Status Poll Interval", + "message": "Interval obnovení stavu", "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" }, "option_ipfsApiPollMs_description": { @@ -256,7 +280,7 @@ "description": "An option title on the Preferences screen (option_automaticMode_title)" }, "option_automaticMode_description": { - "message": "Přepínat použití vlastní brány když se dostupnost IPFS API změní", + "message": "Přepnout použití vlastní brány když se dostupnost IPFS API změní", "description": "An option description on the Preferences screen (option_automaticMode_description)" }, "option_header_experiments": { @@ -272,15 +296,15 @@ "description": "An option title on the Preferences screen (option_displayNotifications_title)" }, "option_displayNotifications_description": { - "message": "Zobrazit systémové notifikace když se změní stav API, odkaz je zkopírován a tak podobně", + "message": "Zobrazit systémové notifikace když se změní stav API, odkaz je zkopírován apod.", "description": "An option description on the Preferences screen (option_displayNotifications_description)" }, "option_catchUnhandledProtocols_title": { - "message": "Catch Unhandled IPFS Protocols", + "message": "Zachytit neregistrované IPFS protokoly", "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" }, "option_catchUnhandledProtocols_description": { - "message": "Povolit podporu pro ipfs://, ipns:// and dweb: skrze normalizování odkazů a požadavků provedeny pomocí nevyužitých protokolů ", + "message": "Povolit podporu pro ipfs://, ipns:// and dweb: skrze normalizování odkazů a požadavků provedeny pomocí neregistrované protokolů ", "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" }, "option_linkify_title": { @@ -332,11 +356,11 @@ "description": "Link text for managing permissions" }, "option_preloadAtPublicGateway_title": { - "message": "Preload Uploads", + "message": "Automatické načtení nahraných souborů", "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", + "message": "Povolit automatické načtení nahraných souborů skrze asynchroní HTTP HEAD požadavek na Veřejnou bránu", "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" }, "option_resetAllOptions_title": { @@ -372,7 +396,7 @@ "description": "seperates the pick a file button from the drop message (quickUpload_or)" }, "quickUpload_drop_it_here": { - "message": "drop it here to share", + "message": "přetáhnout sem pro sdílení", "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" }, "quickUpload_state_uploading": { @@ -388,7 +412,7 @@ "description": "Button on the share files page (quickUpload_options_show)" }, "quickUpload_options_wrapWithDirectory": { - "message": "Wrap single files in a directory to preserve their filenames.", + "message": "Vložit jednotlivé soubory do složky pro zachování jejích názvů.", "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" }, "quickUpload_options_pinUpload": { @@ -456,7 +480,7 @@ "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" }, "page_landingWelcome_title": { - "message": "IPFS Companion - Welcome!", + "message": "IPFS Companion - Vítejte!", "description": "Page title (page_landingWelcome_title)" }, "page_landingWelcome_logo_title": { @@ -464,59 +488,59 @@ "description": "Extension name after the IPFS logo (page_landingWelcome_logo_title)" }, "page_landingWelcome_welcome_title": { - "message": "You are all set!", + "message": "Vše připraveno!", "description": "Ready message title (page_landingWelcome_welcome_title)" }, "page_landingWelcome_welcome_peers": { - "message": "Right now your node is connected to <0>$1 peers.", + "message": "V současné době je váš uzel připojen k dalším <0>$1 uzlům.", "description": "Ready message copy (page_landingWelcome_welcome_peers)" }, "page_landingWelcome_welcome_discover": { - "message": "Discover what you <0>can do with Companion and dive into the distributed web with IPFS!", + "message": "Vyzkoušejte co <0>můžete dělat s IPFS Companion a ponořte se do distribuovaného webu s IPFS!", "description": "Ready message copy (page_landingWelcome_welcome_discover)" }, "page_landingWelcome_installSteps_title": { - "message": "Is your IPFS daemon running?", + "message": "Beží vaše IPFS služba?", "description": "Install steps title (page_landingWelcome_installSteps_title)" }, "page_landingWelcome_installSteps_install": { - "message": "If you haven't installed IPFS please do so <0>with these instructions.", + "message": "Pokud jste si ještě nenainstalovali IPFS, tak prosím tomu tak udělejte následováním <0>těchto kroků.", "description": "Install steps copy (page_landingWelcome_installSteps_install)" }, "page_landingWelcome_installSteps_run": { - "message": "Then make sure to have an IPFS daemon running in your terminal:", + "message": "Následně se ujistěte že vaše IPFS služba běží v terminálu:", "description": "Install steps run message (page_landingWelcome_installSteps_run)" }, "page_landingWelcome_resources_title_new_ipfs": { - "message": "New to IPFS?", + "message": "IPFS nováček?", "description": "Resources title (page_landingWelcome_resources_title_new_ipfs)" }, "page_landingWelcome_resources_new_ipfs": { - "message": "Read the <0>documentation to learn about the basic <1>concepts and working with IPFS.", + "message": "Přečtěte si <0>dokumentaci aby jste se dozvěděli o základních <1>pojmech IPFS a o tom jak funguje.", "description": "Resources copy (page_landingWelcome_resources_new_ipfs)" }, "page_landingWelcome_resources_title_discover": { - "message": "Discover!", + "message": "Objevujte!", "description": "Resources title (page_landingWelcome_resources_title_discover)" }, "page_landingWelcome_resources_discover": { - "message": "Find <0>useful resources for using IPFS and <1>building things on top of it.", + "message": "Naleznete <0>zajímavé zdroje pro používaní a <1>tvoření nových věcí založených na IPFS.", "description": "Resources copy (page_landingWelcome_resources_discover)" }, "page_landingWelcome_resources_title_got_questions": { - "message": "Got questions?", + "message": "Máte otázky?", "description": "Resources title (page_landingWelcome_resources_title_got_questions)" }, "page_landingWelcome_resources_got_questions": { - "message": "Visit the <0>Discussion and Support Forum.", + "message": "Navštivte <0>fórum.", "description": "Resources copy (page_landingWelcome_resources_got_questions)" }, "page_landingWelcome_resources_title_want_to_help": { - "message": "Want to help?", + "message": "Chcete pomoct?", "description": "Resources title (page_landingWelcome_resources_title_want_to_help)" }, "page_landingWelcome_resources_want_to_help": { - "message": "Join the <0>IPFS Community! Contribute with <1>code, <2>documentation, <3>translations or help by <4>supporting other users.", + "message": "Přidejte se k <0>IPFS komunitě! Přispějte <1>kódem, <2>dokumentací, <3>překlady nebo pomocí <4>ostatním uživatelům.", "description": "Resources copy (page_landingWelcome_resources_want_to_help)" }, "page_landingWelcome_videos_alpha_demo": { @@ -524,11 +548,11 @@ "description": "Videos section title (page_landingWelcome_videos_alpha_demo)" }, "page_landingWelcome_videos_permanent_web": { - "message": "The Permanent Web", + "message": "Permanentní Web", "description": "Videos section title (page_landingWelcome_videos_permanent_web)" }, "page_landingWelcome_projects_title": { - "message": "Related Projects", + "message": "Související projekty", "description": "Projects section title (page_landingWelcome_projects_title)" } } \ No newline at end of file diff --git a/add-on/_locales/da/messages.json b/add-on/_locales/da/messages.json new file mode 100644 index 000000000..9730e0457 --- /dev/null +++ b/add-on/_locales/da/messages.json @@ -0,0 +1,558 @@ +{ + "browserAction_title": { + "message": "IPFS Følgesvend", + "description": "A pop-up title when user hovers on Browser Action button (browserAction_title)" + }, + "panel_headerIpfsNodeIconLabel": { + "message": "IPFS Følgesvend", + "description": "A label for IPFS icon (panel_headerIpfsNodeIconLabel)" + }, + "panel_headerActiveToggleTitle": { + "message": "Global til/frakobling: Suspender alle IPFS integrationer", + "description": "A 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": "version", + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" + }, + "panel_statusSwarmPeers": { + "message": "Klient-forbindelser", + "description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)" + }, + "panel_statusSwarmPeersTitle": { + "message": "Antallet af andre IPFS-klienter du kan forbinde til", + "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" + }, + "panel_quickUpload": { + "message": "Del filer via IPFS", + "description": "A menu item in Browser Action pop-up (panel_quickUpload)" + }, + "panel_openWebui": { + "message": "Åbn webkonsollen", + "description": "A menu item in Browser Action pop-up (panel_openWebui)" + }, + "panel_openPreferences": { + "message": "Åben indstillinger", + "description": "A menu item in Browser Action pop-up (panel_openPreferences)" + }, + "panel_switchToCustomGateway": { + "message": "Skift til Valgfri Gateway", + "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" + }, + "panel_switchToPublicGateway": { + "message": "Skift til Offentlig Gateway", + "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" + }, + "panel_pinCurrentIpfsAddress": { + "message": "Fastgør IPFS resource", + "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" + }, + "panel_unpinCurrentIpfsAddress": { + "message": "Frigør IPFS resource", + "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" + }, + "panelCopy_currentIpfsAddress": { + "message": "Kopier IPFS-stien", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" + }, + "panelCopy_copyRawCid": { + "message": "Kopier CID", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_copyRawCid)" + }, + "panel_copyCurrentPublicGwUrl": { + "message": "Kopier URL for Offentlig Gateway", + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" + }, + "pageAction_titleIpfsAtPublicGateway": { + "message": "IPFS resource indlæst via Offentlig Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" + }, + "pageAction_titleIpfsAtCustomGateway": { + "message": "IPFS-resource indlæst via Valgfri Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" + }, + "pageAction_titleNonIpfs": { + "message": "Ikke-IPFS resource", + "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" + }, + "contextMenu_parentImage": { + "message": "Valgte billede", + "description": "An item in right-click context menu (contextMenu_parentImage)" + }, + "contextMenu_parentVideo": { + "message": "Valgte video", + "description": "An item in right-click context menu (contextMenu_parentVideo)" + }, + "contextMenu_parentAudio": { + "message": "Valgte lydfil", + "description": "An item in right-click context menu (contextMenu_parentAudio)" + }, + "contextMenu_parentLink": { + "message": "Linket indhold", + "description": "An item in right-click context menu (contextMenu_parentLink)" + }, + "contextMenu_parentText": { + "message": "Valgte tekst", + "description": "An item in right-click context menu (contextMenu_parentText)" + }, + "contextMenu_parentPage": { + "message": "Denne side", + "description": "An item in right-click context menu (contextMenu_parentPage)" + }, + "contextMenu_AddToIpfsKeepFilename": { + "message": "Tilføj til IPFS (Behold filnavn)", + "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" + }, + "contextMenu_AddToIpfsRawCid": { + "message": "Tilføj til IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsSelection": { + "message": "Tilføj valgte tekst til IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + }, + "notify_addonIssueTitle": { + "message": "Problem med IPFS-udvidelse", + "description": "A title of system notification (notify_addonIssueTitle)" + }, + "notify_addonIssueMsg": { + "message": "Se Browser-konsollen for flere detaljer", + "description": "A message in system notification (notify_addonIssueMsg)" + }, + "notify_copiedTitle": { + "message": "Kopieret", + "description": "A title of system notification (notify_copiedTitle)" + }, + "notify_pinnedIpfsResourceTitle": { + "message": "IPFS resource er nu fastgjort", + "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" + }, + "notify_unpinnedIpfsResourceTitle": { + "message": "Frigjorde IPFS-resource", + "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" + }, + "notify_pinErrorTitle": { + "message": "En fejl opstod ved fastgørelse af IPFS-resource", + "description": "A title of system notification (notify_pinErrorTitle)" + }, + "notify_unpinErrorTitle": { + "message": "En fejl opstod ved frigørelse af IPFS-resource", + "description": "A title of system notification (notify_unpinErrorTitle)" + }, + "notify_apiOnlineTitle": { + "message": "IPFS API'et er Online", + "description": "A title of system notification (notify_apiOnlineTitle)" + }, + "notify_apiOnlineAutomaticModeMsg": { + "message": "Automatisk tilstand: Valgfri Gateway Omstilling er aktiv", + "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" + }, + "notify_apiOfflineTitle": { + "message": "IPFS API'et er Offline", + "description": "A title of system notification (notify_apiOfflineTitle)" + }, + "notify_apiOfflineAutomaticModeMsg": { + "message": "Automatisk tilstand: Den offentlige vil blive benyttet som backup", + "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" + }, + "notify_uploadErrorTitle": { + "message": "Ude af stand til at uploade via IPFS API'et", + "description": "A title of system notification (notify_uploadErrorTitle)" + }, + "notify_uploadTrackingProtectionErrorMsg": { + "message": "Prøv at deaktivere Sporingsbeskyttelse (tryk ctrl+shift+j for flere detaljer)", + "description": "(notify_uploadTrackingProtectionErrorMsg)" + }, + "notify_inlineMsg": { + "message": "$1", + "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" + }, + "notify_inlineErrorMsg": { + "message": "$1 (tryk ctrl+shift+j for flere detaljer)", + "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" + }, + "notify_startIpfsNodeErrorTitle": { + "message": "Det mislykkedes at starte IPFS-klienten", + "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" + }, + "notify_stopIpfsNodeErrorTitle": { + "message": "Det mislykkedes at stoppe IPFS-klienten", + "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" + }, + "option_legend_readMore": { + "message": "Læs mere", + "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" + }, + "option_header_nodeType": { + "message": "IPFS-klient", + "description": "A section header on the Preferences screen (option_header_nodeType)" + }, + "option_ipfsNodeType_title": { + "message": "IPFS-klient-type", + "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" + }, + "option_ipfsNodeType_external_description": { + "message": "Ekstern: forbind til en klient via HTTP-API'et", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeType_embedded_description": { + "message": "Indlejret (eksperimentel): kør js-ipfs klienten i din browser (benyt kun i udviklingsøjemed, læs om begrænsninger ved linket nedenfor)", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeConfig_title": { + "message": "IPFS-klient opsætning", + "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" + }, + "option_ipfsNodeConfig_description": { + "message": "Opsætning af den indlejrede IPFS-klient. Det skal være valid JSON.", + "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" + }, + "option_ipfsNodeType_external": { + "message": "Ekstern", + "description": "An option on the Preferences screen (option_ipfsNodeType_external)" + }, + "option_ipfsNodeType_embedded": { + "message": "Indlejret", + "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": "Valgfri Lokal Gateway", + "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" + }, + "option_customGatewayUrl_description": { + "message": "URL for foretrukken HTTP2IPFS Gateway", + "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" + }, + "option_useCustomGateway_title": { + "message": "Anvend Valgfri Gateway", + "description": "An option title on the Preferences screen (option_useCustomGateway_title)" + }, + "option_useCustomGateway_description": { + "message": "Ormdiriger forespørgsler på IPFS-resourcer til den Valgfri Gateway", + "description": "An option description on the Preferences screen (option_useCustomGateway_description)" + }, + "option_publicGatewayUrl_title": { + "message": "Offentlig Standard Gateway", + "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" + }, + "option_publicGatewayUrl_description": { + "message": "Backup-URL som benyttes i tilfælde af at Valgfri Gateway er utilgængelig og for deling af 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": "URL til IPFS API", + "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" + }, + "option_ipfsApiUrl_description": { + "message": "Tip: her bor /webui", + "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" + }, + "option_ipfsApiPollMs_title": { + "message": "Interval for statuscheck", + "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" + }, + "option_ipfsApiPollMs_description": { + "message": "Hvor ofte antal klient-forbindelser opdateres (i millisekunder)", + "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" + }, + "option_automaticMode_title": { + "message": "Automatisk Tilstand", + "description": "An option title on the Preferences screen (option_automaticMode_title)" + }, + "option_automaticMode_description": { + "message": "Til/Frakobling af Valgfri Gateway når tilgængelighed ændres for IPFS API'et", + "description": "An option description on the Preferences screen (option_automaticMode_description)" + }, + "option_header_experiments": { + "message": "Eksperimenter", + "description": "A section header on the Preferences screen (option_header_experiments)" + }, + "option_experiments_warning": { + "message": "Advarsel: Disse funktioner er nye og under udarbejdelse.", + "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" + }, + "option_displayNotifications_title": { + "message": "Aktiverede notifikationer", + "description": "An option title on the Preferences screen (option_displayNotifications_title)" + }, + "option_displayNotifications_description": { + "message": "Viser en system notifikation når status for API'et ændres, et link kopieres etc.", + "description": "An option description on the Preferences screen (option_displayNotifications_description)" + }, + "option_catchUnhandledProtocols_title": { + "message": "Fang ikke-håndterede IPFS-protokoller", + "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" + }, + "option_catchUnhandledProtocols_description": { + "message": "Aktiver understøttelse for ipfs://, ipns:// og dweb: gennem at normalisere links og forespørgsler foretaget via ikke-håndterede protokoller", + "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" + }, + "option_linkify_title": { + "message": "Linkificer IPFS-adresser", + "description": "An option title on the Preferences screen (option_linkify_title)" + }, + "option_linkify_description": { + "message": "Omdan klartekst /ipfs/ stier til klikbare links", + "description": "An option description on the Preferences screen (option_linkify_description)" + }, + "option_dnslinkPolicy_title": { + "message": "DNSLink understøttelse", + "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" + }, + "option_dnslinkPolicy_description": { + "message": "Vælg opslagspolitik for hvornår at IPFS-hostede sider med DNS TXT skal hentes via IPFS", + "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" + }, + "option_dnslinkPolicy_disabled": { + "message": "Inaktiv", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" + }, + "option_dnslinkPolicy_bestEffort": { + "message": "Tjek efter HTTP-forespørgsel", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" + }, + "option_dnslinkPolicy_enabled": { + "message": "Tjek inden HTTP-forespørgsel", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" + }, + "option_detectIpfsPathHeader_title": { + "message": "Udforsk X-Ipfs-Path header", + "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" + }, + "option_detectIpfsPathHeader_description": { + "message": "Drop HTTP overførsel og hent via IPFS når værdien er en IPFS sti. Omdirrigering af IPFS stier kræver herudover at DNSLink understørrelse er aktiveret.", + "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 er tilføjet til window objektet på alle sider. Aktiver/deaktiver adgang til funktionerne som udstilles.", + "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" + }, + "option_ipfsProxy_link_manage_permissions": { + "message": "Opsætning af rettigheder", + "description": "Link text for managing permissions" + }, + "option_preloadAtPublicGateway_title": { + "message": "Fonhåndsindlæsning af uploads", + "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" + }, + "option_preloadAtPublicGateway_description": { + "message": "Aktiver automatisk forhåndsindlæsning af uploadede aktiver via asynkrone HTTP HEAD-forespørgsler til en Offentlig Gateway", + "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" + }, + "option_resetAllOptions_title": { + "message": "Komplet nulstilling", + "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" + }, + "option_resetAllOptions_description": { + "message": "Erstatter valgte brugerindstillinger med standardindstillingerne (kan ikke fortrydes!)", + "description": "An option description on the Preferences screen (option_resetAllOptions_description)" + }, + "manifest_extensionName": { + "message": "IPFS Følgesvend", + "description": "Extension name in the Manifest file (manifest_extensionName)" + }, + "manifest_shortExtensionName": { + "message": "IPFS Følgesvend", + "description": "Short extension name in the Manifest file (manifest_shortExtensionName)" + }, + "manifest_extensionDescription": { + "message": "Browser-udvidelse som gør det let at tilgå IPFS resourcer", + "description": "Extension description in the Manifest file (manifest_extensionDescription)" + }, + "quickUpload_subhead_peers": { + "message": "Forbundet til $1 klienter", + "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" + }, + "quickUpload_pick_file_button": { + "message": "Vælg en fil", + "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" + }, + "quickUpload_or": { + "message": "eller", + "description": "seperates the pick a file button from the drop message (quickUpload_or)" + }, + "quickUpload_drop_it_here": { + "message": "Træk hertil for at dele", + "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" + }, + "quickUpload_state_uploading": { + "message": "Upload i gang..", + "description": "Status label on the share files page (quickUpload_state_uploading)" + }, + "quickUpload_state_buffering": { + "message": "(indlæser, vent venligst)", + "description": "Status label on the share files page (quickUpload_state_buffering)" + }, + "quickUpload_options_show": { + "message": "upload-indstillinger", + "description": "Button on the share files page (quickUpload_options_show)" + }, + "quickUpload_options_wrapWithDirectory": { + "message": "Indpak enkelt-filer i en mappe for at bevare deres filnavn.", + "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" + }, + "quickUpload_options_pinUpload": { + "message": "Fastgør filer sådan at de bevares under oprydnings-processen af dit IPFS-depot", + "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" + }, + "page_proxyAcl_title": { + "message": "Indstil rettigheder", + "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" + }, + "page_proxyAcl_subtitle": { + "message": "Vis, foretag ændringer af eller tilbagekald tildelte adgange for din IPFS-kørsel", + "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" + }, + "page_proxyAcl_no_perms": { + "message": "Ingen rettigheder tildelt.", + "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" + }, + "page_proxyAcl_confirm_revoke": { + "message": "Tilbagekald tilladelsen $1 for $2?", + "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" + }, + "page_proxyAcl_confirm_revoke_all": { + "message": "Tilbagekald alle rettigheder for $1?", + "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" + }, + "page_proxyAcl_toggle_to_allow_button_title": { + "message": "Klik for at tillade", + "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": "Klik for at afvise", + "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" + }, + "page_proxyAcl_allow_button_value": { + "message": "Tillad", + "description": "Button value for allow (page_proxyAcl_allow_button_value)" + }, + "page_proxyAcl_deny_button_value": { + "message": "Afvis", + "description": "Button value for deny" + }, + "page_proxyAcl_revoke_button_title": { + "message": "Tilbagekald $1", + "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" + }, + "page_proxyAccessDialog_title": { + "message": "Tillad $1 at tilgå ipfs.$2?", + "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" + }, + "page_proxyAccessDialog_wildcardCheckbox_label": { + "message": "Anvend denne beslutning for alle valgte tilladelser", + "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" + }, + "page_proxyAcl_revoke_all_button_title": { + "message": "Tilbagekald alle tilladelser", + "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" + }, + "page_proxyAccessDialog_allowButton_text": { + "message": "Tillad", + "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_proxyAccessDialog_denyButton_text": { + "message": "Afvis", + "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_landingWelcome_title": { + "message": "IPFS Følgesvend - Velkommen!\n", + "description": "Page title (page_landingWelcome_title)" + }, + "page_landingWelcome_logo_title": { + "message": "IPFS Følgesvend", + "description": "Extension name after the IPFS logo (page_landingWelcome_logo_title)" + }, + "page_landingWelcome_welcome_title": { + "message": "Du er nu klar!", + "description": "Ready message title (page_landingWelcome_welcome_title)" + }, + "page_landingWelcome_welcome_peers": { + "message": "Lige nu er din klient forbundet til <0>$1 andre klienter.", + "description": "Ready message copy (page_landingWelcome_welcome_peers)" + }, + "page_landingWelcome_welcome_discover": { + "message": "Udforsk hvad du <0> kan gøre med Følgesvend og dyk ned i det distribuerede net med IPFS!", + "description": "Ready message copy (page_landingWelcome_welcome_discover)" + }, + "page_landingWelcome_installSteps_title": { + "message": "Kører din IPFS baggrunds-process?", + "description": "Install steps title (page_landingWelcome_installSteps_title)" + }, + "page_landingWelcome_installSteps_install": { + "message": "Hvis du ikke har installeret IPFS, gør venligst dette <0>med disse instrukser.", + "description": "Install steps copy (page_landingWelcome_installSteps_install)" + }, + "page_landingWelcome_installSteps_run": { + "message": "Sørg da for at have en IPFS baggrunds-process kørende i din terminal:", + "description": "Install steps run message (page_landingWelcome_installSteps_run)" + }, + "page_landingWelcome_resources_title_new_ipfs": { + "message": "Er du nybegynder til IPFS?", + "description": "Resources title (page_landingWelcome_resources_title_new_ipfs)" + }, + "page_landingWelcome_resources_new_ipfs": { + "message": "Læs <0>dokumentationen for at lære omkring basis <1>koncepter og arbejdet med IPFS.", + "description": "Resources copy (page_landingWelcome_resources_new_ipfs)" + }, + "page_landingWelcome_resources_title_discover": { + "message": "Udforsk!", + "description": "Resources title (page_landingWelcome_resources_title_discover)" + }, + "page_landingWelcome_resources_discover": { + "message": "Find <0>nyttige ressourcerom brugen af IPFS og opbygning af tingoven på.", + "description": "Resources copy (page_landingWelcome_resources_discover)" + }, + "page_landingWelcome_resources_title_got_questions": { + "message": "Har du spørgsmål?", + "description": "Resources title (page_landingWelcome_resources_title_got_questions)" + }, + "page_landingWelcome_resources_got_questions": { + "message": "Besøg <0>Diskussions og Support Forum.", + "description": "Resources copy (page_landingWelcome_resources_got_questions)" + }, + "page_landingWelcome_resources_title_want_to_help": { + "message": "Lyst til at hjælpe?", + "description": "Resources title (page_landingWelcome_resources_title_want_to_help)" + }, + "page_landingWelcome_resources_want_to_help": { + "message": "Tilslut dig <0>IPFS Fællesskabet! Bidrag med <1>kode, <2>dokumentation, <3>oversættelser eller hjælp vedat <4>supportere andre brugere.", + "description": "Resources copy (page_landingWelcome_resources_want_to_help)" + }, + "page_landingWelcome_videos_alpha_demo": { + "message": "IPFS Alfa Demo", + "description": "Videos section title (page_landingWelcome_videos_alpha_demo)" + }, + "page_landingWelcome_videos_permanent_web": { + "message": "Det Permanente Net", + "description": "Videos section title (page_landingWelcome_videos_permanent_web)" + }, + "page_landingWelcome_projects_title": { + "message": "Relaterede Projekter", + "description": "Projects section title (page_landingWelcome_projects_title)" + } +} \ No newline at end of file diff --git a/add-on/_locales/de/messages.json b/add-on/_locales/de/messages.json index a8e69c1aa..d32d9813d 100644 --- a/add-on/_locales/de/messages.json +++ b/add-on/_locales/de/messages.json @@ -8,7 +8,7 @@ "description": "A label for IPFS icon (panel_headerIpfsNodeIconLabel)" }, "panel_headerActiveToggleTitle": { - "message": "Globaler Schalter: aktiviere oder deaktiviere alle IPFS Integrationen", + "message": "Globaler Schalter: Alle IPFS-Integrationen stoppen", "description": "A label for an embedded IPFS node (panel_headerActiveToggleTitle)" }, "panel_statusOffline": { @@ -64,9 +64,13 @@ "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" }, "panelCopy_currentIpfsAddress": { - "message": "Kanonische Adresse kopieren", + "message": "Copy IPFS Path", "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" }, + "panelCopy_copyRawCid": { + "message": "Copy CID", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_copyRawCid)" + }, "panel_copyCurrentPublicGwUrl": { "message": "Öffentliche Gateway-URL kopieren", "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" @@ -83,18 +87,42 @@ "message": "Nicht-IPFS-Ressource", "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" }, - "contextMenu_AddToIpfsSelection": { - "message": "Add selected text to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + "contextMenu_parentImage": { + "message": "Selected Image", + "description": "An item in right-click context menu (contextMenu_parentImage)" }, - "contextMenu_AddToIpfsRawCid": { - "message": "Zu IPFS hinzufügen", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + "contextMenu_parentVideo": { + "message": "Selected Video", + "description": "An item in right-click context menu (contextMenu_parentVideo)" + }, + "contextMenu_parentAudio": { + "message": "Selected Audio", + "description": "An item in right-click context menu (contextMenu_parentAudio)" + }, + "contextMenu_parentLink": { + "message": "Linked Content", + "description": "An item in right-click context menu (contextMenu_parentLink)" + }, + "contextMenu_parentText": { + "message": "Selected Text", + "description": "An item in right-click context menu (contextMenu_parentText)" + }, + "contextMenu_parentPage": { + "message": "This Page", + "description": "An item in right-click context menu (contextMenu_parentPage)" }, "contextMenu_AddToIpfsKeepFilename": { "message": "Zu IPFS hinzufügen (Dateiname beibehalten)", "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" }, + "contextMenu_AddToIpfsRawCid": { + "message": "Zu IPFS hinzufügen", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsSelection": { + "message": "Add Selected Text to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + }, "notify_addonIssueTitle": { "message": "IPFS Add-on-Problem", "description": "A title of system notification (notify_addonIssueTitle)" @@ -103,13 +131,9 @@ "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_copiedTitle": { + "message": "Copied", + "description": "A title of system notification (notify_copiedTitle)" }, "notify_pinnedIpfsResourceTitle": { "message": "IPFS-Ressource gespeichert", @@ -456,7 +480,7 @@ "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" }, "page_landingWelcome_title": { - "message": "IPFS Companion - Welcome!", + "message": "IPFS-Mitglied - Willkommen!", "description": "Page title (page_landingWelcome_title)" }, "page_landingWelcome_logo_title": { @@ -464,59 +488,59 @@ "description": "Extension name after the IPFS logo (page_landingWelcome_logo_title)" }, "page_landingWelcome_welcome_title": { - "message": "You are all set!", + "message": "Du bist nun bereit!", "description": "Ready message title (page_landingWelcome_welcome_title)" }, "page_landingWelcome_welcome_peers": { - "message": "Right now your node is connected to <0>$1 peers.", + "message": "Im Moment ist dein Knoten mit <0>$1 anderen verbunden.", "description": "Ready message copy (page_landingWelcome_welcome_peers)" }, "page_landingWelcome_welcome_discover": { - "message": "Discover what you <0>can do with Companion and dive into the distributed web with IPFS!", + "message": "Entdecke <0>die Möglichkeiten als Mitglied und tauche in das verteilte Web ein!", "description": "Ready message copy (page_landingWelcome_welcome_discover)" }, "page_landingWelcome_installSteps_title": { - "message": "Is your IPFS daemon running?", + "message": "Läuft dein IPFS-Daemon?", "description": "Install steps title (page_landingWelcome_installSteps_title)" }, "page_landingWelcome_installSteps_install": { - "message": "If you haven't installed IPFS please do so <0>with these instructions.", + "message": "Falls du das IPFS noch nicht installiert hast, installiere es bitte <0>mit dieser Anleitung.", "description": "Install steps copy (page_landingWelcome_installSteps_install)" }, "page_landingWelcome_installSteps_run": { - "message": "Then make sure to have an IPFS daemon running in your terminal:", + "message": "Stelle danach sicher, dass der ein IPFS-Daemon in deinem terminal läuft.", "description": "Install steps run message (page_landingWelcome_installSteps_run)" }, "page_landingWelcome_resources_title_new_ipfs": { - "message": "New to IPFS?", + "message": "Neu bei IPFS?", "description": "Resources title (page_landingWelcome_resources_title_new_ipfs)" }, "page_landingWelcome_resources_new_ipfs": { - "message": "Read the <0>documentation to learn about the basic <1>concepts and working with IPFS.", + "message": "Lies die <0>Dokumentation, um mehr über die grundlegenden <1>Konzepte und die Arbeit mit IPFS zu erfahren.", "description": "Resources copy (page_landingWelcome_resources_new_ipfs)" }, "page_landingWelcome_resources_title_discover": { - "message": "Discover!", + "message": "Entdecke!", "description": "Resources title (page_landingWelcome_resources_title_discover)" }, "page_landingWelcome_resources_discover": { - "message": "Find <0>useful resources for using IPFS and <1>building things on top of it.", + "message": "Finde <0>nützliche Möglichkeiten um IPFS zu nutzen und <1>entwickle daraus neue Anwendungen.", "description": "Resources copy (page_landingWelcome_resources_discover)" }, "page_landingWelcome_resources_title_got_questions": { - "message": "Got questions?", + "message": "Hast du Fragen?", "description": "Resources title (page_landingWelcome_resources_title_got_questions)" }, "page_landingWelcome_resources_got_questions": { - "message": "Visit the <0>Discussion and Support Forum.", + "message": "Besuche das <0>Diskussions- und Support-Forum.", "description": "Resources copy (page_landingWelcome_resources_got_questions)" }, "page_landingWelcome_resources_title_want_to_help": { - "message": "Want to help?", + "message": "Möchtest du helfen?", "description": "Resources title (page_landingWelcome_resources_title_want_to_help)" }, "page_landingWelcome_resources_want_to_help": { - "message": "Join the <0>IPFS Community! Contribute with <1>code, <2>documentation, <3>translations or help by <4>supporting other users.", + "message": "Werde ein Teil der <0>IPFS-Community! Trage mit <1>Code, <2>Dokumentation oder mit <3>Übersetzungen der Entwicklung bei, oder Hilf, indem du <4>andere Benutzer unterstützt.", "description": "Resources copy (page_landingWelcome_resources_want_to_help)" }, "page_landingWelcome_videos_alpha_demo": { @@ -524,11 +548,11 @@ "description": "Videos section title (page_landingWelcome_videos_alpha_demo)" }, "page_landingWelcome_videos_permanent_web": { - "message": "The Permanent Web", + "message": "Das permanente Web", "description": "Videos section title (page_landingWelcome_videos_permanent_web)" }, "page_landingWelcome_projects_title": { - "message": "Related Projects", + "message": "Zugehörige Projekte", "description": "Projects section title (page_landingWelcome_projects_title)" } } \ No newline at end of file diff --git a/add-on/_locales/es/messages.json b/add-on/_locales/es/messages.json index bbc26c216..f9188b4b3 100644 --- a/add-on/_locales/es/messages.json +++ b/add-on/_locales/es/messages.json @@ -5,14 +5,14 @@ }, "panel_headerIpfsNodeIconLabel": { "message": "Compañía IPFS", - "description": "Label for IPFS icon (panel_headerIpfsNodeIconLabel)" + "description": "A 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)" + "message": "Global toggle: Suspend all IPFS integrations", + "description": "A label for an embedded IPFS node (panel_headerActiveToggleTitle)" }, "panel_statusOffline": { - "message": "offline", + "message": "desconectado", "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" }, "panel_statusGatewayAddress": { @@ -64,33 +64,65 @@ "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" }, "panelCopy_currentIpfsAddress": { - "message": "Copiar dirección canónica", + "message": "Copiar ruta IPFS", "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" }, + "panelCopy_copyRawCid": { + "message": "Copiar CID", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_copyRawCid)" + }, "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", + "message": "Recurso IPFS cargado a través de un Portal público", "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" }, "pageAction_titleIpfsAtCustomGateway": { - "message": "IPFS resource loaded via Custom Gateway", + "message": "Recurso IPFS cargado a través de un Portal personalizado", "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" }, "pageAction_titleNonIpfs": { - "message": "Non-IPFS resource", + "message": "Recurso No 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_parentImage": { + "message": "Imagen Seleccionada", + "description": "An item in right-click context menu (contextMenu_parentImage)" + }, + "contextMenu_parentVideo": { + "message": "Video Seleccionado", + "description": "An item in right-click context menu (contextMenu_parentVideo)" + }, + "contextMenu_parentAudio": { + "message": "Audio Seleccionado", + "description": "An item in right-click context menu (contextMenu_parentAudio)" + }, + "contextMenu_parentLink": { + "message": "Contenido Vinculado", + "description": "An item in right-click context menu (contextMenu_parentLink)" + }, + "contextMenu_parentText": { + "message": "Texto Seleccionado", + "description": "An item in right-click context menu (contextMenu_parentText)" + }, + "contextMenu_parentPage": { + "message": "Esta página", + "description": "An item in right-click context menu (contextMenu_parentPage)" }, "contextMenu_AddToIpfsKeepFilename": { - "message": "Add to IPFS (Keep Filename)", + "message": "Agregar a IPFS (Manteniendo nombre de archivo)", "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" }, + "contextMenu_AddToIpfsRawCid": { + "message": "Agregar a IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsSelection": { + "message": "Agregar texto seleccionado a IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + }, "notify_addonIssueTitle": { "message": "Añadir inconveniente de IPFS", "description": "A title of system notification (notify_addonIssueTitle)" @@ -99,13 +131,9 @@ "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_copiedTitle": { + "message": "Copiado", + "description": "A title of system notification (notify_copiedTitle)" }, "notify_pinnedIpfsResourceTitle": { "message": "El recurso IPFS ahora está paralizado", @@ -152,19 +180,19 @@ "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" }, "notify_inlineErrorMsg": { - "message": "$1 (press ctrl+shift+j for more details)", + "message": "$1 (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", + "message": "Error al iniciar nodo IPFS", "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" }, "notify_stopIpfsNodeErrorTitle": { - "message": "Failed to stop IPFS node", + "message": "Error al detener nodo IPFS", "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" }, "option_legend_readMore": { - "message": "Read more", + "message": "Leer más", "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" }, "option_header_nodeType": { @@ -176,19 +204,19 @@ "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" }, "option_ipfsNodeType_external_description": { - "message": "External: connect to a node over HTTP API", + "message": "Externo: conectarse a un nodo a través de la API HTTP", "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)", + "message": "Integrado (experimental): ejecute el nodo js-ipfs en su navegador (úselo solo para desarrollo, lea acerca de sus limitaciones en el enlace a continuación)", "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" }, "option_ipfsNodeConfig_title": { - "message": "IPFS Node Config", + "message": "Configuración de nodo IPFS", "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.", + "message": "Configuración para el nodo IPFS embebido. Debe ser JSON válido.", "description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)" }, "option_ipfsNodeType_external": { @@ -288,31 +316,31 @@ "description": "An option description on the Preferences screen (option_linkify_description)" }, "option_dnslinkPolicy_title": { - "message": "DNSLink Support", + "message": "Soporte de DNSLink", "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", + "message": "Seleccione la política de búsqueda DNS TXT para cargar los sitios alojados en IPFS sobre IPFS cuando sea posible", "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" }, "option_dnslinkPolicy_disabled": { - "message": "Off", + "message": "Apagado", "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" }, "option_dnslinkPolicy_bestEffort": { - "message": "Check after HTTP request", + "message": "Verifique después de la solicitud HTTP", "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" }, "option_dnslinkPolicy_enabled": { - "message": "Check before HTTP request", + "message": "Verifique antes de la solicitud HTTP", "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" }, "option_detectIpfsPathHeader_title": { - "message": "Detect X-Ipfs-Path Header", + "message": "Detectar encabezado X-Ipfs-Path", "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.", + "message": "Descarte el transporte HTTP y cárguelo sobre IPFS si el valor es una ruta IPFS. La redirección de las rutas de IPNS requiere que también se habilite el soporte de DNSLink.", "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" }, "option_ipfsProxy_title": { @@ -320,11 +348,11 @@ "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.", + "message": "IPFS se agrega al objeto de ventana en cada página. Habilite/deshabilite el acceso a las funciones que expone.", "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" }, "option_ipfsProxy_link_manage_permissions": { - "message": "Manage permissions", + "message": "Administrar permisos", "description": "Link text for managing permissions" }, "option_preloadAtPublicGateway_title": { @@ -356,7 +384,7 @@ "description": "Extension description in the Manifest file (manifest_extensionDescription)" }, "quickUpload_subhead_peers": { - "message": "Connected to $1 peers", + "message": "Conectado a $1 pares", "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" }, "quickUpload_pick_file_button": { @@ -372,7 +400,7 @@ "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" }, "quickUpload_state_uploading": { - "message": "Upload in progress..", + "message": "Carga en progreso..", "description": "Status label on the share files page (quickUpload_state_uploading)" }, "quickUpload_state_buffering": { @@ -380,7 +408,7 @@ "description": "Status label on the share files page (quickUpload_state_buffering)" }, "quickUpload_options_show": { - "message": "upload options", + "message": "opciones de carga", "description": "Button on the share files page (quickUpload_options_show)" }, "quickUpload_options_wrapWithDirectory": { @@ -392,63 +420,139 @@ "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" }, "page_proxyAcl_title": { - "message": "Manage Permissions", + "message": "Administrar permisos", "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.", + "message": "Ver, modificar y revocar los derechos de acceso otorgados a su instancia de IPFS", "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" }, "page_proxyAcl_no_perms": { - "message": "No permissions granted.", + "message": "Sin permisos concedidos.", "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" }, "page_proxyAcl_confirm_revoke": { - "message": "Revoke permission $1 for $2?", + "message": "Revocar permiso $1 para $2?", "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" }, "page_proxyAcl_confirm_revoke_all": { - "message": "Revoke all permissions for $1?", + "message": "Revocar todos los permisos para $1?", "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" }, "page_proxyAcl_toggle_to_allow_button_title": { - "message": "Click to allow", + "message": "Haga clic 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": "Click to deny", + "message": "Haga clic para denegar", "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" }, "page_proxyAcl_allow_button_value": { - "message": "Allow", + "message": "Permitir", "description": "Button value for allow (page_proxyAcl_allow_button_value)" }, "page_proxyAcl_deny_button_value": { - "message": "Deny", + "message": "Denegar", "description": "Button value for deny" }, "page_proxyAcl_revoke_button_title": { - "message": "Revoke $1", + "message": "Revocar $1", "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" }, "page_proxyAccessDialog_title": { - "message": "Allow $1 to access ipfs.$2?", + "message": "Permitir que $1 acceda a ipfs.$2?", "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" }, "page_proxyAccessDialog_wildcardCheckbox_label": { - "message": "Apply this decision to all permissions in this scope", + "message": "Aplicar esta decisión a todos los permisos en este alcance", "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" }, "page_proxyAcl_revoke_all_button_title": { - "message": "Revoke all permissions", + "message": "Revocar todos los permisos", "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" }, "page_proxyAccessDialog_allowButton_text": { - "message": "Allow", + "message": "Permitir", "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" }, "page_proxyAccessDialog_denyButton_text": { - "message": "Deny", + "message": "Denegar", "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_landingWelcome_title": { + "message": " Compañía IPFS - Bienvenido!", + "description": "Page title (page_landingWelcome_title)" + }, + "page_landingWelcome_logo_title": { + "message": "Compañía IPFS", + "description": "Extension name after the IPFS logo (page_landingWelcome_logo_title)" + }, + "page_landingWelcome_welcome_title": { + "message": "Estas listo!", + "description": "Ready message title (page_landingWelcome_welcome_title)" + }, + "page_landingWelcome_welcome_peers": { + "message": "En este momento su nodo está conectado a <0>$1 pares.", + "description": "Ready message copy (page_landingWelcome_welcome_peers)" + }, + "page_landingWelcome_welcome_discover": { + "message": "Descubra lo que puede <0>hacer con Companion y sumérjase en la red distribuida con IPFS", + "description": "Ready message copy (page_landingWelcome_welcome_discover)" + }, + "page_landingWelcome_installSteps_title": { + "message": "¿Está funcionando su daemon IPFS?", + "description": "Install steps title (page_landingWelcome_installSteps_title)" + }, + "page_landingWelcome_installSteps_install": { + "message": "Si no ha instalado IPFS, hágalo <0>con estas instrucciones.", + "description": "Install steps copy (page_landingWelcome_installSteps_install)" + }, + "page_landingWelcome_installSteps_run": { + "message": "Luego, asegúrese de tener el servicio IPFS ejecutándose en su terminal:", + "description": "Install steps run message (page_landingWelcome_installSteps_run)" + }, + "page_landingWelcome_resources_title_new_ipfs": { + "message": "¿Nuevo en IPFS?", + "description": "Resources title (page_landingWelcome_resources_title_new_ipfs)" + }, + "page_landingWelcome_resources_new_ipfs": { + "message": "Lea la <0>documentación para conocer los <1>conceptos básicos y trabajar con IPFS.", + "description": "Resources copy (page_landingWelcome_resources_new_ipfs)" + }, + "page_landingWelcome_resources_title_discover": { + "message": "Descubrir!", + "description": "Resources title (page_landingWelcome_resources_title_discover)" + }, + "page_landingWelcome_resources_discover": { + "message": "Encuentra <0>recursos útiles para usar IPFS y <1>construir cosas sobre él.", + "description": "Resources copy (page_landingWelcome_resources_discover)" + }, + "page_landingWelcome_resources_title_got_questions": { + "message": "¿Tienes preguntas?", + "description": "Resources title (page_landingWelcome_resources_title_got_questions)" + }, + "page_landingWelcome_resources_got_questions": { + "message": "Visita el <0>foro de discusión y soporte.", + "description": "Resources copy (page_landingWelcome_resources_got_questions)" + }, + "page_landingWelcome_resources_title_want_to_help": { + "message": "¿Quieres ayudar?", + "description": "Resources title (page_landingWelcome_resources_title_want_to_help)" + }, + "page_landingWelcome_resources_want_to_help": { + "message": "Únete a la <0>Comunidad de IPFS! Contribuye con <1>código, <2>documentación, <3>traducciones o ayuda <4>apoyando a otros usuarios.", + "description": "Resources copy (page_landingWelcome_resources_want_to_help)" + }, + "page_landingWelcome_videos_alpha_demo": { + "message": "Demo Alfa de IPFS", + "description": "Videos section title (page_landingWelcome_videos_alpha_demo)" + }, + "page_landingWelcome_videos_permanent_web": { + "message": "La Web Permanente", + "description": "Videos section title (page_landingWelcome_videos_permanent_web)" + }, + "page_landingWelcome_projects_title": { + "message": "Proyectos Relacionados", + "description": "Projects section title (page_landingWelcome_projects_title)" } } \ No newline at end of file diff --git a/add-on/_locales/fr/messages.json b/add-on/_locales/fr/messages.json index 5166610a6..b142f245d 100644 --- a/add-on/_locales/fr/messages.json +++ b/add-on/_locales/fr/messages.json @@ -8,7 +8,7 @@ "description": "A label for IPFS icon (panel_headerIpfsNodeIconLabel)" }, "panel_headerActiveToggleTitle": { - "message": "Bouton principal: activer ou désactiver toutes les intégrations IPFS", + "message": "Interrupteur général: Suspendre toute intégration IPFS", "description": "A label for an embedded IPFS node (panel_headerActiveToggleTitle)" }, "panel_statusOffline": { @@ -64,9 +64,13 @@ "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" }, "panelCopy_currentIpfsAddress": { - "message": "Copier l’adresse canonique", + "message": "Copier le chemin IPFS", "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" }, + "panelCopy_copyRawCid": { + "message": "Copier le CID", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_copyRawCid)" + }, "panel_copyCurrentPublicGwUrl": { "message": "Copier l'URL vers la passerelle publique", "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" @@ -83,18 +87,42 @@ "message": "Ressource non IPFS", "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" }, - "contextMenu_AddToIpfsSelection": { - "message": "Ajouter la selection à IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + "contextMenu_parentImage": { + "message": "Image sélectionnée", + "description": "An item in right-click context menu (contextMenu_parentImage)" }, - "contextMenu_AddToIpfsRawCid": { - "message": "Ajouter à IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + "contextMenu_parentVideo": { + "message": "Vidéo sélectionnée", + "description": "An item in right-click context menu (contextMenu_parentVideo)" + }, + "contextMenu_parentAudio": { + "message": "Audio sélectionné", + "description": "An item in right-click context menu (contextMenu_parentAudio)" + }, + "contextMenu_parentLink": { + "message": "Contenu lié", + "description": "An item in right-click context menu (contextMenu_parentLink)" + }, + "contextMenu_parentText": { + "message": "Text sélectionné", + "description": "An item in right-click context menu (contextMenu_parentText)" + }, + "contextMenu_parentPage": { + "message": "Cette page", + "description": "An item in right-click context menu (contextMenu_parentPage)" }, "contextMenu_AddToIpfsKeepFilename": { "message": "Ajouter à IPFS (garder le nom de fichier)", "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" }, + "contextMenu_AddToIpfsRawCid": { + "message": "Ajouter à IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsSelection": { + "message": "Ajouter le texte sélectionné à IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + }, "notify_addonIssueTitle": { "message": "Erreur de l'extension IPFS", "description": "A title of system notification (notify_addonIssueTitle)" @@ -103,13 +131,9 @@ "message": "Regarder la console du navigateur pour plus de détails", "description": "A message in system notification (notify_addonIssueMsg)" }, - "notify_copiedPublicURLTitle": { - "message": "URL publique copiée", - "description": "A title of system notification (notify_copiedPublicURLTitle)" - }, - "notify_copiedCanonicalAddressTitle": { - "message": "Adresse canonique copiée", - "description": "A title of system notification (notify_copiedCanonicalAddressTitle)" + "notify_copiedTitle": { + "message": "Copié", + "description": "A title of system notification (notify_copiedTitle)" }, "notify_pinnedIpfsResourceTitle": { "message": "Ressource IPFS épinglée", @@ -456,7 +480,7 @@ "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" }, "page_landingWelcome_title": { - "message": "IPFS Companion - Welcome!", + "message": "Compagnon IPFS - Bienvenu !", "description": "Page title (page_landingWelcome_title)" }, "page_landingWelcome_logo_title": { @@ -464,71 +488,71 @@ "description": "Extension name after the IPFS logo (page_landingWelcome_logo_title)" }, "page_landingWelcome_welcome_title": { - "message": "You are all set!", + "message": "Vous êtes prêt!", "description": "Ready message title (page_landingWelcome_welcome_title)" }, "page_landingWelcome_welcome_peers": { - "message": "Right now your node is connected to <0>$1 peers.", + "message": "Votre nœud est actuellement connecté à <0>$1 pairs.", "description": "Ready message copy (page_landingWelcome_welcome_peers)" }, "page_landingWelcome_welcome_discover": { - "message": "Discover what you <0>can do with Companion and dive into the distributed web with IPFS!", + "message": "Découvrez ce que vous <0>pouvez faire avec Compagnon et plongez dans le web distribué avec IPFS!", "description": "Ready message copy (page_landingWelcome_welcome_discover)" }, "page_landingWelcome_installSteps_title": { - "message": "Is your IPFS daemon running?", + "message": "Votre démon IPFS est-il en cours d'exécution?", "description": "Install steps title (page_landingWelcome_installSteps_title)" }, "page_landingWelcome_installSteps_install": { - "message": "If you haven't installed IPFS please do so <0>with these instructions.", + "message": "Si vous n'avez pas encore installé IPFS merci de le faire <0> en suivant ces instructions .", "description": "Install steps copy (page_landingWelcome_installSteps_install)" }, "page_landingWelcome_installSteps_run": { - "message": "Then make sure to have an IPFS daemon running in your terminal:", + "message": "Ensuite, assurez-vous d'avoir un démon IPFS en cours d'exécution dans votre terminal:", "description": "Install steps run message (page_landingWelcome_installSteps_run)" }, "page_landingWelcome_resources_title_new_ipfs": { - "message": "New to IPFS?", + "message": "Nouveau sur IPFS?", "description": "Resources title (page_landingWelcome_resources_title_new_ipfs)" }, "page_landingWelcome_resources_new_ipfs": { - "message": "Read the <0>documentation to learn about the basic <1>concepts and working with IPFS.", + "message": "Lisez la <0>documentation pour apprendre les <1>concepts de base et travailler avec IPFS.", "description": "Resources copy (page_landingWelcome_resources_new_ipfs)" }, "page_landingWelcome_resources_title_discover": { - "message": "Discover!", + "message": "Découvrir!", "description": "Resources title (page_landingWelcome_resources_title_discover)" }, "page_landingWelcome_resources_discover": { - "message": "Find <0>useful resources for using IPFS and <1>building things on top of it.", + "message": "Trouvez des <0>resources utiles pour utiliser IPFS et <1>créer des choses basées dessus.", "description": "Resources copy (page_landingWelcome_resources_discover)" }, "page_landingWelcome_resources_title_got_questions": { - "message": "Got questions?", + "message": "Des questions?", "description": "Resources title (page_landingWelcome_resources_title_got_questions)" }, "page_landingWelcome_resources_got_questions": { - "message": "Visit the <0>Discussion and Support Forum.", + "message": "Visitez le forum <0>Discussion et Support .", "description": "Resources copy (page_landingWelcome_resources_got_questions)" }, "page_landingWelcome_resources_title_want_to_help": { - "message": "Want to help?", + "message": "Vous souhaitez nous aider?", "description": "Resources title (page_landingWelcome_resources_title_want_to_help)" }, "page_landingWelcome_resources_want_to_help": { - "message": "Join the <0>IPFS Community! Contribute with <1>code, <2>documentation, <3>translations or help by <4>supporting other users.", + "message": "Rejoignez la <0>communité IPFS! Contribuez au <1>code, à la <2>documentation, aux<3>tranductions ou en venant en <4>aide aux autres utilisateurs.", "description": "Resources copy (page_landingWelcome_resources_want_to_help)" }, "page_landingWelcome_videos_alpha_demo": { - "message": "IPFS Alpha Demo", + "message": "Démo Alpha IPFS", "description": "Videos section title (page_landingWelcome_videos_alpha_demo)" }, "page_landingWelcome_videos_permanent_web": { - "message": "The Permanent Web", + "message": "Le Web Permanent", "description": "Videos section title (page_landingWelcome_videos_permanent_web)" }, "page_landingWelcome_projects_title": { - "message": "Related Projects", + "message": "Projets en relation", "description": "Projects section title (page_landingWelcome_projects_title)" } } \ No newline at end of file diff --git a/add-on/_locales/it/messages.json b/add-on/_locales/it/messages.json index cadb10960..628da60ef 100644 --- a/add-on/_locales/it/messages.json +++ b/add-on/_locales/it/messages.json @@ -8,7 +8,7 @@ "description": "A label for IPFS icon (panel_headerIpfsNodeIconLabel)" }, "panel_headerActiveToggleTitle": { - "message": "Global toggle: activate or suspend all IPFS integrations", + "message": "Global toggle: Suspend all IPFS integrations", "description": "A label for an embedded IPFS node (panel_headerActiveToggleTitle)" }, "panel_statusOffline": { @@ -64,9 +64,13 @@ "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" }, "panelCopy_currentIpfsAddress": { - "message": "Copia indirizzo canonico", + "message": "Copy IPFS Path", "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" }, + "panelCopy_copyRawCid": { + "message": "Copy CID", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_copyRawCid)" + }, "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)" @@ -83,18 +87,42 @@ "message": "Risorsa non-IPFS", "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" }, - "contextMenu_AddToIpfsSelection": { - "message": "Add selected text to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + "contextMenu_parentImage": { + "message": "Selected Image", + "description": "An item in right-click context menu (contextMenu_parentImage)" }, - "contextMenu_AddToIpfsRawCid": { - "message": "Add to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + "contextMenu_parentVideo": { + "message": "Selected Video", + "description": "An item in right-click context menu (contextMenu_parentVideo)" + }, + "contextMenu_parentAudio": { + "message": "Selected Audio", + "description": "An item in right-click context menu (contextMenu_parentAudio)" + }, + "contextMenu_parentLink": { + "message": "Linked Content", + "description": "An item in right-click context menu (contextMenu_parentLink)" + }, + "contextMenu_parentText": { + "message": "Selected Text", + "description": "An item in right-click context menu (contextMenu_parentText)" + }, + "contextMenu_parentPage": { + "message": "This Page", + "description": "An item in right-click context menu (contextMenu_parentPage)" }, "contextMenu_AddToIpfsKeepFilename": { "message": "Add to IPFS (Keep Filename)", "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" }, + "contextMenu_AddToIpfsRawCid": { + "message": "Add to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsSelection": { + "message": "Add Selected Text to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + }, "notify_addonIssueTitle": { "message": "Problema con moduli aggiuntivi (add-on) IPFS", "description": "A title of system notification (notify_addonIssueTitle)" @@ -103,13 +131,9 @@ "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_copiedTitle": { + "message": "Copied", + "description": "A title of system notification (notify_copiedTitle)" }, "notify_pinnedIpfsResourceTitle": { "message": "La Risorsa IPFS è ora mantenuta", diff --git a/add-on/_locales/nl/messages.json b/add-on/_locales/nl/messages.json new file mode 100644 index 000000000..21acf5d85 --- /dev/null +++ b/add-on/_locales/nl/messages.json @@ -0,0 +1,558 @@ +{ + "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": "A label for IPFS icon (panel_headerIpfsNodeIconLabel)" + }, + "panel_headerActiveToggleTitle": { + "message": "Globale instelling: Stop alle IPFS functionaliteit", + "description": "A 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": "versie", + "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": "Het aantal andere IPFS nodes waarmee je kan verbinden", + "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" + }, + "panel_quickUpload": { + "message": "Deel bestanden via IPFS", + "description": "A menu item in Browser Action pop-up (panel_quickUpload)" + }, + "panel_openWebui": { + "message": "Open web interface", + "description": "A menu item in Browser Action pop-up (panel_openWebui)" + }, + "panel_openPreferences": { + "message": "Open extensie instellingen", + "description": "A menu item in Browser Action pop-up (panel_openPreferences)" + }, + "panel_switchToCustomGateway": { + "message": "Gebruik eigen Gateway", + "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" + }, + "panel_switchToPublicGateway": { + "message": "Gebruik publieke Gateway", + "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" + }, + "panel_pinCurrentIpfsAddress": { + "message": "Vastpinnen met IPFS ", + "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" + }, + "panel_unpinCurrentIpfsAddress": { + "message": "Niet langer vastpinnen met IPFS", + "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" + }, + "panelCopy_currentIpfsAddress": { + "message": "Copy IPFS Path", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" + }, + "panelCopy_copyRawCid": { + "message": "Copy CID", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_copyRawCid)" + }, + "panel_copyCurrentPublicGwUrl": { + "message": "Kopieer publieke Gateway link", + "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" + }, + "pageAction_titleIpfsAtPublicGateway": { + "message": "IPFS bron geladen via publieke Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" + }, + "pageAction_titleIpfsAtCustomGateway": { + "message": "IPFS bron geladen via eigen Gateway", + "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" + }, + "pageAction_titleNonIpfs": { + "message": "Niet-IPFS bron", + "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" + }, + "contextMenu_parentImage": { + "message": "Selected Image", + "description": "An item in right-click context menu (contextMenu_parentImage)" + }, + "contextMenu_parentVideo": { + "message": "Selected Video", + "description": "An item in right-click context menu (contextMenu_parentVideo)" + }, + "contextMenu_parentAudio": { + "message": "Selected Audio", + "description": "An item in right-click context menu (contextMenu_parentAudio)" + }, + "contextMenu_parentLink": { + "message": "Linked Content", + "description": "An item in right-click context menu (contextMenu_parentLink)" + }, + "contextMenu_parentText": { + "message": "Selected Text", + "description": "An item in right-click context menu (contextMenu_parentText)" + }, + "contextMenu_parentPage": { + "message": "This Page", + "description": "An item in right-click context menu (contextMenu_parentPage)" + }, + "contextMenu_AddToIpfsKeepFilename": { + "message": "Toevoegen aan IPFS (bestandsnaam behouden)", + "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" + }, + "contextMenu_AddToIpfsRawCid": { + "message": "Toevoegen aan IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsSelection": { + "message": "Add Selected Text to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + }, + "notify_addonIssueTitle": { + "message": "Issue met IPFS extensie", + "description": "A title of system notification (notify_addonIssueTitle)" + }, + "notify_addonIssueMsg": { + "message": "Zie Browser Console voor details", + "description": "A message in system notification (notify_addonIssueMsg)" + }, + "notify_copiedTitle": { + "message": "Copied", + "description": "A title of system notification (notify_copiedTitle)" + }, + "notify_pinnedIpfsResourceTitle": { + "message": "IPFS bron vastgepind", + "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" + }, + "notify_unpinnedIpfsResourceTitle": { + "message": "Niet langer vastgepind met IPFS", + "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" + }, + "notify_pinErrorTitle": { + "message": "Vastpinnen mislukt", + "description": "A title of system notification (notify_pinErrorTitle)" + }, + "notify_unpinErrorTitle": { + "message": "Verwijderen van pin mislukt", + "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": "Automatische mode: Verwijzing via eigen Gateway is actief", + "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": "Automatische mode: Gebruik publieke Gateway als back-up", + "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" + }, + "notify_uploadErrorTitle": { + "message": "Uploaden via IPFS API mislukt", + "description": "A title of system notification (notify_uploadErrorTitle)" + }, + "notify_uploadTrackingProtectionErrorMsg": { + "message": "Probeer om Tracking Protection uit te schakelen (ctrl+shift+j voor meer details)", + "description": "(notify_uploadTrackingProtectionErrorMsg)" + }, + "notify_inlineMsg": { + "message": "$1", + "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" + }, + "notify_inlineErrorMsg": { + "message": "$1(ctrl+shift+j voor meer details) ", + "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" + }, + "notify_startIpfsNodeErrorTitle": { + "message": "Starten van IPFS node mislukt", + "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" + }, + "notify_stopIpfsNodeErrorTitle": { + "message": "Stoppen van IPFS node mislukt", + "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" + }, + "option_legend_readMore": { + "message": "Lees meer", + "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": "Extern: verbind met node via HTTP API", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeType_embedded_description": { + "message": "Ingebouwd (experimenteel): start een js-ipfs node in je browser (enkel voor ontwikkeling, zie beperkingen via onderstaande link)", + "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" + }, + "option_ipfsNodeConfig_title": { + "message": "IPFS node configuratie", + "description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)" + }, + "option_ipfsNodeConfig_description": { + "message": "Configuratie voor ingebouwde IPFS node. Alleen geldige JSON toegestaan.", + "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": "Ingebouwd", + "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": "Eigen lokale Gateway", + "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" + }, + "option_customGatewayUrl_description": { + "message": "Link naar voorkeurs-HTTP2IPFS Gateway", + "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" + }, + "option_useCustomGateway_title": { + "message": "Gebruik eigen Gateway", + "description": "An option title on the Preferences screen (option_useCustomGateway_title)" + }, + "option_useCustomGateway_description": { + "message": "Verwijs aanvragen voor IPFS inhoud via eigen Gateway", + "description": "An option description on the Preferences screen (option_useCustomGateway_description)" + }, + "option_publicGatewayUrl_title": { + "message": "Standaard publieke Gateway", + "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" + }, + "option_publicGatewayUrl_description": { + "message": "Back-up link die gebruikt wordt in het geval dat de eigen Gateway niet beschikbaar is voor het kopiëren van deelbare 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 link", + "description": "An option title on the Preferences screen (option_ipfsApiUrl_title)" + }, + "option_ipfsApiUrl_description": { + "message": "Tip: hier leeft /webui", + "description": "An option description on the Preferences screen (option_ipfsApiUrl_description)" + }, + "option_ipfsApiPollMs_title": { + "message": "Poll interval status", + "description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)" + }, + "option_ipfsApiPollMs_description": { + "message": "Hoe vaak het aantal peers ververs (in milliseconden)", + "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" + }, + "option_automaticMode_title": { + "message": "Automatische mode", + "description": "An option title on the Preferences screen (option_automaticMode_title)" + }, + "option_automaticMode_description": { + "message": "Wissel het gebruik van de eigen gateway wanneer de IPFS API niet beschikbaar is.", + "description": "An option description on the Preferences screen (option_automaticMode_description)" + }, + "option_header_experiments": { + "message": "Experimenten", + "description": "A section header on the Preferences screen (option_header_experiments)" + }, + "option_experiments_warning": { + "message": "Waarschuwing: deze functionaliteiten zijn experimenteel.", + "description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)" + }, + "option_displayNotifications_title": { + "message": "Notificaties aanzetten", + "description": "An option title on the Preferences screen (option_displayNotifications_title)" + }, + "option_displayNotifications_description": { + "message": "Toon een notificatie wanneer de API status veranderd, je een link copieerd, en dergelijke.", + "description": "An option description on the Preferences screen (option_displayNotifications_description)" + }, + "option_catchUnhandledProtocols_title": { + "message": "Onbekende IPFS protocollen opvangen.", + "description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)" + }, + "option_catchUnhandledProtocols_description": { + "message": "Schakel ondersteuning in voor ipfs://, ipns:// en dweb: door links met onbekende protocollen te normaliseren.", + "description": "An option description on the Preferences screen (option_catchUnhandledProtocols_description)" + }, + "option_linkify_title": { + "message": "IPFS adressen klikbaar maken", + "description": "An option title on the Preferences screen (option_linkify_title)" + }, + "option_linkify_description": { + "message": "Tekst /ipfs/ links omvormen tot klikbare hyperlinks.", + "description": "An option description on the Preferences screen (option_linkify_description)" + }, + "option_dnslinkPolicy_title": { + "message": "Ondersteun DNSLink", + "description": "An option title on the Preferences screen (option_dnslinkPolicy_title)" + }, + "option_dnslinkPolicy_description": { + "message": "Selecteer het DNS TXT opzoekbeleid om IPFS websites te laden via IPFS indien mogelijk", + "description": "An option description on the Preferences screen (option_dnslinkPolicy_description)" + }, + "option_dnslinkPolicy_disabled": { + "message": "Uit", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)" + }, + "option_dnslinkPolicy_bestEffort": { + "message": "Toepassen voor HTTP aanvraag", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)" + }, + "option_dnslinkPolicy_enabled": { + "message": "Toepassen na HTTP aanvraag", + "description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)" + }, + "option_detectIpfsPathHeader_title": { + "message": "Detecteer X-Ipfs-Path header", + "description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)" + }, + "option_detectIpfsPathHeader_description": { + "message": "Laadt websites via IPFS in plaats van HTTP als de waarde een IPFS pad is. Ondersteuning van IPNS paden vergt ook de activatie van DNSLink ondersteuning.", + "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": "Maak IPFS op elke pagina bereikbaar via het window object.", + "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" + }, + "option_ipfsProxy_link_manage_permissions": { + "message": "Toestemmingen beheren", + "description": "Link text for managing permissions" + }, + "option_preloadAtPublicGateway_title": { + "message": "Uploads voorladen", + "description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)" + }, + "option_preloadAtPublicGateway_description": { + "message": "Schakelt het automatisch voorladen van gedeelde bronnen via asynchrone HTTP HEAD-aanvraag naar de publieke Gateway in.", + "description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)" + }, + "option_resetAllOptions_title": { + "message": "Alles herstellen", + "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" + }, + "option_resetAllOptions_description": { + "message": "Herstelt je persoonlijke instellingen naar de standaard instellingen (je instellingen gaan verloren!)", + "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 extensie die de toegang tot IPFS versimpelt", + "description": "Extension description in the Manifest file (manifest_extensionDescription)" + }, + "quickUpload_subhead_peers": { + "message": "Verbonden met $1 peers", + "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" + }, + "quickUpload_pick_file_button": { + "message": "Kies een bestand", + "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" + }, + "quickUpload_or": { + "message": "of", + "description": "seperates the pick a file button from the drop message (quickUpload_or)" + }, + "quickUpload_drop_it_here": { + "message": "hier loslaten om te delen", + "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" + }, + "quickUpload_state_uploading": { + "message": "Bezig met uploaden..", + "description": "Status label on the share files page (quickUpload_state_uploading)" + }, + "quickUpload_state_buffering": { + "message": "(Aan het laden, even geduld)", + "description": "Status label on the share files page (quickUpload_state_buffering)" + }, + "quickUpload_options_show": { + "message": "upload opties", + "description": "Button on the share files page (quickUpload_options_show)" + }, + "quickUpload_options_wrapWithDirectory": { + "message": "Zet losse files in een folder zodat hun bestandsnaam bewaard blijft.", + "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" + }, + "quickUpload_options_pinUpload": { + "message": "Pin files vast zodat ze bewaard blijven wanneer je IPFS opslagplaats opgekuist wordt.", + "description": "Checkbox label on the share files page (quickUpload_options_pinUpload)" + }, + "page_proxyAcl_title": { + "message": "Toestemmingen beheren", + "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" + }, + "page_proxyAcl_subtitle": { + "message": "Bekijk, verander en trek toestemmingen tot jou IPFS instantie terug.", + "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" + }, + "page_proxyAcl_no_perms": { + "message": "Geen toestemming verleend.", + "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" + }, + "page_proxyAcl_confirm_revoke": { + "message": "Toestemming $1 voor $2 terugtrekken?", + "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" + }, + "page_proxyAcl_confirm_revoke_all": { + "message": "Alle toestemmingen voor $1 terugtrekken?", + "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" + }, + "page_proxyAcl_toggle_to_allow_button_title": { + "message": "Klik om toe te staan", + "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": "Klik om te weigeren", + "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" + }, + "page_proxyAcl_allow_button_value": { + "message": "Toestaan", + "description": "Button value for allow (page_proxyAcl_allow_button_value)" + }, + "page_proxyAcl_deny_button_value": { + "message": "Weigeren", + "description": "Button value for deny" + }, + "page_proxyAcl_revoke_button_title": { + "message": "$1 terugtrekken", + "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" + }, + "page_proxyAccessDialog_title": { + "message": "$1 toestaan om ipfs.$2 te benaderen?", + "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" + }, + "page_proxyAccessDialog_wildcardCheckbox_label": { + "message": "Deze keuze toepassen op alle toestemmingen in dit kader", + "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" + }, + "page_proxyAcl_revoke_all_button_title": { + "message": "Alle toestemmingen terugtrekken?", + "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" + }, + "page_proxyAccessDialog_allowButton_text": { + "message": "Toestaan", + "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_proxyAccessDialog_denyButton_text": { + "message": "Weigeren", + "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_landingWelcome_title": { + "message": "IPFS Companion - Welkom!", + "description": "Page title (page_landingWelcome_title)" + }, + "page_landingWelcome_logo_title": { + "message": "IPFS Companion", + "description": "Extension name after the IPFS logo (page_landingWelcome_logo_title)" + }, + "page_landingWelcome_welcome_title": { + "message": "Je bent er helemaal klaar voor!", + "description": "Ready message title (page_landingWelcome_welcome_title)" + }, + "page_landingWelcome_welcome_peers": { + "message": "Je node is verbonden met <0> $1 peers.", + "description": "Ready message copy (page_landingWelcome_welcome_peers)" + }, + "page_landingWelcome_welcome_discover": { + "message": "Ontdek wat je <0>met de Companion kan doen en duik in het gedistribueerd web met IPFS!", + "description": "Ready message copy (page_landingWelcome_welcome_discover)" + }, + "page_landingWelcome_installSteps_title": { + "message": "Draait je IPFS daemon?", + "description": "Install steps title (page_landingWelcome_installSteps_title)" + }, + "page_landingWelcome_installSteps_install": { + "message": "Gebruik <0>deze instructies om IPFS te installeren indien je dit nog niet gedaan hebt.", + "description": "Install steps copy (page_landingWelcome_installSteps_install)" + }, + "page_landingWelcome_installSteps_run": { + "message": "Zorg er vervolgens voor dat de IPFS daemon draait in je terminal:", + "description": "Install steps run message (page_landingWelcome_installSteps_run)" + }, + "page_landingWelcome_resources_title_new_ipfs": { + "message": "Onbekend met IPFS?", + "description": "Resources title (page_landingWelcome_resources_title_new_ipfs)" + }, + "page_landingWelcome_resources_new_ipfs": { + "message": "Lees de <0>documentatie om de <1>basis concepten van IPFS te leren.", + "description": "Resources copy (page_landingWelcome_resources_new_ipfs)" + }, + "page_landingWelcome_resources_title_discover": { + "message": "Ontdek!", + "description": "Resources title (page_landingWelcome_resources_title_discover)" + }, + "page_landingWelcome_resources_discover": { + "message": "Vind <0>hulp bronnen voor het gebruik van IPFS of <1>bouw er op.", + "description": "Resources copy (page_landingWelcome_resources_discover)" + }, + "page_landingWelcome_resources_title_got_questions": { + "message": "Vragen?", + "description": "Resources title (page_landingWelcome_resources_title_got_questions)" + }, + "page_landingWelcome_resources_got_questions": { + "message": "Bezoek het <0>discussie- en ondersteuningsforum.", + "description": "Resources copy (page_landingWelcome_resources_got_questions)" + }, + "page_landingWelcome_resources_title_want_to_help": { + "message": "Wil je helpen?", + "description": "Resources title (page_landingWelcome_resources_title_want_to_help)" + }, + "page_landingWelcome_resources_want_to_help": { + "message": "Word lid van de <0>IPFS-community! Draag bij met <1>code, <2>documentatie, <3>vertalingenof help door<4>andere gebruikers te ondersteunen.", + "description": "Resources copy (page_landingWelcome_resources_want_to_help)" + }, + "page_landingWelcome_videos_alpha_demo": { + "message": "IPFS Alpha demo", + "description": "Videos section title (page_landingWelcome_videos_alpha_demo)" + }, + "page_landingWelcome_videos_permanent_web": { + "message": "Het permanente web", + "description": "Videos section title (page_landingWelcome_videos_permanent_web)" + }, + "page_landingWelcome_projects_title": { + "message": "Verwante projecten", + "description": "Projects section title (page_landingWelcome_projects_title)" + } +} \ No newline at end of file diff --git a/add-on/_locales/no/messages.json b/add-on/_locales/no/messages.json new file mode 100644 index 000000000..2f0c6f8c6 --- /dev/null +++ b/add-on/_locales/no/messages.json @@ -0,0 +1,558 @@ +{ + "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": "A label for IPFS icon (panel_headerIpfsNodeIconLabel)" + }, + "panel_headerActiveToggleTitle": { + "message": "Global toggle: Suspend all IPFS integrations", + "description": "A 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": "Versjon", + "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": "Antall andre IPFS noder du kan koble til", + "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" + }, + "panel_quickUpload": { + "message": "Del filer via IPFS", + "description": "A menu item in Browser Action pop-up (panel_quickUpload)" + }, + "panel_openWebui": { + "message": "Åpne WebUI", + "description": "A menu item in Browser Action pop-up (panel_openWebui)" + }, + "panel_openPreferences": { + "message": "Åpne preferanser for nettleserutvidelse", + "description": "A menu item in Browser Action pop-up (panel_openPreferences)" + }, + "panel_switchToCustomGateway": { + "message": "Bytt til custom gateway", + "description": "A menu item in Browser Action pop-up (panel_switchToCustomGateway)" + }, + "panel_switchToPublicGateway": { + "message": "Bytt til offentlig gateway", + "description": "A menu item in Browser Action pop-up (panel_switchToPublicGateway)" + }, + "panel_pinCurrentIpfsAddress": { + "message": "Pin IPFS ressurs", + "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" + }, + "panel_unpinCurrentIpfsAddress": { + "message": "Unpin IPFS ressurs", + "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" + }, + "panelCopy_currentIpfsAddress": { + "message": "Copy IPFS Path", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" + }, + "panelCopy_copyRawCid": { + "message": "Copy CID", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_copyRawCid)" + }, + "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": "Ikke-IPFS ressurs", + "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" + }, + "contextMenu_parentImage": { + "message": "Selected Image", + "description": "An item in right-click context menu (contextMenu_parentImage)" + }, + "contextMenu_parentVideo": { + "message": "Selected Video", + "description": "An item in right-click context menu (contextMenu_parentVideo)" + }, + "contextMenu_parentAudio": { + "message": "Selected Audio", + "description": "An item in right-click context menu (contextMenu_parentAudio)" + }, + "contextMenu_parentLink": { + "message": "Linked Content", + "description": "An item in right-click context menu (contextMenu_parentLink)" + }, + "contextMenu_parentText": { + "message": "Selected Text", + "description": "An item in right-click context menu (contextMenu_parentText)" + }, + "contextMenu_parentPage": { + "message": "This Page", + "description": "An item in right-click context menu (contextMenu_parentPage)" + }, + "contextMenu_AddToIpfsKeepFilename": { + "message": "Legg til i IPFS (Behold filnavn)", + "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" + }, + "contextMenu_AddToIpfsRawCid": { + "message": "Legg til i IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsSelection": { + "message": "Add Selected Text to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + }, + "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_copiedTitle": { + "message": "Copied", + "description": "A title of system notification (notify_copiedTitle)" + }, + "notify_pinnedIpfsResourceTitle": { + "message": "IPFS ressurs er nå pinned", + "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" + }, + "notify_unpinnedIpfsResourceTitle": { + "message": "Fjernet 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 er 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 er 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": "Kunne ikke laste opp via IPFS API", + "description": "A title of system notification (notify_uploadErrorTitle)" + }, + "notify_uploadTrackingProtectionErrorMsg": { + "message": "Prøv å deaktivere sporingsbeskyttelse (trykk ctrl+shift+j for mer informasjon)", + "description": "(notify_uploadTrackingProtectionErrorMsg)" + }, + "notify_inlineMsg": { + "message": "$1", + "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" + }, + "notify_inlineErrorMsg": { + "message": "$1 (trykk ctrl+shift+j for flere detaljer)", + "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" + }, + "notify_startIpfsNodeErrorTitle": { + "message": "Kunne ikke starte IPFS node", + "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" + }, + "notify_stopIpfsNodeErrorTitle": { + "message": "Kunne ikke stoppe IPFS node", + "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" + }, + "option_legend_readMore": { + "message": "Les mer", + "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": "Ekstern", + "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": "Gatewayer", + "description": "A section header on the Preferences screen (option_header_gateways)" + }, + "option_customGatewayUrl_title": { + "message": "Custom Local Gateway", + "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": "Bruk tilpasset Gateway", + "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": "Default Public Gateway", + "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: dette er hvor /webui bor", + "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": "Hvor ofte peer telling er oppdatert (i millisekunder)", + "description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)" + }, + "option_automaticMode_title": { + "message": "Automatisk modus", + "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": "Eksperimenter", + "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": "Aktiver varsler", + "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://, ipns:// and dweb: 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": "Av", + "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": "Administrer tillatelser", + "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": "Tilbakestill alt", + "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": "Nettleserutvidelse som forenkler tilgangen til IPFS ressurser", + "description": "Extension description in the Manifest file (manifest_extensionDescription)" + }, + "quickUpload_subhead_peers": { + "message": "Tilkoblet $1 peers", + "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" + }, + "quickUpload_pick_file_button": { + "message": "Velg en fil", + "description": "Text on the 'pick a file' button (quickUpload_pick_file_button)" + }, + "quickUpload_or": { + "message": "eller", + "description": "seperates the pick a file button from the drop message (quickUpload_or)" + }, + "quickUpload_drop_it_here": { + "message": "Slipp den her for å dele", + "description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)" + }, + "quickUpload_state_uploading": { + "message": "Opplasting pågår..", + "description": "Status label on the share files page (quickUpload_state_uploading)" + }, + "quickUpload_state_buffering": { + "message": "(buffering, vennligst vent)", + "description": "Status label on the share files page (quickUpload_state_buffering)" + }, + "quickUpload_options_show": { + "message": "Opplastingsalternativer", + "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": "Administrer tillatelser", + "description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)" + }, + "page_proxyAcl_subtitle": { + "message": "Se, endre og tilbakekall tildelte tilgangsrettigheter til din IPFS forekomst.", + "description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)" + }, + "page_proxyAcl_no_perms": { + "message": "Ingen tillatelser gitt.", + "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" + }, + "page_proxyAcl_confirm_revoke": { + "message": "Tilbakekall tillatelse $1 for $2?", + "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" + }, + "page_proxyAcl_confirm_revoke_all": { + "message": "Tilbakekall alle tillatelser for $1?", + "description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)" + }, + "page_proxyAcl_toggle_to_allow_button_title": { + "message": "Klikk for å tillate", + "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": "Klikk for å nekte", + "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" + }, + "page_proxyAcl_allow_button_value": { + "message": "Tillat", + "description": "Button value for allow (page_proxyAcl_allow_button_value)" + }, + "page_proxyAcl_deny_button_value": { + "message": "Nekte", + "description": "Button value for deny" + }, + "page_proxyAcl_revoke_button_title": { + "message": "Tilbakekall $1", + "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" + }, + "page_proxyAccessDialog_title": { + "message": "Tillat $1 å få tilgang til IPFS.$2?", + "description": "Main title of the access permission dialog (page_proxyAccessDialog_title)" + }, + "page_proxyAccessDialog_wildcardCheckbox_label": { + "message": "Anvend denne avgjørelsen til alle tillatelser i dette omfanget", + "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" + }, + "page_proxyAcl_revoke_all_button_title": { + "message": "Tilbakekall alle tillatelser", + "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" + }, + "page_proxyAccessDialog_allowButton_text": { + "message": "Tillat", + "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_proxyAccessDialog_denyButton_text": { + "message": "Nekte", + "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" + }, + "page_landingWelcome_title": { + "message": "IPFS Companion - Velkommen!", + "description": "Page title (page_landingWelcome_title)" + }, + "page_landingWelcome_logo_title": { + "message": "IPFS Companion", + "description": "Extension name after the IPFS logo (page_landingWelcome_logo_title)" + }, + "page_landingWelcome_welcome_title": { + "message": "Du er klar!", + "description": "Ready message title (page_landingWelcome_welcome_title)" + }, + "page_landingWelcome_welcome_peers": { + "message": "Akkurat nå er din node tilkoblet <0>$1 peers.", + "description": "Ready message copy (page_landingWelcome_welcome_peers)" + }, + "page_landingWelcome_welcome_discover": { + "message": "Oppdag hva du <0>kan gjøre med Companion og dykk inn i det distribuerte nettet med IPFS!", + "description": "Ready message copy (page_landingWelcome_welcome_discover)" + }, + "page_landingWelcome_installSteps_title": { + "message": "Kjører din IPFS daemon?", + "description": "Install steps title (page_landingWelcome_installSteps_title)" + }, + "page_landingWelcome_installSteps_install": { + "message": "Hvis du ikke har installert IPFS, vennligst gjør det <0>med disse instruksjonene.", + "description": "Install steps copy (page_landingWelcome_installSteps_install)" + }, + "page_landingWelcome_installSteps_run": { + "message": "Deretter må du sørge for at en IPFS daemon kjører i terminalen din:", + "description": "Install steps run message (page_landingWelcome_installSteps_run)" + }, + "page_landingWelcome_resources_title_new_ipfs": { + "message": "Ny på IPFS?", + "description": "Resources title (page_landingWelcome_resources_title_new_ipfs)" + }, + "page_landingWelcome_resources_new_ipfs": { + "message": "Les <0>dokumentasjonen for å lære om de grunnleggende <1>konseptene, og jobbe med IPFS", + "description": "Resources copy (page_landingWelcome_resources_new_ipfs)" + }, + "page_landingWelcome_resources_title_discover": { + "message": "Utforsk!", + "description": "Resources title (page_landingWelcome_resources_title_discover)" + }, + "page_landingWelcome_resources_discover": { + "message": "Finn <0>nyttige ressurser for å bruke IPFS, og <1>bygge tingpå toppen av det.", + "description": "Resources copy (page_landingWelcome_resources_discover)" + }, + "page_landingWelcome_resources_title_got_questions": { + "message": "Har du spørsmål?", + "description": "Resources title (page_landingWelcome_resources_title_got_questions)" + }, + "page_landingWelcome_resources_got_questions": { + "message": "Besøk <0>diskusjons- og supportforumet.", + "description": "Resources copy (page_landingWelcome_resources_got_questions)" + }, + "page_landingWelcome_resources_title_want_to_help": { + "message": "Ønsker du å hjelpe til?", + "description": "Resources title (page_landingWelcome_resources_title_want_to_help)" + }, + "page_landingWelcome_resources_want_to_help": { + "message": "Bli med i <0>IPFS-fellesskapet! Bidra med <1>kode, <2>dokumentasjon, <3>oversettelser eller hjelp ved å <4>støtte andre brukere.", + "description": "Resources copy (page_landingWelcome_resources_want_to_help)" + }, + "page_landingWelcome_videos_alpha_demo": { + "message": "IPFS Alpha Demo", + "description": "Videos section title (page_landingWelcome_videos_alpha_demo)" + }, + "page_landingWelcome_videos_permanent_web": { + "message": "Det permanente nettet", + "description": "Videos section title (page_landingWelcome_videos_permanent_web)" + }, + "page_landingWelcome_projects_title": { + "message": "Relaterte prosjekter", + "description": "Projects section title (page_landingWelcome_projects_title)" + } +} \ No newline at end of file diff --git a/add-on/_locales/pl/messages.json b/add-on/_locales/pl/messages.json index e63c19a8f..1b4de0bc7 100644 --- a/add-on/_locales/pl/messages.json +++ b/add-on/_locales/pl/messages.json @@ -8,7 +8,7 @@ "description": "A label for IPFS icon (panel_headerIpfsNodeIconLabel)" }, "panel_headerActiveToggleTitle": { - "message": "Globalny przełącznik: włącza lub wstrzymuje wszystkie integracje IPFS w przeglądarce", + "message": "Global toggle: Suspend all IPFS integrations", "description": "A label for an embedded IPFS node (panel_headerActiveToggleTitle)" }, "panel_statusOffline": { @@ -64,9 +64,13 @@ "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" }, "panelCopy_currentIpfsAddress": { - "message": "Skopiuj ścieżkę IPFS", + "message": "Copy IPFS Path", "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" }, + "panelCopy_copyRawCid": { + "message": "Copy CID", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_copyRawCid)" + }, "panel_copyCurrentPublicGwUrl": { "message": "Skopiuj URL do publicznej bramy", "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" @@ -83,18 +87,42 @@ "message": "Brak zasobu IPFS", "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" }, - "contextMenu_AddToIpfsSelection": { - "message": "Add selected text to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + "contextMenu_parentImage": { + "message": "Selected Image", + "description": "An item in right-click context menu (contextMenu_parentImage)" }, - "contextMenu_AddToIpfsRawCid": { - "message": "Dodaj do IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + "contextMenu_parentVideo": { + "message": "Selected Video", + "description": "An item in right-click context menu (contextMenu_parentVideo)" + }, + "contextMenu_parentAudio": { + "message": "Selected Audio", + "description": "An item in right-click context menu (contextMenu_parentAudio)" + }, + "contextMenu_parentLink": { + "message": "Linked Content", + "description": "An item in right-click context menu (contextMenu_parentLink)" + }, + "contextMenu_parentText": { + "message": "Selected Text", + "description": "An item in right-click context menu (contextMenu_parentText)" + }, + "contextMenu_parentPage": { + "message": "This Page", + "description": "An item in right-click context menu (contextMenu_parentPage)" }, "contextMenu_AddToIpfsKeepFilename": { "message": "Dodaj do IPFS (zachowaj nazwę pliku)", "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" }, + "contextMenu_AddToIpfsRawCid": { + "message": "Dodaj do IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsSelection": { + "message": "Add Selected Text to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + }, "notify_addonIssueTitle": { "message": "Problem z Asystentem IPFS", "description": "A title of system notification (notify_addonIssueTitle)" @@ -103,13 +131,9 @@ "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_copiedTitle": { + "message": "Copied", + "description": "A title of system notification (notify_copiedTitle)" }, "notify_pinnedIpfsResourceTitle": { "message": "Przypięto wskazany zasób IPFS", diff --git a/add-on/_locales/pt/messages.json b/add-on/_locales/pt/messages.json index b8a7edc6c..73736676c 100644 --- a/add-on/_locales/pt/messages.json +++ b/add-on/_locales/pt/messages.json @@ -8,7 +8,7 @@ "description": "A label for IPFS icon (panel_headerIpfsNodeIconLabel)" }, "panel_headerActiveToggleTitle": { - "message": "Global toggle: activate or suspend all IPFS integrations", + "message": "Global toggle: Suspend all IPFS integrations", "description": "A label for an embedded IPFS node (panel_headerActiveToggleTitle)" }, "panel_statusOffline": { @@ -64,9 +64,13 @@ "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" }, "panelCopy_currentIpfsAddress": { - "message": "Copiar Endereço Canónico", + "message": "Copy IPFS Path", "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" }, + "panelCopy_copyRawCid": { + "message": "Copy CID", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_copyRawCid)" + }, "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)" @@ -83,18 +87,42 @@ "message": "Recurso não IPFS", "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" }, - "contextMenu_AddToIpfsSelection": { - "message": "Add selected text to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + "contextMenu_parentImage": { + "message": "Selected Image", + "description": "An item in right-click context menu (contextMenu_parentImage)" }, - "contextMenu_AddToIpfsRawCid": { - "message": "Add to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + "contextMenu_parentVideo": { + "message": "Selected Video", + "description": "An item in right-click context menu (contextMenu_parentVideo)" + }, + "contextMenu_parentAudio": { + "message": "Selected Audio", + "description": "An item in right-click context menu (contextMenu_parentAudio)" + }, + "contextMenu_parentLink": { + "message": "Linked Content", + "description": "An item in right-click context menu (contextMenu_parentLink)" + }, + "contextMenu_parentText": { + "message": "Selected Text", + "description": "An item in right-click context menu (contextMenu_parentText)" + }, + "contextMenu_parentPage": { + "message": "This Page", + "description": "An item in right-click context menu (contextMenu_parentPage)" }, "contextMenu_AddToIpfsKeepFilename": { "message": "Add to IPFS (Keep Filename)", "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" }, + "contextMenu_AddToIpfsRawCid": { + "message": "Add to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsSelection": { + "message": "Add Selected Text to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + }, "notify_addonIssueTitle": { "message": "Problema com a extensão IPFS", "description": "A title of system notification (notify_addonIssueTitle)" @@ -103,13 +131,9 @@ "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_copiedTitle": { + "message": "Copied", + "description": "A title of system notification (notify_copiedTitle)" }, "notify_pinnedIpfsResourceTitle": { "message": "Item IPFS fixado", diff --git a/add-on/_locales/sv/messages.json b/add-on/_locales/sv/messages.json index 15c4ea0ca..d6f44d59d 100644 --- a/add-on/_locales/sv/messages.json +++ b/add-on/_locales/sv/messages.json @@ -8,7 +8,7 @@ "description": "A label for IPFS icon (panel_headerIpfsNodeIconLabel)" }, "panel_headerActiveToggleTitle": { - "message": "Global växel: aktivera eller pausa alla IPFS-integrationer", + "message": "Global toggle: Suspend all IPFS integrations", "description": "A label for an embedded IPFS node (panel_headerActiveToggleTitle)" }, "panel_statusOffline": { @@ -64,9 +64,13 @@ "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" }, "panelCopy_currentIpfsAddress": { - "message": "Kopiera kanonisk adress", + "message": "Copy IPFS Path", "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" }, + "panelCopy_copyRawCid": { + "message": "Copy CID", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_copyRawCid)" + }, "panel_copyCurrentPublicGwUrl": { "message": "Kopiera offentlig gateway URL", "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" @@ -83,18 +87,42 @@ "message": "Icke-IPFS resurs", "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" }, - "contextMenu_AddToIpfsSelection": { - "message": "Lägg till markerad text till IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + "contextMenu_parentImage": { + "message": "Selected Image", + "description": "An item in right-click context menu (contextMenu_parentImage)" }, - "contextMenu_AddToIpfsRawCid": { - "message": "Lägg till i IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + "contextMenu_parentVideo": { + "message": "Selected Video", + "description": "An item in right-click context menu (contextMenu_parentVideo)" + }, + "contextMenu_parentAudio": { + "message": "Selected Audio", + "description": "An item in right-click context menu (contextMenu_parentAudio)" + }, + "contextMenu_parentLink": { + "message": "Linked Content", + "description": "An item in right-click context menu (contextMenu_parentLink)" + }, + "contextMenu_parentText": { + "message": "Selected Text", + "description": "An item in right-click context menu (contextMenu_parentText)" + }, + "contextMenu_parentPage": { + "message": "This Page", + "description": "An item in right-click context menu (contextMenu_parentPage)" }, "contextMenu_AddToIpfsKeepFilename": { "message": "Lägg till i IPFS (Behåll Filnamn)", "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" }, + "contextMenu_AddToIpfsRawCid": { + "message": "Lägg till i IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsSelection": { + "message": "Add Selected Text to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + }, "notify_addonIssueTitle": { "message": "Problem med IPFS-tillägg", "description": "A title of system notification (notify_addonIssueTitle)" @@ -103,13 +131,9 @@ "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_copiedTitle": { + "message": "Copied", + "description": "A title of system notification (notify_copiedTitle)" }, "notify_pinnedIpfsResourceTitle": { "message": "IPFS-resurs är nu fastnålad", diff --git a/add-on/_locales/zh_CN/messages.json b/add-on/_locales/zh_CN/messages.json index 42e046d0d..b16e1154e 100644 --- a/add-on/_locales/zh_CN/messages.json +++ b/add-on/_locales/zh_CN/messages.json @@ -8,11 +8,11 @@ "description": "A label for IPFS icon (panel_headerIpfsNodeIconLabel)" }, "panel_headerActiveToggleTitle": { - "message": "Global toggle: activate or suspend all IPFS integrations", + "message": "全局切换:暂停所有的IPFS整合", "description": "A label for an embedded IPFS node (panel_headerActiveToggleTitle)" }, "panel_statusOffline": { - "message": "offline", + "message": "离线", "description": "A label in Node status section of Browser Action pop-up (panel_statusOffline)" }, "panel_statusGatewayAddress": { @@ -32,11 +32,11 @@ "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", + "message": "你可以连接的IPFS节点的数目", "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" }, "panel_quickUpload": { - "message": "快速上传", + "message": "通过IPFS分享文件", "description": "A menu item in Browser Action pop-up (panel_quickUpload)" }, "panel_openWebui": { @@ -64,37 +64,65 @@ "description": "A menu item in Browser Action pop-up (panel_unpinCurrentIpfsAddress)" }, "panelCopy_currentIpfsAddress": { - "message": "复制规范地址", + "message": "Copy IPFS Path", "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" }, + "panelCopy_copyRawCid": { + "message": "Copy CID", + "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_copyRawCid)" + }, "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", + "message": "通过公共网关加载IPFS资源", "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" }, "pageAction_titleIpfsAtCustomGateway": { - "message": "IPFS resource loaded via Custom Gateway", + "message": "通过自定义网关加载IPFS资源", "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" }, "pageAction_titleNonIpfs": { "message": "非 IPFS 资源", "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" }, - "contextMenu_AddToIpfsSelection": { - "message": "Add selected text to IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + "contextMenu_parentImage": { + "message": "Selected Image", + "description": "An item in right-click context menu (contextMenu_parentImage)" }, - "contextMenu_AddToIpfsRawCid": { - "message": "添加到 IPFS", - "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + "contextMenu_parentVideo": { + "message": "Selected Video", + "description": "An item in right-click context menu (contextMenu_parentVideo)" + }, + "contextMenu_parentAudio": { + "message": "Selected Audio", + "description": "An item in right-click context menu (contextMenu_parentAudio)" + }, + "contextMenu_parentLink": { + "message": "Linked Content", + "description": "An item in right-click context menu (contextMenu_parentLink)" + }, + "contextMenu_parentText": { + "message": "Selected Text", + "description": "An item in right-click context menu (contextMenu_parentText)" + }, + "contextMenu_parentPage": { + "message": "This Page", + "description": "An item in right-click context menu (contextMenu_parentPage)" }, "contextMenu_AddToIpfsKeepFilename": { "message": "添加到 IPFS(保持文件名)", "description": "An item in right-click context menu (contextMenu_AddToIpfsKeepFilename)" }, + "contextMenu_AddToIpfsRawCid": { + "message": "添加到 IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsRawCid)" + }, + "contextMenu_AddToIpfsSelection": { + "message": "Add Selected Text to IPFS", + "description": "An item in right-click context menu (contextMenu_AddToIpfsSelection)" + }, "notify_addonIssueTitle": { "message": "IPFS 附加组件问题报告", "description": "A title of system notification (notify_addonIssueTitle)" @@ -103,13 +131,9 @@ "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_copiedTitle": { + "message": "Copied", + "description": "A title of system notification (notify_copiedTitle)" }, "notify_pinnedIpfsResourceTitle": { "message": "已固定 IPFS 资源", @@ -156,7 +180,7 @@ "description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)" }, "notify_inlineErrorMsg": { - "message": "$1 (press ctrl+shift+j for more details)", + "message": "$1(按下 ctrl+shift+j 组合键以了解更多细节)", "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" }, "notify_startIpfsNodeErrorTitle": { @@ -168,7 +192,7 @@ "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" }, "option_legend_readMore": { - "message": "Read more", + "message": "阅读更多", "description": "A generic link in option description on the Preferences screen (option_legend_readMore)" }, "option_header_nodeType": { @@ -180,11 +204,11 @@ "description": "An option title on the Preferences screen (option_ipfsNodeType_title)" }, "option_ipfsNodeType_external_description": { - "message": "External: connect to a node over HTTP API", + "message": "外部:通过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)", + "message": "嵌入式(测试阶段):在你的浏览器中运行js-ipfsj节点 (仅用于开发,从以下链接阅读其局限性)", "description": "An option description on the Preferences screen (option_ipfsNodeType_description)" }, "option_ipfsNodeConfig_title": { @@ -316,7 +340,7 @@ "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.", + "message": "如果值是一个IPFS路径,就丢弃HTTP传输,转而使用IPFS加载。IPFS路径的转向也需要启用DNSLink 支持。", "description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)" }, "option_ipfsProxy_title": { @@ -324,7 +348,7 @@ "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.", + "message": "IPFS被添加到每一个页面的窗口对象。启用/禁用它对其暴露函数的访问。", "description": "An option description for the IPFS proxy (option_ipfsProxy_description)" }, "option_ipfsProxy_link_manage_permissions": { @@ -360,7 +384,7 @@ "description": "Extension description in the Manifest file (manifest_extensionDescription)" }, "quickUpload_subhead_peers": { - "message": "Connected to $1 peers", + "message": "已连接到$1个节点", "description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)" }, "quickUpload_pick_file_button": { @@ -388,7 +412,7 @@ "description": "Button on the share files page (quickUpload_options_show)" }, "quickUpload_options_wrapWithDirectory": { - "message": "Wrap single files in a directory to preserve their filenames.", + "message": "将单个文件包装在文件夹中,来保留其文件名。", "description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)" }, "quickUpload_options_pinUpload": { @@ -408,7 +432,7 @@ "description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)" }, "page_proxyAcl_confirm_revoke": { - "message": "Revoke permission $1 for $2?", + "message": "是否撤销$2对$1的权限?", "description": "Confirmation message for revoking a permission for a scope (page_proxyAcl_confirm_revoke)" }, "page_proxyAcl_confirm_revoke_all": { @@ -424,15 +448,15 @@ "description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)" }, "page_proxyAcl_allow_button_value": { - "message": "Allow", + "message": "允许", "description": "Button value for allow (page_proxyAcl_allow_button_value)" }, "page_proxyAcl_deny_button_value": { - "message": "Deny", + "message": "拒绝", "description": "Button value for deny" }, "page_proxyAcl_revoke_button_title": { - "message": "Revoke $1", + "message": "撤销$1", "description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)" }, "page_proxyAccessDialog_title": { @@ -444,15 +468,15 @@ "description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)" }, "page_proxyAcl_revoke_all_button_title": { - "message": "Revoke all permissions", + "message": "撤回所有许可", "description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)" }, "page_proxyAccessDialog_allowButton_text": { - "message": "Allow", + "message": "允许", "description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)" }, "page_proxyAccessDialog_denyButton_text": { - "message": "Deny", + "message": "拒绝", "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" }, "page_landingWelcome_title": { @@ -464,11 +488,11 @@ "description": "Extension name after the IPFS logo (page_landingWelcome_logo_title)" }, "page_landingWelcome_welcome_title": { - "message": "You are all set!", + "message": "一切准备就绪!", "description": "Ready message title (page_landingWelcome_welcome_title)" }, "page_landingWelcome_welcome_peers": { - "message": "Right now your node is connected to <0>$1 peers.", + "message": "当前您的节点已经连接上<0>$1个节点", "description": "Ready message copy (page_landingWelcome_welcome_peers)" }, "page_landingWelcome_welcome_discover": { @@ -480,7 +504,7 @@ "description": "Install steps title (page_landingWelcome_installSteps_title)" }, "page_landingWelcome_installSteps_install": { - "message": "If you haven't installed IPFS please do so <0>with these instructions.", + "message": "如果您尚未安装IPFS,请根据<0>以下指示安装。", "description": "Install steps copy (page_landingWelcome_installSteps_install)" }, "page_landingWelcome_installSteps_run": { @@ -488,11 +512,11 @@ "description": "Install steps run message (page_landingWelcome_installSteps_run)" }, "page_landingWelcome_resources_title_new_ipfs": { - "message": "New to IPFS?", + "message": "刚接触IPFS?", "description": "Resources title (page_landingWelcome_resources_title_new_ipfs)" }, "page_landingWelcome_resources_new_ipfs": { - "message": "Read the <0>documentation to learn about the basic <1>concepts and working with IPFS.", + "message": "阅读<0>文档来学习基本的<1>概念,开始IPFS相关的工作", "description": "Resources copy (page_landingWelcome_resources_new_ipfs)" }, "page_landingWelcome_resources_title_discover": { @@ -504,19 +528,19 @@ "description": "Resources copy (page_landingWelcome_resources_discover)" }, "page_landingWelcome_resources_title_got_questions": { - "message": "Got questions?", + "message": "遇到问题?", "description": "Resources title (page_landingWelcome_resources_title_got_questions)" }, "page_landingWelcome_resources_got_questions": { - "message": "Visit the <0>Discussion and Support Forum.", + "message": "浏览<0>讨论与支持论坛。", "description": "Resources copy (page_landingWelcome_resources_got_questions)" }, "page_landingWelcome_resources_title_want_to_help": { - "message": "Want to help?", + "message": "需要帮助?", "description": "Resources title (page_landingWelcome_resources_title_want_to_help)" }, "page_landingWelcome_resources_want_to_help": { - "message": "Join the <0>IPFS Community! Contribute with <1>code, <2>documentation, <3>translations or help by <4>supporting other users.", + "message": "加入<0>IPFS社区!贡献<1>代码,<2>文档,<3>翻译或通过<4>给其他用户提供支持来帮忙。", "description": "Resources copy (page_landingWelcome_resources_want_to_help)" }, "page_landingWelcome_videos_alpha_demo": { @@ -524,11 +548,11 @@ "description": "Videos section title (page_landingWelcome_videos_alpha_demo)" }, "page_landingWelcome_videos_permanent_web": { - "message": "The Permanent Web", + "message": "永久性网络", "description": "Videos section title (page_landingWelcome_videos_permanent_web)" }, "page_landingWelcome_projects_title": { - "message": "Related Projects", + "message": "相关项目", "description": "Projects section title (page_landingWelcome_projects_title)" } } \ No newline at end of file