@hoardodile/i18n 0.2.0 → 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.
@@ -30,10 +30,7 @@ var protection = {
30
30
  key: "Export recovery key",
31
31
  keyHelp: "Keep this key separately. It is required to recover your backups on a new installation.",
32
32
  retention: "Retention policy",
33
- withinHours: "Keep all points for these hours",
34
- daily: "Daily points",
35
- weekly: "Weekly points",
36
- monthly: "Monthly points",
33
+ keepAutomatic: "Automatic backups to keep",
37
34
  previewCleanup: "Preview cleanup",
38
35
  cleanup: "Remove expired points",
39
36
  reclaim: "Also reclaim unused storage",
@@ -153,6 +150,8 @@ var common = {
153
150
  first: "First",
154
151
  last: "Last",
155
152
  jumpToPage: "Page",
153
+ noDescription: "No description",
154
+ noName: "No name",
156
155
  go: "Go",
157
156
  goTo: "Go to",
158
157
  unknownError: "Unknown error",
@@ -160,6 +159,7 @@ var common = {
160
159
  loadFailed: "Failed to load",
161
160
  show: "Show",
162
161
  hide: "Hide",
162
+ view: "View",
163
163
  selected: "Selected",
164
164
  available: "Available",
165
165
  allSelected: "All selected",
@@ -402,7 +402,7 @@ var me = {
402
402
  password: {
403
403
  title: "Password",
404
404
  description: "The admin password used to sign in to this host.",
405
- changeButton: "Change password",
405
+ changeButton: "Change",
406
406
  dialogTitle: "Change password",
407
407
  currentPassword: "Current password",
408
408
  newPassword: "New password",
@@ -483,8 +483,8 @@ var me = {
483
483
  sourceExplicit: "User proxy (explicit)",
484
484
  bypassCount_one: "{{count}} host bypasses the proxy",
485
485
  bypassCount_other: "{{count}} hosts bypass the proxy",
486
- test: "Test GitHub connection",
487
- testing: "Testing GitHub connection…",
486
+ test: "Test",
487
+ testing: "Testing…",
488
488
  testSuccess: "GitHub is reachable (HTTP {{status}})",
489
489
  testFailed: "GitHub is not reachable: {{message}}",
490
490
  testHint: "Check your proxy settings (HOARDODILE_PROXY / system proxy / proxy env vars).",
@@ -750,6 +750,8 @@ var marketplace = {
750
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.",
751
751
  refreshed: "Marketplace refreshed",
752
752
  refreshFailed: "Marketplace refresh failed",
753
+ detailRefresh: "Refresh release info",
754
+ refreshRateLimited: "GitHub rate limit hit — still showing the cached release",
753
755
  emptyHint: "The registry lists no plugins yet. Add repository addresses to registry.json and refresh.",
754
756
  install: "Install",
755
757
  update: "Update",
@@ -975,7 +977,8 @@ var dataHistory = {
975
977
  archiving: "Archiving…",
976
978
  edit: "Edit",
977
979
  switchToVersion: "Switch to this version",
978
- switching: "Switching…"
980
+ switching: "Switching…",
981
+ moreActions: "Archive actions"
979
982
  },
980
983
  edit: {
981
984
  title: "Edit archive",
@@ -2350,14 +2353,21 @@ var protectionUx = {
2350
2353
  backupRunning: "Backup in progress…",
2351
2354
  firstBackupMissing: "Enabled; no completed backup yet",
2352
2355
  backupCompleted: "Last completed backup: {{time}}",
2353
- 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.",
2357
+ frequency: "Backup frequency",
2358
+ frequencyHelp: "Changes are saved automatically at most this often. The first backup still runs right away.",
2359
+ frequencyHourly: "Hourly",
2360
+ frequency6Hours: "Every 6 hours",
2361
+ frequency12Hours: "Every 12 hours",
2362
+ frequencyDaily: "Daily",
2363
+ frequencyWeekly: "Weekly",
2354
2364
  saveKey: "Save your recovery key",
2355
2365
  localBackups: "This device's backups",
2356
2366
  availableBackups: "Available backups",
2357
- manage: "Advanced: checks and cleanup",
2367
+ open: "Open",
2358
2368
  pointTools: "Advanced backup actions",
2359
2369
  checkHelp: "Check repository structure quickly, or read all backup data to verify its integrity.",
2360
- policyHelp: "The defaults keep recent backups more frequently. Long-term backups are excluded from automatic cleanup.",
2370
+ policyHelp: "Only the newest automatic backups are kept. Manual and pinned recovery points are never removed automatically.",
2361
2371
  preparingRestore: "Checking backup…",
2362
2372
  restoreSource: "Backup source: {{source}}",
2363
2373
  restoreKeepsHost: "This replaces the library and discards local changes. Your login and device connections stay in place.",
@@ -2372,7 +2382,11 @@ var protectionUx = {
2372
2382
  errorPairing: "The connection is no longer authorized. Create a new pairing invitation on the sender.",
2373
2383
  errorNetwork: "Could not complete the connection. Check that the sender is running and reachable, then retry.",
2374
2384
  errorIncomplete: "Some files could not be backed up. Check file access and retry before relying on this backup.",
2375
- 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"
2376
2390
  };
2377
2391
  var replicationUx = {
2378
2392
  unconfigured: "Choose how to use this device",
@@ -2406,8 +2420,8 @@ var backupHealth = {
2406
2420
  neverBackedUpSub: "No completed backup yet. Create the first one to start protecting your library.",
2407
2421
  backupNow: "Back up now",
2408
2422
  turnOnAutomatic: "Turn on automatic backups",
2409
- syncUnconfiguredTitle: "Add a synced device to keep a copy elsewhere.",
2410
- 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.",
2411
2425
  syncUnconfiguredAction: "Set up backup sync",
2412
2426
  syncDueTitle: "A synced device hasn't been updated.",
2413
2427
  syncDueSub: "One of your synced devices hasn't received a backup in a while.",
@@ -2524,10 +2538,7 @@ declare const CATALOGS: {
2524
2538
  key: string;
2525
2539
  keyHelp: string;
2526
2540
  retention: string;
2527
- withinHours: string;
2528
- daily: string;
2529
- weekly: string;
2530
- monthly: string;
2541
+ keepAutomatic: string;
2531
2542
  previewCleanup: string;
2532
2543
  cleanup: string;
2533
2544
  reclaim: string;
@@ -2647,6 +2658,8 @@ declare const CATALOGS: {
2647
2658
  first: string;
2648
2659
  last: string;
2649
2660
  jumpToPage: string;
2661
+ noDescription: string;
2662
+ noName: string;
2650
2663
  go: string;
2651
2664
  goTo: string;
2652
2665
  unknownError: string;
@@ -2654,6 +2667,7 @@ declare const CATALOGS: {
2654
2667
  loadFailed: string;
2655
2668
  show: string;
2656
2669
  hide: string;
2670
+ view: string;
2657
2671
  selected: string;
2658
2672
  available: string;
2659
2673
  allSelected: string;
@@ -3244,6 +3258,8 @@ declare const CATALOGS: {
3244
3258
  refreshConfirmDescription: string;
3245
3259
  refreshed: string;
3246
3260
  refreshFailed: string;
3261
+ detailRefresh: string;
3262
+ refreshRateLimited: string;
3247
3263
  emptyHint: string;
3248
3264
  install: string;
3249
3265
  update: string;
@@ -3470,6 +3486,7 @@ declare const CATALOGS: {
3470
3486
  edit: string;
3471
3487
  switchToVersion: string;
3472
3488
  switching: string;
3489
+ moreActions: string;
3473
3490
  };
3474
3491
  edit: {
3475
3492
  title: string;
@@ -4845,10 +4862,17 @@ declare const CATALOGS: {
4845
4862
  firstBackupMissing: string;
4846
4863
  backupCompleted: string;
4847
4864
  locationHelp: string;
4865
+ frequency: string;
4866
+ frequencyHelp: string;
4867
+ frequencyHourly: string;
4868
+ frequency6Hours: string;
4869
+ frequency12Hours: string;
4870
+ frequencyDaily: string;
4871
+ frequencyWeekly: string;
4848
4872
  saveKey: string;
4849
4873
  localBackups: string;
4850
4874
  availableBackups: string;
4851
- manage: string;
4875
+ open: string;
4852
4876
  pointTools: string;
4853
4877
  checkHelp: string;
4854
4878
  policyHelp: string;
@@ -4867,6 +4891,10 @@ declare const CATALOGS: {
4867
4891
  errorNetwork: string;
4868
4892
  errorIncomplete: string;
4869
4893
  jobsHelp: string;
4894
+ recentOperationsCount_one: string;
4895
+ recentOperationsCount_other: string;
4896
+ pointsCount_one: string;
4897
+ pointsCount_other: string;
4870
4898
  };
4871
4899
  replicationUx: {
4872
4900
  unconfigured: string;
@@ -4960,10 +4988,7 @@ declare const CATALOGS: {
4960
4988
  key: string;
4961
4989
  keyHelp: string;
4962
4990
  retention: string;
4963
- withinHours: string;
4964
- daily: string;
4965
- weekly: string;
4966
- monthly: string;
4991
+ keepAutomatic: string;
4967
4992
  previewCleanup: string;
4968
4993
  cleanup: string;
4969
4994
  reclaim: string;
@@ -5083,6 +5108,8 @@ declare const CATALOGS: {
5083
5108
  first: string;
5084
5109
  last: string;
5085
5110
  jumpToPage: string;
5111
+ noDescription: string;
5112
+ noName: string;
5086
5113
  go: string;
5087
5114
  goTo: string;
5088
5115
  unknownError: string;
@@ -5090,6 +5117,7 @@ declare const CATALOGS: {
5090
5117
  loadFailed: string;
5091
5118
  show: string;
5092
5119
  hide: string;
5120
+ view: string;
5093
5121
  selected: string;
5094
5122
  available: string;
5095
5123
  allSelected: string;
@@ -5680,6 +5708,8 @@ declare const CATALOGS: {
5680
5708
  refreshConfirmDescription: string;
5681
5709
  refreshed: string;
5682
5710
  refreshFailed: string;
5711
+ detailRefresh: string;
5712
+ refreshRateLimited: string;
5683
5713
  emptyHint: string;
5684
5714
  install: string;
5685
5715
  update: string;
@@ -5906,6 +5936,7 @@ declare const CATALOGS: {
5906
5936
  edit: string;
5907
5937
  switchToVersion: string;
5908
5938
  switching: string;
5939
+ moreActions: string;
5909
5940
  };
5910
5941
  edit: {
5911
5942
  title: string;
@@ -7281,10 +7312,17 @@ declare const CATALOGS: {
7281
7312
  firstBackupMissing: string;
7282
7313
  backupCompleted: string;
7283
7314
  locationHelp: string;
7315
+ frequency: string;
7316
+ frequencyHelp: string;
7317
+ frequencyHourly: string;
7318
+ frequency6Hours: string;
7319
+ frequency12Hours: string;
7320
+ frequencyDaily: string;
7321
+ frequencyWeekly: string;
7284
7322
  saveKey: string;
7285
7323
  localBackups: string;
7286
7324
  availableBackups: string;
7287
- manage: string;
7325
+ open: string;
7288
7326
  pointTools: string;
7289
7327
  checkHelp: string;
7290
7328
  policyHelp: string;
@@ -7303,6 +7341,10 @@ declare const CATALOGS: {
7303
7341
  errorNetwork: string;
7304
7342
  errorIncomplete: string;
7305
7343
  jobsHelp: string;
7344
+ recentOperationsCount_one: string;
7345
+ recentOperationsCount_other: string;
7346
+ pointsCount_one: string;
7347
+ pointsCount_other: string;
7306
7348
  };
7307
7349
  replicationUx: {
7308
7350
  unconfigured: string;
@@ -7396,10 +7438,7 @@ declare const CATALOGS: {
7396
7438
  key: string;
7397
7439
  keyHelp: string;
7398
7440
  retention: string;
7399
- withinHours: string;
7400
- daily: string;
7401
- weekly: string;
7402
- monthly: string;
7441
+ keepAutomatic: string;
7403
7442
  previewCleanup: string;
7404
7443
  cleanup: string;
7405
7444
  reclaim: string;
@@ -7519,6 +7558,8 @@ declare const CATALOGS: {
7519
7558
  first: string;
7520
7559
  last: string;
7521
7560
  jumpToPage: string;
7561
+ noDescription: string;
7562
+ noName: string;
7522
7563
  go: string;
7523
7564
  goTo: string;
7524
7565
  unknownError: string;
@@ -7526,6 +7567,7 @@ declare const CATALOGS: {
7526
7567
  loadFailed: string;
7527
7568
  show: string;
7528
7569
  hide: string;
7570
+ view: string;
7529
7571
  selected: string;
7530
7572
  available: string;
7531
7573
  allSelected: string;
@@ -8116,6 +8158,8 @@ declare const CATALOGS: {
8116
8158
  refreshConfirmDescription: string;
8117
8159
  refreshed: string;
8118
8160
  refreshFailed: string;
8161
+ detailRefresh: string;
8162
+ refreshRateLimited: string;
8119
8163
  emptyHint: string;
8120
8164
  install: string;
8121
8165
  update: string;
@@ -8342,6 +8386,7 @@ declare const CATALOGS: {
8342
8386
  edit: string;
8343
8387
  switchToVersion: string;
8344
8388
  switching: string;
8389
+ moreActions: string;
8345
8390
  };
8346
8391
  edit: {
8347
8392
  title: string;
@@ -9717,10 +9762,17 @@ declare const CATALOGS: {
9717
9762
  firstBackupMissing: string;
9718
9763
  backupCompleted: string;
9719
9764
  locationHelp: string;
9765
+ frequency: string;
9766
+ frequencyHelp: string;
9767
+ frequencyHourly: string;
9768
+ frequency6Hours: string;
9769
+ frequency12Hours: string;
9770
+ frequencyDaily: string;
9771
+ frequencyWeekly: string;
9720
9772
  saveKey: string;
9721
9773
  localBackups: string;
9722
9774
  availableBackups: string;
9723
- manage: string;
9775
+ open: string;
9724
9776
  pointTools: string;
9725
9777
  checkHelp: string;
9726
9778
  policyHelp: string;
@@ -9739,6 +9791,10 @@ declare const CATALOGS: {
9739
9791
  errorNetwork: string;
9740
9792
  errorIncomplete: string;
9741
9793
  jobsHelp: string;
9794
+ recentOperationsCount_one: string;
9795
+ recentOperationsCount_other: string;
9796
+ pointsCount_one: string;
9797
+ pointsCount_other: string;
9742
9798
  };
9743
9799
  replicationUx: {
9744
9800
  unconfigured: string;
@@ -9832,10 +9888,7 @@ declare const CATALOGS: {
9832
9888
  key: string;
9833
9889
  keyHelp: string;
9834
9890
  retention: string;
9835
- withinHours: string;
9836
- daily: string;
9837
- weekly: string;
9838
- monthly: string;
9891
+ keepAutomatic: string;
9839
9892
  previewCleanup: string;
9840
9893
  cleanup: string;
9841
9894
  reclaim: string;
@@ -9955,6 +10008,8 @@ declare const CATALOGS: {
9955
10008
  first: string;
9956
10009
  last: string;
9957
10010
  jumpToPage: string;
10011
+ noDescription: string;
10012
+ noName: string;
9958
10013
  go: string;
9959
10014
  goTo: string;
9960
10015
  unknownError: string;
@@ -9962,6 +10017,7 @@ declare const CATALOGS: {
9962
10017
  loadFailed: string;
9963
10018
  show: string;
9964
10019
  hide: string;
10020
+ view: string;
9965
10021
  selected: string;
9966
10022
  available: string;
9967
10023
  allSelected: string;
@@ -10552,6 +10608,8 @@ declare const CATALOGS: {
10552
10608
  refreshConfirmDescription: string;
10553
10609
  refreshed: string;
10554
10610
  refreshFailed: string;
10611
+ detailRefresh: string;
10612
+ refreshRateLimited: string;
10555
10613
  emptyHint: string;
10556
10614
  install: string;
10557
10615
  update: string;
@@ -10778,6 +10836,7 @@ declare const CATALOGS: {
10778
10836
  edit: string;
10779
10837
  switchToVersion: string;
10780
10838
  switching: string;
10839
+ moreActions: string;
10781
10840
  };
10782
10841
  edit: {
10783
10842
  title: string;
@@ -12153,10 +12212,17 @@ declare const CATALOGS: {
12153
12212
  firstBackupMissing: string;
12154
12213
  backupCompleted: string;
12155
12214
  locationHelp: string;
12215
+ frequency: string;
12216
+ frequencyHelp: string;
12217
+ frequencyHourly: string;
12218
+ frequency6Hours: string;
12219
+ frequency12Hours: string;
12220
+ frequencyDaily: string;
12221
+ frequencyWeekly: string;
12156
12222
  saveKey: string;
12157
12223
  localBackups: string;
12158
12224
  availableBackups: string;
12159
- manage: string;
12225
+ open: string;
12160
12226
  pointTools: string;
12161
12227
  checkHelp: string;
12162
12228
  policyHelp: string;
@@ -12175,6 +12241,10 @@ declare const CATALOGS: {
12175
12241
  errorNetwork: string;
12176
12242
  errorIncomplete: string;
12177
12243
  jobsHelp: string;
12244
+ recentOperationsCount_one: string;
12245
+ recentOperationsCount_other: string;
12246
+ pointsCount_one: string;
12247
+ pointsCount_other: string;
12178
12248
  };
12179
12249
  replicationUx: {
12180
12250
  unconfigured: string;
@@ -12268,10 +12338,7 @@ declare const CATALOGS: {
12268
12338
  key: string;
12269
12339
  keyHelp: string;
12270
12340
  retention: string;
12271
- withinHours: string;
12272
- daily: string;
12273
- weekly: string;
12274
- monthly: string;
12341
+ keepAutomatic: string;
12275
12342
  previewCleanup: string;
12276
12343
  cleanup: string;
12277
12344
  reclaim: string;
@@ -12391,6 +12458,8 @@ declare const CATALOGS: {
12391
12458
  first: string;
12392
12459
  last: string;
12393
12460
  jumpToPage: string;
12461
+ noDescription: string;
12462
+ noName: string;
12394
12463
  go: string;
12395
12464
  goTo: string;
12396
12465
  unknownError: string;
@@ -12398,6 +12467,7 @@ declare const CATALOGS: {
12398
12467
  loadFailed: string;
12399
12468
  show: string;
12400
12469
  hide: string;
12470
+ view: string;
12401
12471
  selected: string;
12402
12472
  available: string;
12403
12473
  allSelected: string;
@@ -12988,6 +13058,8 @@ declare const CATALOGS: {
12988
13058
  refreshConfirmDescription: string;
12989
13059
  refreshed: string;
12990
13060
  refreshFailed: string;
13061
+ detailRefresh: string;
13062
+ refreshRateLimited: string;
12991
13063
  emptyHint: string;
12992
13064
  install: string;
12993
13065
  update: string;
@@ -13214,6 +13286,7 @@ declare const CATALOGS: {
13214
13286
  edit: string;
13215
13287
  switchToVersion: string;
13216
13288
  switching: string;
13289
+ moreActions: string;
13217
13290
  };
13218
13291
  edit: {
13219
13292
  title: string;
@@ -14589,10 +14662,17 @@ declare const CATALOGS: {
14589
14662
  firstBackupMissing: string;
14590
14663
  backupCompleted: string;
14591
14664
  locationHelp: string;
14665
+ frequency: string;
14666
+ frequencyHelp: string;
14667
+ frequencyHourly: string;
14668
+ frequency6Hours: string;
14669
+ frequency12Hours: string;
14670
+ frequencyDaily: string;
14671
+ frequencyWeekly: string;
14592
14672
  saveKey: string;
14593
14673
  localBackups: string;
14594
14674
  availableBackups: string;
14595
- manage: string;
14675
+ open: string;
14596
14676
  pointTools: string;
14597
14677
  checkHelp: string;
14598
14678
  policyHelp: string;
@@ -14611,6 +14691,10 @@ declare const CATALOGS: {
14611
14691
  errorNetwork: string;
14612
14692
  errorIncomplete: string;
14613
14693
  jobsHelp: string;
14694
+ recentOperationsCount_one: string;
14695
+ recentOperationsCount_other: string;
14696
+ pointsCount_one: string;
14697
+ pointsCount_other: string;
14614
14698
  };
14615
14699
  replicationUx: {
14616
14700
  unconfigured: string;
@@ -1,2 +1,2 @@
1
- export { C as CATALOGS, c as catalogFor } from './catalogs-BAP8plFt.js';
1
+ export { C as CATALOGS, c as catalogFor } from './catalogs-CvB8vJiU.js';
2
2
  import './core.js';