@hoardodile/i18n 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -106,6 +106,17 @@ var dateTime = {
106
106
  noMatches: "No matching time zones."
107
107
  }
108
108
  };
109
+ var appError = {
110
+ title: "Something went wrong",
111
+ description: "This page could not be displayed. Reload the app — your data is safe — or copy the error details into a bug report.",
112
+ details: "Error details",
113
+ tryAgain: "Try again",
114
+ reload: "Reload",
115
+ copyDetails: "Copy error details",
116
+ copied: "Error details copied to the clipboard.",
117
+ copyFailed: "Could not copy to the clipboard.",
118
+ reportIssue: "Report an issue"
119
+ };
109
120
  var appShell = {
110
121
  primaryNav: "Primary navigation",
111
122
  secondaryNav: "Secondary navigation",
@@ -119,6 +130,8 @@ var appShell = {
119
130
  documents: "Documents",
120
131
  messages: "Messages",
121
132
  me: "Settings",
133
+ marketplace: "Marketplace",
134
+ marketplaceUpdatesBadge: "Plugin updates available",
122
135
  feedbackAbout: "Feedback & About",
123
136
  help: "Help"
124
137
  },
@@ -286,8 +299,16 @@ var me = {
286
299
  repository: "GitHub repository",
287
300
  website: "Website",
288
301
  bugTitle: "Report a bug",
289
- bugDescription: "Something went wrong? File an issue so we can fix it.",
290
- bugAction: "File an issue",
302
+ bugDescription: "Something went wrong? Download the log archive (recent frontend and server logs, zipped) and attach it to the issue below. Remove local paths and anything private before sending.",
303
+ bugAction: "Report an issue",
304
+ downloadLogs: "Download logs",
305
+ logsArchiveConfirmTitle: "Download the log archive?",
306
+ logsArchiveConfirmNote: "It contains this device's recent app activity — local paths, file names and similar details. Send it only to trusted maintainers and check the contents before attaching.",
307
+ logsArchiveDownloaded: "Log archive downloaded — attach it to the issue.",
308
+ logsArchiveFailed: "Could not build the log archive.",
309
+ logsArchiving: "Packing…",
310
+ openLogsFolder: "Open server log folder",
311
+ openLogsFailed: "Could not open the logs folder.",
291
312
  featureTitle: "Request a feature",
292
313
  featureDescription: "Missing something? Tell us what to build next.",
293
314
  featureAction: "Share your idea",
@@ -310,8 +331,29 @@ var me = {
310
331
  title: "Recent connections",
311
332
  description: "Every sign-in with device, IP and time. Stored only on this device; rows older than 90 days are pruned.",
312
333
  empty: "No sign-ins yet.",
334
+ totalLabel_one: "{{count}} sign-in",
335
+ totalLabel_other: "{{count}} sign-ins",
313
336
  loopback: "this device"
314
337
  },
338
+ network: {
339
+ title: "Outbound network",
340
+ description: "The proxy used for plugin downloads and the plugin marketplace. Detected from your proxy env vars or the system proxy; HOARDODILE_PROXY overrides.",
341
+ proxyLabel: "Outbound proxy",
342
+ sourceNone: "Direct connection (no proxy)",
343
+ sourceEnv: "User proxy (env vars)",
344
+ sourceSystem: "User proxy (system)",
345
+ sourceExplicit: "User proxy (explicit)",
346
+ bypassCount_one: "{{count}} host bypasses the proxy",
347
+ bypassCount_other: "{{count}} hosts bypass the proxy",
348
+ test: "Test GitHub connection",
349
+ testing: "Testing GitHub connection…",
350
+ testSuccess: "GitHub is reachable (HTTP {{status}})",
351
+ testFailed: "GitHub is not reachable: {{message}}",
352
+ testHint: "Check your proxy settings (HOARDODILE_PROXY / system proxy / proxy env vars).",
353
+ connectionLabel: "GitHub connection",
354
+ notTested: "Not tested yet",
355
+ proxyConfigHint: "Enable via your system proxy or proxy env vars (HOARDODILE_PROXY)."
356
+ },
315
357
  desktop: {
316
358
  library: {
317
359
  title: "Library folder",
@@ -470,6 +512,10 @@ var plugins = {
470
512
  missingSource: "source missing",
471
513
  installed: "Installed",
472
514
  installedDescription: "Order decides who claims a bundle first — drag to re-prioritize.",
515
+ bundledTitle: "Bundled plugins",
516
+ bundledDescription: "Official plugins that ship with this app. Removing one keeps the bundled original — restore it here anytime, without a network connection.",
517
+ bundledRestore: "Restore",
518
+ bundledRestoreSuccess: "Restored {{name}}",
473
519
  filterPlaceholder: "Filter plugins",
474
520
  countInstalled: "{{count}} installed",
475
521
  listView: "List view",
@@ -535,14 +581,14 @@ var marketplace = {
535
581
  disable: "Disable",
536
582
  saved: "Marketplace now uses {{repo}}",
537
583
  notConfiguredHint: "No registry repo configured — paste one above to list plugins published as GitHub releases.",
538
- loading: "Loading catalog…",
539
584
  loadFailed: "Marketplace refresh failed: {{message}}",
540
585
  refreshedAt: "Last refreshed {{time}}",
541
586
  refresh: "Refresh",
587
+ refreshConfirmTitle: "Refresh the whole marketplace?",
588
+ refreshConfirmDescription: "This re-checks every plugin's latest release through the GitHub API, limited to 60 requests per hour without a token. Frequent refreshes can hit that limit; the catalog then falls back to cached release data until the quota resets.",
542
589
  refreshed: "Marketplace refreshed",
543
590
  refreshFailed: "Marketplace refresh failed",
544
591
  emptyHint: "The registry lists no plugins yet. Add repository addresses to registry.json and refresh.",
545
- registryErrorsTitle: "Registry entries that could not be loaded",
546
592
  install: "Install",
547
593
  update: "Update",
548
594
  updateTo: "Update to v{{version}}",
@@ -554,7 +600,37 @@ var marketplace = {
554
600
  installing: "Installing…",
555
601
  installConfirmNote: "This installs server-side code from the GitHub repository above, running in the same restricted sandbox as every plugin. The declared permissions are shown above. Only install from repositories you trust.",
556
602
  installSuccess: "Installed {{name}}",
557
- updateSuccess: "Updated {{name}} to v{{version}}"
603
+ updateSuccess: "Updated {{name}} to v{{version}}",
604
+ view: "View",
605
+ details: "Details",
606
+ moreActions: "More actions",
607
+ releaseNotes: "Release notes",
608
+ pluginInfo: "Plugin info",
609
+ pluginId: "Plugin ID",
610
+ repository: "Repository",
611
+ latestRelease: "Latest release",
612
+ manifestVersion: "Manifest version",
613
+ packageAsset: "Asset",
614
+ checksum: "SHA-256",
615
+ notInstalled: "Not installed",
616
+ reportIssue: "Report an issue",
617
+ reportSecurity: "Report a security vulnerability",
618
+ intro: "Intro",
619
+ languages: "Languages",
620
+ noIntro: "This release ships no introduction",
621
+ noReleaseNotes: "This release has no release notes",
622
+ errorRateLimitedShort: "Latest release info unavailable — retrying automatically.",
623
+ configureRegistry: "Configure registry",
624
+ pageHint: "Plugins are published as GitHub releases and discovered through a registry repo you own. Configure the registry above — the catalog reads names, versions, permissions and release notes straight from each repo and its releases.",
625
+ registryDialogTitle: "Plugin marketplace registry",
626
+ installedBadge: "Installed",
627
+ filterAll: "All",
628
+ filterInstalled: "Installed",
629
+ filterUpdates: "Updates",
630
+ emptyFilterHint: "No plugins match this filter.",
631
+ requiresAppVersion: "Requires hoardodile ≥ v{{version}}",
632
+ incompatibleAppVersion: "This plugin requires hoardodile ≥ v{{require}}; this host runs v{{current}}",
633
+ registryActive: "Current registry: {{url}}"
558
634
  };
559
635
  var overview = {
560
636
  usageHistory: {
@@ -2073,7 +2149,7 @@ var storage = {
2073
2149
  }
2074
2150
  };
2075
2151
  var sync = {
2076
- pageHint: "Per device: records entity counts, content size and storage volume · keeps the two most recent snapshots",
2152
+ pageHint: "Per device: records entity counts, content size and storage volume · open the page anytime to see what changed since the last sync",
2077
2153
  status: {
2078
2154
  allUpToDate: "All devices up to date",
2079
2155
  dueCount_one: "{{count}} of {{total}} device due",
@@ -2120,14 +2196,17 @@ var sync = {
2120
2196
  editTitle: "Edit device",
2121
2197
  edit: "Edit",
2122
2198
  save: "Save",
2123
- editPending: "Saving…"
2199
+ editPending: "Saving…",
2200
+ liveHint: "Live state · changes since the last sync"
2124
2201
  },
2125
2202
  fields: {
2126
2203
  resources: "Resources",
2127
2204
  characters: "Characters",
2128
2205
  documents: "Documents",
2206
+ folders: "Folders",
2129
2207
  messages: "Messages",
2130
2208
  tags: "Tags",
2209
+ collections: "Collections",
2131
2210
  trash: "Trash",
2132
2211
  contentSize: "Content size",
2133
2212
  storage: "Storage",
@@ -2169,6 +2248,7 @@ var desktopShell = {
2169
2248
  copied: "LAN address copied to the clipboard."
2170
2249
  },
2171
2250
  errorPage: {
2251
+ rendererCrashed: "The app window crashed. Press Retry to reload it — your data and the bundled server are safe.",
2172
2252
  serverError: "The server could not be reached. It may still be starting, or it may have stopped. Wait a moment and press Retry, or use Restart server from the tray.",
2173
2253
  devServerError: "The development server is not running. Start `pnpm dev` in another terminal, then press Retry."
2174
2254
  },
@@ -2182,8 +2262,7 @@ var desktopShell = {
2182
2262
  },
2183
2263
  shell: {
2184
2264
  serverUnreachable: "Server unreachable",
2185
- retry: "Retry",
2186
- loadingLabel: "Loading"
2265
+ retry: "Retry"
2187
2266
  },
2188
2267
  wizard: {
2189
2268
  title: "Welcome to hoardodile",
@@ -2206,6 +2285,7 @@ var en = {
2206
2285
  theme: theme,
2207
2286
  font: font,
2208
2287
  dateTime: dateTime,
2288
+ appError: appError,
2209
2289
  appShell: appShell,
2210
2290
  search: search,
2211
2291
  me: me,
@@ -2357,6 +2437,17 @@ declare const CATALOGS: {
2357
2437
  noMatches: string;
2358
2438
  };
2359
2439
  };
2440
+ appError: {
2441
+ title: string;
2442
+ description: string;
2443
+ details: string;
2444
+ tryAgain: string;
2445
+ reload: string;
2446
+ copyDetails: string;
2447
+ copied: string;
2448
+ copyFailed: string;
2449
+ reportIssue: string;
2450
+ };
2360
2451
  appShell: {
2361
2452
  primaryNav: string;
2362
2453
  secondaryNav: string;
@@ -2370,6 +2461,8 @@ declare const CATALOGS: {
2370
2461
  documents: string;
2371
2462
  messages: string;
2372
2463
  me: string;
2464
+ marketplace: string;
2465
+ marketplaceUpdatesBadge: string;
2373
2466
  feedbackAbout: string;
2374
2467
  help: string;
2375
2468
  };
@@ -2539,6 +2632,14 @@ declare const CATALOGS: {
2539
2632
  bugTitle: string;
2540
2633
  bugDescription: string;
2541
2634
  bugAction: string;
2635
+ downloadLogs: string;
2636
+ logsArchiveConfirmTitle: string;
2637
+ logsArchiveConfirmNote: string;
2638
+ logsArchiveDownloaded: string;
2639
+ logsArchiveFailed: string;
2640
+ logsArchiving: string;
2641
+ openLogsFolder: string;
2642
+ openLogsFailed: string;
2542
2643
  featureTitle: string;
2543
2644
  featureDescription: string;
2544
2645
  featureAction: string;
@@ -2561,8 +2662,29 @@ declare const CATALOGS: {
2561
2662
  title: string;
2562
2663
  description: string;
2563
2664
  empty: string;
2665
+ totalLabel_one: string;
2666
+ totalLabel_other: string;
2564
2667
  loopback: string;
2565
2668
  };
2669
+ network: {
2670
+ title: string;
2671
+ description: string;
2672
+ proxyLabel: string;
2673
+ sourceNone: string;
2674
+ sourceEnv: string;
2675
+ sourceSystem: string;
2676
+ sourceExplicit: string;
2677
+ bypassCount_one: string;
2678
+ bypassCount_other: string;
2679
+ test: string;
2680
+ testing: string;
2681
+ testSuccess: string;
2682
+ testFailed: string;
2683
+ testHint: string;
2684
+ connectionLabel: string;
2685
+ notTested: string;
2686
+ proxyConfigHint: string;
2687
+ };
2566
2688
  desktop: {
2567
2689
  library: {
2568
2690
  title: string;
@@ -2721,6 +2843,10 @@ declare const CATALOGS: {
2721
2843
  missingSource: string;
2722
2844
  installed: string;
2723
2845
  installedDescription: string;
2846
+ bundledTitle: string;
2847
+ bundledDescription: string;
2848
+ bundledRestore: string;
2849
+ bundledRestoreSuccess: string;
2724
2850
  filterPlaceholder: string;
2725
2851
  countInstalled: string;
2726
2852
  listView: string;
@@ -2786,14 +2912,14 @@ declare const CATALOGS: {
2786
2912
  disable: string;
2787
2913
  saved: string;
2788
2914
  notConfiguredHint: string;
2789
- loading: string;
2790
2915
  loadFailed: string;
2791
2916
  refreshedAt: string;
2792
2917
  refresh: string;
2918
+ refreshConfirmTitle: string;
2919
+ refreshConfirmDescription: string;
2793
2920
  refreshed: string;
2794
2921
  refreshFailed: string;
2795
2922
  emptyHint: string;
2796
- registryErrorsTitle: string;
2797
2923
  install: string;
2798
2924
  update: string;
2799
2925
  updateTo: string;
@@ -2806,6 +2932,36 @@ declare const CATALOGS: {
2806
2932
  installConfirmNote: string;
2807
2933
  installSuccess: string;
2808
2934
  updateSuccess: string;
2935
+ view: string;
2936
+ details: string;
2937
+ moreActions: string;
2938
+ releaseNotes: string;
2939
+ pluginInfo: string;
2940
+ pluginId: string;
2941
+ repository: string;
2942
+ latestRelease: string;
2943
+ manifestVersion: string;
2944
+ packageAsset: string;
2945
+ checksum: string;
2946
+ notInstalled: string;
2947
+ reportIssue: string;
2948
+ reportSecurity: string;
2949
+ intro: string;
2950
+ languages: string;
2951
+ noIntro: string;
2952
+ noReleaseNotes: string;
2953
+ errorRateLimitedShort: string;
2954
+ configureRegistry: string;
2955
+ pageHint: string;
2956
+ registryDialogTitle: string;
2957
+ installedBadge: string;
2958
+ filterAll: string;
2959
+ filterInstalled: string;
2960
+ filterUpdates: string;
2961
+ emptyFilterHint: string;
2962
+ requiresAppVersion: string;
2963
+ incompatibleAppVersion: string;
2964
+ registryActive: string;
2809
2965
  };
2810
2966
  overview: {
2811
2967
  usageHistory: {
@@ -4372,13 +4528,16 @@ declare const CATALOGS: {
4372
4528
  edit: string;
4373
4529
  save: string;
4374
4530
  editPending: string;
4531
+ liveHint: string;
4375
4532
  };
4376
4533
  fields: {
4377
4534
  resources: string;
4378
4535
  characters: string;
4379
4536
  documents: string;
4537
+ folders: string;
4380
4538
  messages: string;
4381
4539
  tags: string;
4540
+ collections: string;
4382
4541
  trash: string;
4383
4542
  contentSize: string;
4384
4543
  storage: string;
@@ -4420,6 +4579,7 @@ declare const CATALOGS: {
4420
4579
  copied: string;
4421
4580
  };
4422
4581
  errorPage: {
4582
+ rendererCrashed: string;
4423
4583
  serverError: string;
4424
4584
  devServerError: string;
4425
4585
  };
@@ -4434,7 +4594,6 @@ declare const CATALOGS: {
4434
4594
  shell: {
4435
4595
  serverUnreachable: string;
4436
4596
  retry: string;
4437
- loadingLabel: string;
4438
4597
  };
4439
4598
  wizard: {
4440
4599
  title: string;
@@ -4557,6 +4716,17 @@ declare const CATALOGS: {
4557
4716
  noMatches: string;
4558
4717
  };
4559
4718
  };
4719
+ appError: {
4720
+ title: string;
4721
+ description: string;
4722
+ details: string;
4723
+ tryAgain: string;
4724
+ reload: string;
4725
+ copyDetails: string;
4726
+ copied: string;
4727
+ copyFailed: string;
4728
+ reportIssue: string;
4729
+ };
4560
4730
  appShell: {
4561
4731
  primaryNav: string;
4562
4732
  secondaryNav: string;
@@ -4570,6 +4740,8 @@ declare const CATALOGS: {
4570
4740
  documents: string;
4571
4741
  messages: string;
4572
4742
  me: string;
4743
+ marketplace: string;
4744
+ marketplaceUpdatesBadge: string;
4573
4745
  feedbackAbout: string;
4574
4746
  help: string;
4575
4747
  };
@@ -4739,6 +4911,14 @@ declare const CATALOGS: {
4739
4911
  bugTitle: string;
4740
4912
  bugDescription: string;
4741
4913
  bugAction: string;
4914
+ downloadLogs: string;
4915
+ logsArchiveConfirmTitle: string;
4916
+ logsArchiveConfirmNote: string;
4917
+ logsArchiveDownloaded: string;
4918
+ logsArchiveFailed: string;
4919
+ logsArchiving: string;
4920
+ openLogsFolder: string;
4921
+ openLogsFailed: string;
4742
4922
  featureTitle: string;
4743
4923
  featureDescription: string;
4744
4924
  featureAction: string;
@@ -4761,8 +4941,29 @@ declare const CATALOGS: {
4761
4941
  title: string;
4762
4942
  description: string;
4763
4943
  empty: string;
4944
+ totalLabel_one: string;
4945
+ totalLabel_other: string;
4764
4946
  loopback: string;
4765
4947
  };
4948
+ network: {
4949
+ title: string;
4950
+ description: string;
4951
+ proxyLabel: string;
4952
+ sourceNone: string;
4953
+ sourceEnv: string;
4954
+ sourceSystem: string;
4955
+ sourceExplicit: string;
4956
+ bypassCount_one: string;
4957
+ bypassCount_other: string;
4958
+ test: string;
4959
+ testing: string;
4960
+ testSuccess: string;
4961
+ testFailed: string;
4962
+ testHint: string;
4963
+ connectionLabel: string;
4964
+ notTested: string;
4965
+ proxyConfigHint: string;
4966
+ };
4766
4967
  desktop: {
4767
4968
  library: {
4768
4969
  title: string;
@@ -4921,6 +5122,10 @@ declare const CATALOGS: {
4921
5122
  missingSource: string;
4922
5123
  installed: string;
4923
5124
  installedDescription: string;
5125
+ bundledTitle: string;
5126
+ bundledDescription: string;
5127
+ bundledRestore: string;
5128
+ bundledRestoreSuccess: string;
4924
5129
  filterPlaceholder: string;
4925
5130
  countInstalled: string;
4926
5131
  listView: string;
@@ -4986,14 +5191,14 @@ declare const CATALOGS: {
4986
5191
  disable: string;
4987
5192
  saved: string;
4988
5193
  notConfiguredHint: string;
4989
- loading: string;
4990
5194
  loadFailed: string;
4991
5195
  refreshedAt: string;
4992
5196
  refresh: string;
5197
+ refreshConfirmTitle: string;
5198
+ refreshConfirmDescription: string;
4993
5199
  refreshed: string;
4994
5200
  refreshFailed: string;
4995
5201
  emptyHint: string;
4996
- registryErrorsTitle: string;
4997
5202
  install: string;
4998
5203
  update: string;
4999
5204
  updateTo: string;
@@ -5006,6 +5211,36 @@ declare const CATALOGS: {
5006
5211
  installConfirmNote: string;
5007
5212
  installSuccess: string;
5008
5213
  updateSuccess: string;
5214
+ view: string;
5215
+ details: string;
5216
+ moreActions: string;
5217
+ releaseNotes: string;
5218
+ pluginInfo: string;
5219
+ pluginId: string;
5220
+ repository: string;
5221
+ latestRelease: string;
5222
+ manifestVersion: string;
5223
+ packageAsset: string;
5224
+ checksum: string;
5225
+ notInstalled: string;
5226
+ reportIssue: string;
5227
+ reportSecurity: string;
5228
+ intro: string;
5229
+ languages: string;
5230
+ noIntro: string;
5231
+ noReleaseNotes: string;
5232
+ errorRateLimitedShort: string;
5233
+ configureRegistry: string;
5234
+ pageHint: string;
5235
+ registryDialogTitle: string;
5236
+ installedBadge: string;
5237
+ filterAll: string;
5238
+ filterInstalled: string;
5239
+ filterUpdates: string;
5240
+ emptyFilterHint: string;
5241
+ requiresAppVersion: string;
5242
+ incompatibleAppVersion: string;
5243
+ registryActive: string;
5009
5244
  };
5010
5245
  overview: {
5011
5246
  usageHistory: {
@@ -6572,13 +6807,16 @@ declare const CATALOGS: {
6572
6807
  edit: string;
6573
6808
  save: string;
6574
6809
  editPending: string;
6810
+ liveHint: string;
6575
6811
  };
6576
6812
  fields: {
6577
6813
  resources: string;
6578
6814
  characters: string;
6579
6815
  documents: string;
6816
+ folders: string;
6580
6817
  messages: string;
6581
6818
  tags: string;
6819
+ collections: string;
6582
6820
  trash: string;
6583
6821
  contentSize: string;
6584
6822
  storage: string;
@@ -6620,6 +6858,7 @@ declare const CATALOGS: {
6620
6858
  copied: string;
6621
6859
  };
6622
6860
  errorPage: {
6861
+ rendererCrashed: string;
6623
6862
  serverError: string;
6624
6863
  devServerError: string;
6625
6864
  };
@@ -6634,7 +6873,6 @@ declare const CATALOGS: {
6634
6873
  shell: {
6635
6874
  serverUnreachable: string;
6636
6875
  retry: string;
6637
- loadingLabel: string;
6638
6876
  };
6639
6877
  wizard: {
6640
6878
  title: string;
@@ -6757,6 +6995,17 @@ declare const CATALOGS: {
6757
6995
  noMatches: string;
6758
6996
  };
6759
6997
  };
6998
+ appError: {
6999
+ title: string;
7000
+ description: string;
7001
+ details: string;
7002
+ tryAgain: string;
7003
+ reload: string;
7004
+ copyDetails: string;
7005
+ copied: string;
7006
+ copyFailed: string;
7007
+ reportIssue: string;
7008
+ };
6760
7009
  appShell: {
6761
7010
  primaryNav: string;
6762
7011
  secondaryNav: string;
@@ -6770,6 +7019,8 @@ declare const CATALOGS: {
6770
7019
  documents: string;
6771
7020
  messages: string;
6772
7021
  me: string;
7022
+ marketplace: string;
7023
+ marketplaceUpdatesBadge: string;
6773
7024
  feedbackAbout: string;
6774
7025
  help: string;
6775
7026
  };
@@ -6939,6 +7190,14 @@ declare const CATALOGS: {
6939
7190
  bugTitle: string;
6940
7191
  bugDescription: string;
6941
7192
  bugAction: string;
7193
+ downloadLogs: string;
7194
+ logsArchiveConfirmTitle: string;
7195
+ logsArchiveConfirmNote: string;
7196
+ logsArchiveDownloaded: string;
7197
+ logsArchiveFailed: string;
7198
+ logsArchiving: string;
7199
+ openLogsFolder: string;
7200
+ openLogsFailed: string;
6942
7201
  featureTitle: string;
6943
7202
  featureDescription: string;
6944
7203
  featureAction: string;
@@ -6961,8 +7220,29 @@ declare const CATALOGS: {
6961
7220
  title: string;
6962
7221
  description: string;
6963
7222
  empty: string;
7223
+ totalLabel_one: string;
7224
+ totalLabel_other: string;
6964
7225
  loopback: string;
6965
7226
  };
7227
+ network: {
7228
+ title: string;
7229
+ description: string;
7230
+ proxyLabel: string;
7231
+ sourceNone: string;
7232
+ sourceEnv: string;
7233
+ sourceSystem: string;
7234
+ sourceExplicit: string;
7235
+ bypassCount_one: string;
7236
+ bypassCount_other: string;
7237
+ test: string;
7238
+ testing: string;
7239
+ testSuccess: string;
7240
+ testFailed: string;
7241
+ testHint: string;
7242
+ connectionLabel: string;
7243
+ notTested: string;
7244
+ proxyConfigHint: string;
7245
+ };
6966
7246
  desktop: {
6967
7247
  library: {
6968
7248
  title: string;
@@ -7121,6 +7401,10 @@ declare const CATALOGS: {
7121
7401
  missingSource: string;
7122
7402
  installed: string;
7123
7403
  installedDescription: string;
7404
+ bundledTitle: string;
7405
+ bundledDescription: string;
7406
+ bundledRestore: string;
7407
+ bundledRestoreSuccess: string;
7124
7408
  filterPlaceholder: string;
7125
7409
  countInstalled: string;
7126
7410
  listView: string;
@@ -7186,14 +7470,14 @@ declare const CATALOGS: {
7186
7470
  disable: string;
7187
7471
  saved: string;
7188
7472
  notConfiguredHint: string;
7189
- loading: string;
7190
7473
  loadFailed: string;
7191
7474
  refreshedAt: string;
7192
7475
  refresh: string;
7476
+ refreshConfirmTitle: string;
7477
+ refreshConfirmDescription: string;
7193
7478
  refreshed: string;
7194
7479
  refreshFailed: string;
7195
7480
  emptyHint: string;
7196
- registryErrorsTitle: string;
7197
7481
  install: string;
7198
7482
  update: string;
7199
7483
  updateTo: string;
@@ -7206,6 +7490,36 @@ declare const CATALOGS: {
7206
7490
  installConfirmNote: string;
7207
7491
  installSuccess: string;
7208
7492
  updateSuccess: string;
7493
+ view: string;
7494
+ details: string;
7495
+ moreActions: string;
7496
+ releaseNotes: string;
7497
+ pluginInfo: string;
7498
+ pluginId: string;
7499
+ repository: string;
7500
+ latestRelease: string;
7501
+ manifestVersion: string;
7502
+ packageAsset: string;
7503
+ checksum: string;
7504
+ notInstalled: string;
7505
+ reportIssue: string;
7506
+ reportSecurity: string;
7507
+ intro: string;
7508
+ languages: string;
7509
+ noIntro: string;
7510
+ noReleaseNotes: string;
7511
+ errorRateLimitedShort: string;
7512
+ configureRegistry: string;
7513
+ pageHint: string;
7514
+ registryDialogTitle: string;
7515
+ installedBadge: string;
7516
+ filterAll: string;
7517
+ filterInstalled: string;
7518
+ filterUpdates: string;
7519
+ emptyFilterHint: string;
7520
+ requiresAppVersion: string;
7521
+ incompatibleAppVersion: string;
7522
+ registryActive: string;
7209
7523
  };
7210
7524
  overview: {
7211
7525
  usageHistory: {
@@ -8772,13 +9086,16 @@ declare const CATALOGS: {
8772
9086
  edit: string;
8773
9087
  save: string;
8774
9088
  editPending: string;
9089
+ liveHint: string;
8775
9090
  };
8776
9091
  fields: {
8777
9092
  resources: string;
8778
9093
  characters: string;
8779
9094
  documents: string;
9095
+ folders: string;
8780
9096
  messages: string;
8781
9097
  tags: string;
9098
+ collections: string;
8782
9099
  trash: string;
8783
9100
  contentSize: string;
8784
9101
  storage: string;
@@ -8820,6 +9137,7 @@ declare const CATALOGS: {
8820
9137
  copied: string;
8821
9138
  };
8822
9139
  errorPage: {
9140
+ rendererCrashed: string;
8823
9141
  serverError: string;
8824
9142
  devServerError: string;
8825
9143
  };
@@ -8834,7 +9152,6 @@ declare const CATALOGS: {
8834
9152
  shell: {
8835
9153
  serverUnreachable: string;
8836
9154
  retry: string;
8837
- loadingLabel: string;
8838
9155
  };
8839
9156
  wizard: {
8840
9157
  title: string;
@@ -8957,6 +9274,17 @@ declare const CATALOGS: {
8957
9274
  noMatches: string;
8958
9275
  };
8959
9276
  };
9277
+ appError: {
9278
+ title: string;
9279
+ description: string;
9280
+ details: string;
9281
+ tryAgain: string;
9282
+ reload: string;
9283
+ copyDetails: string;
9284
+ copied: string;
9285
+ copyFailed: string;
9286
+ reportIssue: string;
9287
+ };
8960
9288
  appShell: {
8961
9289
  primaryNav: string;
8962
9290
  secondaryNav: string;
@@ -8970,6 +9298,8 @@ declare const CATALOGS: {
8970
9298
  documents: string;
8971
9299
  messages: string;
8972
9300
  me: string;
9301
+ marketplace: string;
9302
+ marketplaceUpdatesBadge: string;
8973
9303
  feedbackAbout: string;
8974
9304
  help: string;
8975
9305
  };
@@ -9139,6 +9469,14 @@ declare const CATALOGS: {
9139
9469
  bugTitle: string;
9140
9470
  bugDescription: string;
9141
9471
  bugAction: string;
9472
+ downloadLogs: string;
9473
+ logsArchiveConfirmTitle: string;
9474
+ logsArchiveConfirmNote: string;
9475
+ logsArchiveDownloaded: string;
9476
+ logsArchiveFailed: string;
9477
+ logsArchiving: string;
9478
+ openLogsFolder: string;
9479
+ openLogsFailed: string;
9142
9480
  featureTitle: string;
9143
9481
  featureDescription: string;
9144
9482
  featureAction: string;
@@ -9161,8 +9499,29 @@ declare const CATALOGS: {
9161
9499
  title: string;
9162
9500
  description: string;
9163
9501
  empty: string;
9502
+ totalLabel_one: string;
9503
+ totalLabel_other: string;
9164
9504
  loopback: string;
9165
9505
  };
9506
+ network: {
9507
+ title: string;
9508
+ description: string;
9509
+ proxyLabel: string;
9510
+ sourceNone: string;
9511
+ sourceEnv: string;
9512
+ sourceSystem: string;
9513
+ sourceExplicit: string;
9514
+ bypassCount_one: string;
9515
+ bypassCount_other: string;
9516
+ test: string;
9517
+ testing: string;
9518
+ testSuccess: string;
9519
+ testFailed: string;
9520
+ testHint: string;
9521
+ connectionLabel: string;
9522
+ notTested: string;
9523
+ proxyConfigHint: string;
9524
+ };
9166
9525
  desktop: {
9167
9526
  library: {
9168
9527
  title: string;
@@ -9321,6 +9680,10 @@ declare const CATALOGS: {
9321
9680
  missingSource: string;
9322
9681
  installed: string;
9323
9682
  installedDescription: string;
9683
+ bundledTitle: string;
9684
+ bundledDescription: string;
9685
+ bundledRestore: string;
9686
+ bundledRestoreSuccess: string;
9324
9687
  filterPlaceholder: string;
9325
9688
  countInstalled: string;
9326
9689
  listView: string;
@@ -9386,14 +9749,14 @@ declare const CATALOGS: {
9386
9749
  disable: string;
9387
9750
  saved: string;
9388
9751
  notConfiguredHint: string;
9389
- loading: string;
9390
9752
  loadFailed: string;
9391
9753
  refreshedAt: string;
9392
9754
  refresh: string;
9755
+ refreshConfirmTitle: string;
9756
+ refreshConfirmDescription: string;
9393
9757
  refreshed: string;
9394
9758
  refreshFailed: string;
9395
9759
  emptyHint: string;
9396
- registryErrorsTitle: string;
9397
9760
  install: string;
9398
9761
  update: string;
9399
9762
  updateTo: string;
@@ -9406,6 +9769,36 @@ declare const CATALOGS: {
9406
9769
  installConfirmNote: string;
9407
9770
  installSuccess: string;
9408
9771
  updateSuccess: string;
9772
+ view: string;
9773
+ details: string;
9774
+ moreActions: string;
9775
+ releaseNotes: string;
9776
+ pluginInfo: string;
9777
+ pluginId: string;
9778
+ repository: string;
9779
+ latestRelease: string;
9780
+ manifestVersion: string;
9781
+ packageAsset: string;
9782
+ checksum: string;
9783
+ notInstalled: string;
9784
+ reportIssue: string;
9785
+ reportSecurity: string;
9786
+ intro: string;
9787
+ languages: string;
9788
+ noIntro: string;
9789
+ noReleaseNotes: string;
9790
+ errorRateLimitedShort: string;
9791
+ configureRegistry: string;
9792
+ pageHint: string;
9793
+ registryDialogTitle: string;
9794
+ installedBadge: string;
9795
+ filterAll: string;
9796
+ filterInstalled: string;
9797
+ filterUpdates: string;
9798
+ emptyFilterHint: string;
9799
+ requiresAppVersion: string;
9800
+ incompatibleAppVersion: string;
9801
+ registryActive: string;
9409
9802
  };
9410
9803
  overview: {
9411
9804
  usageHistory: {
@@ -10972,13 +11365,16 @@ declare const CATALOGS: {
10972
11365
  edit: string;
10973
11366
  save: string;
10974
11367
  editPending: string;
11368
+ liveHint: string;
10975
11369
  };
10976
11370
  fields: {
10977
11371
  resources: string;
10978
11372
  characters: string;
10979
11373
  documents: string;
11374
+ folders: string;
10980
11375
  messages: string;
10981
11376
  tags: string;
11377
+ collections: string;
10982
11378
  trash: string;
10983
11379
  contentSize: string;
10984
11380
  storage: string;
@@ -11020,6 +11416,7 @@ declare const CATALOGS: {
11020
11416
  copied: string;
11021
11417
  };
11022
11418
  errorPage: {
11419
+ rendererCrashed: string;
11023
11420
  serverError: string;
11024
11421
  devServerError: string;
11025
11422
  };
@@ -11034,7 +11431,6 @@ declare const CATALOGS: {
11034
11431
  shell: {
11035
11432
  serverUnreachable: string;
11036
11433
  retry: string;
11037
- loadingLabel: string;
11038
11434
  };
11039
11435
  wizard: {
11040
11436
  title: string;
@@ -11157,6 +11553,17 @@ declare const CATALOGS: {
11157
11553
  noMatches: string;
11158
11554
  };
11159
11555
  };
11556
+ appError: {
11557
+ title: string;
11558
+ description: string;
11559
+ details: string;
11560
+ tryAgain: string;
11561
+ reload: string;
11562
+ copyDetails: string;
11563
+ copied: string;
11564
+ copyFailed: string;
11565
+ reportIssue: string;
11566
+ };
11160
11567
  appShell: {
11161
11568
  primaryNav: string;
11162
11569
  secondaryNav: string;
@@ -11170,6 +11577,8 @@ declare const CATALOGS: {
11170
11577
  documents: string;
11171
11578
  messages: string;
11172
11579
  me: string;
11580
+ marketplace: string;
11581
+ marketplaceUpdatesBadge: string;
11173
11582
  feedbackAbout: string;
11174
11583
  help: string;
11175
11584
  };
@@ -11339,6 +11748,14 @@ declare const CATALOGS: {
11339
11748
  bugTitle: string;
11340
11749
  bugDescription: string;
11341
11750
  bugAction: string;
11751
+ downloadLogs: string;
11752
+ logsArchiveConfirmTitle: string;
11753
+ logsArchiveConfirmNote: string;
11754
+ logsArchiveDownloaded: string;
11755
+ logsArchiveFailed: string;
11756
+ logsArchiving: string;
11757
+ openLogsFolder: string;
11758
+ openLogsFailed: string;
11342
11759
  featureTitle: string;
11343
11760
  featureDescription: string;
11344
11761
  featureAction: string;
@@ -11361,8 +11778,29 @@ declare const CATALOGS: {
11361
11778
  title: string;
11362
11779
  description: string;
11363
11780
  empty: string;
11781
+ totalLabel_one: string;
11782
+ totalLabel_other: string;
11364
11783
  loopback: string;
11365
11784
  };
11785
+ network: {
11786
+ title: string;
11787
+ description: string;
11788
+ proxyLabel: string;
11789
+ sourceNone: string;
11790
+ sourceEnv: string;
11791
+ sourceSystem: string;
11792
+ sourceExplicit: string;
11793
+ bypassCount_one: string;
11794
+ bypassCount_other: string;
11795
+ test: string;
11796
+ testing: string;
11797
+ testSuccess: string;
11798
+ testFailed: string;
11799
+ testHint: string;
11800
+ connectionLabel: string;
11801
+ notTested: string;
11802
+ proxyConfigHint: string;
11803
+ };
11366
11804
  desktop: {
11367
11805
  library: {
11368
11806
  title: string;
@@ -11521,6 +11959,10 @@ declare const CATALOGS: {
11521
11959
  missingSource: string;
11522
11960
  installed: string;
11523
11961
  installedDescription: string;
11962
+ bundledTitle: string;
11963
+ bundledDescription: string;
11964
+ bundledRestore: string;
11965
+ bundledRestoreSuccess: string;
11524
11966
  filterPlaceholder: string;
11525
11967
  countInstalled: string;
11526
11968
  listView: string;
@@ -11586,14 +12028,14 @@ declare const CATALOGS: {
11586
12028
  disable: string;
11587
12029
  saved: string;
11588
12030
  notConfiguredHint: string;
11589
- loading: string;
11590
12031
  loadFailed: string;
11591
12032
  refreshedAt: string;
11592
12033
  refresh: string;
12034
+ refreshConfirmTitle: string;
12035
+ refreshConfirmDescription: string;
11593
12036
  refreshed: string;
11594
12037
  refreshFailed: string;
11595
12038
  emptyHint: string;
11596
- registryErrorsTitle: string;
11597
12039
  install: string;
11598
12040
  update: string;
11599
12041
  updateTo: string;
@@ -11606,6 +12048,36 @@ declare const CATALOGS: {
11606
12048
  installConfirmNote: string;
11607
12049
  installSuccess: string;
11608
12050
  updateSuccess: string;
12051
+ view: string;
12052
+ details: string;
12053
+ moreActions: string;
12054
+ releaseNotes: string;
12055
+ pluginInfo: string;
12056
+ pluginId: string;
12057
+ repository: string;
12058
+ latestRelease: string;
12059
+ manifestVersion: string;
12060
+ packageAsset: string;
12061
+ checksum: string;
12062
+ notInstalled: string;
12063
+ reportIssue: string;
12064
+ reportSecurity: string;
12065
+ intro: string;
12066
+ languages: string;
12067
+ noIntro: string;
12068
+ noReleaseNotes: string;
12069
+ errorRateLimitedShort: string;
12070
+ configureRegistry: string;
12071
+ pageHint: string;
12072
+ registryDialogTitle: string;
12073
+ installedBadge: string;
12074
+ filterAll: string;
12075
+ filterInstalled: string;
12076
+ filterUpdates: string;
12077
+ emptyFilterHint: string;
12078
+ requiresAppVersion: string;
12079
+ incompatibleAppVersion: string;
12080
+ registryActive: string;
11609
12081
  };
11610
12082
  overview: {
11611
12083
  usageHistory: {
@@ -13172,13 +13644,16 @@ declare const CATALOGS: {
13172
13644
  edit: string;
13173
13645
  save: string;
13174
13646
  editPending: string;
13647
+ liveHint: string;
13175
13648
  };
13176
13649
  fields: {
13177
13650
  resources: string;
13178
13651
  characters: string;
13179
13652
  documents: string;
13653
+ folders: string;
13180
13654
  messages: string;
13181
13655
  tags: string;
13656
+ collections: string;
13182
13657
  trash: string;
13183
13658
  contentSize: string;
13184
13659
  storage: string;
@@ -13220,6 +13695,7 @@ declare const CATALOGS: {
13220
13695
  copied: string;
13221
13696
  };
13222
13697
  errorPage: {
13698
+ rendererCrashed: string;
13223
13699
  serverError: string;
13224
13700
  devServerError: string;
13225
13701
  };
@@ -13234,7 +13710,6 @@ declare const CATALOGS: {
13234
13710
  shell: {
13235
13711
  serverUnreachable: string;
13236
13712
  retry: string;
13237
- loadingLabel: string;
13238
13713
  };
13239
13714
  wizard: {
13240
13715
  title: string;