|
19 | 19 | "message": "Gateway", |
20 | 20 | "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddress)" |
21 | 21 | }, |
| 22 | + "panel_statusGatewayAddressTitle": { |
| 23 | + "message": "The URL of the gateway, either public or local, you are using to fetch content (change this in Preferences)", |
| 24 | + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayAddressTitle)" |
| 25 | + }, |
22 | 26 | "panel_statusApiAddress": { |
23 | 27 | "message": "API", |
24 | 28 | "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddress)" |
25 | 29 | }, |
| 30 | + "panel_statusApiAddressTitle": { |
| 31 | + "message": "The URL of your local node's API", |
| 32 | + "description": "A label in Node status section of Browser Action pop-up (panel_statusApiAddressTitle)" |
| 33 | + }, |
26 | 34 | "panel_statusGatewayVersion": { |
27 | 35 | "message": "version", |
28 | 36 | "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)" |
29 | 37 | }, |
| 38 | + "panel_statusGatewayVersionTitle": { |
| 39 | + "message": "The version of IPFS your local node is using", |
| 40 | + "description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersionTitle)" |
| 41 | + }, |
30 | 42 | "panel_statusSwarmPeers": { |
31 | 43 | "message": "Klient-forbindelser", |
32 | 44 | "description": "A label in Node status section of Browser Action pop-up (panel_statusSwarmPeers)" |
|
36 | 48 | "description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)" |
37 | 49 | }, |
38 | 50 | "panel_quickImport": { |
39 | | - "message": "Del filer via IPFS", |
| 51 | + "message": "Quick Import/Share…", |
40 | 52 | "description": "A menu item in Browser Action pop-up (panel_quickImport)" |
41 | 53 | }, |
| 54 | + "panel_quickImportTooltip": { |
| 55 | + "message": "Import files to IPFS and copy a publicly shareable link to your clipboard", |
| 56 | + "description": "A menu item tooltip in Browser Action pop-up (panel_quickImportTooltip)" |
| 57 | + }, |
42 | 58 | "panel_openWebui": { |
43 | | - "message": "Åbn webkonsollen", |
| 59 | + "message": "Go to My Node…", |
44 | 60 | "description": "A menu item in Browser Action pop-up (panel_openWebui)" |
45 | 61 | }, |
46 | | - "panel_redirectToggle": { |
47 | | - "message": "Omdirriger til Gateway", |
48 | | - "description": "A menu item in Browser Action pop-up (panel_redirectToggle)" |
49 | | - }, |
50 | | - "panel_redirectToggleTooltip": { |
51 | | - "message": "Klik for at skifte alle gateway omdirrigeringer", |
52 | | - "description": "A menu item in Browser Action pop-up (panel_redirectToggleTooltip)" |
53 | | - }, |
54 | | - "panel_toolsSectionHeader": { |
55 | | - "message": "Værktøjer", |
56 | | - "description": "A menu item in Browser Action pop-up (panel_toolsSectionHeader)" |
| 62 | + "panel_openWebuiTooltip": { |
| 63 | + "message": "Open your IPFS node's controls in your browser", |
| 64 | + "description": "A menu item in Browser Action pop-up (panel_openWebuiTooltip)" |
57 | 65 | }, |
58 | 66 | "panel_openPreferences": { |
59 | | - "message": "Åben indstillinger", |
| 67 | + "message": "Open IPFS Companion preferences", |
60 | 68 | "description": "A menu item in Browser Action pop-up (panel_openPreferences)" |
61 | 69 | }, |
62 | 70 | "panel_activeTabSectionHeader": { |
63 | | - "message": "Aktivt faneblad", |
| 71 | + "message": "Current Tab", |
64 | 72 | "description": "A menu item in Browser Action pop-up (panel_activeTabSiteRedirectEnable)" |
65 | 73 | }, |
66 | 74 | "panel_activeTabSiteIntegrationsToggle": { |
67 | 75 | "message": "Enable on $1", |
68 | 76 | "description": "A menu item in Browser Action pop-up (panel_activeTabSiteIntegrationsToggle)" |
69 | 77 | }, |
70 | 78 | "panel_activeTabSiteIntegrationsToggleTooltip": { |
71 | | - "message": "Click to toggle all IPFS integrations on $1", |
| 79 | + "message": "Enable/disable all IPFS integrations on $1", |
72 | 80 | "description": "A menu item tooltip in Browser Action pop-up (panel_activeTabSiteIntegrationsToggleTooltip)" |
73 | 81 | }, |
74 | 82 | "panel_pinCurrentIpfsAddress": { |
75 | | - "message": "Pin IPFS resource", |
| 83 | + "message": "Fastgør IPFS resource", |
76 | 84 | "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)" |
77 | 85 | }, |
78 | 86 | "panel_pinCurrentIpfsAddressTooltip": { |
79 | | - "message": "Fastgørelse af en CID fortæller din IPFS-klient at denne data er vigtig og ikke må fjernes.", |
| 87 | + "message": "Pin this page's IPFS resources to your node to have a local copy that's available offline and never thrown away.", |
80 | 88 | "description": "A menu item tooltip in Browser Action pop-up (panel_pinCurrentIpfsAddressTooltip)" |
81 | 89 | }, |
82 | 90 | "panelCopy_currentIpfsAddress": { |
83 | | - "message": "Copy IPFS content path", |
| 91 | + "message": "Copy IPFS Content Path", |
84 | 92 | "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_currentIpfsAddress)" |
85 | 93 | }, |
| 94 | + "panelCopy_currentIpfsAddressTooltip": { |
| 95 | + "message": "A canonical content path that you can use with IPFS tools and gateways", |
| 96 | + "description": "A menu item tooltip in Browser Action pop-up (panelCopy_currentIpfsAddressTooltip)" |
| 97 | + }, |
86 | 98 | "panelCopy_copyRawCid": { |
87 | 99 | "message": "Kopier CID", |
88 | 100 | "description": "A menu item in Browser Action pop-up and right-click context menu (panelCopy_copyRawCid)" |
89 | 101 | }, |
| 102 | + "panelCopy_copyRawCidTooltip": { |
| 103 | + "message": "The unique IPFS content identifier for this page", |
| 104 | + "description": "A menu item tooltip in Browser Action pop-up (panelCopy_copyRawCidTooltip)" |
| 105 | + }, |
| 106 | + "panelCopy_copyRawCidNotReadyHint": { |
| 107 | + "message": "(waiting for DAG data)", |
| 108 | + "description": "A hint in menu item in Browser Action pop-up to indicate CID is still being resolved (panelCopy_copyRawCidNotReadyHint)" |
| 109 | + }, |
90 | 110 | "panel_copyCurrentPublicGwUrl": { |
91 | | - "message": "Copy shareable link", |
| 111 | + "message": "Copy Shareable Link", |
92 | 112 | "description": "A menu item in Browser Action pop-up and right-click context menu (panel_copyCurrentPublicGwUrl)" |
93 | 113 | }, |
| 114 | + "panel_copyCurrentPublicGwUrlTooltip": { |
| 115 | + "message": "This link works for anyone, even if they don't use IPFS", |
| 116 | + "description": "A menu item tooltip in Browser Action pop-up (panel_copyCurrentPublicGwUrlTooltip)" |
| 117 | + }, |
94 | 118 | "panel_contextMenuViewOnGateway": { |
95 | 119 | "message": "View on Gateway", |
96 | 120 | "description": "A menu item in Browser Action pop-up and right-click context menu (panel_contextMenuViewOnGateway)" |
|
100 | 124 | "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtPublicGateway)" |
101 | 125 | }, |
102 | 126 | "pageAction_titleIpfsAtCustomGateway": { |
103 | | - "message": "IPFS-resource indlæst via Valgfri Gateway", |
| 127 | + "message": "IPFS resource loaded via local gateway", |
104 | 128 | "description": "A tooltip displayed over Page Action in location bar (pageAction_titleIpfsAtCustomGateway)" |
105 | 129 | }, |
106 | 130 | "pageAction_titleNonIpfs": { |
107 | | - "message": "Ikke-IPFS resource", |
| 131 | + "message": "Non-IPFS Resource", |
108 | 132 | "description": "Default label for icon hidden in Page Action menu (pageAction_titleNonIpfs)" |
109 | 133 | }, |
110 | 134 | "contextMenu_parentImage": { |
|
144 | 168 | "description": "A title of system notification (notify_addonIssueTitle)" |
145 | 169 | }, |
146 | 170 | "notify_addonIssueMsg": { |
147 | | - "message": "Se Browser-konsollen for flere detaljer", |
| 171 | + "message": "See your browser's developer console for more details", |
148 | 172 | "description": "A message in system notification (notify_addonIssueMsg)" |
149 | 173 | }, |
150 | 174 | "notify_copiedTitle": { |
151 | 175 | "message": "Kopieret", |
152 | 176 | "description": "A title of system notification (notify_copiedTitle)" |
153 | 177 | }, |
154 | 178 | "notify_pinnedIpfsResourceTitle": { |
155 | | - "message": "IPFS resource er nu fastgjort", |
| 179 | + "message": "IPFS Resource Pinned", |
156 | 180 | "description": "A title of system notification (notify_pinnedIpfsResourceTitle)" |
157 | 181 | }, |
158 | 182 | "notify_unpinnedIpfsResourceTitle": { |
159 | 183 | "message": "Frigjorde IPFS-resource", |
160 | 184 | "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)" |
161 | 185 | }, |
162 | 186 | "notify_pinErrorTitle": { |
163 | | - "message": "En fejl opstod ved fastgørelse af IPFS-resource", |
| 187 | + "message": "Error Pinning IPFS Resource", |
164 | 188 | "description": "A title of system notification (notify_pinErrorTitle)" |
165 | 189 | }, |
166 | 190 | "notify_unpinErrorTitle": { |
167 | | - "message": "En fejl opstod ved frigørelse af IPFS-resource", |
| 191 | + "message": "Error Removing IPFS Pin", |
168 | 192 | "description": "A title of system notification (notify_unpinErrorTitle)" |
169 | 193 | }, |
170 | 194 | "notify_apiOnlineTitle": { |
171 | 195 | "message": "IPFS API'et er Online", |
172 | 196 | "description": "A title of system notification (notify_apiOnlineTitle)" |
173 | 197 | }, |
174 | 198 | "notify_apiOnlineAutomaticModeMsg": { |
175 | | - "message": "Automatisk tilstand: Valgfri Gateway Omstilling er aktiv", |
| 199 | + "message": "Automatic Mode: Custom gateway redirect is active", |
176 | 200 | "description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)" |
177 | 201 | }, |
178 | 202 | "notify_apiOfflineTitle": { |
179 | 203 | "message": "IPFS API'et er Offline", |
180 | 204 | "description": "A title of system notification (notify_apiOfflineTitle)" |
181 | 205 | }, |
182 | 206 | "notify_apiOfflineAutomaticModeMsg": { |
183 | | - "message": "Automatisk tilstand: Den offentlige vil blive benyttet som backup", |
| 207 | + "message": "Automatic Mode: Public gateway will be used as a fallback", |
184 | 208 | "description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)" |
185 | 209 | }, |
186 | 210 | "notify_importErrorTitle": { |
187 | | - "message": "Unable to import via IPFS API", |
| 211 | + "message": "Unable to Import via IPFS API", |
188 | 212 | "description": "A title of system notification (notify_importErrorTitle)" |
189 | 213 | }, |
190 | 214 | "notify_importTrackingProtectionErrorMsg": { |
|
200 | 224 | "description": "A generic placeholder for error notification (notify_inlineErrorMsg)" |
201 | 225 | }, |
202 | 226 | "notify_startIpfsNodeErrorTitle": { |
203 | | - "message": "Det mislykkedes at starte IPFS-klienten", |
| 227 | + "message": "Failed to Start IPFS Node", |
204 | 228 | "description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)" |
205 | 229 | }, |
206 | 230 | "notify_stopIpfsNodeErrorTitle": { |
207 | | - "message": "Det mislykkedes at stoppe IPFS-klienten", |
| 231 | + "message": "Failed to Stop IPFS Node", |
208 | 232 | "description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)" |
209 | 233 | }, |
| 234 | + "option_page_title" : { |
| 235 | + "message": "Preferences | IPFS Companion", |
| 236 | + "description": "Title of the Preferences page (option_page_title)" |
| 237 | + }, |
210 | 238 | "option_page_header" : { |
211 | 239 | "message": "Companion Preferences", |
212 | 240 | "description": "Main header on the Preferences screen (option_page_header)" |
|
264 | 292 | "description": "A section header on the Preferences screen (option_header_gateways)" |
265 | 293 | }, |
266 | 294 | "option_customGatewayUrl_title": { |
267 | | - "message": "Valgfri Lokal Gateway", |
| 295 | + "message": "Local Gateway", |
268 | 296 | "description": "An option title on the Preferences screen (option_customGatewayUrl_title)" |
269 | 297 | }, |
270 | 298 | "option_customGatewayUrl_description": { |
271 | | - "message": "Set the URL of your preferred custom local gateway.", |
| 299 | + "message": "Set the URL of your local gateway.", |
272 | 300 | "description": "An option description on the Preferences screen (option_customGatewayUrl_description)" |
273 | 301 | }, |
274 | 302 | "option_customGatewayUrl_warning": { |
275 | 303 | "message": "IPFS indhold vil være blokeret for download via HTTPS websider med mindre din gateway URL begynder med “http://127.0.0.1”, “http://[::1]” eller “https://”", |
276 | 304 | "description": "A warning on the Preferences screen, displayed when URL does not belong to Secure Context (option_customGatewayUrl_warning)" |
277 | 305 | }, |
278 | 306 | "option_useCustomGateway_title": { |
279 | | - "message": "Anvend Valgfri Gateway", |
| 307 | + "message": "Use Local Gateway", |
280 | 308 | "description": "An option title on the Preferences screen (option_useCustomGateway_title)" |
281 | 309 | }, |
282 | 310 | "option_useCustomGateway_description": { |
283 | | - "message": "Redirect requests for IPFS resources to your custom local gateway.", |
| 311 | + "message": "Redirect requests for IPFS resources to your local gateway.", |
284 | 312 | "description": "An option description on the Preferences screen (option_useCustomGateway_description)" |
285 | 313 | }, |
286 | 314 | "option_useSubdomains_title": { |
|
324 | 352 | "description": "An option title on the Preferences screen (option_publicGatewayUrl_title)" |
325 | 353 | }, |
326 | 354 | "option_publicGatewayUrl_description": { |
327 | | - "message": "Set a default public gateway to use in publicly shareable links and as a fallback URL when your custom gateway is not available.", |
| 355 | + "message": "Set the URL of a default public gateway to use in publicly shareable links and as a fallback if your local gateway is unavailable.", |
328 | 356 | "description": "An option description on the Preferences screen (option_publicGatewayUrl_description)" |
329 | 357 | }, |
330 | 358 | "option_publicSubdomainGatewayUrl_title": { |
331 | 359 | "message": "Default Public Subdomain Gateway", |
332 | 360 | "description": "An option title on the Preferences screen (option_publicSubdomainGatewayUrl_title)" |
333 | 361 | }, |
334 | 362 | "option_publicSubdomainGatewayUrl_description": { |
335 | | - "message": "Set a default public subdomain gateway for the recovery of broken subdomain gateways.", |
| 363 | + "message": "Set the URL of a default public subdomain gateway for the recovery of broken subdomain gateways.", |
336 | 364 | "description": "An option description on the Preferences screen (option_publicSubdomainGatewayUrl_description)" |
337 | 365 | }, |
338 | 366 | "option_header_api": { |
|
360 | 388 | "description": "An option title on the Preferences screen (option_automaticMode_title)" |
361 | 389 | }, |
362 | 390 | "option_automaticMode_description": { |
363 | | - "message": "Enable/disable use of your custom gateway as appropriate when IPFS API availability changes.", |
| 391 | + "message": "Automatically switch from your local gateway to your default public gateway if the IPFS API is unavailable.", |
364 | 392 | "description": "An option description on the Preferences screen (option_automaticMode_description)" |
365 | 393 | }, |
366 | 394 | "option_header_dnslink": { |
|
500 | 528 | "description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)" |
501 | 529 | }, |
502 | 530 | "option_resetAllOptions_description": { |
503 | | - "message": "Reset all IPFS Companion preferences to their default values (warning: cannot be undone!).", |
| 531 | + "message": "Reset all IPFS Companion preferences to their default values. Warning: Cannot be undone!", |
504 | 532 | "description": "An option description on the Preferences screen (option_resetAllOptions_description)" |
505 | 533 | }, |
506 | 534 | "manifest_extensionName": { |
|
515 | 543 | "message": "Harness the power of IPFS in your browser", |
516 | 544 | "description": "Extension description in the Manifest file (manifest_extensionDescription)" |
517 | 545 | }, |
| 546 | + "quickImport_page_title": { |
| 547 | + "message": "Import & Share Files | IPFS Companion", |
| 548 | + "description": "Page title (quickImport_page_title)" |
| 549 | + }, |
| 550 | + "quickImport_head_peers": { |
| 551 | + "message": "Import & share files", |
| 552 | + "description": "Header on the share files page (quickImport_subhead_peers)" |
| 553 | + }, |
518 | 554 | "quickImport_subhead_peers": { |
519 | 555 | "message": "Forbundet til $1 klienter", |
520 | 556 | "description": "Partial info stats beneath the header on the share files page (quickImport_subhead_peers)" |
|
528 | 564 | "description": "seperates the pick a file button from the drop message (quickImport_or)" |
529 | 565 | }, |
530 | 566 | "quickImport_drop_it_here": { |
531 | | - "message": "Træk hertil for at dele", |
532 | | - "description": "Partial info stats beneath the header on the share files page (quickImport_drop_it_here)" |
| 567 | + "message": "drop it here", |
| 568 | + "description": "Drop message on the share files page (quickImport_drop_it_here)" |
533 | 569 | }, |
534 | 570 | "quickImport_state_importing": { |
535 | 571 | "message": "Import in progress..", |
|
548 | 584 | "description": "Textbox label on the share files page (quickImport_options_importDir)" |
549 | 585 | }, |
550 | 586 | "quickImport_options_openViaWebUI": { |
551 | | - "message": "Open in Web UI", |
| 587 | + "message": "Open in Files page", |
552 | 588 | "description": "Checkbox label on the share files page (quickImport_options_openViaWebUI)" |
553 | 589 | }, |
554 | 590 | "page_proxyAcl_title": { |
|
612 | 648 | "description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)" |
613 | 649 | }, |
614 | 650 | "page_landingWelcome_title": { |
615 | | - "message": "IPFS Følgesvend - Velkommen!\n", |
| 651 | + "message": "Welcome | IPFS Companion", |
616 | 652 | "description": "Page title (page_landingWelcome_title)" |
617 | 653 | }, |
618 | 654 | "page_landingWelcome_logo_title": { |
|
0 commit comments