@hoardodile/i18n 0.1.0 → 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
  },
@@ -173,6 +186,7 @@ var me = {
173
186
  privacy: "Privacy",
174
187
  archive: "Archive",
175
188
  plugins: "Plugins",
189
+ marketplace: "Marketplace",
176
190
  sync: "Sync"
177
191
  },
178
192
  section: {
@@ -285,8 +299,16 @@ var me = {
285
299
  repository: "GitHub repository",
286
300
  website: "Website",
287
301
  bugTitle: "Report a bug",
288
- bugDescription: "Something went wrong? File an issue so we can fix it.",
289
- 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.",
290
312
  featureTitle: "Request a feature",
291
313
  featureDescription: "Missing something? Tell us what to build next.",
292
314
  featureAction: "Share your idea",
@@ -309,8 +331,29 @@ var me = {
309
331
  title: "Recent connections",
310
332
  description: "Every sign-in with device, IP and time. Stored only on this device; rows older than 90 days are pruned.",
311
333
  empty: "No sign-ins yet.",
334
+ totalLabel_one: "{{count}} sign-in",
335
+ totalLabel_other: "{{count}} sign-ins",
312
336
  loopback: "this device"
313
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
+ },
314
357
  desktop: {
315
358
  library: {
316
359
  title: "Library folder",
@@ -342,6 +385,8 @@ var me = {
342
385
  weakPasswordDescription: "Anyone on your network who guesses it can access the whole library. Set a stronger password in Settings → Change password first, or enable sharing anyway.",
343
386
  enableAnyway: "Enable sharing anyway",
344
387
  primaryHint: "Open on a device on the same Wi-Fi.",
388
+ localHint: "The address the desktop app uses — open it in a browser or copy it.",
389
+ open: "Open in browser",
345
390
  portAdjustedTitle: "Port {{preferred}} is in use — the server is now listening on {{actual}}.",
346
391
  portAdjustedHint: "Open this address from other devices with the new port.",
347
392
  portAdjustedDismiss: "Dismiss",
@@ -356,6 +401,14 @@ var me = {
356
401
  title: "Start in tray",
357
402
  description: "No window until you choose Open from the tray."
358
403
  },
404
+ signInOnLaunch: {
405
+ title: "Require sign-in on launch",
406
+ description: "Sign in again every time you open the app."
407
+ },
408
+ signInOnWindowOpen: {
409
+ title: "Require sign-in when reopening from the tray",
410
+ description: "Sign in again whenever the window was closed (tray, second launch)."
411
+ },
359
412
  autoUpdate: {
360
413
  title: "Automatic updates",
361
414
  description: "Download GitHub releases in the background. Restart is always confirmed."
@@ -459,6 +512,10 @@ var plugins = {
459
512
  missingSource: "source missing",
460
513
  installed: "Installed",
461
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}}",
462
519
  filterPlaceholder: "Filter plugins",
463
520
  countInstalled: "{{count}} installed",
464
521
  listView: "List view",
@@ -514,6 +571,67 @@ var plugins = {
514
571
  download: "Downloads"
515
572
  }
516
573
  };
574
+ var marketplace = {
575
+ title: "Plugin marketplace",
576
+ description: "Plugins published as GitHub releases, discovered through a registry repo you own.",
577
+ registryRepoLabel: "Registry repo address",
578
+ registryPlaceholder: "https://github.com/me/hoardodile-plugins",
579
+ setupHint: "Paste a GitHub repository whose root registry.json lists your plugin repository addresses (one per line). Everything else — names, versions, permissions, release notes — is read automatically from each repo and its releases.",
580
+ save: "Save",
581
+ disable: "Disable",
582
+ saved: "Marketplace now uses {{repo}}",
583
+ notConfiguredHint: "No registry repo configured — paste one above to list plugins published as GitHub releases.",
584
+ loadFailed: "Marketplace refresh failed: {{message}}",
585
+ refreshedAt: "Last refreshed {{time}}",
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.",
589
+ refreshed: "Marketplace refreshed",
590
+ refreshFailed: "Marketplace refresh failed",
591
+ emptyHint: "The registry lists no plugins yet. Add repository addresses to registry.json and refresh.",
592
+ install: "Install",
593
+ update: "Update",
594
+ updateTo: "Update to v{{version}}",
595
+ installed: "Installed v{{version}}",
596
+ noRelease: "No GitHub release yet",
597
+ release: "Release",
598
+ installConfirmTitle: "Install plugin from GitHub?",
599
+ updateConfirmTitle: "Update {{name}}?",
600
+ installing: "Installing…",
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.",
602
+ installSuccess: "Installed {{name}}",
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}}"
634
+ };
517
635
  var overview = {
518
636
  usageHistory: {
519
637
  title: "Usage history"
@@ -888,7 +1006,9 @@ var documents = {
888
1006
  untitledHeading: "Untitled heading",
889
1007
  detailMeta: {
890
1008
  chars_one: "{{count, number}} char",
891
- chars_other: "{{count, number}} chars"
1009
+ chars_other: "{{count, number}} chars",
1010
+ created: "Created {{time}}",
1011
+ updated: "Updated {{time}}"
892
1012
  },
893
1013
  notes: {
894
1014
  tab: "Notes",
@@ -923,6 +1043,7 @@ var documents = {
923
1043
  committed: "Version committed",
924
1044
  contentTooLarge: "Content exceeds maximum character limit",
925
1045
  versionLoadFailed: "Could not load version content",
1046
+ diffFailed: "Could not compute the document diff",
926
1047
  savedLocally: "Saved on this device",
927
1048
  resolveConflictFirst: "Resolve the offline conflict before committing",
928
1049
  movedToTrash: "Moved to recycle bin",
@@ -2028,7 +2149,7 @@ var storage = {
2028
2149
  }
2029
2150
  };
2030
2151
  var sync = {
2031
- 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",
2032
2153
  status: {
2033
2154
  allUpToDate: "All devices up to date",
2034
2155
  dueCount_one: "{{count}} of {{total}} device due",
@@ -2075,14 +2196,17 @@ var sync = {
2075
2196
  editTitle: "Edit device",
2076
2197
  edit: "Edit",
2077
2198
  save: "Save",
2078
- editPending: "Saving…"
2199
+ editPending: "Saving…",
2200
+ liveHint: "Live state · changes since the last sync"
2079
2201
  },
2080
2202
  fields: {
2081
2203
  resources: "Resources",
2082
2204
  characters: "Characters",
2083
2205
  documents: "Documents",
2206
+ folders: "Folders",
2084
2207
  messages: "Messages",
2085
2208
  tags: "Tags",
2209
+ collections: "Collections",
2086
2210
  trash: "Trash",
2087
2211
  contentSize: "Content size",
2088
2212
  storage: "Storage",
@@ -2124,6 +2248,7 @@ var desktopShell = {
2124
2248
  copied: "LAN address copied to the clipboard."
2125
2249
  },
2126
2250
  errorPage: {
2251
+ rendererCrashed: "The app window crashed. Press Retry to reload it — your data and the bundled server are safe.",
2127
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.",
2128
2253
  devServerError: "The development server is not running. Start `pnpm dev` in another terminal, then press Retry."
2129
2254
  },
@@ -2137,8 +2262,7 @@ var desktopShell = {
2137
2262
  },
2138
2263
  shell: {
2139
2264
  serverUnreachable: "Server unreachable",
2140
- retry: "Retry",
2141
- loadingLabel: "Loading"
2265
+ retry: "Retry"
2142
2266
  },
2143
2267
  wizard: {
2144
2268
  title: "Welcome to hoardodile",
@@ -2161,11 +2285,13 @@ var en = {
2161
2285
  theme: theme,
2162
2286
  font: font,
2163
2287
  dateTime: dateTime,
2288
+ appError: appError,
2164
2289
  appShell: appShell,
2165
2290
  search: search,
2166
2291
  me: me,
2167
2292
  plugin: plugin,
2168
2293
  plugins: plugins,
2294
+ marketplace: marketplace,
2169
2295
  overview: overview,
2170
2296
  login: login,
2171
2297
  dataHistory: dataHistory,
@@ -2311,6 +2437,17 @@ declare const CATALOGS: {
2311
2437
  noMatches: string;
2312
2438
  };
2313
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
+ };
2314
2451
  appShell: {
2315
2452
  primaryNav: string;
2316
2453
  secondaryNav: string;
@@ -2324,6 +2461,8 @@ declare const CATALOGS: {
2324
2461
  documents: string;
2325
2462
  messages: string;
2326
2463
  me: string;
2464
+ marketplace: string;
2465
+ marketplaceUpdatesBadge: string;
2327
2466
  feedbackAbout: string;
2328
2467
  help: string;
2329
2468
  };
@@ -2378,6 +2517,7 @@ declare const CATALOGS: {
2378
2517
  privacy: string;
2379
2518
  archive: string;
2380
2519
  plugins: string;
2520
+ marketplace: string;
2381
2521
  sync: string;
2382
2522
  };
2383
2523
  section: {
@@ -2492,6 +2632,14 @@ declare const CATALOGS: {
2492
2632
  bugTitle: string;
2493
2633
  bugDescription: string;
2494
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;
2495
2643
  featureTitle: string;
2496
2644
  featureDescription: string;
2497
2645
  featureAction: string;
@@ -2514,8 +2662,29 @@ declare const CATALOGS: {
2514
2662
  title: string;
2515
2663
  description: string;
2516
2664
  empty: string;
2665
+ totalLabel_one: string;
2666
+ totalLabel_other: string;
2517
2667
  loopback: string;
2518
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
+ };
2519
2688
  desktop: {
2520
2689
  library: {
2521
2690
  title: string;
@@ -2547,6 +2716,8 @@ declare const CATALOGS: {
2547
2716
  weakPasswordDescription: string;
2548
2717
  enableAnyway: string;
2549
2718
  primaryHint: string;
2719
+ localHint: string;
2720
+ open: string;
2550
2721
  portAdjustedTitle: string;
2551
2722
  portAdjustedHint: string;
2552
2723
  portAdjustedDismiss: string;
@@ -2561,6 +2732,14 @@ declare const CATALOGS: {
2561
2732
  title: string;
2562
2733
  description: string;
2563
2734
  };
2735
+ signInOnLaunch: {
2736
+ title: string;
2737
+ description: string;
2738
+ };
2739
+ signInOnWindowOpen: {
2740
+ title: string;
2741
+ description: string;
2742
+ };
2564
2743
  autoUpdate: {
2565
2744
  title: string;
2566
2745
  description: string;
@@ -2664,6 +2843,10 @@ declare const CATALOGS: {
2664
2843
  missingSource: string;
2665
2844
  installed: string;
2666
2845
  installedDescription: string;
2846
+ bundledTitle: string;
2847
+ bundledDescription: string;
2848
+ bundledRestore: string;
2849
+ bundledRestoreSuccess: string;
2667
2850
  filterPlaceholder: string;
2668
2851
  countInstalled: string;
2669
2852
  listView: string;
@@ -2719,6 +2902,67 @@ declare const CATALOGS: {
2719
2902
  download: string;
2720
2903
  };
2721
2904
  };
2905
+ marketplace: {
2906
+ title: string;
2907
+ description: string;
2908
+ registryRepoLabel: string;
2909
+ registryPlaceholder: string;
2910
+ setupHint: string;
2911
+ save: string;
2912
+ disable: string;
2913
+ saved: string;
2914
+ notConfiguredHint: string;
2915
+ loadFailed: string;
2916
+ refreshedAt: string;
2917
+ refresh: string;
2918
+ refreshConfirmTitle: string;
2919
+ refreshConfirmDescription: string;
2920
+ refreshed: string;
2921
+ refreshFailed: string;
2922
+ emptyHint: string;
2923
+ install: string;
2924
+ update: string;
2925
+ updateTo: string;
2926
+ installed: string;
2927
+ noRelease: string;
2928
+ release: string;
2929
+ installConfirmTitle: string;
2930
+ updateConfirmTitle: string;
2931
+ installing: string;
2932
+ installConfirmNote: string;
2933
+ installSuccess: string;
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;
2965
+ };
2722
2966
  overview: {
2723
2967
  usageHistory: {
2724
2968
  title: string;
@@ -3094,6 +3338,8 @@ declare const CATALOGS: {
3094
3338
  detailMeta: {
3095
3339
  chars_one: string;
3096
3340
  chars_other: string;
3341
+ created: string;
3342
+ updated: string;
3097
3343
  };
3098
3344
  notes: {
3099
3345
  tab: string;
@@ -3128,6 +3374,7 @@ declare const CATALOGS: {
3128
3374
  committed: string;
3129
3375
  contentTooLarge: string;
3130
3376
  versionLoadFailed: string;
3377
+ diffFailed: string;
3131
3378
  savedLocally: string;
3132
3379
  resolveConflictFirst: string;
3133
3380
  movedToTrash: string;
@@ -4281,13 +4528,16 @@ declare const CATALOGS: {
4281
4528
  edit: string;
4282
4529
  save: string;
4283
4530
  editPending: string;
4531
+ liveHint: string;
4284
4532
  };
4285
4533
  fields: {
4286
4534
  resources: string;
4287
4535
  characters: string;
4288
4536
  documents: string;
4537
+ folders: string;
4289
4538
  messages: string;
4290
4539
  tags: string;
4540
+ collections: string;
4291
4541
  trash: string;
4292
4542
  contentSize: string;
4293
4543
  storage: string;
@@ -4329,6 +4579,7 @@ declare const CATALOGS: {
4329
4579
  copied: string;
4330
4580
  };
4331
4581
  errorPage: {
4582
+ rendererCrashed: string;
4332
4583
  serverError: string;
4333
4584
  devServerError: string;
4334
4585
  };
@@ -4343,7 +4594,6 @@ declare const CATALOGS: {
4343
4594
  shell: {
4344
4595
  serverUnreachable: string;
4345
4596
  retry: string;
4346
- loadingLabel: string;
4347
4597
  };
4348
4598
  wizard: {
4349
4599
  title: string;
@@ -4466,6 +4716,17 @@ declare const CATALOGS: {
4466
4716
  noMatches: string;
4467
4717
  };
4468
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
+ };
4469
4730
  appShell: {
4470
4731
  primaryNav: string;
4471
4732
  secondaryNav: string;
@@ -4479,6 +4740,8 @@ declare const CATALOGS: {
4479
4740
  documents: string;
4480
4741
  messages: string;
4481
4742
  me: string;
4743
+ marketplace: string;
4744
+ marketplaceUpdatesBadge: string;
4482
4745
  feedbackAbout: string;
4483
4746
  help: string;
4484
4747
  };
@@ -4533,6 +4796,7 @@ declare const CATALOGS: {
4533
4796
  privacy: string;
4534
4797
  archive: string;
4535
4798
  plugins: string;
4799
+ marketplace: string;
4536
4800
  sync: string;
4537
4801
  };
4538
4802
  section: {
@@ -4647,6 +4911,14 @@ declare const CATALOGS: {
4647
4911
  bugTitle: string;
4648
4912
  bugDescription: string;
4649
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;
4650
4922
  featureTitle: string;
4651
4923
  featureDescription: string;
4652
4924
  featureAction: string;
@@ -4669,8 +4941,29 @@ declare const CATALOGS: {
4669
4941
  title: string;
4670
4942
  description: string;
4671
4943
  empty: string;
4944
+ totalLabel_one: string;
4945
+ totalLabel_other: string;
4672
4946
  loopback: string;
4673
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
+ };
4674
4967
  desktop: {
4675
4968
  library: {
4676
4969
  title: string;
@@ -4702,6 +4995,8 @@ declare const CATALOGS: {
4702
4995
  weakPasswordDescription: string;
4703
4996
  enableAnyway: string;
4704
4997
  primaryHint: string;
4998
+ localHint: string;
4999
+ open: string;
4705
5000
  portAdjustedTitle: string;
4706
5001
  portAdjustedHint: string;
4707
5002
  portAdjustedDismiss: string;
@@ -4716,6 +5011,14 @@ declare const CATALOGS: {
4716
5011
  title: string;
4717
5012
  description: string;
4718
5013
  };
5014
+ signInOnLaunch: {
5015
+ title: string;
5016
+ description: string;
5017
+ };
5018
+ signInOnWindowOpen: {
5019
+ title: string;
5020
+ description: string;
5021
+ };
4719
5022
  autoUpdate: {
4720
5023
  title: string;
4721
5024
  description: string;
@@ -4819,6 +5122,10 @@ declare const CATALOGS: {
4819
5122
  missingSource: string;
4820
5123
  installed: string;
4821
5124
  installedDescription: string;
5125
+ bundledTitle: string;
5126
+ bundledDescription: string;
5127
+ bundledRestore: string;
5128
+ bundledRestoreSuccess: string;
4822
5129
  filterPlaceholder: string;
4823
5130
  countInstalled: string;
4824
5131
  listView: string;
@@ -4874,6 +5181,67 @@ declare const CATALOGS: {
4874
5181
  download: string;
4875
5182
  };
4876
5183
  };
5184
+ marketplace: {
5185
+ title: string;
5186
+ description: string;
5187
+ registryRepoLabel: string;
5188
+ registryPlaceholder: string;
5189
+ setupHint: string;
5190
+ save: string;
5191
+ disable: string;
5192
+ saved: string;
5193
+ notConfiguredHint: string;
5194
+ loadFailed: string;
5195
+ refreshedAt: string;
5196
+ refresh: string;
5197
+ refreshConfirmTitle: string;
5198
+ refreshConfirmDescription: string;
5199
+ refreshed: string;
5200
+ refreshFailed: string;
5201
+ emptyHint: string;
5202
+ install: string;
5203
+ update: string;
5204
+ updateTo: string;
5205
+ installed: string;
5206
+ noRelease: string;
5207
+ release: string;
5208
+ installConfirmTitle: string;
5209
+ updateConfirmTitle: string;
5210
+ installing: string;
5211
+ installConfirmNote: string;
5212
+ installSuccess: string;
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;
5244
+ };
4877
5245
  overview: {
4878
5246
  usageHistory: {
4879
5247
  title: string;
@@ -5253,6 +5621,7 @@ declare const CATALOGS: {
5253
5621
  moveFailed: string;
5254
5622
  contentTooLarge: string;
5255
5623
  versionLoadFailed: string;
5624
+ diffFailed: string;
5256
5625
  savedLocally: string;
5257
5626
  resolveConflictFirst: string;
5258
5627
  };
@@ -5267,6 +5636,8 @@ declare const CATALOGS: {
5267
5636
  detailMeta: {
5268
5637
  chars_one: string;
5269
5638
  chars_other: string;
5639
+ created: string;
5640
+ updated: string;
5270
5641
  };
5271
5642
  notes: {
5272
5643
  tab: string;
@@ -6436,13 +6807,16 @@ declare const CATALOGS: {
6436
6807
  edit: string;
6437
6808
  save: string;
6438
6809
  editPending: string;
6810
+ liveHint: string;
6439
6811
  };
6440
6812
  fields: {
6441
6813
  resources: string;
6442
6814
  characters: string;
6443
6815
  documents: string;
6816
+ folders: string;
6444
6817
  messages: string;
6445
6818
  tags: string;
6819
+ collections: string;
6446
6820
  trash: string;
6447
6821
  contentSize: string;
6448
6822
  storage: string;
@@ -6484,6 +6858,7 @@ declare const CATALOGS: {
6484
6858
  copied: string;
6485
6859
  };
6486
6860
  errorPage: {
6861
+ rendererCrashed: string;
6487
6862
  serverError: string;
6488
6863
  devServerError: string;
6489
6864
  };
@@ -6498,7 +6873,6 @@ declare const CATALOGS: {
6498
6873
  shell: {
6499
6874
  serverUnreachable: string;
6500
6875
  retry: string;
6501
- loadingLabel: string;
6502
6876
  };
6503
6877
  wizard: {
6504
6878
  title: string;
@@ -6621,6 +6995,17 @@ declare const CATALOGS: {
6621
6995
  noMatches: string;
6622
6996
  };
6623
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
+ };
6624
7009
  appShell: {
6625
7010
  primaryNav: string;
6626
7011
  secondaryNav: string;
@@ -6634,6 +7019,8 @@ declare const CATALOGS: {
6634
7019
  documents: string;
6635
7020
  messages: string;
6636
7021
  me: string;
7022
+ marketplace: string;
7023
+ marketplaceUpdatesBadge: string;
6637
7024
  feedbackAbout: string;
6638
7025
  help: string;
6639
7026
  };
@@ -6688,6 +7075,7 @@ declare const CATALOGS: {
6688
7075
  privacy: string;
6689
7076
  archive: string;
6690
7077
  plugins: string;
7078
+ marketplace: string;
6691
7079
  sync: string;
6692
7080
  };
6693
7081
  section: {
@@ -6802,6 +7190,14 @@ declare const CATALOGS: {
6802
7190
  bugTitle: string;
6803
7191
  bugDescription: string;
6804
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;
6805
7201
  featureTitle: string;
6806
7202
  featureDescription: string;
6807
7203
  featureAction: string;
@@ -6824,8 +7220,29 @@ declare const CATALOGS: {
6824
7220
  title: string;
6825
7221
  description: string;
6826
7222
  empty: string;
7223
+ totalLabel_one: string;
7224
+ totalLabel_other: string;
6827
7225
  loopback: string;
6828
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
+ };
6829
7246
  desktop: {
6830
7247
  library: {
6831
7248
  title: string;
@@ -6857,6 +7274,8 @@ declare const CATALOGS: {
6857
7274
  weakPasswordDescription: string;
6858
7275
  enableAnyway: string;
6859
7276
  primaryHint: string;
7277
+ localHint: string;
7278
+ open: string;
6860
7279
  portAdjustedTitle: string;
6861
7280
  portAdjustedHint: string;
6862
7281
  portAdjustedDismiss: string;
@@ -6871,6 +7290,14 @@ declare const CATALOGS: {
6871
7290
  title: string;
6872
7291
  description: string;
6873
7292
  };
7293
+ signInOnLaunch: {
7294
+ title: string;
7295
+ description: string;
7296
+ };
7297
+ signInOnWindowOpen: {
7298
+ title: string;
7299
+ description: string;
7300
+ };
6874
7301
  autoUpdate: {
6875
7302
  title: string;
6876
7303
  description: string;
@@ -6974,6 +7401,10 @@ declare const CATALOGS: {
6974
7401
  missingSource: string;
6975
7402
  installed: string;
6976
7403
  installedDescription: string;
7404
+ bundledTitle: string;
7405
+ bundledDescription: string;
7406
+ bundledRestore: string;
7407
+ bundledRestoreSuccess: string;
6977
7408
  filterPlaceholder: string;
6978
7409
  countInstalled: string;
6979
7410
  listView: string;
@@ -7029,6 +7460,67 @@ declare const CATALOGS: {
7029
7460
  download: string;
7030
7461
  };
7031
7462
  };
7463
+ marketplace: {
7464
+ title: string;
7465
+ description: string;
7466
+ registryRepoLabel: string;
7467
+ registryPlaceholder: string;
7468
+ setupHint: string;
7469
+ save: string;
7470
+ disable: string;
7471
+ saved: string;
7472
+ notConfiguredHint: string;
7473
+ loadFailed: string;
7474
+ refreshedAt: string;
7475
+ refresh: string;
7476
+ refreshConfirmTitle: string;
7477
+ refreshConfirmDescription: string;
7478
+ refreshed: string;
7479
+ refreshFailed: string;
7480
+ emptyHint: string;
7481
+ install: string;
7482
+ update: string;
7483
+ updateTo: string;
7484
+ installed: string;
7485
+ noRelease: string;
7486
+ release: string;
7487
+ installConfirmTitle: string;
7488
+ updateConfirmTitle: string;
7489
+ installing: string;
7490
+ installConfirmNote: string;
7491
+ installSuccess: string;
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;
7523
+ };
7032
7524
  overview: {
7033
7525
  usageHistory: {
7034
7526
  title: string;
@@ -7404,6 +7896,8 @@ declare const CATALOGS: {
7404
7896
  detailMeta: {
7405
7897
  chars_one: string;
7406
7898
  chars_other: string;
7899
+ created: string;
7900
+ updated: string;
7407
7901
  };
7408
7902
  notes: {
7409
7903
  tab: string;
@@ -7438,6 +7932,7 @@ declare const CATALOGS: {
7438
7932
  committed: string;
7439
7933
  contentTooLarge: string;
7440
7934
  versionLoadFailed: string;
7935
+ diffFailed: string;
7441
7936
  savedLocally: string;
7442
7937
  resolveConflictFirst: string;
7443
7938
  movedToTrash: string;
@@ -8591,13 +9086,16 @@ declare const CATALOGS: {
8591
9086
  edit: string;
8592
9087
  save: string;
8593
9088
  editPending: string;
9089
+ liveHint: string;
8594
9090
  };
8595
9091
  fields: {
8596
9092
  resources: string;
8597
9093
  characters: string;
8598
9094
  documents: string;
9095
+ folders: string;
8599
9096
  messages: string;
8600
9097
  tags: string;
9098
+ collections: string;
8601
9099
  trash: string;
8602
9100
  contentSize: string;
8603
9101
  storage: string;
@@ -8639,6 +9137,7 @@ declare const CATALOGS: {
8639
9137
  copied: string;
8640
9138
  };
8641
9139
  errorPage: {
9140
+ rendererCrashed: string;
8642
9141
  serverError: string;
8643
9142
  devServerError: string;
8644
9143
  };
@@ -8653,7 +9152,6 @@ declare const CATALOGS: {
8653
9152
  shell: {
8654
9153
  serverUnreachable: string;
8655
9154
  retry: string;
8656
- loadingLabel: string;
8657
9155
  };
8658
9156
  wizard: {
8659
9157
  title: string;
@@ -8776,6 +9274,17 @@ declare const CATALOGS: {
8776
9274
  noMatches: string;
8777
9275
  };
8778
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
+ };
8779
9288
  appShell: {
8780
9289
  primaryNav: string;
8781
9290
  secondaryNav: string;
@@ -8789,6 +9298,8 @@ declare const CATALOGS: {
8789
9298
  documents: string;
8790
9299
  messages: string;
8791
9300
  me: string;
9301
+ marketplace: string;
9302
+ marketplaceUpdatesBadge: string;
8792
9303
  feedbackAbout: string;
8793
9304
  help: string;
8794
9305
  };
@@ -8843,6 +9354,7 @@ declare const CATALOGS: {
8843
9354
  privacy: string;
8844
9355
  archive: string;
8845
9356
  plugins: string;
9357
+ marketplace: string;
8846
9358
  sync: string;
8847
9359
  };
8848
9360
  section: {
@@ -8957,6 +9469,14 @@ declare const CATALOGS: {
8957
9469
  bugTitle: string;
8958
9470
  bugDescription: string;
8959
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;
8960
9480
  featureTitle: string;
8961
9481
  featureDescription: string;
8962
9482
  featureAction: string;
@@ -8979,8 +9499,29 @@ declare const CATALOGS: {
8979
9499
  title: string;
8980
9500
  description: string;
8981
9501
  empty: string;
9502
+ totalLabel_one: string;
9503
+ totalLabel_other: string;
8982
9504
  loopback: string;
8983
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
+ };
8984
9525
  desktop: {
8985
9526
  library: {
8986
9527
  title: string;
@@ -9012,6 +9553,8 @@ declare const CATALOGS: {
9012
9553
  weakPasswordDescription: string;
9013
9554
  enableAnyway: string;
9014
9555
  primaryHint: string;
9556
+ localHint: string;
9557
+ open: string;
9015
9558
  portAdjustedTitle: string;
9016
9559
  portAdjustedHint: string;
9017
9560
  portAdjustedDismiss: string;
@@ -9026,6 +9569,14 @@ declare const CATALOGS: {
9026
9569
  title: string;
9027
9570
  description: string;
9028
9571
  };
9572
+ signInOnLaunch: {
9573
+ title: string;
9574
+ description: string;
9575
+ };
9576
+ signInOnWindowOpen: {
9577
+ title: string;
9578
+ description: string;
9579
+ };
9029
9580
  autoUpdate: {
9030
9581
  title: string;
9031
9582
  description: string;
@@ -9129,6 +9680,10 @@ declare const CATALOGS: {
9129
9680
  missingSource: string;
9130
9681
  installed: string;
9131
9682
  installedDescription: string;
9683
+ bundledTitle: string;
9684
+ bundledDescription: string;
9685
+ bundledRestore: string;
9686
+ bundledRestoreSuccess: string;
9132
9687
  filterPlaceholder: string;
9133
9688
  countInstalled: string;
9134
9689
  listView: string;
@@ -9184,6 +9739,67 @@ declare const CATALOGS: {
9184
9739
  download: string;
9185
9740
  };
9186
9741
  };
9742
+ marketplace: {
9743
+ title: string;
9744
+ description: string;
9745
+ registryRepoLabel: string;
9746
+ registryPlaceholder: string;
9747
+ setupHint: string;
9748
+ save: string;
9749
+ disable: string;
9750
+ saved: string;
9751
+ notConfiguredHint: string;
9752
+ loadFailed: string;
9753
+ refreshedAt: string;
9754
+ refresh: string;
9755
+ refreshConfirmTitle: string;
9756
+ refreshConfirmDescription: string;
9757
+ refreshed: string;
9758
+ refreshFailed: string;
9759
+ emptyHint: string;
9760
+ install: string;
9761
+ update: string;
9762
+ updateTo: string;
9763
+ installed: string;
9764
+ noRelease: string;
9765
+ release: string;
9766
+ installConfirmTitle: string;
9767
+ updateConfirmTitle: string;
9768
+ installing: string;
9769
+ installConfirmNote: string;
9770
+ installSuccess: string;
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;
9802
+ };
9187
9803
  overview: {
9188
9804
  usageHistory: {
9189
9805
  title: string;
@@ -9559,6 +10175,8 @@ declare const CATALOGS: {
9559
10175
  detailMeta: {
9560
10176
  chars_one: string;
9561
10177
  chars_other: string;
10178
+ created: string;
10179
+ updated: string;
9562
10180
  };
9563
10181
  notes: {
9564
10182
  tab: string;
@@ -9593,6 +10211,7 @@ declare const CATALOGS: {
9593
10211
  committed: string;
9594
10212
  contentTooLarge: string;
9595
10213
  versionLoadFailed: string;
10214
+ diffFailed: string;
9596
10215
  savedLocally: string;
9597
10216
  resolveConflictFirst: string;
9598
10217
  movedToTrash: string;
@@ -10746,13 +11365,16 @@ declare const CATALOGS: {
10746
11365
  edit: string;
10747
11366
  save: string;
10748
11367
  editPending: string;
11368
+ liveHint: string;
10749
11369
  };
10750
11370
  fields: {
10751
11371
  resources: string;
10752
11372
  characters: string;
10753
11373
  documents: string;
11374
+ folders: string;
10754
11375
  messages: string;
10755
11376
  tags: string;
11377
+ collections: string;
10756
11378
  trash: string;
10757
11379
  contentSize: string;
10758
11380
  storage: string;
@@ -10794,6 +11416,7 @@ declare const CATALOGS: {
10794
11416
  copied: string;
10795
11417
  };
10796
11418
  errorPage: {
11419
+ rendererCrashed: string;
10797
11420
  serverError: string;
10798
11421
  devServerError: string;
10799
11422
  };
@@ -10808,7 +11431,6 @@ declare const CATALOGS: {
10808
11431
  shell: {
10809
11432
  serverUnreachable: string;
10810
11433
  retry: string;
10811
- loadingLabel: string;
10812
11434
  };
10813
11435
  wizard: {
10814
11436
  title: string;
@@ -10931,6 +11553,17 @@ declare const CATALOGS: {
10931
11553
  noMatches: string;
10932
11554
  };
10933
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
+ };
10934
11567
  appShell: {
10935
11568
  primaryNav: string;
10936
11569
  secondaryNav: string;
@@ -10944,6 +11577,8 @@ declare const CATALOGS: {
10944
11577
  documents: string;
10945
11578
  messages: string;
10946
11579
  me: string;
11580
+ marketplace: string;
11581
+ marketplaceUpdatesBadge: string;
10947
11582
  feedbackAbout: string;
10948
11583
  help: string;
10949
11584
  };
@@ -10998,6 +11633,7 @@ declare const CATALOGS: {
10998
11633
  privacy: string;
10999
11634
  archive: string;
11000
11635
  plugins: string;
11636
+ marketplace: string;
11001
11637
  sync: string;
11002
11638
  };
11003
11639
  section: {
@@ -11112,6 +11748,14 @@ declare const CATALOGS: {
11112
11748
  bugTitle: string;
11113
11749
  bugDescription: string;
11114
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;
11115
11759
  featureTitle: string;
11116
11760
  featureDescription: string;
11117
11761
  featureAction: string;
@@ -11134,8 +11778,29 @@ declare const CATALOGS: {
11134
11778
  title: string;
11135
11779
  description: string;
11136
11780
  empty: string;
11781
+ totalLabel_one: string;
11782
+ totalLabel_other: string;
11137
11783
  loopback: string;
11138
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
+ };
11139
11804
  desktop: {
11140
11805
  library: {
11141
11806
  title: string;
@@ -11167,6 +11832,8 @@ declare const CATALOGS: {
11167
11832
  weakPasswordDescription: string;
11168
11833
  enableAnyway: string;
11169
11834
  primaryHint: string;
11835
+ localHint: string;
11836
+ open: string;
11170
11837
  portAdjustedTitle: string;
11171
11838
  portAdjustedHint: string;
11172
11839
  portAdjustedDismiss: string;
@@ -11181,6 +11848,14 @@ declare const CATALOGS: {
11181
11848
  title: string;
11182
11849
  description: string;
11183
11850
  };
11851
+ signInOnLaunch: {
11852
+ title: string;
11853
+ description: string;
11854
+ };
11855
+ signInOnWindowOpen: {
11856
+ title: string;
11857
+ description: string;
11858
+ };
11184
11859
  autoUpdate: {
11185
11860
  title: string;
11186
11861
  description: string;
@@ -11284,6 +11959,10 @@ declare const CATALOGS: {
11284
11959
  missingSource: string;
11285
11960
  installed: string;
11286
11961
  installedDescription: string;
11962
+ bundledTitle: string;
11963
+ bundledDescription: string;
11964
+ bundledRestore: string;
11965
+ bundledRestoreSuccess: string;
11287
11966
  filterPlaceholder: string;
11288
11967
  countInstalled: string;
11289
11968
  listView: string;
@@ -11339,6 +12018,67 @@ declare const CATALOGS: {
11339
12018
  download: string;
11340
12019
  };
11341
12020
  };
12021
+ marketplace: {
12022
+ title: string;
12023
+ description: string;
12024
+ registryRepoLabel: string;
12025
+ registryPlaceholder: string;
12026
+ setupHint: string;
12027
+ save: string;
12028
+ disable: string;
12029
+ saved: string;
12030
+ notConfiguredHint: string;
12031
+ loadFailed: string;
12032
+ refreshedAt: string;
12033
+ refresh: string;
12034
+ refreshConfirmTitle: string;
12035
+ refreshConfirmDescription: string;
12036
+ refreshed: string;
12037
+ refreshFailed: string;
12038
+ emptyHint: string;
12039
+ install: string;
12040
+ update: string;
12041
+ updateTo: string;
12042
+ installed: string;
12043
+ noRelease: string;
12044
+ release: string;
12045
+ installConfirmTitle: string;
12046
+ updateConfirmTitle: string;
12047
+ installing: string;
12048
+ installConfirmNote: string;
12049
+ installSuccess: string;
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;
12081
+ };
11342
12082
  overview: {
11343
12083
  usageHistory: {
11344
12084
  title: string;
@@ -11714,6 +12454,8 @@ declare const CATALOGS: {
11714
12454
  detailMeta: {
11715
12455
  chars_one: string;
11716
12456
  chars_other: string;
12457
+ created: string;
12458
+ updated: string;
11717
12459
  };
11718
12460
  notes: {
11719
12461
  tab: string;
@@ -11748,6 +12490,7 @@ declare const CATALOGS: {
11748
12490
  committed: string;
11749
12491
  contentTooLarge: string;
11750
12492
  versionLoadFailed: string;
12493
+ diffFailed: string;
11751
12494
  savedLocally: string;
11752
12495
  resolveConflictFirst: string;
11753
12496
  movedToTrash: string;
@@ -12901,13 +13644,16 @@ declare const CATALOGS: {
12901
13644
  edit: string;
12902
13645
  save: string;
12903
13646
  editPending: string;
13647
+ liveHint: string;
12904
13648
  };
12905
13649
  fields: {
12906
13650
  resources: string;
12907
13651
  characters: string;
12908
13652
  documents: string;
13653
+ folders: string;
12909
13654
  messages: string;
12910
13655
  tags: string;
13656
+ collections: string;
12911
13657
  trash: string;
12912
13658
  contentSize: string;
12913
13659
  storage: string;
@@ -12949,6 +13695,7 @@ declare const CATALOGS: {
12949
13695
  copied: string;
12950
13696
  };
12951
13697
  errorPage: {
13698
+ rendererCrashed: string;
12952
13699
  serverError: string;
12953
13700
  devServerError: string;
12954
13701
  };
@@ -12963,7 +13710,6 @@ declare const CATALOGS: {
12963
13710
  shell: {
12964
13711
  serverUnreachable: string;
12965
13712
  retry: string;
12966
- loadingLabel: string;
12967
13713
  };
12968
13714
  wizard: {
12969
13715
  title: string;