-
Notifications
You must be signed in to change notification settings - Fork 325
/
messages.json
586 lines (586 loc) · 26.9 KB
/
messages.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
{
"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": "Toggle 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": "version",
"description": "A label in Node status section of Browser Action pop-up (panel_statusGatewayVersion)"
},
"panel_statusSwarmPeers": {
"message": "Peers",
"description": "A label in Node status section of Browser Action pop-upi (panel_statusSwarmPeers)"
},
"panel_statusSwarmPeersTitle": {
"message": "The number of other IPFS nodes you can connect to",
"description": "A label tooltip in Node status section of Browser Action pop-up (panel_statusSwarmPeersTitle)"
},
"panel_quickUpload": {
"message": "Share files via IPFS",
"description": "A menu item in Browser Action pop-up (panel_quickUpload)"
},
"panel_openWebui": {
"message": "Open Web UI",
"description": "A menu item in Browser Action pop-up (panel_openWebui)"
},
"panel_redirectToggle": {
"message": "Redirect to Gateway",
"description": "A menu item in Browser Action pop-up (panel_redirectToggle)"
},
"panel_redirectToggleTooltip": {
"message": "Click to toggle all gateway redirects",
"description": "A menu item in Browser Action pop-up (panel_redirectToggleTooltip)"
},
"panel_toolsSectionHeader": {
"message": "Tools",
"description": "A menu item in Browser Action pop-up (panel_toolsSectionHeader)"
},
"panel_openPreferences": {
"message": "Open Preferences of Browser Extension",
"description": "A menu item in Browser Action pop-up (panel_openPreferences)"
},
"panel_activeTabSectionHeader": {
"message": "Active Tab",
"description": "A menu item in Browser Action pop-up (panel_activeTabSiteRedirectEnable)"
},
"panel_activeTabSiteRedirectToggle": {
"message": "Redirect on $1",
"description": "A menu item in Browser Action pop-up (panel_activeTabSiteRedirectToggle)"
},
"panel_activeTabSiteRedirectToggleTooltip": {
"message": "Click to toggle gateway redirects on $1",
"description": "A menu item tooltip in Browser Action pop-up (panel_activeTabSiteRedirectToggleTooltip)"
},
"panel_pinCurrentIpfsAddress": {
"message": "Pin IPFS Resource",
"description": "A menu item in Browser Action pop-up (panel_pinCurrentIpfsAddress)"
},
"panel_pinCurrentIpfsAddressTooltip": {
"message": "Pinning a CID tells your IPFS node that this data is important and mustn’t be thrown away.",
"description": "A menu item tooltip in Browser Action pop-up (panel_pinCurrentIpfsAddressTooltip)"
},
"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": "Non-IPFS resource",
"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": "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": "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 Resource is now pinned",
"description": "A title of system notification (notify_pinnedIpfsResourceTitle)"
},
"notify_unpinnedIpfsResourceTitle": {
"message": "Removed IPFS Pin",
"description": "A title of system notification (notify_unpinnedIpfsResourceTitle)"
},
"notify_pinErrorTitle": {
"message": "Error while pinning IPFS Resource",
"description": "A title of system notification (notify_pinErrorTitle)"
},
"notify_unpinErrorTitle": {
"message": "Error while removing IPFS Pin",
"description": "A title of system notification (notify_unpinErrorTitle)"
},
"notify_apiOnlineTitle": {
"message": "IPFS API is Online",
"description": "A title of system notification (notify_apiOnlineTitle)"
},
"notify_apiOnlineAutomaticModeMsg": {
"message": "Automatic Mode: Custom Gateway Redirect is active",
"description": "A message in system notification (notify_apiOnlineAutomaticModeMsg)"
},
"notify_apiOfflineTitle": {
"message": "IPFS API is Offline",
"description": "A title of system notification (notify_apiOfflineTitle)"
},
"notify_apiOfflineAutomaticModeMsg": {
"message": "Automatic Mode: Public Gateway will be used as a fallback",
"description": "A message in system notification (notify_apiOfflineAutomaticModeMsg)"
},
"notify_uploadErrorTitle": {
"message": "Unable to upload via IPFS API",
"description": "A title of system notification (notify_uploadErrorTitle)"
},
"notify_uploadTrackingProtectionErrorMsg": {
"message": "Try disabling Tracking Protection (press ctrl+shift+j for more details)",
"description": "(notify_uploadTrackingProtectionErrorMsg)"
},
"notify_inlineMsg": {
"message": "$1",
"description": "A generic placeholder for notification message, leave as-is (notify_inlineMsg)"
},
"notify_inlineErrorMsg": {
"message": "$1 (press ctrl+shift+j for more details)",
"description": "A generic placeholder for error notification (notify_inlineErrorMsg)"
},
"notify_startIpfsNodeErrorTitle": {
"message": "Failed to start IPFS node",
"description": "System notification title displayed when starting an IPFS node fails (notify_startIpfsNodeErrorTitle)"
},
"notify_stopIpfsNodeErrorTitle": {
"message": "Failed to stop IPFS node",
"description": "System notification title displayed when stopping an IPFS node fails (notify_stopIpfsNodeErrorTitle)"
},
"option_legend_readMore" : {
"message": "Read more",
"description": "A generic link in option description on the Preferences screen (option_legend_readMore)"
},
"option_header_nodeType" : {
"message": "IPFS Node",
"description": "A section header on the Preferences screen (option_header_nodeType)"
},
"option_ipfsNodeType_title": {
"message": "IPFS Node Type",
"description": "An option title on the Preferences screen (option_ipfsNodeType_title)"
},
"option_ipfsNodeType_external_description": {
"message": "External: connect to a node over HTTP API",
"description": "An option description on the Preferences screen (option_ipfsNodeType_description)"
},
"option_ipfsNodeType_embedded_description": {
"message": "Embedded (experimental): run js-ipfs node in your browser (use only for development, read about its limitations under the link below)",
"description": "An option description on the Preferences screen (option_ipfsNodeType_description)"
},
"option_ipfsNodeConfig_title": {
"message": "IPFS Node Config",
"description": "An option title on the Preferences screen (option_ipfsNodeConfig_title)"
},
"option_ipfsNodeConfig_description": {
"message": "Configuration for the embedded IPFS node. Must be valid JSON.",
"description": "An option description on the Preferences screen (option_ipfsNodeConfig_description)"
},
"option_ipfsNodeType_external": {
"message": "External",
"description": "An option on the Preferences screen (option_ipfsNodeType_external)"
},
"option_ipfsNodeType_embedded": {
"message": "Embedded",
"description": "An option on the Preferences screen (option_ipfsNodeType_embedded)"
},
"option_header_gateways": {
"message": "Gateways",
"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_customGatewayUrl_warning": {
"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://”",
"description": "A warning on the Preferences screen, displayed when URL does not belong to Secure Context (option_customGatewayUrl_warning)"
},
"option_useCustomGateway_title": {
"message": "Use Custom 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_noRedirectHostnames_title": {
"message": "Redirect Opt-Outs",
"description": "An option title on the Preferences screen (option_noRedirectHostnames_title)"
},
"option_noRedirectHostnames_description": {
"message": "List of websites that should not be redirected to the Custom Gateway (includes subresources from other domains). One hostname per line.",
"description": "An option description on the Preferences screen (option_noRedirectHostnames_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: this is where /api/v0/config lives",
"description": "An option description on the Preferences screen (option_ipfsApiUrl_description)"
},
"option_ipfsApiPollMs_title": {
"message": "Status Poll Interval",
"description": "An option title on the Preferences screen (option_ipfsApiPollMs_title)"
},
"option_ipfsApiPollMs_description": {
"message": "How often peer count is refreshed (in miliseconds)",
"description": "An option description on the Preferences screen (option_ipfsApiPollMs_description)"
},
"option_automaticMode_title": {
"message": "Automatic Mode",
"description": "An option title on the Preferences screen (option_automaticMode_title)"
},
"option_automaticMode_description": {
"message": "Toggle use of Custom Gateway when IPFS API availability changes",
"description": "An option description on the Preferences screen (option_automaticMode_description)"
},
"option_header_experiments": {
"message": "Experiments",
"description": "A section header on the Preferences screen (option_header_experiments)"
},
"option_experiments_warning": {
"message": "Be warned: these features are new or work-in-progress. YMMV.",
"description": "Warning about Experiments section on the Preferences screen (option_experiments_warning)"
},
"option_displayNotifications_title": {
"message": "Enable Notifications",
"description": "An option title on the Preferences screen (option_displayNotifications_title)"
},
"option_displayNotifications_description": {
"message": "Displays system notifications when API state changes, a link is copied etc",
"description": "An option description on the Preferences screen (option_displayNotifications_description)"
},
"option_catchUnhandledProtocols_title": {
"message": "Catch Unhandled IPFS Protocols",
"description": "An option title on the Preferences screen (option_catchUnhandledProtocols_title)"
},
"option_catchUnhandledProtocols_description": {
"message": "Enables support for ipfs://, 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": "Off",
"description": "A select field option description on the Preferences screen (option_dnslinkPolicy_disabled)"
},
"option_dnslinkPolicy_bestEffort": {
"message": "Check after HTTP request",
"description": "A select field option description on the Preferences screen (option_dnslinkPolicy_bestEffort)"
},
"option_dnslinkPolicy_enabled": {
"message": "Check before HTTP request",
"description": "A select field option description on the Preferences screen (option_dnslinkPolicy_enabled)"
},
"option_detectIpfsPathHeader_title": {
"message": "Detect X-Ipfs-Path Header",
"description": "An option title on the Preferences screen (option_detectIpfsPathHeader_title)"
},
"option_detectIpfsPathHeader_description": {
"message": "Drop HTTP transport and load over IPFS if value is an IPFS path. Redirect of IPNS paths requires DNSLink support to be enabled as well.",
"description": "An option description on the Preferences screen (option_detectIpfsPathHeader_description)"
},
"option_ipfsProxy_title": {
"message": "window.ipfs",
"description": "An option title for enabling/disabling the IPFS proxy (option_ipfsProxy_title)"
},
"option_ipfsProxy_description": {
"message": "IPFS is added to the window object on every page. Enable/disable access to the functions it exposes.",
"description": "An option description for the IPFS proxy (option_ipfsProxy_description)"
},
"option_ipfsProxy_link_manage_permissions": {
"message": "Manage permissions",
"description": "Link text for managing permissions"
},
"option_preloadAtPublicGateway_title": {
"message": "Preload Uploads",
"description": "An option title on the Preferences screen (option_preloadAtPublicGateway_title)"
},
"option_preloadAtPublicGateway_description": {
"message": "Enables automatic preload of uploaded assets via asynchronous HTTP HEAD request to a Public Gateway",
"description": "An option description on the Preferences screen (option_preloadAtPublicGateway_description)"
},
"option_resetAllOptions_title": {
"message": "Reset Everything",
"description": "An option title and button label on the Preferences screen (option_resetAllOptions_title)"
},
"option_resetAllOptions_description": {
"message": "Replaces user preferences with default ones (can't be undone!)",
"description": "An option description on the Preferences screen (option_resetAllOptions_description)"
},
"manifest_extensionName": {
"message": "IPFS Companion",
"description": "Extension name in the Manifest file (manifest_extensionName)"
},
"manifest_shortExtensionName": {
"message": "IPFS Companion",
"description": "Short extension name in the Manifest file (manifest_shortExtensionName)"
},
"manifest_extensionDescription": {
"message": "Browser extension that simplifies access to IPFS resources",
"description": "Extension description in the Manifest file (manifest_extensionDescription)"
},
"quickUpload_subhead_peers": {
"message": "Connected to $1 peers",
"description": "Partial info stats beneath the header on the share files page (quickUpload_subhead_peers)"
},
"quickUpload_pick_file_button": {
"message": "Pick a file",
"description": "Text on the 'pick a file' button (quickUpload_pick_file_button)"
},
"quickUpload_or": {
"message": "or",
"description": "seperates the pick a file button from the drop message (quickUpload_or)"
},
"quickUpload_drop_it_here": {
"message": "drop it here to share",
"description": "Partial info stats beneath the header on the share files page (quickUpload_drop_it_here)"
},
"quickUpload_state_uploading": {
"message": "Upload in progress..",
"description": "Status label on the share files page (quickUpload_state_uploading)"
},
"quickUpload_state_buffering": {
"message": "(buffering, please wait)",
"description": "Status label on the share files page (quickUpload_state_buffering)"
},
"quickUpload_options_show": {
"message": "upload options",
"description": "Button on the share files page (quickUpload_options_show)"
},
"quickUpload_options_wrapWithDirectory": {
"message": "Wrap single files in a directory to preserve their filenames.",
"description": "Checkbox label on the share files page (quickUpload_options_wrapWithDirectory)"
},
"quickUpload_options_pinUpload": {
"message": "Pin files so they are retained when performing garbage collection on your IPFS repo.",
"description": "Checkbox label on the share files page (quickUpload_options_pinUpload)"
},
"page_proxyAcl_title": {
"message": "Manage Permissions",
"description": "Page title for the IPFS proxy ACL page (page_proxyAcl_title)"
},
"page_proxyAcl_subtitle": {
"message": "View, change and revoke granted access rights to your IPFS instance.",
"description": "Page sub title for the IPFS proxy ACL page (page_proxyAcl_subtitle)"
},
"page_proxyAcl_no_perms": {
"message": "No permissions granted.",
"description": "Message displayed when no permissions have been granted (page_proxyAcl_no_perms)"
},
"page_proxyAcl_confirm_revoke": {
"message": "Revoke permission $1 for $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?",
"description": "Confirmation message for revoking all permissions for an scope (page_proxyAcl_confirm_revoke_all)"
},
"page_proxyAcl_toggle_to_allow_button_title": {
"message": "Click to allow",
"description": "Button title for toggling permission from deny to allow (page_proxyAcl_toggle_to_allow_button_title)"
},
"page_proxyAcl_toggle_to_deny_button_title": {
"message": "Click to deny",
"description": "Button title for toggling permission from allow to deny (page_proxyAcl_toggle_to_deny_button_title)"
},
"page_proxyAcl_allow_button_value": {
"message": "Allow",
"description": "Button value for allow (page_proxyAcl_allow_button_value)"
},
"page_proxyAcl_deny_button_value": {
"message": "Deny",
"description": "Button value for deny"
},
"page_proxyAcl_revoke_button_title": {
"message": "Revoke $1",
"description": "Button title for revoking a permission (page_proxyAcl_revoke_button_title)"
},
"page_proxyAccessDialog_title": {
"message": "Should IPFS Companion allow «$1» to access «$2» at the connected node?",
"description": "Main title of the access permission dialog (page_proxyAccessDialog_title)"
},
"page_proxyAccessDialog_wildcardCheckbox_label": {
"message": "Apply this decision to all current and future permissions in this scope",
"description": "Label for the apply permissions to all checkbox (page_proxyAccessDialog_wildcardCheckbox_label)"
},
"page_proxyAcl_revoke_all_button_title": {
"message": "Revoke all permissions",
"description": "Button title for revoking all permissions (page_proxyAcl_revoke_all_button_title)"
},
"page_proxyAccessDialog_allowButton_text": {
"message": "Allow",
"description": "Button text for allowing a permission (page_proxyAccessDialog_allowButton_text)"
},
"page_proxyAccessDialog_denyButton_text": {
"message": "Deny",
"description": "Button text for denying a permission (page_proxyAccessDialog_allowButton_text)"
},
"page_landingWelcome_title": {
"message": "IPFS Companion - Welcome!",
"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!",
"description": "Ready message title (page_landingWelcome_welcome_title)"
},
"page_landingWelcome_welcome_peers": {
"message": "Right now your node is connected to <0>$1</0> peers.",
"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!",
"description": "Ready message copy (page_landingWelcome_welcome_discover)"
},
"page_landingWelcome_installSteps_title": {
"message": "Is your IPFS daemon running?",
"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>.",
"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:",
"description": "Install steps run message (page_landingWelcome_installSteps_run)"
},
"page_landingWelcome_resources_title_new_ipfs": {
"message": "New to IPFS?",
"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.",
"description": "Resources copy (page_landingWelcome_resources_new_ipfs)"
},
"page_landingWelcome_resources_title_discover": {
"message": "Discover!",
"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.",
"description": "Resources copy (page_landingWelcome_resources_discover)"
},
"page_landingWelcome_resources_title_got_questions": {
"message": "Got questions?",
"description": "Resources title (page_landingWelcome_resources_title_got_questions)"
},
"page_landingWelcome_resources_got_questions": {
"message": "Visit the <0>Discussion and Support Forum</0>.",
"description": "Resources copy (page_landingWelcome_resources_got_questions)"
},
"page_landingWelcome_resources_title_want_to_help": {
"message": "Want to help?",
"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>.",
"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",
"description": "Videos section title (page_landingWelcome_videos_permanent_web)"
},
"page_landingWelcome_projects_title": {
"message": "Related Projects",
"description": "Projects section title (page_landingWelcome_projects_title)"
}
}