@hoardodile/i18n 0.2.0 → 0.2.1

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",
@@ -2351,13 +2348,20 @@ var protectionUx = {
2351
2348
  firstBackupMissing: "Enabled; no completed backup yet",
2352
2349
  backupCompleted: "Last completed backup: {{time}}",
2353
2350
  locationHelp: "This is where this service saves backups. Use backup sync to keep a copy on another device.",
2351
+ frequency: "Backup frequency",
2352
+ frequencyHelp: "Changes are saved automatically at most this often. The first backup still runs right away.",
2353
+ frequencyHourly: "Hourly",
2354
+ frequency6Hours: "Every 6 hours",
2355
+ frequency12Hours: "Every 12 hours",
2356
+ frequencyDaily: "Daily",
2357
+ frequencyWeekly: "Weekly",
2354
2358
  saveKey: "Save your recovery key",
2355
2359
  localBackups: "This device's backups",
2356
2360
  availableBackups: "Available backups",
2357
- manage: "Advanced: checks and cleanup",
2361
+ open: "Open",
2358
2362
  pointTools: "Advanced backup actions",
2359
2363
  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.",
2364
+ policyHelp: "Only the newest automatic backups are kept. Manual and pinned recovery points are never removed automatically.",
2361
2365
  preparingRestore: "Checking backup…",
2362
2366
  restoreSource: "Backup source: {{source}}",
2363
2367
  restoreKeepsHost: "This replaces the library and discards local changes. Your login and device connections stay in place.",
@@ -2524,10 +2528,7 @@ declare const CATALOGS: {
2524
2528
  key: string;
2525
2529
  keyHelp: string;
2526
2530
  retention: string;
2527
- withinHours: string;
2528
- daily: string;
2529
- weekly: string;
2530
- monthly: string;
2531
+ keepAutomatic: string;
2531
2532
  previewCleanup: string;
2532
2533
  cleanup: string;
2533
2534
  reclaim: string;
@@ -4845,10 +4846,17 @@ declare const CATALOGS: {
4845
4846
  firstBackupMissing: string;
4846
4847
  backupCompleted: string;
4847
4848
  locationHelp: string;
4849
+ frequency: string;
4850
+ frequencyHelp: string;
4851
+ frequencyHourly: string;
4852
+ frequency6Hours: string;
4853
+ frequency12Hours: string;
4854
+ frequencyDaily: string;
4855
+ frequencyWeekly: string;
4848
4856
  saveKey: string;
4849
4857
  localBackups: string;
4850
4858
  availableBackups: string;
4851
- manage: string;
4859
+ open: string;
4852
4860
  pointTools: string;
4853
4861
  checkHelp: string;
4854
4862
  policyHelp: string;
@@ -4960,10 +4968,7 @@ declare const CATALOGS: {
4960
4968
  key: string;
4961
4969
  keyHelp: string;
4962
4970
  retention: string;
4963
- withinHours: string;
4964
- daily: string;
4965
- weekly: string;
4966
- monthly: string;
4971
+ keepAutomatic: string;
4967
4972
  previewCleanup: string;
4968
4973
  cleanup: string;
4969
4974
  reclaim: string;
@@ -7281,10 +7286,17 @@ declare const CATALOGS: {
7281
7286
  firstBackupMissing: string;
7282
7287
  backupCompleted: string;
7283
7288
  locationHelp: string;
7289
+ frequency: string;
7290
+ frequencyHelp: string;
7291
+ frequencyHourly: string;
7292
+ frequency6Hours: string;
7293
+ frequency12Hours: string;
7294
+ frequencyDaily: string;
7295
+ frequencyWeekly: string;
7284
7296
  saveKey: string;
7285
7297
  localBackups: string;
7286
7298
  availableBackups: string;
7287
- manage: string;
7299
+ open: string;
7288
7300
  pointTools: string;
7289
7301
  checkHelp: string;
7290
7302
  policyHelp: string;
@@ -7396,10 +7408,7 @@ declare const CATALOGS: {
7396
7408
  key: string;
7397
7409
  keyHelp: string;
7398
7410
  retention: string;
7399
- withinHours: string;
7400
- daily: string;
7401
- weekly: string;
7402
- monthly: string;
7411
+ keepAutomatic: string;
7403
7412
  previewCleanup: string;
7404
7413
  cleanup: string;
7405
7414
  reclaim: string;
@@ -9717,10 +9726,17 @@ declare const CATALOGS: {
9717
9726
  firstBackupMissing: string;
9718
9727
  backupCompleted: string;
9719
9728
  locationHelp: string;
9729
+ frequency: string;
9730
+ frequencyHelp: string;
9731
+ frequencyHourly: string;
9732
+ frequency6Hours: string;
9733
+ frequency12Hours: string;
9734
+ frequencyDaily: string;
9735
+ frequencyWeekly: string;
9720
9736
  saveKey: string;
9721
9737
  localBackups: string;
9722
9738
  availableBackups: string;
9723
- manage: string;
9739
+ open: string;
9724
9740
  pointTools: string;
9725
9741
  checkHelp: string;
9726
9742
  policyHelp: string;
@@ -9832,10 +9848,7 @@ declare const CATALOGS: {
9832
9848
  key: string;
9833
9849
  keyHelp: string;
9834
9850
  retention: string;
9835
- withinHours: string;
9836
- daily: string;
9837
- weekly: string;
9838
- monthly: string;
9851
+ keepAutomatic: string;
9839
9852
  previewCleanup: string;
9840
9853
  cleanup: string;
9841
9854
  reclaim: string;
@@ -12153,10 +12166,17 @@ declare const CATALOGS: {
12153
12166
  firstBackupMissing: string;
12154
12167
  backupCompleted: string;
12155
12168
  locationHelp: string;
12169
+ frequency: string;
12170
+ frequencyHelp: string;
12171
+ frequencyHourly: string;
12172
+ frequency6Hours: string;
12173
+ frequency12Hours: string;
12174
+ frequencyDaily: string;
12175
+ frequencyWeekly: string;
12156
12176
  saveKey: string;
12157
12177
  localBackups: string;
12158
12178
  availableBackups: string;
12159
- manage: string;
12179
+ open: string;
12160
12180
  pointTools: string;
12161
12181
  checkHelp: string;
12162
12182
  policyHelp: string;
@@ -12268,10 +12288,7 @@ declare const CATALOGS: {
12268
12288
  key: string;
12269
12289
  keyHelp: string;
12270
12290
  retention: string;
12271
- withinHours: string;
12272
- daily: string;
12273
- weekly: string;
12274
- monthly: string;
12291
+ keepAutomatic: string;
12275
12292
  previewCleanup: string;
12276
12293
  cleanup: string;
12277
12294
  reclaim: string;
@@ -14589,10 +14606,17 @@ declare const CATALOGS: {
14589
14606
  firstBackupMissing: string;
14590
14607
  backupCompleted: string;
14591
14608
  locationHelp: string;
14609
+ frequency: string;
14610
+ frequencyHelp: string;
14611
+ frequencyHourly: string;
14612
+ frequency6Hours: string;
14613
+ frequency12Hours: string;
14614
+ frequencyDaily: string;
14615
+ frequencyWeekly: string;
14592
14616
  saveKey: string;
14593
14617
  localBackups: string;
14594
14618
  availableBackups: string;
14595
- manage: string;
14619
+ open: string;
14596
14620
  pointTools: string;
14597
14621
  checkHelp: string;
14598
14622
  policyHelp: 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-DhA-exiB.js';
2
2
  import './core.js';
package/dist/catalogs.js CHANGED
@@ -30,10 +30,7 @@ var de_default = {
30
30
  key: "Wiederherstellungsschl\xFCssel exportieren",
31
31
  keyHelp: "Bewahren Sie diesen Schl\xFCssel getrennt auf. Er ist zur Wiederherstellung auf einer neuen Installation erforderlich.",
32
32
  retention: "Aufbewahrungsregeln",
33
- withinHours: "Alle Punkte der letzten Stunden behalten",
34
- daily: "T\xE4gliche Punkte",
35
- weekly: "W\xF6chentliche Punkte",
36
- monthly: "Monatliche Punkte",
33
+ keepAutomatic: "Aufzubewahrende automatische Sicherungen",
37
34
  previewCleanup: "Bereinigung pr\xFCfen",
38
35
  cleanup: "Abgelaufene Punkte entfernen",
39
36
  reclaim: "Zus\xE4tzlich ungenutzten Speicher freigeben",
@@ -2351,13 +2348,20 @@ var de_default = {
2351
2348
  firstBackupMissing: "Aktiviert; noch keine fertige Sicherung",
2352
2349
  backupCompleted: "Letzte fertige Sicherung: {{time}}",
2353
2350
  locationHelp: "Hier speichert dieser Dienst Sicherungen. Nutzen Sie die Synchronisierung f\xFCr eine Kopie auf einem anderen Ger\xE4t.",
2351
+ frequency: "Sicherungsh\xE4ufigkeit",
2352
+ frequencyHelp: "\xC4nderungen werden h\xF6chstens in diesem Abstand automatisch gesichert. Die erste Sicherung l\xE4uft sofort.",
2353
+ frequencyHourly: "St\xFCndlich",
2354
+ frequency6Hours: "Alle 6 Stunden",
2355
+ frequency12Hours: "Alle 12 Stunden",
2356
+ frequencyDaily: "T\xE4glich",
2357
+ frequencyWeekly: "W\xF6chentlich",
2354
2358
  saveKey: "Wiederherstellungsschl\xFCssel sichern",
2355
2359
  localBackups: "Sicherungen dieses Ger\xE4ts",
2356
2360
  availableBackups: "Verf\xFCgbare Sicherungen",
2357
- manage: "Erweitert: Pr\xFCfungen und Bereinigung",
2361
+ open: "\xD6ffnen",
2358
2362
  pointTools: "Erweiterte Sicherungsaktionen",
2359
2363
  checkHelp: "Pr\xFCfen Sie die Struktur schnell oder lesen Sie alle Sicherungsdaten zur Integrit\xE4tspr\xFCfung.",
2360
- policyHelp: "Die Standardwerte behalten mehr aktuelle Sicherungen. Dauerhaft aufbewahrte Sicherungen werden nicht automatisch bereinigt.",
2364
+ policyHelp: "Nur die neuesten automatischen Sicherungen bleiben erhalten. Manuelle und dauerhaft aufbewahrte Punkte werden nie automatisch entfernt.",
2361
2365
  preparingRestore: "Sicherung wird gepr\xFCft\u2026",
2362
2366
  restoreSource: "Sicherungsquelle: {{source}}",
2363
2367
  restoreKeepsHost: "Die Bibliothek wird ersetzt und lokale \xC4nderungen gehen verloren. Anmeldung und Ger\xE4teverbindungen bleiben erhalten.",
@@ -2468,10 +2472,7 @@ var en_default = {
2468
2472
  key: "Export recovery key",
2469
2473
  keyHelp: "Keep this key separately. It is required to recover your backups on a new installation.",
2470
2474
  retention: "Retention policy",
2471
- withinHours: "Keep all points for these hours",
2472
- daily: "Daily points",
2473
- weekly: "Weekly points",
2474
- monthly: "Monthly points",
2475
+ keepAutomatic: "Automatic backups to keep",
2475
2476
  previewCleanup: "Preview cleanup",
2476
2477
  cleanup: "Remove expired points",
2477
2478
  reclaim: "Also reclaim unused storage",
@@ -4789,13 +4790,20 @@ var en_default = {
4789
4790
  firstBackupMissing: "Enabled; no completed backup yet",
4790
4791
  backupCompleted: "Last completed backup: {{time}}",
4791
4792
  locationHelp: "This is where this service saves backups. Use backup sync to keep a copy on another device.",
4793
+ frequency: "Backup frequency",
4794
+ frequencyHelp: "Changes are saved automatically at most this often. The first backup still runs right away.",
4795
+ frequencyHourly: "Hourly",
4796
+ frequency6Hours: "Every 6 hours",
4797
+ frequency12Hours: "Every 12 hours",
4798
+ frequencyDaily: "Daily",
4799
+ frequencyWeekly: "Weekly",
4792
4800
  saveKey: "Save your recovery key",
4793
4801
  localBackups: "This device's backups",
4794
4802
  availableBackups: "Available backups",
4795
- manage: "Advanced: checks and cleanup",
4803
+ open: "Open",
4796
4804
  pointTools: "Advanced backup actions",
4797
4805
  checkHelp: "Check repository structure quickly, or read all backup data to verify its integrity.",
4798
- policyHelp: "The defaults keep recent backups more frequently. Long-term backups are excluded from automatic cleanup.",
4806
+ policyHelp: "Only the newest automatic backups are kept. Manual and pinned recovery points are never removed automatically.",
4799
4807
  preparingRestore: "Checking backup\u2026",
4800
4808
  restoreSource: "Backup source: {{source}}",
4801
4809
  restoreKeepsHost: "This replaces the library and discards local changes. Your login and device connections stay in place.",
@@ -4906,10 +4914,7 @@ var es_default = {
4906
4914
  key: "Exportar clave de recuperaci\xF3n",
4907
4915
  keyHelp: "Guarda esta clave por separado. La necesitar\xE1s para recuperar las copias en una instalaci\xF3n nueva.",
4908
4916
  retention: "Pol\xEDtica de conservaci\xF3n",
4909
- withinHours: "Conservar todos los puntos de estas \xFAltimas horas",
4910
- daily: "Puntos diarios",
4911
- weekly: "Puntos semanales",
4912
- monthly: "Puntos mensuales",
4917
+ keepAutomatic: "Copias autom\xE1ticas que se conservan",
4913
4918
  previewCleanup: "Vista previa de limpieza",
4914
4919
  cleanup: "Eliminar puntos caducados",
4915
4920
  reclaim: "Liberar tambi\xE9n el espacio sin usar",
@@ -7227,13 +7232,20 @@ var es_default = {
7227
7232
  firstBackupMissing: "Activado; a\xFAn no hay copias completadas",
7228
7233
  backupCompleted: "\xDAltima copia completada: {{time}}",
7229
7234
  locationHelp: "Aqu\xED guarda las copias este servicio. Usa la sincronizaci\xF3n para conservar una copia en otro dispositivo.",
7235
+ frequency: "Frecuencia de copia",
7236
+ frequencyHelp: "Los cambios se guardan autom\xE1ticamente como m\xE1ximo con esta frecuencia. La primera copia se ejecuta de inmediato.",
7237
+ frequencyHourly: "Cada hora",
7238
+ frequency6Hours: "Cada 6 horas",
7239
+ frequency12Hours: "Cada 12 horas",
7240
+ frequencyDaily: "Diariamente",
7241
+ frequencyWeekly: "Semanalmente",
7230
7242
  saveKey: "Guarda tu clave de recuperaci\xF3n",
7231
7243
  localBackups: "Copias de este dispositivo",
7232
7244
  availableBackups: "Copias disponibles",
7233
- manage: "Avanzado: comprobaciones y limpieza",
7245
+ open: "Abrir",
7234
7246
  pointTools: "Acciones avanzadas de copia",
7235
7247
  checkHelp: "Comprueba r\xE1pidamente la estructura o lee todos los datos para verificar su integridad.",
7236
- policyHelp: "Los valores predeterminados conservan m\xE1s copias recientes. Las copias permanentes no se eliminan autom\xE1ticamente.",
7248
+ policyHelp: "Solo se conservan las copias autom\xE1ticas m\xE1s recientes. Los puntos manuales y los marcados como permanentes nunca se eliminan autom\xE1ticamente.",
7237
7249
  preparingRestore: "Comprobando la copia\u2026",
7238
7250
  restoreSource: "Origen de la copia: {{source}}",
7239
7251
  restoreKeepsHost: "Esto reemplaza la biblioteca y descarta cambios locales. Se conservan el acceso y las conexiones.",
@@ -7344,10 +7356,7 @@ var ja_default = {
7344
7356
  key: "\u5FA9\u65E7\u30AD\u30FC\u3092\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8",
7345
7357
  keyHelp: "\u3053\u306E\u30AD\u30FC\u306F\u5225\u306E\u5834\u6240\u306B\u4FDD\u7BA1\u3057\u3066\u304F\u3060\u3055\u3044\u3002\u65B0\u3057\u3044\u74B0\u5883\u3067\u306E\u5FA9\u65E7\u306B\u5FC5\u8981\u3067\u3059\u3002",
7346
7358
  retention: "\u4FDD\u6301\u30DD\u30EA\u30B7\u30FC",
7347
- withinHours: "\u76F4\u8FD1\u306E\u6307\u5B9A\u6642\u9593\u5185\u306E\u5168\u30DD\u30A4\u30F3\u30C8\u3092\u4FDD\u6301",
7348
- daily: "\u65E5\u6B21\u30DD\u30A4\u30F3\u30C8\u6570",
7349
- weekly: "\u9031\u6B21\u30DD\u30A4\u30F3\u30C8\u6570",
7350
- monthly: "\u6708\u6B21\u30DD\u30A4\u30F3\u30C8\u6570",
7359
+ keepAutomatic: "\u4FDD\u6301\u3059\u308B\u81EA\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u6570",
7351
7360
  previewCleanup: "\u6574\u7406\u5185\u5BB9\u3092\u78BA\u8A8D",
7352
7361
  cleanup: "\u671F\u9650\u5207\u308C\u306E\u30DD\u30A4\u30F3\u30C8\u3092\u524A\u9664",
7353
7362
  reclaim: "\u672A\u4F7F\u7528\u306E\u4FDD\u5B58\u9818\u57DF\u3082\u89E3\u653E\u3059\u308B",
@@ -9665,13 +9674,20 @@ var ja_default = {
9665
9674
  firstBackupMissing: "\u6709\u52B9\u3067\u3059\u304C\u3001\u5B8C\u4E86\u3057\u305F\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u306F\u307E\u3060\u3042\u308A\u307E\u305B\u3093",
9666
9675
  backupCompleted: "\u6700\u7D42\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u5B8C\u4E86\uFF1A{{time}}",
9667
9676
  locationHelp: "\u3053\u306E\u30B5\u30FC\u30D3\u30B9\u306F\u3053\u3053\u306B\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3092\u4FDD\u5B58\u3057\u307E\u3059\u3002\u540C\u671F\u3092\u4F7F\u3046\u3068\u5225\u306E\u7AEF\u672B\u306B\u3082\u30B3\u30D4\u30FC\u3092\u4FDD\u5B58\u3067\u304D\u307E\u3059\u3002",
9677
+ frequency: "\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u983B\u5EA6",
9678
+ frequencyHelp: "\u5909\u66F4\u306F\u6700\u5927\u3067\u3082\u3053\u306E\u983B\u5EA6\u3067\u81EA\u52D5\u4FDD\u5B58\u3055\u308C\u307E\u3059\u3002\u521D\u56DE\u306E\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u306F\u3059\u3050\u306B\u5B9F\u884C\u3055\u308C\u307E\u3059\u3002",
9679
+ frequencyHourly: "\u6BCE\u6642",
9680
+ frequency6Hours: "6 \u6642\u9593\u3054\u3068",
9681
+ frequency12Hours: "12 \u6642\u9593\u3054\u3068",
9682
+ frequencyDaily: "\u6BCE\u65E5",
9683
+ frequencyWeekly: "\u6BCE\u9031",
9668
9684
  saveKey: "\u5FA9\u5143\u30AD\u30FC\u3092\u4FDD\u5B58\u3057\u3066\u304F\u3060\u3055\u3044",
9669
9685
  localBackups: "\u3053\u306E\u7AEF\u672B\u306E\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7",
9670
9686
  availableBackups: "\u5229\u7528\u53EF\u80FD\u306A\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7",
9671
- manage: "\u8A73\u7D30\uFF1A\u78BA\u8A8D\u3068\u30AF\u30EA\u30FC\u30F3\u30A2\u30C3\u30D7",
9687
+ open: "\u958B\u304F",
9672
9688
  pointTools: "\u8A73\u7D30\u306A\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u64CD\u4F5C",
9673
9689
  checkHelp: "\u69CB\u9020\u3092\u3059\u3070\u3084\u304F\u691C\u8A3C\u3059\u308B\u304B\u3001\u5168\u30C7\u30FC\u30BF\u3092\u8AAD\u307F\u8FBC\u3093\u3067\u6574\u5408\u6027\u3092\u78BA\u8A8D\u3057\u307E\u3059\u3002",
9674
- policyHelp: "\u65E2\u5B9A\u3067\u306F\u6700\u8FD1\u306E\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3092\u591A\u304F\u6B8B\u3057\u307E\u3059\u3002\u9577\u671F\u4FDD\u5B58\u306E\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u306F\u81EA\u52D5\u524A\u9664\u306E\u5BFE\u8C61\u5916\u3067\u3059\u3002",
9690
+ policyHelp: "\u6700\u65B0\u306E\u81EA\u52D5\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u306E\u307F\u3092\u4FDD\u6301\u3057\u307E\u3059\u3002\u624B\u52D5\u304A\u3088\u3073\u9577\u671F\u4FDD\u5B58\u306E\u5FA9\u5143\u30DD\u30A4\u30F3\u30C8\u306F\u81EA\u52D5\u524A\u9664\u3055\u308C\u307E\u305B\u3093\u3002",
9675
9691
  preparingRestore: "\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3092\u78BA\u8A8D\u4E2D\u2026",
9676
9692
  restoreSource: "\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u5143\uFF1A{{source}}",
9677
9693
  restoreKeepsHost: "\u30E9\u30A4\u30D6\u30E9\u30EA\u3092\u7F6E\u304D\u63DB\u3048\u3001\u30ED\u30FC\u30AB\u30EB\u306E\u5909\u66F4\u3092\u7834\u68C4\u3057\u307E\u3059\u3002\u30ED\u30B0\u30A4\u30F3\u60C5\u5831\u3068\u7AEF\u672B\u63A5\u7D9A\u306F\u4FDD\u6301\u3055\u308C\u307E\u3059\u3002",
@@ -9782,10 +9798,7 @@ var zh_default = {
9782
9798
  key: "\u5BFC\u51FA\u6062\u590D\u5BC6\u94A5",
9783
9799
  keyHelp: "\u8BF7\u5355\u72EC\u4FDD\u5B58\u6B64\u5BC6\u94A5\u3002\u5728\u65B0\u5B89\u88C5\u7684\u670D\u52A1\u4E2D\u6062\u590D\u5907\u4EFD\u65F6\u9700\u8981\u4F7F\u7528\u5B83\u3002",
9784
9800
  retention: "\u4FDD\u7559\u7B56\u7565",
9785
- withinHours: "\u4FDD\u7559\u8FD9\u4E9B\u5C0F\u65F6\u5185\u7684\u5168\u90E8\u6062\u590D\u70B9",
9786
- daily: "\u6BCF\u65E5\u6062\u590D\u70B9",
9787
- weekly: "\u6BCF\u5468\u6062\u590D\u70B9",
9788
- monthly: "\u6BCF\u6708\u6062\u590D\u70B9",
9801
+ keepAutomatic: "\u4FDD\u7559\u7684\u81EA\u52A8\u5907\u4EFD\u6570\u91CF",
9789
9802
  previewCleanup: "\u9884\u89C8\u6E05\u7406",
9790
9803
  cleanup: "\u5220\u9664\u8FC7\u671F\u6062\u590D\u70B9",
9791
9804
  reclaim: "\u540C\u65F6\u56DE\u6536\u672A\u4F7F\u7528\u7684\u5B58\u50A8\u7A7A\u95F4",
@@ -12103,13 +12116,20 @@ var zh_default = {
12103
12116
  firstBackupMissing: "\u5DF2\u542F\u7528\uFF0C\u5C1A\u65E0\u5DF2\u5B8C\u6210\u7684\u5907\u4EFD",
12104
12117
  backupCompleted: "\u6700\u8FD1\u6210\u529F\u5907\u4EFD\uFF1A{{time}}",
12105
12118
  locationHelp: "\u8FD9\u662F\u672C\u670D\u52A1\u4FDD\u5B58\u5907\u4EFD\u7684\u4F4D\u7F6E\u3002\u901A\u8FC7\u5907\u4EFD\u540C\u6B65\uFF0C\u53EF\u4EE5\u5728\u53E6\u4E00\u53F0\u8BBE\u5907\u4E0A\u4FDD\u7559\u526F\u672C\u3002",
12119
+ frequency: "\u5907\u4EFD\u9891\u7387",
12120
+ frequencyHelp: "\u6700\u591A\u6309\u6B64\u9891\u7387\u81EA\u52A8\u4FDD\u5B58\u53D8\u66F4\uFF1B\u9996\u6B21\u5907\u4EFD\u4ECD\u4F1A\u7ACB\u5373\u6267\u884C\u3002",
12121
+ frequencyHourly: "\u6BCF\u5C0F\u65F6",
12122
+ frequency6Hours: "\u6BCF 6 \u5C0F\u65F6",
12123
+ frequency12Hours: "\u6BCF 12 \u5C0F\u65F6",
12124
+ frequencyDaily: "\u6BCF\u5929",
12125
+ frequencyWeekly: "\u6BCF\u5468",
12106
12126
  saveKey: "\u8BF7\u4FDD\u5B58\u6062\u590D\u5BC6\u94A5",
12107
12127
  localBackups: "\u672C\u673A\u5907\u4EFD",
12108
12128
  availableBackups: "\u53EF\u7528\u5907\u4EFD",
12109
- manage: "\u9AD8\u7EA7\uFF1A\u6821\u9A8C\u4E0E\u6E05\u7406",
12129
+ open: "\u6253\u5F00",
12110
12130
  pointTools: "\u9AD8\u7EA7\u5907\u4EFD\u64CD\u4F5C",
12111
12131
  checkHelp: "\u68C0\u67E5\u4ED3\u5E93\u7ED3\u6784\u901A\u5E38\u8F83\u5FEB\uFF1B\u6821\u9A8C\u5168\u90E8\u6570\u636E\u4F1A\u8BFB\u53D6\u6574\u4E2A\u5907\u4EFD\uFF0C\u4EE5\u786E\u8BA4\u5185\u5BB9\u5B8C\u6574\u3002",
12112
- policyHelp: "\u9ED8\u8BA4\u7B56\u7565\u66F4\u5BC6\u96C6\u5730\u4FDD\u7559\u8FD1\u671F\u5907\u4EFD\u3002\u6807\u8BB0\u4E3A\u957F\u671F\u4FDD\u7559\u7684\u5907\u4EFD\u4E0D\u53C2\u4E0E\u81EA\u52A8\u6E05\u7406\u3002",
12132
+ policyHelp: "\u53EA\u4FDD\u7559\u6700\u8FD1\u7684\u81EA\u52A8\u5907\u4EFD\uFF1B\u624B\u52A8\u5907\u4EFD\u548C\u957F\u671F\u4FDD\u7559\u7684\u6062\u590D\u70B9\u4E0D\u4F1A\u88AB\u81EA\u52A8\u5220\u9664\u3002",
12113
12133
  preparingRestore: "\u6B63\u5728\u68C0\u67E5\u5907\u4EFD\u2026",
12114
12134
  restoreSource: "\u5907\u4EFD\u6765\u6E90\uFF1A{{source}}",
12115
12135
  restoreKeepsHost: "\u8FD9\u4F1A\u8986\u76D6\u5B58\u50A8\u5E93\u5E76\u4E22\u5F03\u672C\u5730\u4FEE\u6539\uFF0C\u767B\u5F55\u51ED\u636E\u548C\u8BBE\u5907\u8FDE\u63A5\u4F1A\u4FDD\u7559\u3002",