@hoardodile/i18n 0.2.1 → 0.2.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.
@@ -150,6 +150,8 @@ var common = {
150
150
  first: "First",
151
151
  last: "Last",
152
152
  jumpToPage: "Page",
153
+ noDescription: "No description",
154
+ noName: "No name",
153
155
  go: "Go",
154
156
  goTo: "Go to",
155
157
  unknownError: "Unknown error",
@@ -157,6 +159,7 @@ var common = {
157
159
  loadFailed: "Failed to load",
158
160
  show: "Show",
159
161
  hide: "Hide",
162
+ view: "View",
160
163
  selected: "Selected",
161
164
  available: "Available",
162
165
  allSelected: "All selected",
@@ -399,7 +402,7 @@ var me = {
399
402
  password: {
400
403
  title: "Password",
401
404
  description: "The admin password used to sign in to this host.",
402
- changeButton: "Change password",
405
+ changeButton: "Change",
403
406
  dialogTitle: "Change password",
404
407
  currentPassword: "Current password",
405
408
  newPassword: "New password",
@@ -480,8 +483,8 @@ var me = {
480
483
  sourceExplicit: "User proxy (explicit)",
481
484
  bypassCount_one: "{{count}} host bypasses the proxy",
482
485
  bypassCount_other: "{{count}} hosts bypass the proxy",
483
- test: "Test GitHub connection",
484
- testing: "Testing GitHub connection…",
486
+ test: "Test",
487
+ testing: "Testing…",
485
488
  testSuccess: "GitHub is reachable (HTTP {{status}})",
486
489
  testFailed: "GitHub is not reachable: {{message}}",
487
490
  testHint: "Check your proxy settings (HOARDODILE_PROXY / system proxy / proxy env vars).",
@@ -747,6 +750,8 @@ var marketplace = {
747
750
  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.",
748
751
  refreshed: "Marketplace refreshed",
749
752
  refreshFailed: "Marketplace refresh failed",
753
+ detailRefresh: "Refresh release info",
754
+ refreshRateLimited: "GitHub rate limit hit — still showing the cached release",
750
755
  emptyHint: "The registry lists no plugins yet. Add repository addresses to registry.json and refresh.",
751
756
  install: "Install",
752
757
  update: "Update",
@@ -972,7 +977,8 @@ var dataHistory = {
972
977
  archiving: "Archiving…",
973
978
  edit: "Edit",
974
979
  switchToVersion: "Switch to this version",
975
- switching: "Switching…"
980
+ switching: "Switching…",
981
+ moreActions: "Archive actions"
976
982
  },
977
983
  edit: {
978
984
  title: "Edit archive",
@@ -2347,7 +2353,7 @@ var protectionUx = {
2347
2353
  backupRunning: "Backup in progress…",
2348
2354
  firstBackupMissing: "Enabled; no completed backup yet",
2349
2355
  backupCompleted: "Last completed backup: {{time}}",
2350
- locationHelp: "This is where this service saves backups. Use backup sync to keep a copy on another device.",
2356
+ locationHelp: "This is where this service saves backups.",
2351
2357
  frequency: "Backup frequency",
2352
2358
  frequencyHelp: "Changes are saved automatically at most this often. The first backup still runs right away.",
2353
2359
  frequencyHourly: "Hourly",
@@ -2376,7 +2382,11 @@ var protectionUx = {
2376
2382
  errorPairing: "The connection is no longer authorized. Create a new pairing invitation on the sender.",
2377
2383
  errorNetwork: "Could not complete the connection. Check that the sender is running and reachable, then retry.",
2378
2384
  errorIncomplete: "Some files could not be backed up. Check file access and retry before relying on this backup.",
2379
- jobsHelp: "Backups, restores and syncs you've run recently — handy for spotting and retrying a failed job."
2385
+ jobsHelp: "Backups, restores and syncs you've run recently — handy for spotting and retrying a failed job.",
2386
+ recentOperationsCount_one: "{{count}} operation",
2387
+ recentOperationsCount_other: "{{count}} operations",
2388
+ pointsCount_one: "{{count}} backup",
2389
+ pointsCount_other: "{{count}} backups"
2380
2390
  };
2381
2391
  var replicationUx = {
2382
2392
  unconfigured: "Choose how to use this device",
@@ -2410,8 +2420,8 @@ var backupHealth = {
2410
2420
  neverBackedUpSub: "No completed backup yet. Create the first one to start protecting your library.",
2411
2421
  backupNow: "Back up now",
2412
2422
  turnOnAutomatic: "Turn on automatic backups",
2413
- syncUnconfiguredTitle: "Add a synced device to keep a copy elsewhere.",
2414
- syncUnconfiguredSub: "Another device or drive can hold a copy of your backups, so one failure cannot lose everything.",
2423
+ syncUnconfiguredTitle: "Only this device holds a copy so far.",
2424
+ syncUnconfiguredSub: "Pair another device or drive in backup sync to keep an offsite copy.",
2415
2425
  syncUnconfiguredAction: "Set up backup sync",
2416
2426
  syncDueTitle: "A synced device hasn't been updated.",
2417
2427
  syncDueSub: "One of your synced devices hasn't received a backup in a while.",
@@ -2648,6 +2658,8 @@ declare const CATALOGS: {
2648
2658
  first: string;
2649
2659
  last: string;
2650
2660
  jumpToPage: string;
2661
+ noDescription: string;
2662
+ noName: string;
2651
2663
  go: string;
2652
2664
  goTo: string;
2653
2665
  unknownError: string;
@@ -2655,6 +2667,7 @@ declare const CATALOGS: {
2655
2667
  loadFailed: string;
2656
2668
  show: string;
2657
2669
  hide: string;
2670
+ view: string;
2658
2671
  selected: string;
2659
2672
  available: string;
2660
2673
  allSelected: string;
@@ -3245,6 +3258,8 @@ declare const CATALOGS: {
3245
3258
  refreshConfirmDescription: string;
3246
3259
  refreshed: string;
3247
3260
  refreshFailed: string;
3261
+ detailRefresh: string;
3262
+ refreshRateLimited: string;
3248
3263
  emptyHint: string;
3249
3264
  install: string;
3250
3265
  update: string;
@@ -3471,6 +3486,7 @@ declare const CATALOGS: {
3471
3486
  edit: string;
3472
3487
  switchToVersion: string;
3473
3488
  switching: string;
3489
+ moreActions: string;
3474
3490
  };
3475
3491
  edit: {
3476
3492
  title: string;
@@ -4875,6 +4891,10 @@ declare const CATALOGS: {
4875
4891
  errorNetwork: string;
4876
4892
  errorIncomplete: string;
4877
4893
  jobsHelp: string;
4894
+ recentOperationsCount_one: string;
4895
+ recentOperationsCount_other: string;
4896
+ pointsCount_one: string;
4897
+ pointsCount_other: string;
4878
4898
  };
4879
4899
  replicationUx: {
4880
4900
  unconfigured: string;
@@ -5088,6 +5108,8 @@ declare const CATALOGS: {
5088
5108
  first: string;
5089
5109
  last: string;
5090
5110
  jumpToPage: string;
5111
+ noDescription: string;
5112
+ noName: string;
5091
5113
  go: string;
5092
5114
  goTo: string;
5093
5115
  unknownError: string;
@@ -5095,6 +5117,7 @@ declare const CATALOGS: {
5095
5117
  loadFailed: string;
5096
5118
  show: string;
5097
5119
  hide: string;
5120
+ view: string;
5098
5121
  selected: string;
5099
5122
  available: string;
5100
5123
  allSelected: string;
@@ -5685,6 +5708,8 @@ declare const CATALOGS: {
5685
5708
  refreshConfirmDescription: string;
5686
5709
  refreshed: string;
5687
5710
  refreshFailed: string;
5711
+ detailRefresh: string;
5712
+ refreshRateLimited: string;
5688
5713
  emptyHint: string;
5689
5714
  install: string;
5690
5715
  update: string;
@@ -5911,6 +5936,7 @@ declare const CATALOGS: {
5911
5936
  edit: string;
5912
5937
  switchToVersion: string;
5913
5938
  switching: string;
5939
+ moreActions: string;
5914
5940
  };
5915
5941
  edit: {
5916
5942
  title: string;
@@ -7315,6 +7341,10 @@ declare const CATALOGS: {
7315
7341
  errorNetwork: string;
7316
7342
  errorIncomplete: string;
7317
7343
  jobsHelp: string;
7344
+ recentOperationsCount_one: string;
7345
+ recentOperationsCount_other: string;
7346
+ pointsCount_one: string;
7347
+ pointsCount_other: string;
7318
7348
  };
7319
7349
  replicationUx: {
7320
7350
  unconfigured: string;
@@ -7528,6 +7558,8 @@ declare const CATALOGS: {
7528
7558
  first: string;
7529
7559
  last: string;
7530
7560
  jumpToPage: string;
7561
+ noDescription: string;
7562
+ noName: string;
7531
7563
  go: string;
7532
7564
  goTo: string;
7533
7565
  unknownError: string;
@@ -7535,6 +7567,7 @@ declare const CATALOGS: {
7535
7567
  loadFailed: string;
7536
7568
  show: string;
7537
7569
  hide: string;
7570
+ view: string;
7538
7571
  selected: string;
7539
7572
  available: string;
7540
7573
  allSelected: string;
@@ -8125,6 +8158,8 @@ declare const CATALOGS: {
8125
8158
  refreshConfirmDescription: string;
8126
8159
  refreshed: string;
8127
8160
  refreshFailed: string;
8161
+ detailRefresh: string;
8162
+ refreshRateLimited: string;
8128
8163
  emptyHint: string;
8129
8164
  install: string;
8130
8165
  update: string;
@@ -8351,6 +8386,7 @@ declare const CATALOGS: {
8351
8386
  edit: string;
8352
8387
  switchToVersion: string;
8353
8388
  switching: string;
8389
+ moreActions: string;
8354
8390
  };
8355
8391
  edit: {
8356
8392
  title: string;
@@ -9755,6 +9791,10 @@ declare const CATALOGS: {
9755
9791
  errorNetwork: string;
9756
9792
  errorIncomplete: string;
9757
9793
  jobsHelp: string;
9794
+ recentOperationsCount_one: string;
9795
+ recentOperationsCount_other: string;
9796
+ pointsCount_one: string;
9797
+ pointsCount_other: string;
9758
9798
  };
9759
9799
  replicationUx: {
9760
9800
  unconfigured: string;
@@ -9968,6 +10008,8 @@ declare const CATALOGS: {
9968
10008
  first: string;
9969
10009
  last: string;
9970
10010
  jumpToPage: string;
10011
+ noDescription: string;
10012
+ noName: string;
9971
10013
  go: string;
9972
10014
  goTo: string;
9973
10015
  unknownError: string;
@@ -9975,6 +10017,7 @@ declare const CATALOGS: {
9975
10017
  loadFailed: string;
9976
10018
  show: string;
9977
10019
  hide: string;
10020
+ view: string;
9978
10021
  selected: string;
9979
10022
  available: string;
9980
10023
  allSelected: string;
@@ -10565,6 +10608,8 @@ declare const CATALOGS: {
10565
10608
  refreshConfirmDescription: string;
10566
10609
  refreshed: string;
10567
10610
  refreshFailed: string;
10611
+ detailRefresh: string;
10612
+ refreshRateLimited: string;
10568
10613
  emptyHint: string;
10569
10614
  install: string;
10570
10615
  update: string;
@@ -10791,6 +10836,7 @@ declare const CATALOGS: {
10791
10836
  edit: string;
10792
10837
  switchToVersion: string;
10793
10838
  switching: string;
10839
+ moreActions: string;
10794
10840
  };
10795
10841
  edit: {
10796
10842
  title: string;
@@ -12195,6 +12241,10 @@ declare const CATALOGS: {
12195
12241
  errorNetwork: string;
12196
12242
  errorIncomplete: string;
12197
12243
  jobsHelp: string;
12244
+ recentOperationsCount_one: string;
12245
+ recentOperationsCount_other: string;
12246
+ pointsCount_one: string;
12247
+ pointsCount_other: string;
12198
12248
  };
12199
12249
  replicationUx: {
12200
12250
  unconfigured: string;
@@ -12408,6 +12458,8 @@ declare const CATALOGS: {
12408
12458
  first: string;
12409
12459
  last: string;
12410
12460
  jumpToPage: string;
12461
+ noDescription: string;
12462
+ noName: string;
12411
12463
  go: string;
12412
12464
  goTo: string;
12413
12465
  unknownError: string;
@@ -12415,6 +12467,7 @@ declare const CATALOGS: {
12415
12467
  loadFailed: string;
12416
12468
  show: string;
12417
12469
  hide: string;
12470
+ view: string;
12418
12471
  selected: string;
12419
12472
  available: string;
12420
12473
  allSelected: string;
@@ -13005,6 +13058,8 @@ declare const CATALOGS: {
13005
13058
  refreshConfirmDescription: string;
13006
13059
  refreshed: string;
13007
13060
  refreshFailed: string;
13061
+ detailRefresh: string;
13062
+ refreshRateLimited: string;
13008
13063
  emptyHint: string;
13009
13064
  install: string;
13010
13065
  update: string;
@@ -13231,6 +13286,7 @@ declare const CATALOGS: {
13231
13286
  edit: string;
13232
13287
  switchToVersion: string;
13233
13288
  switching: string;
13289
+ moreActions: string;
13234
13290
  };
13235
13291
  edit: {
13236
13292
  title: string;
@@ -14635,6 +14691,10 @@ declare const CATALOGS: {
14635
14691
  errorNetwork: string;
14636
14692
  errorIncomplete: string;
14637
14693
  jobsHelp: string;
14694
+ recentOperationsCount_one: string;
14695
+ recentOperationsCount_other: string;
14696
+ pointsCount_one: string;
14697
+ pointsCount_other: string;
14638
14698
  };
14639
14699
  replicationUx: {
14640
14700
  unconfigured: string;
@@ -1,2 +1,2 @@
1
- export { C as CATALOGS, c as catalogFor } from './catalogs-DhA-exiB.js';
1
+ export { C as CATALOGS, c as catalogFor } from './catalogs-CvB8vJiU.js';
2
2
  import './core.js';