@hoardodile/i18n 0.1.1 → 0.1.3

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",
@@ -387,16 +429,16 @@ var me = {
387
429
  updatePhaseSwapping: "Replacing server files…",
388
430
  updatePhaseStarting: "Starting the local server…",
389
431
  shellCache: {
390
- title: "Shell cache",
391
- description: "On-disk caches of the app window itselfHTTP responses, compiled code and GPU shaders — plus any downloaded update. Clearing never touches cookies, your preferences or offline data, and the app re-fetches from the local server right away. A downloaded update that is ready to install stays untouched.",
432
+ title: "App temporary files",
433
+ description: "Temporary files the app saves on your device as it runs like the images and code used in the interface — plus any downloaded update. Clearing just means the app fetches what it needs again: your signed-in status, appearance preferences and offline data are never touched. A downloaded update that is ready to install stays untouched.",
392
434
  currentSize: "{{size}}",
393
435
  unavailable: "Unavailable",
394
- clear: "Clear cache",
436
+ clear: "Clear temporary files",
395
437
  clearing: "Clearing…",
396
- confirmTitle: "Clear the shell cache?",
397
- confirmDescription: "The app window will fetch its files from the local server again on the next visit. Cookies, preferences and offline data are never touched. A downloaded update that is ready to install stays untouched.",
398
- toastCleared: "Shell cache cleared — {{bytes}} freed.",
399
- clearFailed: "Could not clear the shell cache."
438
+ confirmTitle: "Clear the app's temporary files?",
439
+ confirmDescription: "The app will fetch what it needs again the next time it is used. Your signed-in status, appearance preferences and offline data are never touched. A downloaded update that is ready to install stays untouched.",
440
+ toastCleared: "App temporary files cleared — {{bytes}} freed.",
441
+ clearFailed: "Could not clear the app's temporary files."
400
442
  }
401
443
  },
402
444
  usage: {
@@ -439,13 +481,13 @@ var me = {
439
481
  confirmDescription: "This will delete every system preference including theme, language, font, and date format. The page will reload with default values. This cannot be undone."
440
482
  },
441
483
  systemCache: {
442
- title: "Browser cache",
443
- description: "Browser-side local data service-worker caches, localStorage and IndexedDB (offline usage queue, document drafts). The server is never touched; the page reloads afterwards.",
484
+ title: "Browser data",
485
+ description: "App data kept in your browser appearance preferences (theme, language), offline usage records and saved document drafts. Clearing reloads the page and restores the default interface; resources and collections on the server are never touched.",
444
486
  clear: "Clear all",
445
487
  clearing: "Clearing…",
446
- resetting: "Browser cache cleared. Reloading…",
447
- confirmTitle: "Clear browser cache?",
448
- confirmDescription: "This will delete every piece of browser-side local data, including theme and language preferences, offline usage records, and saved document drafts, then reload the page. This cannot be undone."
488
+ resetting: "Browser data cleared. Reloading…",
489
+ confirmTitle: "Clear browser data?",
490
+ confirmDescription: "This deletes every piece of app data kept in your browser, including appearance preferences (theme, language), offline usage records and saved document drafts, then reloads the page with the default interface. Resources and collections on the server are never touched. This cannot be undone."
449
491
  }
450
492
  };
451
493
  var plugin = {
@@ -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,38 @@ 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
+ requestFeature: "Request a feature",
619
+ intro: "Intro",
620
+ languages: "Languages",
621
+ noIntro: "This release ships no introduction",
622
+ noReleaseNotes: "This release has no release notes",
623
+ errorRateLimitedShort: "Latest release info unavailable — retrying automatically.",
624
+ configureRegistry: "Configure registry",
625
+ 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.",
626
+ registryDialogTitle: "Plugin marketplace registry",
627
+ installedBadge: "Installed",
628
+ filterAll: "All",
629
+ filterInstalled: "Installed",
630
+ filterUpdates: "Updates",
631
+ emptyFilterHint: "No plugins match this filter.",
632
+ requiresAppVersion: "Requires hoardodile ≥ v{{version}}",
633
+ incompatibleAppVersion: "This plugin requires hoardodile ≥ v{{require}}; this host runs v{{current}}",
634
+ registryActive: "Current registry: {{url}}"
558
635
  };
559
636
  var overview = {
560
637
  usageHistory: {
@@ -1845,6 +1922,18 @@ var categories = {
1845
1922
  }
1846
1923
  };
1847
1924
  var tags = {
1925
+ edit: {
1926
+ linkLabel: "Website link",
1927
+ linkPlaceholder: "https://…",
1928
+ linkHint: "Optional link to the tag's canonical page — shown in the hover preview.",
1929
+ uploadImage: "Upload image…",
1930
+ editImage: "Edit image…",
1931
+ imageDialogTitle: "Tag image"
1932
+ },
1933
+ card: {
1934
+ openLink: "Open link",
1935
+ aria: "Tag preview: {{name}}"
1936
+ },
1848
1937
  picker: {
1849
1938
  noCategories: "No categories yet.",
1850
1939
  selectedHeader: "Selected:",
@@ -2073,7 +2162,7 @@ var storage = {
2073
2162
  }
2074
2163
  };
2075
2164
  var sync = {
2076
- pageHint: "Per device: records entity counts, content size and storage volume · keeps the two most recent snapshots",
2165
+ pageHint: "Per device: records entity counts, content size and storage volume · open the page anytime to see what changed since the last sync",
2077
2166
  status: {
2078
2167
  allUpToDate: "All devices up to date",
2079
2168
  dueCount_one: "{{count}} of {{total}} device due",
@@ -2120,14 +2209,17 @@ var sync = {
2120
2209
  editTitle: "Edit device",
2121
2210
  edit: "Edit",
2122
2211
  save: "Save",
2123
- editPending: "Saving…"
2212
+ editPending: "Saving…",
2213
+ liveHint: "Live state · changes since the last sync"
2124
2214
  },
2125
2215
  fields: {
2126
2216
  resources: "Resources",
2127
2217
  characters: "Characters",
2128
2218
  documents: "Documents",
2219
+ folders: "Folders",
2129
2220
  messages: "Messages",
2130
2221
  tags: "Tags",
2222
+ collections: "Collections",
2131
2223
  trash: "Trash",
2132
2224
  contentSize: "Content size",
2133
2225
  storage: "Storage",
@@ -2169,6 +2261,7 @@ var desktopShell = {
2169
2261
  copied: "LAN address copied to the clipboard."
2170
2262
  },
2171
2263
  errorPage: {
2264
+ rendererCrashed: "The app window crashed. Press Retry to reload it — your data and the bundled server are safe.",
2172
2265
  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
2266
  devServerError: "The development server is not running. Start `pnpm dev` in another terminal, then press Retry."
2174
2267
  },
@@ -2182,8 +2275,7 @@ var desktopShell = {
2182
2275
  },
2183
2276
  shell: {
2184
2277
  serverUnreachable: "Server unreachable",
2185
- retry: "Retry",
2186
- loadingLabel: "Loading"
2278
+ retry: "Retry"
2187
2279
  },
2188
2280
  wizard: {
2189
2281
  title: "Welcome to hoardodile",
@@ -2206,6 +2298,7 @@ var en = {
2206
2298
  theme: theme,
2207
2299
  font: font,
2208
2300
  dateTime: dateTime,
2301
+ appError: appError,
2209
2302
  appShell: appShell,
2210
2303
  search: search,
2211
2304
  me: me,
@@ -2357,6 +2450,17 @@ declare const CATALOGS: {
2357
2450
  noMatches: string;
2358
2451
  };
2359
2452
  };
2453
+ appError: {
2454
+ title: string;
2455
+ description: string;
2456
+ details: string;
2457
+ tryAgain: string;
2458
+ reload: string;
2459
+ copyDetails: string;
2460
+ copied: string;
2461
+ copyFailed: string;
2462
+ reportIssue: string;
2463
+ };
2360
2464
  appShell: {
2361
2465
  primaryNav: string;
2362
2466
  secondaryNav: string;
@@ -2370,6 +2474,8 @@ declare const CATALOGS: {
2370
2474
  documents: string;
2371
2475
  messages: string;
2372
2476
  me: string;
2477
+ marketplace: string;
2478
+ marketplaceUpdatesBadge: string;
2373
2479
  feedbackAbout: string;
2374
2480
  help: string;
2375
2481
  };
@@ -2539,6 +2645,14 @@ declare const CATALOGS: {
2539
2645
  bugTitle: string;
2540
2646
  bugDescription: string;
2541
2647
  bugAction: string;
2648
+ downloadLogs: string;
2649
+ logsArchiveConfirmTitle: string;
2650
+ logsArchiveConfirmNote: string;
2651
+ logsArchiveDownloaded: string;
2652
+ logsArchiveFailed: string;
2653
+ logsArchiving: string;
2654
+ openLogsFolder: string;
2655
+ openLogsFailed: string;
2542
2656
  featureTitle: string;
2543
2657
  featureDescription: string;
2544
2658
  featureAction: string;
@@ -2561,8 +2675,29 @@ declare const CATALOGS: {
2561
2675
  title: string;
2562
2676
  description: string;
2563
2677
  empty: string;
2678
+ totalLabel_one: string;
2679
+ totalLabel_other: string;
2564
2680
  loopback: string;
2565
2681
  };
2682
+ network: {
2683
+ title: string;
2684
+ description: string;
2685
+ proxyLabel: string;
2686
+ sourceNone: string;
2687
+ sourceEnv: string;
2688
+ sourceSystem: string;
2689
+ sourceExplicit: string;
2690
+ bypassCount_one: string;
2691
+ bypassCount_other: string;
2692
+ test: string;
2693
+ testing: string;
2694
+ testSuccess: string;
2695
+ testFailed: string;
2696
+ testHint: string;
2697
+ connectionLabel: string;
2698
+ notTested: string;
2699
+ proxyConfigHint: string;
2700
+ };
2566
2701
  desktop: {
2567
2702
  library: {
2568
2703
  title: string;
@@ -2721,6 +2856,10 @@ declare const CATALOGS: {
2721
2856
  missingSource: string;
2722
2857
  installed: string;
2723
2858
  installedDescription: string;
2859
+ bundledTitle: string;
2860
+ bundledDescription: string;
2861
+ bundledRestore: string;
2862
+ bundledRestoreSuccess: string;
2724
2863
  filterPlaceholder: string;
2725
2864
  countInstalled: string;
2726
2865
  listView: string;
@@ -2786,14 +2925,14 @@ declare const CATALOGS: {
2786
2925
  disable: string;
2787
2926
  saved: string;
2788
2927
  notConfiguredHint: string;
2789
- loading: string;
2790
2928
  loadFailed: string;
2791
2929
  refreshedAt: string;
2792
2930
  refresh: string;
2931
+ refreshConfirmTitle: string;
2932
+ refreshConfirmDescription: string;
2793
2933
  refreshed: string;
2794
2934
  refreshFailed: string;
2795
2935
  emptyHint: string;
2796
- registryErrorsTitle: string;
2797
2936
  install: string;
2798
2937
  update: string;
2799
2938
  updateTo: string;
@@ -2806,6 +2945,37 @@ declare const CATALOGS: {
2806
2945
  installConfirmNote: string;
2807
2946
  installSuccess: string;
2808
2947
  updateSuccess: string;
2948
+ view: string;
2949
+ details: string;
2950
+ moreActions: string;
2951
+ releaseNotes: string;
2952
+ pluginInfo: string;
2953
+ pluginId: string;
2954
+ repository: string;
2955
+ latestRelease: string;
2956
+ manifestVersion: string;
2957
+ packageAsset: string;
2958
+ checksum: string;
2959
+ notInstalled: string;
2960
+ reportIssue: string;
2961
+ reportSecurity: string;
2962
+ requestFeature: string;
2963
+ intro: string;
2964
+ languages: string;
2965
+ noIntro: string;
2966
+ noReleaseNotes: string;
2967
+ errorRateLimitedShort: string;
2968
+ configureRegistry: string;
2969
+ pageHint: string;
2970
+ registryDialogTitle: string;
2971
+ installedBadge: string;
2972
+ filterAll: string;
2973
+ filterInstalled: string;
2974
+ filterUpdates: string;
2975
+ emptyFilterHint: string;
2976
+ requiresAppVersion: string;
2977
+ incompatibleAppVersion: string;
2978
+ registryActive: string;
2809
2979
  };
2810
2980
  overview: {
2811
2981
  usageHistory: {
@@ -4096,6 +4266,18 @@ declare const CATALOGS: {
4096
4266
  };
4097
4267
  };
4098
4268
  tags: {
4269
+ edit: {
4270
+ linkLabel: string;
4271
+ linkPlaceholder: string;
4272
+ linkHint: string;
4273
+ uploadImage: string;
4274
+ editImage: string;
4275
+ imageDialogTitle: string;
4276
+ };
4277
+ card: {
4278
+ openLink: string;
4279
+ aria: string;
4280
+ };
4099
4281
  picker: {
4100
4282
  noCategories: string;
4101
4283
  selectedHeader: string;
@@ -4372,13 +4554,16 @@ declare const CATALOGS: {
4372
4554
  edit: string;
4373
4555
  save: string;
4374
4556
  editPending: string;
4557
+ liveHint: string;
4375
4558
  };
4376
4559
  fields: {
4377
4560
  resources: string;
4378
4561
  characters: string;
4379
4562
  documents: string;
4563
+ folders: string;
4380
4564
  messages: string;
4381
4565
  tags: string;
4566
+ collections: string;
4382
4567
  trash: string;
4383
4568
  contentSize: string;
4384
4569
  storage: string;
@@ -4420,6 +4605,7 @@ declare const CATALOGS: {
4420
4605
  copied: string;
4421
4606
  };
4422
4607
  errorPage: {
4608
+ rendererCrashed: string;
4423
4609
  serverError: string;
4424
4610
  devServerError: string;
4425
4611
  };
@@ -4434,7 +4620,6 @@ declare const CATALOGS: {
4434
4620
  shell: {
4435
4621
  serverUnreachable: string;
4436
4622
  retry: string;
4437
- loadingLabel: string;
4438
4623
  };
4439
4624
  wizard: {
4440
4625
  title: string;
@@ -4557,6 +4742,17 @@ declare const CATALOGS: {
4557
4742
  noMatches: string;
4558
4743
  };
4559
4744
  };
4745
+ appError: {
4746
+ title: string;
4747
+ description: string;
4748
+ details: string;
4749
+ tryAgain: string;
4750
+ reload: string;
4751
+ copyDetails: string;
4752
+ copied: string;
4753
+ copyFailed: string;
4754
+ reportIssue: string;
4755
+ };
4560
4756
  appShell: {
4561
4757
  primaryNav: string;
4562
4758
  secondaryNav: string;
@@ -4570,6 +4766,8 @@ declare const CATALOGS: {
4570
4766
  documents: string;
4571
4767
  messages: string;
4572
4768
  me: string;
4769
+ marketplace: string;
4770
+ marketplaceUpdatesBadge: string;
4573
4771
  feedbackAbout: string;
4574
4772
  help: string;
4575
4773
  };
@@ -4739,6 +4937,14 @@ declare const CATALOGS: {
4739
4937
  bugTitle: string;
4740
4938
  bugDescription: string;
4741
4939
  bugAction: string;
4940
+ downloadLogs: string;
4941
+ logsArchiveConfirmTitle: string;
4942
+ logsArchiveConfirmNote: string;
4943
+ logsArchiveDownloaded: string;
4944
+ logsArchiveFailed: string;
4945
+ logsArchiving: string;
4946
+ openLogsFolder: string;
4947
+ openLogsFailed: string;
4742
4948
  featureTitle: string;
4743
4949
  featureDescription: string;
4744
4950
  featureAction: string;
@@ -4761,8 +4967,29 @@ declare const CATALOGS: {
4761
4967
  title: string;
4762
4968
  description: string;
4763
4969
  empty: string;
4970
+ totalLabel_one: string;
4971
+ totalLabel_other: string;
4764
4972
  loopback: string;
4765
4973
  };
4974
+ network: {
4975
+ title: string;
4976
+ description: string;
4977
+ proxyLabel: string;
4978
+ sourceNone: string;
4979
+ sourceEnv: string;
4980
+ sourceSystem: string;
4981
+ sourceExplicit: string;
4982
+ bypassCount_one: string;
4983
+ bypassCount_other: string;
4984
+ test: string;
4985
+ testing: string;
4986
+ testSuccess: string;
4987
+ testFailed: string;
4988
+ testHint: string;
4989
+ connectionLabel: string;
4990
+ notTested: string;
4991
+ proxyConfigHint: string;
4992
+ };
4766
4993
  desktop: {
4767
4994
  library: {
4768
4995
  title: string;
@@ -4921,6 +5148,10 @@ declare const CATALOGS: {
4921
5148
  missingSource: string;
4922
5149
  installed: string;
4923
5150
  installedDescription: string;
5151
+ bundledTitle: string;
5152
+ bundledDescription: string;
5153
+ bundledRestore: string;
5154
+ bundledRestoreSuccess: string;
4924
5155
  filterPlaceholder: string;
4925
5156
  countInstalled: string;
4926
5157
  listView: string;
@@ -4986,14 +5217,14 @@ declare const CATALOGS: {
4986
5217
  disable: string;
4987
5218
  saved: string;
4988
5219
  notConfiguredHint: string;
4989
- loading: string;
4990
5220
  loadFailed: string;
4991
5221
  refreshedAt: string;
4992
5222
  refresh: string;
5223
+ refreshConfirmTitle: string;
5224
+ refreshConfirmDescription: string;
4993
5225
  refreshed: string;
4994
5226
  refreshFailed: string;
4995
5227
  emptyHint: string;
4996
- registryErrorsTitle: string;
4997
5228
  install: string;
4998
5229
  update: string;
4999
5230
  updateTo: string;
@@ -5006,6 +5237,37 @@ declare const CATALOGS: {
5006
5237
  installConfirmNote: string;
5007
5238
  installSuccess: string;
5008
5239
  updateSuccess: string;
5240
+ view: string;
5241
+ details: string;
5242
+ moreActions: string;
5243
+ releaseNotes: string;
5244
+ pluginInfo: string;
5245
+ pluginId: string;
5246
+ repository: string;
5247
+ latestRelease: string;
5248
+ manifestVersion: string;
5249
+ packageAsset: string;
5250
+ checksum: string;
5251
+ notInstalled: string;
5252
+ reportIssue: string;
5253
+ reportSecurity: string;
5254
+ requestFeature: string;
5255
+ intro: string;
5256
+ languages: string;
5257
+ noIntro: string;
5258
+ noReleaseNotes: string;
5259
+ errorRateLimitedShort: string;
5260
+ configureRegistry: string;
5261
+ pageHint: string;
5262
+ registryDialogTitle: string;
5263
+ installedBadge: string;
5264
+ filterAll: string;
5265
+ filterInstalled: string;
5266
+ filterUpdates: string;
5267
+ emptyFilterHint: string;
5268
+ requiresAppVersion: string;
5269
+ incompatibleAppVersion: string;
5270
+ registryActive: string;
5009
5271
  };
5010
5272
  overview: {
5011
5273
  usageHistory: {
@@ -6296,6 +6558,18 @@ declare const CATALOGS: {
6296
6558
  };
6297
6559
  };
6298
6560
  tags: {
6561
+ edit: {
6562
+ linkLabel: string;
6563
+ linkPlaceholder: string;
6564
+ linkHint: string;
6565
+ uploadImage: string;
6566
+ editImage: string;
6567
+ imageDialogTitle: string;
6568
+ };
6569
+ card: {
6570
+ openLink: string;
6571
+ aria: string;
6572
+ };
6299
6573
  picker: {
6300
6574
  noCategories: string;
6301
6575
  selectedHeader: string;
@@ -6572,13 +6846,16 @@ declare const CATALOGS: {
6572
6846
  edit: string;
6573
6847
  save: string;
6574
6848
  editPending: string;
6849
+ liveHint: string;
6575
6850
  };
6576
6851
  fields: {
6577
6852
  resources: string;
6578
6853
  characters: string;
6579
6854
  documents: string;
6855
+ folders: string;
6580
6856
  messages: string;
6581
6857
  tags: string;
6858
+ collections: string;
6582
6859
  trash: string;
6583
6860
  contentSize: string;
6584
6861
  storage: string;
@@ -6620,6 +6897,7 @@ declare const CATALOGS: {
6620
6897
  copied: string;
6621
6898
  };
6622
6899
  errorPage: {
6900
+ rendererCrashed: string;
6623
6901
  serverError: string;
6624
6902
  devServerError: string;
6625
6903
  };
@@ -6634,7 +6912,6 @@ declare const CATALOGS: {
6634
6912
  shell: {
6635
6913
  serverUnreachable: string;
6636
6914
  retry: string;
6637
- loadingLabel: string;
6638
6915
  };
6639
6916
  wizard: {
6640
6917
  title: string;
@@ -6757,6 +7034,17 @@ declare const CATALOGS: {
6757
7034
  noMatches: string;
6758
7035
  };
6759
7036
  };
7037
+ appError: {
7038
+ title: string;
7039
+ description: string;
7040
+ details: string;
7041
+ tryAgain: string;
7042
+ reload: string;
7043
+ copyDetails: string;
7044
+ copied: string;
7045
+ copyFailed: string;
7046
+ reportIssue: string;
7047
+ };
6760
7048
  appShell: {
6761
7049
  primaryNav: string;
6762
7050
  secondaryNav: string;
@@ -6770,6 +7058,8 @@ declare const CATALOGS: {
6770
7058
  documents: string;
6771
7059
  messages: string;
6772
7060
  me: string;
7061
+ marketplace: string;
7062
+ marketplaceUpdatesBadge: string;
6773
7063
  feedbackAbout: string;
6774
7064
  help: string;
6775
7065
  };
@@ -6939,6 +7229,14 @@ declare const CATALOGS: {
6939
7229
  bugTitle: string;
6940
7230
  bugDescription: string;
6941
7231
  bugAction: string;
7232
+ downloadLogs: string;
7233
+ logsArchiveConfirmTitle: string;
7234
+ logsArchiveConfirmNote: string;
7235
+ logsArchiveDownloaded: string;
7236
+ logsArchiveFailed: string;
7237
+ logsArchiving: string;
7238
+ openLogsFolder: string;
7239
+ openLogsFailed: string;
6942
7240
  featureTitle: string;
6943
7241
  featureDescription: string;
6944
7242
  featureAction: string;
@@ -6961,8 +7259,29 @@ declare const CATALOGS: {
6961
7259
  title: string;
6962
7260
  description: string;
6963
7261
  empty: string;
7262
+ totalLabel_one: string;
7263
+ totalLabel_other: string;
6964
7264
  loopback: string;
6965
7265
  };
7266
+ network: {
7267
+ title: string;
7268
+ description: string;
7269
+ proxyLabel: string;
7270
+ sourceNone: string;
7271
+ sourceEnv: string;
7272
+ sourceSystem: string;
7273
+ sourceExplicit: string;
7274
+ bypassCount_one: string;
7275
+ bypassCount_other: string;
7276
+ test: string;
7277
+ testing: string;
7278
+ testSuccess: string;
7279
+ testFailed: string;
7280
+ testHint: string;
7281
+ connectionLabel: string;
7282
+ notTested: string;
7283
+ proxyConfigHint: string;
7284
+ };
6966
7285
  desktop: {
6967
7286
  library: {
6968
7287
  title: string;
@@ -7121,6 +7440,10 @@ declare const CATALOGS: {
7121
7440
  missingSource: string;
7122
7441
  installed: string;
7123
7442
  installedDescription: string;
7443
+ bundledTitle: string;
7444
+ bundledDescription: string;
7445
+ bundledRestore: string;
7446
+ bundledRestoreSuccess: string;
7124
7447
  filterPlaceholder: string;
7125
7448
  countInstalled: string;
7126
7449
  listView: string;
@@ -7186,14 +7509,14 @@ declare const CATALOGS: {
7186
7509
  disable: string;
7187
7510
  saved: string;
7188
7511
  notConfiguredHint: string;
7189
- loading: string;
7190
7512
  loadFailed: string;
7191
7513
  refreshedAt: string;
7192
7514
  refresh: string;
7515
+ refreshConfirmTitle: string;
7516
+ refreshConfirmDescription: string;
7193
7517
  refreshed: string;
7194
7518
  refreshFailed: string;
7195
7519
  emptyHint: string;
7196
- registryErrorsTitle: string;
7197
7520
  install: string;
7198
7521
  update: string;
7199
7522
  updateTo: string;
@@ -7206,6 +7529,37 @@ declare const CATALOGS: {
7206
7529
  installConfirmNote: string;
7207
7530
  installSuccess: string;
7208
7531
  updateSuccess: string;
7532
+ view: string;
7533
+ details: string;
7534
+ moreActions: string;
7535
+ releaseNotes: string;
7536
+ pluginInfo: string;
7537
+ pluginId: string;
7538
+ repository: string;
7539
+ latestRelease: string;
7540
+ manifestVersion: string;
7541
+ packageAsset: string;
7542
+ checksum: string;
7543
+ notInstalled: string;
7544
+ reportIssue: string;
7545
+ reportSecurity: string;
7546
+ requestFeature: string;
7547
+ intro: string;
7548
+ languages: string;
7549
+ noIntro: string;
7550
+ noReleaseNotes: string;
7551
+ errorRateLimitedShort: string;
7552
+ configureRegistry: string;
7553
+ pageHint: string;
7554
+ registryDialogTitle: string;
7555
+ installedBadge: string;
7556
+ filterAll: string;
7557
+ filterInstalled: string;
7558
+ filterUpdates: string;
7559
+ emptyFilterHint: string;
7560
+ requiresAppVersion: string;
7561
+ incompatibleAppVersion: string;
7562
+ registryActive: string;
7209
7563
  };
7210
7564
  overview: {
7211
7565
  usageHistory: {
@@ -8496,6 +8850,18 @@ declare const CATALOGS: {
8496
8850
  };
8497
8851
  };
8498
8852
  tags: {
8853
+ edit: {
8854
+ linkLabel: string;
8855
+ linkPlaceholder: string;
8856
+ linkHint: string;
8857
+ uploadImage: string;
8858
+ editImage: string;
8859
+ imageDialogTitle: string;
8860
+ };
8861
+ card: {
8862
+ openLink: string;
8863
+ aria: string;
8864
+ };
8499
8865
  picker: {
8500
8866
  noCategories: string;
8501
8867
  selectedHeader: string;
@@ -8772,13 +9138,16 @@ declare const CATALOGS: {
8772
9138
  edit: string;
8773
9139
  save: string;
8774
9140
  editPending: string;
9141
+ liveHint: string;
8775
9142
  };
8776
9143
  fields: {
8777
9144
  resources: string;
8778
9145
  characters: string;
8779
9146
  documents: string;
9147
+ folders: string;
8780
9148
  messages: string;
8781
9149
  tags: string;
9150
+ collections: string;
8782
9151
  trash: string;
8783
9152
  contentSize: string;
8784
9153
  storage: string;
@@ -8820,6 +9189,7 @@ declare const CATALOGS: {
8820
9189
  copied: string;
8821
9190
  };
8822
9191
  errorPage: {
9192
+ rendererCrashed: string;
8823
9193
  serverError: string;
8824
9194
  devServerError: string;
8825
9195
  };
@@ -8834,7 +9204,6 @@ declare const CATALOGS: {
8834
9204
  shell: {
8835
9205
  serverUnreachable: string;
8836
9206
  retry: string;
8837
- loadingLabel: string;
8838
9207
  };
8839
9208
  wizard: {
8840
9209
  title: string;
@@ -8957,6 +9326,17 @@ declare const CATALOGS: {
8957
9326
  noMatches: string;
8958
9327
  };
8959
9328
  };
9329
+ appError: {
9330
+ title: string;
9331
+ description: string;
9332
+ details: string;
9333
+ tryAgain: string;
9334
+ reload: string;
9335
+ copyDetails: string;
9336
+ copied: string;
9337
+ copyFailed: string;
9338
+ reportIssue: string;
9339
+ };
8960
9340
  appShell: {
8961
9341
  primaryNav: string;
8962
9342
  secondaryNav: string;
@@ -8970,6 +9350,8 @@ declare const CATALOGS: {
8970
9350
  documents: string;
8971
9351
  messages: string;
8972
9352
  me: string;
9353
+ marketplace: string;
9354
+ marketplaceUpdatesBadge: string;
8973
9355
  feedbackAbout: string;
8974
9356
  help: string;
8975
9357
  };
@@ -9139,6 +9521,14 @@ declare const CATALOGS: {
9139
9521
  bugTitle: string;
9140
9522
  bugDescription: string;
9141
9523
  bugAction: string;
9524
+ downloadLogs: string;
9525
+ logsArchiveConfirmTitle: string;
9526
+ logsArchiveConfirmNote: string;
9527
+ logsArchiveDownloaded: string;
9528
+ logsArchiveFailed: string;
9529
+ logsArchiving: string;
9530
+ openLogsFolder: string;
9531
+ openLogsFailed: string;
9142
9532
  featureTitle: string;
9143
9533
  featureDescription: string;
9144
9534
  featureAction: string;
@@ -9161,8 +9551,29 @@ declare const CATALOGS: {
9161
9551
  title: string;
9162
9552
  description: string;
9163
9553
  empty: string;
9554
+ totalLabel_one: string;
9555
+ totalLabel_other: string;
9164
9556
  loopback: string;
9165
9557
  };
9558
+ network: {
9559
+ title: string;
9560
+ description: string;
9561
+ proxyLabel: string;
9562
+ sourceNone: string;
9563
+ sourceEnv: string;
9564
+ sourceSystem: string;
9565
+ sourceExplicit: string;
9566
+ bypassCount_one: string;
9567
+ bypassCount_other: string;
9568
+ test: string;
9569
+ testing: string;
9570
+ testSuccess: string;
9571
+ testFailed: string;
9572
+ testHint: string;
9573
+ connectionLabel: string;
9574
+ notTested: string;
9575
+ proxyConfigHint: string;
9576
+ };
9166
9577
  desktop: {
9167
9578
  library: {
9168
9579
  title: string;
@@ -9321,6 +9732,10 @@ declare const CATALOGS: {
9321
9732
  missingSource: string;
9322
9733
  installed: string;
9323
9734
  installedDescription: string;
9735
+ bundledTitle: string;
9736
+ bundledDescription: string;
9737
+ bundledRestore: string;
9738
+ bundledRestoreSuccess: string;
9324
9739
  filterPlaceholder: string;
9325
9740
  countInstalled: string;
9326
9741
  listView: string;
@@ -9386,14 +9801,14 @@ declare const CATALOGS: {
9386
9801
  disable: string;
9387
9802
  saved: string;
9388
9803
  notConfiguredHint: string;
9389
- loading: string;
9390
9804
  loadFailed: string;
9391
9805
  refreshedAt: string;
9392
9806
  refresh: string;
9807
+ refreshConfirmTitle: string;
9808
+ refreshConfirmDescription: string;
9393
9809
  refreshed: string;
9394
9810
  refreshFailed: string;
9395
9811
  emptyHint: string;
9396
- registryErrorsTitle: string;
9397
9812
  install: string;
9398
9813
  update: string;
9399
9814
  updateTo: string;
@@ -9406,6 +9821,37 @@ declare const CATALOGS: {
9406
9821
  installConfirmNote: string;
9407
9822
  installSuccess: string;
9408
9823
  updateSuccess: string;
9824
+ view: string;
9825
+ details: string;
9826
+ moreActions: string;
9827
+ releaseNotes: string;
9828
+ pluginInfo: string;
9829
+ pluginId: string;
9830
+ repository: string;
9831
+ latestRelease: string;
9832
+ manifestVersion: string;
9833
+ packageAsset: string;
9834
+ checksum: string;
9835
+ notInstalled: string;
9836
+ reportIssue: string;
9837
+ reportSecurity: string;
9838
+ requestFeature: string;
9839
+ intro: string;
9840
+ languages: string;
9841
+ noIntro: string;
9842
+ noReleaseNotes: string;
9843
+ errorRateLimitedShort: string;
9844
+ configureRegistry: string;
9845
+ pageHint: string;
9846
+ registryDialogTitle: string;
9847
+ installedBadge: string;
9848
+ filterAll: string;
9849
+ filterInstalled: string;
9850
+ filterUpdates: string;
9851
+ emptyFilterHint: string;
9852
+ requiresAppVersion: string;
9853
+ incompatibleAppVersion: string;
9854
+ registryActive: string;
9409
9855
  };
9410
9856
  overview: {
9411
9857
  usageHistory: {
@@ -10696,6 +11142,18 @@ declare const CATALOGS: {
10696
11142
  };
10697
11143
  };
10698
11144
  tags: {
11145
+ edit: {
11146
+ linkLabel: string;
11147
+ linkPlaceholder: string;
11148
+ linkHint: string;
11149
+ uploadImage: string;
11150
+ editImage: string;
11151
+ imageDialogTitle: string;
11152
+ };
11153
+ card: {
11154
+ openLink: string;
11155
+ aria: string;
11156
+ };
10699
11157
  picker: {
10700
11158
  noCategories: string;
10701
11159
  selectedHeader: string;
@@ -10972,13 +11430,16 @@ declare const CATALOGS: {
10972
11430
  edit: string;
10973
11431
  save: string;
10974
11432
  editPending: string;
11433
+ liveHint: string;
10975
11434
  };
10976
11435
  fields: {
10977
11436
  resources: string;
10978
11437
  characters: string;
10979
11438
  documents: string;
11439
+ folders: string;
10980
11440
  messages: string;
10981
11441
  tags: string;
11442
+ collections: string;
10982
11443
  trash: string;
10983
11444
  contentSize: string;
10984
11445
  storage: string;
@@ -11020,6 +11481,7 @@ declare const CATALOGS: {
11020
11481
  copied: string;
11021
11482
  };
11022
11483
  errorPage: {
11484
+ rendererCrashed: string;
11023
11485
  serverError: string;
11024
11486
  devServerError: string;
11025
11487
  };
@@ -11034,7 +11496,6 @@ declare const CATALOGS: {
11034
11496
  shell: {
11035
11497
  serverUnreachable: string;
11036
11498
  retry: string;
11037
- loadingLabel: string;
11038
11499
  };
11039
11500
  wizard: {
11040
11501
  title: string;
@@ -11157,6 +11618,17 @@ declare const CATALOGS: {
11157
11618
  noMatches: string;
11158
11619
  };
11159
11620
  };
11621
+ appError: {
11622
+ title: string;
11623
+ description: string;
11624
+ details: string;
11625
+ tryAgain: string;
11626
+ reload: string;
11627
+ copyDetails: string;
11628
+ copied: string;
11629
+ copyFailed: string;
11630
+ reportIssue: string;
11631
+ };
11160
11632
  appShell: {
11161
11633
  primaryNav: string;
11162
11634
  secondaryNav: string;
@@ -11170,6 +11642,8 @@ declare const CATALOGS: {
11170
11642
  documents: string;
11171
11643
  messages: string;
11172
11644
  me: string;
11645
+ marketplace: string;
11646
+ marketplaceUpdatesBadge: string;
11173
11647
  feedbackAbout: string;
11174
11648
  help: string;
11175
11649
  };
@@ -11339,6 +11813,14 @@ declare const CATALOGS: {
11339
11813
  bugTitle: string;
11340
11814
  bugDescription: string;
11341
11815
  bugAction: string;
11816
+ downloadLogs: string;
11817
+ logsArchiveConfirmTitle: string;
11818
+ logsArchiveConfirmNote: string;
11819
+ logsArchiveDownloaded: string;
11820
+ logsArchiveFailed: string;
11821
+ logsArchiving: string;
11822
+ openLogsFolder: string;
11823
+ openLogsFailed: string;
11342
11824
  featureTitle: string;
11343
11825
  featureDescription: string;
11344
11826
  featureAction: string;
@@ -11361,8 +11843,29 @@ declare const CATALOGS: {
11361
11843
  title: string;
11362
11844
  description: string;
11363
11845
  empty: string;
11846
+ totalLabel_one: string;
11847
+ totalLabel_other: string;
11364
11848
  loopback: string;
11365
11849
  };
11850
+ network: {
11851
+ title: string;
11852
+ description: string;
11853
+ proxyLabel: string;
11854
+ sourceNone: string;
11855
+ sourceEnv: string;
11856
+ sourceSystem: string;
11857
+ sourceExplicit: string;
11858
+ bypassCount_one: string;
11859
+ bypassCount_other: string;
11860
+ test: string;
11861
+ testing: string;
11862
+ testSuccess: string;
11863
+ testFailed: string;
11864
+ testHint: string;
11865
+ connectionLabel: string;
11866
+ notTested: string;
11867
+ proxyConfigHint: string;
11868
+ };
11366
11869
  desktop: {
11367
11870
  library: {
11368
11871
  title: string;
@@ -11521,6 +12024,10 @@ declare const CATALOGS: {
11521
12024
  missingSource: string;
11522
12025
  installed: string;
11523
12026
  installedDescription: string;
12027
+ bundledTitle: string;
12028
+ bundledDescription: string;
12029
+ bundledRestore: string;
12030
+ bundledRestoreSuccess: string;
11524
12031
  filterPlaceholder: string;
11525
12032
  countInstalled: string;
11526
12033
  listView: string;
@@ -11586,14 +12093,14 @@ declare const CATALOGS: {
11586
12093
  disable: string;
11587
12094
  saved: string;
11588
12095
  notConfiguredHint: string;
11589
- loading: string;
11590
12096
  loadFailed: string;
11591
12097
  refreshedAt: string;
11592
12098
  refresh: string;
12099
+ refreshConfirmTitle: string;
12100
+ refreshConfirmDescription: string;
11593
12101
  refreshed: string;
11594
12102
  refreshFailed: string;
11595
12103
  emptyHint: string;
11596
- registryErrorsTitle: string;
11597
12104
  install: string;
11598
12105
  update: string;
11599
12106
  updateTo: string;
@@ -11606,6 +12113,37 @@ declare const CATALOGS: {
11606
12113
  installConfirmNote: string;
11607
12114
  installSuccess: string;
11608
12115
  updateSuccess: string;
12116
+ view: string;
12117
+ details: string;
12118
+ moreActions: string;
12119
+ releaseNotes: string;
12120
+ pluginInfo: string;
12121
+ pluginId: string;
12122
+ repository: string;
12123
+ latestRelease: string;
12124
+ manifestVersion: string;
12125
+ packageAsset: string;
12126
+ checksum: string;
12127
+ notInstalled: string;
12128
+ reportIssue: string;
12129
+ reportSecurity: string;
12130
+ requestFeature: string;
12131
+ intro: string;
12132
+ languages: string;
12133
+ noIntro: string;
12134
+ noReleaseNotes: string;
12135
+ errorRateLimitedShort: string;
12136
+ configureRegistry: string;
12137
+ pageHint: string;
12138
+ registryDialogTitle: string;
12139
+ installedBadge: string;
12140
+ filterAll: string;
12141
+ filterInstalled: string;
12142
+ filterUpdates: string;
12143
+ emptyFilterHint: string;
12144
+ requiresAppVersion: string;
12145
+ incompatibleAppVersion: string;
12146
+ registryActive: string;
11609
12147
  };
11610
12148
  overview: {
11611
12149
  usageHistory: {
@@ -12896,6 +13434,18 @@ declare const CATALOGS: {
12896
13434
  };
12897
13435
  };
12898
13436
  tags: {
13437
+ edit: {
13438
+ linkLabel: string;
13439
+ linkPlaceholder: string;
13440
+ linkHint: string;
13441
+ uploadImage: string;
13442
+ editImage: string;
13443
+ imageDialogTitle: string;
13444
+ };
13445
+ card: {
13446
+ openLink: string;
13447
+ aria: string;
13448
+ };
12899
13449
  picker: {
12900
13450
  noCategories: string;
12901
13451
  selectedHeader: string;
@@ -13172,13 +13722,16 @@ declare const CATALOGS: {
13172
13722
  edit: string;
13173
13723
  save: string;
13174
13724
  editPending: string;
13725
+ liveHint: string;
13175
13726
  };
13176
13727
  fields: {
13177
13728
  resources: string;
13178
13729
  characters: string;
13179
13730
  documents: string;
13731
+ folders: string;
13180
13732
  messages: string;
13181
13733
  tags: string;
13734
+ collections: string;
13182
13735
  trash: string;
13183
13736
  contentSize: string;
13184
13737
  storage: string;
@@ -13220,6 +13773,7 @@ declare const CATALOGS: {
13220
13773
  copied: string;
13221
13774
  };
13222
13775
  errorPage: {
13776
+ rendererCrashed: string;
13223
13777
  serverError: string;
13224
13778
  devServerError: string;
13225
13779
  };
@@ -13234,7 +13788,6 @@ declare const CATALOGS: {
13234
13788
  shell: {
13235
13789
  serverUnreachable: string;
13236
13790
  retry: string;
13237
- loadingLabel: string;
13238
13791
  };
13239
13792
  wizard: {
13240
13793
  title: string;