|
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": "Peers",
|
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": "Share files 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": "Open Web UI", |
| 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": "Redirect to Gateway", |
48 |
| - "description": "A menu item in Browser Action pop-up (panel_redirectToggle)" |
49 |
| - }, |
50 |
| - "panel_redirectToggleTooltip": { |
51 |
| - "message": "Click to toggle all gateway redirects", |
52 |
| - "description": "A menu item in Browser Action pop-up (panel_redirectToggleTooltip)" |
53 |
| - }, |
54 |
| - "panel_toolsSectionHeader": { |
55 |
| - "message": "Tools", |
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": "Open Preferences of Browser Extension", |
| 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": "Active Tab", |
| 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": "Pin IPFS Resource", |
76 | 84 | "description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)"
|
77 | 85 | },
|
78 | 86 | "panel_pinCurrentIpfsAddressTooltip": {
|
79 |
| - "message": "Pinning a CID tells your IPFS node that this data is important and mustn’t be thrown away.", |
| 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": "Copy 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 loaded via Custom 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": "Non-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": "See Browser Console for more details", |
| 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": "Copied",
|
152 | 176 | "description": "A title of system notification (notify_copiedTitle)"
|
153 | 177 | },
|
154 | 178 | "notify_pinnedIpfsResourceTitle": {
|
155 |
| - "message": "IPFS Resource is now pinned", |
| 179 | + "message": "IPFS Resource Pinned", |
156 | 180 | "description": "A title of system notification (notify_pinnedIpfsResourceTitle)"
|
157 | 181 | },
|
158 | 182 | "notify_unpinnedIpfsResourceTitle": {
|
159 | 183 | "message": "Removed IPFS Pin",
|
160 | 184 | "description": "A title of system notification (notify_unpinnedIpfsResourceTitle)"
|
161 | 185 | },
|
162 | 186 | "notify_pinErrorTitle": {
|
163 |
| - "message": "Error while pinning 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": "Error while removing IPFS Pin", |
| 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 is Online",
|
172 | 196 | "description": "A title of system notification (notify_apiOnlineTitle)"
|
173 | 197 | },
|
174 | 198 | "notify_apiOnlineAutomaticModeMsg": {
|
175 |
| - "message": "Automatic Mode: Custom Gateway Redirect is active", |
| 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 is Offline",
|
180 | 204 | "description": "A title of system notification (notify_apiOfflineTitle)"
|
181 | 205 | },
|
182 | 206 | "notify_apiOfflineAutomaticModeMsg": {
|
183 |
| - "message": "Automatic Mode: Public Gateway will be used as a fallback", |
| 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": "Failed to start IPFS node", |
| 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": "Failed to stop IPFS node", |
| 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": "Custom Local 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 content will be blocked from loading on HTTPS websites unless your gateway URL starts with “http://127.0.0.1”, “http://[::1]” or “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": "Use Custom 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": "Connected to $1 peers",
|
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": "drop it here to share", |
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 Companion - Welcome!", |
| 651 | + "message": "Welcome | IPFS Companion", |
616 | 652 | "description": "Page title (page_landingWelcome_title)"
|
617 | 653 | },
|
618 | 654 | "page_landingWelcome_logo_title": {
|
|
0 commit comments