@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.
- package/dist/{catalogs-BAP8plFt.d.ts → catalogs-DhA-exiB.d.ts} +55 -31
- package/dist/catalogs.d.ts +1 -1
- package/dist/catalogs.js +50 -30
- package/dist/catalogs.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +50 -30
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/catalogs/de.json +10 -6
- package/src/catalogs/en.json +10 -6
- package/src/catalogs/es.json +10 -6
- package/src/catalogs/ja.json +10 -6
- package/src/catalogs/zh.json +10 -6
package/package.json
CHANGED
package/src/catalogs/de.json
CHANGED
|
@@ -29,10 +29,7 @@
|
|
|
29
29
|
"key": "Wiederherstellungsschlüssel exportieren",
|
|
30
30
|
"keyHelp": "Bewahren Sie diesen Schlüssel getrennt auf. Er ist zur Wiederherstellung auf einer neuen Installation erforderlich.",
|
|
31
31
|
"retention": "Aufbewahrungsregeln",
|
|
32
|
-
"
|
|
33
|
-
"daily": "Tägliche Punkte",
|
|
34
|
-
"weekly": "Wöchentliche Punkte",
|
|
35
|
-
"monthly": "Monatliche Punkte",
|
|
32
|
+
"keepAutomatic": "Aufzubewahrende automatische Sicherungen",
|
|
36
33
|
"previewCleanup": "Bereinigung prüfen",
|
|
37
34
|
"cleanup": "Abgelaufene Punkte entfernen",
|
|
38
35
|
"reclaim": "Zusätzlich ungenutzten Speicher freigeben",
|
|
@@ -2350,13 +2347,20 @@
|
|
|
2350
2347
|
"firstBackupMissing": "Aktiviert; noch keine fertige Sicherung",
|
|
2351
2348
|
"backupCompleted": "Letzte fertige Sicherung: {{time}}",
|
|
2352
2349
|
"locationHelp": "Hier speichert dieser Dienst Sicherungen. Nutzen Sie die Synchronisierung für eine Kopie auf einem anderen Gerät.",
|
|
2350
|
+
"frequency": "Sicherungshäufigkeit",
|
|
2351
|
+
"frequencyHelp": "Änderungen werden höchstens in diesem Abstand automatisch gesichert. Die erste Sicherung läuft sofort.",
|
|
2352
|
+
"frequencyHourly": "Stündlich",
|
|
2353
|
+
"frequency6Hours": "Alle 6 Stunden",
|
|
2354
|
+
"frequency12Hours": "Alle 12 Stunden",
|
|
2355
|
+
"frequencyDaily": "Täglich",
|
|
2356
|
+
"frequencyWeekly": "Wöchentlich",
|
|
2353
2357
|
"saveKey": "Wiederherstellungsschlüssel sichern",
|
|
2354
2358
|
"localBackups": "Sicherungen dieses Geräts",
|
|
2355
2359
|
"availableBackups": "Verfügbare Sicherungen",
|
|
2356
|
-
"
|
|
2360
|
+
"open": "Öffnen",
|
|
2357
2361
|
"pointTools": "Erweiterte Sicherungsaktionen",
|
|
2358
2362
|
"checkHelp": "Prüfen Sie die Struktur schnell oder lesen Sie alle Sicherungsdaten zur Integritätsprüfung.",
|
|
2359
|
-
"policyHelp": "
|
|
2363
|
+
"policyHelp": "Nur die neuesten automatischen Sicherungen bleiben erhalten. Manuelle und dauerhaft aufbewahrte Punkte werden nie automatisch entfernt.",
|
|
2360
2364
|
"preparingRestore": "Sicherung wird geprüft…",
|
|
2361
2365
|
"restoreSource": "Sicherungsquelle: {{source}}",
|
|
2362
2366
|
"restoreKeepsHost": "Die Bibliothek wird ersetzt und lokale Änderungen gehen verloren. Anmeldung und Geräteverbindungen bleiben erhalten.",
|
package/src/catalogs/en.json
CHANGED
|
@@ -29,10 +29,7 @@
|
|
|
29
29
|
"key": "Export recovery key",
|
|
30
30
|
"keyHelp": "Keep this key separately. It is required to recover your backups on a new installation.",
|
|
31
31
|
"retention": "Retention policy",
|
|
32
|
-
"
|
|
33
|
-
"daily": "Daily points",
|
|
34
|
-
"weekly": "Weekly points",
|
|
35
|
-
"monthly": "Monthly points",
|
|
32
|
+
"keepAutomatic": "Automatic backups to keep",
|
|
36
33
|
"previewCleanup": "Preview cleanup",
|
|
37
34
|
"cleanup": "Remove expired points",
|
|
38
35
|
"reclaim": "Also reclaim unused storage",
|
|
@@ -2350,13 +2347,20 @@
|
|
|
2350
2347
|
"firstBackupMissing": "Enabled; no completed backup yet",
|
|
2351
2348
|
"backupCompleted": "Last completed backup: {{time}}",
|
|
2352
2349
|
"locationHelp": "This is where this service saves backups. Use backup sync to keep a copy on another device.",
|
|
2350
|
+
"frequency": "Backup frequency",
|
|
2351
|
+
"frequencyHelp": "Changes are saved automatically at most this often. The first backup still runs right away.",
|
|
2352
|
+
"frequencyHourly": "Hourly",
|
|
2353
|
+
"frequency6Hours": "Every 6 hours",
|
|
2354
|
+
"frequency12Hours": "Every 12 hours",
|
|
2355
|
+
"frequencyDaily": "Daily",
|
|
2356
|
+
"frequencyWeekly": "Weekly",
|
|
2353
2357
|
"saveKey": "Save your recovery key",
|
|
2354
2358
|
"localBackups": "This device's backups",
|
|
2355
2359
|
"availableBackups": "Available backups",
|
|
2356
|
-
"
|
|
2360
|
+
"open": "Open",
|
|
2357
2361
|
"pointTools": "Advanced backup actions",
|
|
2358
2362
|
"checkHelp": "Check repository structure quickly, or read all backup data to verify its integrity.",
|
|
2359
|
-
"policyHelp": "
|
|
2363
|
+
"policyHelp": "Only the newest automatic backups are kept. Manual and pinned recovery points are never removed automatically.",
|
|
2360
2364
|
"preparingRestore": "Checking backup…",
|
|
2361
2365
|
"restoreSource": "Backup source: {{source}}",
|
|
2362
2366
|
"restoreKeepsHost": "This replaces the library and discards local changes. Your login and device connections stay in place.",
|
package/src/catalogs/es.json
CHANGED
|
@@ -29,10 +29,7 @@
|
|
|
29
29
|
"key": "Exportar clave de recuperación",
|
|
30
30
|
"keyHelp": "Guarda esta clave por separado. La necesitarás para recuperar las copias en una instalación nueva.",
|
|
31
31
|
"retention": "Política de conservación",
|
|
32
|
-
"
|
|
33
|
-
"daily": "Puntos diarios",
|
|
34
|
-
"weekly": "Puntos semanales",
|
|
35
|
-
"monthly": "Puntos mensuales",
|
|
32
|
+
"keepAutomatic": "Copias automáticas que se conservan",
|
|
36
33
|
"previewCleanup": "Vista previa de limpieza",
|
|
37
34
|
"cleanup": "Eliminar puntos caducados",
|
|
38
35
|
"reclaim": "Liberar también el espacio sin usar",
|
|
@@ -2350,13 +2347,20 @@
|
|
|
2350
2347
|
"firstBackupMissing": "Activado; aún no hay copias completadas",
|
|
2351
2348
|
"backupCompleted": "Última copia completada: {{time}}",
|
|
2352
2349
|
"locationHelp": "Aquí guarda las copias este servicio. Usa la sincronización para conservar una copia en otro dispositivo.",
|
|
2350
|
+
"frequency": "Frecuencia de copia",
|
|
2351
|
+
"frequencyHelp": "Los cambios se guardan automáticamente como máximo con esta frecuencia. La primera copia se ejecuta de inmediato.",
|
|
2352
|
+
"frequencyHourly": "Cada hora",
|
|
2353
|
+
"frequency6Hours": "Cada 6 horas",
|
|
2354
|
+
"frequency12Hours": "Cada 12 horas",
|
|
2355
|
+
"frequencyDaily": "Diariamente",
|
|
2356
|
+
"frequencyWeekly": "Semanalmente",
|
|
2353
2357
|
"saveKey": "Guarda tu clave de recuperación",
|
|
2354
2358
|
"localBackups": "Copias de este dispositivo",
|
|
2355
2359
|
"availableBackups": "Copias disponibles",
|
|
2356
|
-
"
|
|
2360
|
+
"open": "Abrir",
|
|
2357
2361
|
"pointTools": "Acciones avanzadas de copia",
|
|
2358
2362
|
"checkHelp": "Comprueba rápidamente la estructura o lee todos los datos para verificar su integridad.",
|
|
2359
|
-
"policyHelp": "
|
|
2363
|
+
"policyHelp": "Solo se conservan las copias automáticas más recientes. Los puntos manuales y los marcados como permanentes nunca se eliminan automáticamente.",
|
|
2360
2364
|
"preparingRestore": "Comprobando la copia…",
|
|
2361
2365
|
"restoreSource": "Origen de la copia: {{source}}",
|
|
2362
2366
|
"restoreKeepsHost": "Esto reemplaza la biblioteca y descarta cambios locales. Se conservan el acceso y las conexiones.",
|
package/src/catalogs/ja.json
CHANGED
|
@@ -29,10 +29,7 @@
|
|
|
29
29
|
"key": "復旧キーをエクスポート",
|
|
30
30
|
"keyHelp": "このキーは別の場所に保管してください。新しい環境での復旧に必要です。",
|
|
31
31
|
"retention": "保持ポリシー",
|
|
32
|
-
"
|
|
33
|
-
"daily": "日次ポイント数",
|
|
34
|
-
"weekly": "週次ポイント数",
|
|
35
|
-
"monthly": "月次ポイント数",
|
|
32
|
+
"keepAutomatic": "保持する自動バックアップ数",
|
|
36
33
|
"previewCleanup": "整理内容を確認",
|
|
37
34
|
"cleanup": "期限切れのポイントを削除",
|
|
38
35
|
"reclaim": "未使用の保存領域も解放する",
|
|
@@ -2350,13 +2347,20 @@
|
|
|
2350
2347
|
"firstBackupMissing": "有効ですが、完了したバックアップはまだありません",
|
|
2351
2348
|
"backupCompleted": "最終バックアップ完了:{{time}}",
|
|
2352
2349
|
"locationHelp": "このサービスはここにバックアップを保存します。同期を使うと別の端末にもコピーを保存できます。",
|
|
2350
|
+
"frequency": "バックアップ頻度",
|
|
2351
|
+
"frequencyHelp": "変更は最大でもこの頻度で自動保存されます。初回のバックアップはすぐに実行されます。",
|
|
2352
|
+
"frequencyHourly": "毎時",
|
|
2353
|
+
"frequency6Hours": "6 時間ごと",
|
|
2354
|
+
"frequency12Hours": "12 時間ごと",
|
|
2355
|
+
"frequencyDaily": "毎日",
|
|
2356
|
+
"frequencyWeekly": "毎週",
|
|
2353
2357
|
"saveKey": "復元キーを保存してください",
|
|
2354
2358
|
"localBackups": "この端末のバックアップ",
|
|
2355
2359
|
"availableBackups": "利用可能なバックアップ",
|
|
2356
|
-
"
|
|
2360
|
+
"open": "開く",
|
|
2357
2361
|
"pointTools": "詳細なバックアップ操作",
|
|
2358
2362
|
"checkHelp": "構造をすばやく検証するか、全データを読み込んで整合性を確認します。",
|
|
2359
|
-
"policyHelp": "
|
|
2363
|
+
"policyHelp": "最新の自動バックアップのみを保持します。手動および長期保存の復元ポイントは自動削除されません。",
|
|
2360
2364
|
"preparingRestore": "バックアップを確認中…",
|
|
2361
2365
|
"restoreSource": "バックアップ元:{{source}}",
|
|
2362
2366
|
"restoreKeepsHost": "ライブラリを置き換え、ローカルの変更を破棄します。ログイン情報と端末接続は保持されます。",
|
package/src/catalogs/zh.json
CHANGED
|
@@ -29,10 +29,7 @@
|
|
|
29
29
|
"key": "导出恢复密钥",
|
|
30
30
|
"keyHelp": "请单独保存此密钥。在新安装的服务中恢复备份时需要使用它。",
|
|
31
31
|
"retention": "保留策略",
|
|
32
|
-
"
|
|
33
|
-
"daily": "每日恢复点",
|
|
34
|
-
"weekly": "每周恢复点",
|
|
35
|
-
"monthly": "每月恢复点",
|
|
32
|
+
"keepAutomatic": "保留的自动备份数量",
|
|
36
33
|
"previewCleanup": "预览清理",
|
|
37
34
|
"cleanup": "删除过期恢复点",
|
|
38
35
|
"reclaim": "同时回收未使用的存储空间",
|
|
@@ -2350,13 +2347,20 @@
|
|
|
2350
2347
|
"firstBackupMissing": "已启用,尚无已完成的备份",
|
|
2351
2348
|
"backupCompleted": "最近成功备份:{{time}}",
|
|
2352
2349
|
"locationHelp": "这是本服务保存备份的位置。通过备份同步,可以在另一台设备上保留副本。",
|
|
2350
|
+
"frequency": "备份频率",
|
|
2351
|
+
"frequencyHelp": "最多按此频率自动保存变更;首次备份仍会立即执行。",
|
|
2352
|
+
"frequencyHourly": "每小时",
|
|
2353
|
+
"frequency6Hours": "每 6 小时",
|
|
2354
|
+
"frequency12Hours": "每 12 小时",
|
|
2355
|
+
"frequencyDaily": "每天",
|
|
2356
|
+
"frequencyWeekly": "每周",
|
|
2353
2357
|
"saveKey": "请保存恢复密钥",
|
|
2354
2358
|
"localBackups": "本机备份",
|
|
2355
2359
|
"availableBackups": "可用备份",
|
|
2356
|
-
"
|
|
2360
|
+
"open": "打开",
|
|
2357
2361
|
"pointTools": "高级备份操作",
|
|
2358
2362
|
"checkHelp": "检查仓库结构通常较快;校验全部数据会读取整个备份,以确认内容完整。",
|
|
2359
|
-
"policyHelp": "
|
|
2363
|
+
"policyHelp": "只保留最近的自动备份;手动备份和长期保留的恢复点不会被自动删除。",
|
|
2360
2364
|
"preparingRestore": "正在检查备份…",
|
|
2361
2365
|
"restoreSource": "备份来源:{{source}}",
|
|
2362
2366
|
"restoreKeepsHost": "这会覆盖存储库并丢弃本地修改,登录凭据和设备连接会保留。",
|