Skip to content

Commit

Permalink
feat: locale sync
Browse files Browse the repository at this point in the history
- new locales: da, nl and no
  • Loading branch information
lidel committed Oct 5, 2018
1 parent e0ae14c commit 88ff7e6
Show file tree
Hide file tree
Showing 12 changed files with 2,241 additions and 271 deletions.
116 changes: 70 additions & 46 deletions add-on/_locales/cs/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down Expand Up @@ -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": {
Expand All @@ -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": {
Expand All @@ -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": {
Expand Down Expand Up @@ -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": {
Expand Down Expand Up @@ -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": {
Expand All @@ -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": {
Expand Down Expand Up @@ -456,79 +480,79 @@
"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": {
"message": "IPFS Companion",
"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</0> peers.",
"message": "V současné době je váš uzel připojen k dalším <0>$1</0> uzlům.",
"description": "Ready message copy (page_landingWelcome_welcome_peers)"
},
"page_landingWelcome_welcome_discover": {
"message": "Discover what you <0>can do with Companion</0> and dive into the distributed web with IPFS!",
"message": "Vyzkoušejte co <0>můžete dělat s IPFS Companion</0> 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</0>.",
"message": "Pokud jste si ještě nenainstalovali IPFS, tak prosím tomu tak udělejte následováním <0>těchto kroků</0>.",
"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</0> to learn about the basic <1>concepts</1> and working with IPFS.",
"message": "Přečtěte si <0>dokumentaci</0> aby jste se dozvěděli o základních <1>pojmech</1> 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</0> for using IPFS and <1>building things</1> on top of it.",
"message": "Naleznete <0>zajímavé zdroje</0> pro používaní a <1>tvoření nových věcí</1> 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</0>.",
"message": "Navštivte <0>fórum</0>.",
"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</0>! Contribute with <1>code</1>, <2>documentation</2>, <3>translations</3> or help by <4>supporting other users</4>.",
"message": "Přidejte se k <0>IPFS komunitě</0>! Přispějte <1>kódem</1>, <2>dokumentací</2>, <3>překlady</3> nebo pomocí <4>ostatním uživatelům</4>.",
"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": "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)"
}
}
Loading

0 comments on commit 88ff7e6

Please sign in to comment.