@hoardodile/i18n 0.2.1 → 0.2.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hoardodile/i18n",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
4
  "license": "MIT",
5
5
  "description": "Shared i18n catalogs and helpers for the hoardodile host surfaces and plugin SDK.",
6
6
  "keywords": [
@@ -149,6 +149,8 @@
149
149
  "first": "Erste",
150
150
  "last": "Letzte",
151
151
  "jumpToPage": "Seite",
152
+ "noDescription": "Keine Beschreibung",
153
+ "noName": "Kein Name",
152
154
  "go": "Los",
153
155
  "goTo": "Gehe zu",
154
156
  "unknownError": "Unbekannter Fehler",
@@ -156,6 +158,7 @@
156
158
  "loadFailed": "Laden fehlgeschlagen",
157
159
  "show": "Anzeigen",
158
160
  "hide": "Ausblenden",
161
+ "view": "Ansehen",
159
162
  "selected": "Ausgewählt",
160
163
  "available": "Verfügbar",
161
164
  "allSelected": "Alle ausgewählt",
@@ -398,7 +401,7 @@
398
401
  "password": {
399
402
  "title": "Passwort",
400
403
  "description": "Das Admin-Passwort für die Anmeldung an diesem Host.",
401
- "changeButton": "Passwort ändern",
404
+ "changeButton": "Ändern",
402
405
  "dialogTitle": "Passwort ändern",
403
406
  "currentPassword": "Aktuelles Passwort",
404
407
  "newPassword": "Neues Passwort",
@@ -479,8 +482,8 @@
479
482
  "sourceExplicit": "Benutzer-Proxy (explizit)",
480
483
  "bypassCount_one": "{{count}} Host umgeht den Proxy",
481
484
  "bypassCount_other": "{{count}} Hosts umgehen den Proxy",
482
- "test": "GitHub-Verbindung testen",
483
- "testing": "GitHub-Verbindung wird getestet…",
485
+ "test": "Testen",
486
+ "testing": "Wird getestet…",
484
487
  "testSuccess": "GitHub erreichbar (HTTP {{status}})",
485
488
  "testFailed": "GitHub nicht erreichbar: {{message}}",
486
489
  "testHint": "Prüfe die Proxy-Einstellungen (HOARDODILE_PROXY / System-Proxy / Proxy-Umgebungsvariablen).",
@@ -746,6 +749,8 @@
746
749
  "refreshConfirmDescription": "Dabei wird das neueste Release jedes Plugins über die GitHub-API abgefragt (ohne Token: 60 Anfragen/Stunde). Häufiges Aktualisieren kann dieses Limit erreichen; danach wird bis zum Reset die zwischengespeicherte Release-Info angezeigt.",
747
750
  "refreshed": "Marktplatz aktualisiert",
748
751
  "refreshFailed": "Marktplatz-Aktualisierung fehlgeschlagen",
752
+ "detailRefresh": "Release-Infos aktualisieren",
753
+ "refreshRateLimited": "GitHub-Limit erreicht — es wird weiterhin die zwischengespeicherte Release-Info angezeigt",
749
754
  "emptyHint": "Das Registry enthält noch keine Plugins. Füge Repository-Adressen zu registry.json hinzu und aktualisiere.",
750
755
  "install": "Installieren",
751
756
  "update": "Aktualisieren",
@@ -971,7 +976,8 @@
971
976
  "archiving": "Archivieren…",
972
977
  "edit": "Bearbeiten",
973
978
  "switchToVersion": "Zu dieser Version wechseln",
974
- "switching": "Wechseln…"
979
+ "switching": "Wechseln…",
980
+ "moreActions": "Archiv-Aktionen"
975
981
  },
976
982
  "edit": {
977
983
  "title": "Archiv bearbeiten",
@@ -1050,6 +1056,19 @@
1050
1056
  "confirm": "Du hast ungespeicherte Änderungen in diesem Dokument. Trotzdem verlassen?"
1051
1057
  },
1052
1058
  "moreActions": "Weitere Aktionen",
1059
+ "find": {
1060
+ "placeholder": "Im Dokument suchen",
1061
+ "replacePlaceholder": "Ersetzen durch",
1062
+ "matchCase": "Groß-/Kleinschreibung beachten",
1063
+ "toggleReplace": "Ersetzen ein-/ausblenden",
1064
+ "previous": "Vorheriger Treffer",
1065
+ "next": "Nächster Treffer",
1066
+ "counter": "{{current}} / {{total}}",
1067
+ "noResults": "Keine Treffer",
1068
+ "replace": "Ersetzen",
1069
+ "replaceAll": "Alle ersetzen",
1070
+ "close": "Schließen"
1071
+ },
1053
1072
  "zoom": {
1054
1073
  "label": "Textzoom",
1055
1074
  "smaller": "Verkleinern",
@@ -1171,6 +1190,11 @@
1171
1190
  "hardDeleteConfirm": "Endgültig löschen",
1172
1191
  "hardDeleting": "Löschen…"
1173
1192
  },
1193
+ "renameDialog": {
1194
+ "folderTitle": "Ordner umbenennen",
1195
+ "documentTitle": "Dokument umbenennen",
1196
+ "nameLabel": "Name"
1197
+ },
1174
1198
  "softDeleteDialog": {
1175
1199
  "title": "In den Papierkorb verschieben?",
1176
1200
  "description": "Das Element wird im Baum ausgeblendet und kann später aus dem Papierkorb wiederhergestellt werden.",
@@ -2346,7 +2370,7 @@
2346
2370
  "backupRunning": "Sicherung läuft…",
2347
2371
  "firstBackupMissing": "Aktiviert; noch keine fertige Sicherung",
2348
2372
  "backupCompleted": "Letzte fertige Sicherung: {{time}}",
2349
- "locationHelp": "Hier speichert dieser Dienst Sicherungen. Nutzen Sie die Synchronisierung für eine Kopie auf einem anderen Gerät.",
2373
+ "locationHelp": "Hier speichert dieser Dienst Sicherungen.",
2350
2374
  "frequency": "Sicherungshäufigkeit",
2351
2375
  "frequencyHelp": "Änderungen werden höchstens in diesem Abstand automatisch gesichert. Die erste Sicherung läuft sofort.",
2352
2376
  "frequencyHourly": "Stündlich",
@@ -2375,7 +2399,11 @@
2375
2399
  "errorPairing": "Die Verbindung ist nicht mehr autorisiert. Erstellen Sie beim Sender eine neue Einladung.",
2376
2400
  "errorNetwork": "Die Verbindung konnte nicht abgeschlossen werden. Prüfen Sie, ob der Sender läuft und erreichbar ist, und versuchen Sie es erneut.",
2377
2401
  "errorIncomplete": "Einige Dateien konnten nicht gesichert werden. Prüfen Sie den Dateizugriff und wiederholen Sie die Sicherung.",
2378
- "jobsHelp": "Zuletzt ausgeführte Sicherungen, Wiederherstellungen und Synchronisierungen – praktisch, um fehlgeschlagene Vorgänge zu erkennen und zu wiederholen."
2402
+ "jobsHelp": "Zuletzt ausgeführte Sicherungen, Wiederherstellungen und Synchronisierungen – praktisch, um fehlgeschlagene Vorgänge zu erkennen und zu wiederholen.",
2403
+ "recentOperationsCount_one": "{{count}} Vorgang",
2404
+ "recentOperationsCount_other": "{{count}} Vorgänge",
2405
+ "pointsCount_one": "{{count}} Sicherung",
2406
+ "pointsCount_other": "{{count}} Sicherungen"
2379
2407
  },
2380
2408
  "replicationUx": {
2381
2409
  "unconfigured": "Verwendung dieses Geräts wählen",
@@ -2409,8 +2437,8 @@
2409
2437
  "neverBackedUpSub": "Noch kein abgeschlossenes Backup. Erstellen Sie das erste, um Ihre Bibliothek zu schützen.",
2410
2438
  "backupNow": "Jetzt sichern",
2411
2439
  "turnOnAutomatic": "Automatische Sicherung aktivieren",
2412
- "syncUnconfiguredTitle": "Fügen Sie ein synchronisiertes Gerät hinzu, um eine Kopie woanders aufzubewahren.",
2413
- "syncUnconfiguredSub": "Ein anderes Gerät oder Laufwerk kann eine Kopie Ihrer Backups halten, sodass ein einzelner Fehler nicht alles verlieren lässt.",
2440
+ "syncUnconfiguredTitle": "Bisher hält nur dieses Gerät eine Kopie.",
2441
+ "syncUnconfiguredSub": "Paaren Sie in der Backup-Synchronisierung ein weiteres Gerät oder Laufwerk, um eine Kopie an einem anderen Ort zu behalten.",
2414
2442
  "syncUnconfiguredAction": "Backup-Synchronisierung einrichten",
2415
2443
  "syncDueTitle": "Ein synchronisiertes Gerät wurde nicht aktualisiert.",
2416
2444
  "syncDueSub": "Eines Ihrer synchronisierten Geräte hat schon länger kein Backup erhalten.",
@@ -149,6 +149,8 @@
149
149
  "first": "First",
150
150
  "last": "Last",
151
151
  "jumpToPage": "Page",
152
+ "noDescription": "No description",
153
+ "noName": "No name",
152
154
  "go": "Go",
153
155
  "goTo": "Go to",
154
156
  "unknownError": "Unknown error",
@@ -156,6 +158,7 @@
156
158
  "loadFailed": "Failed to load",
157
159
  "show": "Show",
158
160
  "hide": "Hide",
161
+ "view": "View",
159
162
  "selected": "Selected",
160
163
  "available": "Available",
161
164
  "allSelected": "All selected",
@@ -398,7 +401,7 @@
398
401
  "password": {
399
402
  "title": "Password",
400
403
  "description": "The admin password used to sign in to this host.",
401
- "changeButton": "Change password",
404
+ "changeButton": "Change",
402
405
  "dialogTitle": "Change password",
403
406
  "currentPassword": "Current password",
404
407
  "newPassword": "New password",
@@ -479,8 +482,8 @@
479
482
  "sourceExplicit": "User proxy (explicit)",
480
483
  "bypassCount_one": "{{count}} host bypasses the proxy",
481
484
  "bypassCount_other": "{{count}} hosts bypass the proxy",
482
- "test": "Test GitHub connection",
483
- "testing": "Testing GitHub connection…",
485
+ "test": "Test",
486
+ "testing": "Testing…",
484
487
  "testSuccess": "GitHub is reachable (HTTP {{status}})",
485
488
  "testFailed": "GitHub is not reachable: {{message}}",
486
489
  "testHint": "Check your proxy settings (HOARDODILE_PROXY / system proxy / proxy env vars).",
@@ -746,6 +749,8 @@
746
749
  "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.",
747
750
  "refreshed": "Marketplace refreshed",
748
751
  "refreshFailed": "Marketplace refresh failed",
752
+ "detailRefresh": "Refresh release info",
753
+ "refreshRateLimited": "GitHub rate limit hit — still showing the cached release",
749
754
  "emptyHint": "The registry lists no plugins yet. Add repository addresses to registry.json and refresh.",
750
755
  "install": "Install",
751
756
  "update": "Update",
@@ -971,7 +976,8 @@
971
976
  "archiving": "Archiving…",
972
977
  "edit": "Edit",
973
978
  "switchToVersion": "Switch to this version",
974
- "switching": "Switching…"
979
+ "switching": "Switching…",
980
+ "moreActions": "Archive actions"
975
981
  },
976
982
  "edit": {
977
983
  "title": "Edit archive",
@@ -1050,6 +1056,19 @@
1050
1056
  "confirm": "You have unsaved changes in this document. Leave anyway?"
1051
1057
  },
1052
1058
  "moreActions": "More actions",
1059
+ "find": {
1060
+ "placeholder": "Find in document",
1061
+ "replacePlaceholder": "Replace with",
1062
+ "matchCase": "Match case",
1063
+ "toggleReplace": "Toggle replace",
1064
+ "previous": "Previous match",
1065
+ "next": "Next match",
1066
+ "counter": "{{current}} / {{total}}",
1067
+ "noResults": "No matches",
1068
+ "replace": "Replace",
1069
+ "replaceAll": "Replace all",
1070
+ "close": "Close"
1071
+ },
1053
1072
  "zoom": {
1054
1073
  "label": "Text zoom",
1055
1074
  "smaller": "Zoom out",
@@ -1171,6 +1190,11 @@
1171
1190
  "hardDeleteConfirm": "Delete forever",
1172
1191
  "hardDeleting": "Deleting…"
1173
1192
  },
1193
+ "renameDialog": {
1194
+ "folderTitle": "Rename folder",
1195
+ "documentTitle": "Rename document",
1196
+ "nameLabel": "Name"
1197
+ },
1174
1198
  "softDeleteDialog": {
1175
1199
  "title": "Move to recycle bin?",
1176
1200
  "description": "The item will be hidden from the tree and can be restored later from the recycle bin.",
@@ -2346,7 +2370,7 @@
2346
2370
  "backupRunning": "Backup in progress…",
2347
2371
  "firstBackupMissing": "Enabled; no completed backup yet",
2348
2372
  "backupCompleted": "Last completed backup: {{time}}",
2349
- "locationHelp": "This is where this service saves backups. Use backup sync to keep a copy on another device.",
2373
+ "locationHelp": "This is where this service saves backups.",
2350
2374
  "frequency": "Backup frequency",
2351
2375
  "frequencyHelp": "Changes are saved automatically at most this often. The first backup still runs right away.",
2352
2376
  "frequencyHourly": "Hourly",
@@ -2375,7 +2399,11 @@
2375
2399
  "errorPairing": "The connection is no longer authorized. Create a new pairing invitation on the sender.",
2376
2400
  "errorNetwork": "Could not complete the connection. Check that the sender is running and reachable, then retry.",
2377
2401
  "errorIncomplete": "Some files could not be backed up. Check file access and retry before relying on this backup.",
2378
- "jobsHelp": "Backups, restores and syncs you've run recently — handy for spotting and retrying a failed job."
2402
+ "jobsHelp": "Backups, restores and syncs you've run recently — handy for spotting and retrying a failed job.",
2403
+ "recentOperationsCount_one": "{{count}} operation",
2404
+ "recentOperationsCount_other": "{{count}} operations",
2405
+ "pointsCount_one": "{{count}} backup",
2406
+ "pointsCount_other": "{{count}} backups"
2379
2407
  },
2380
2408
  "replicationUx": {
2381
2409
  "unconfigured": "Choose how to use this device",
@@ -2409,8 +2437,8 @@
2409
2437
  "neverBackedUpSub": "No completed backup yet. Create the first one to start protecting your library.",
2410
2438
  "backupNow": "Back up now",
2411
2439
  "turnOnAutomatic": "Turn on automatic backups",
2412
- "syncUnconfiguredTitle": "Add a synced device to keep a copy elsewhere.",
2413
- "syncUnconfiguredSub": "Another device or drive can hold a copy of your backups, so one failure cannot lose everything.",
2440
+ "syncUnconfiguredTitle": "Only this device holds a copy so far.",
2441
+ "syncUnconfiguredSub": "Pair another device or drive in backup sync to keep an offsite copy.",
2414
2442
  "syncUnconfiguredAction": "Set up backup sync",
2415
2443
  "syncDueTitle": "A synced device hasn't been updated.",
2416
2444
  "syncDueSub": "One of your synced devices hasn't received a backup in a while.",
@@ -149,6 +149,8 @@
149
149
  "first": "Primera",
150
150
  "last": "Última",
151
151
  "jumpToPage": "Página",
152
+ "noDescription": "Sin descripción",
153
+ "noName": "Sin nombre",
152
154
  "go": "Ir",
153
155
  "goTo": "Ir a",
154
156
  "unknownError": "Error desconocido",
@@ -156,6 +158,7 @@
156
158
  "loadFailed": "No se pudo cargar",
157
159
  "show": "Mostrar",
158
160
  "hide": "Ocultar",
161
+ "view": "Ver",
159
162
  "selected": "Seleccionado",
160
163
  "available": "Disponible",
161
164
  "allSelected": "Todo seleccionado",
@@ -398,7 +401,7 @@
398
401
  "password": {
399
402
  "title": "Contraseña",
400
403
  "description": "La contraseña de administrador que se usa para iniciar sesión en este host.",
401
- "changeButton": "Cambiar contraseña",
404
+ "changeButton": "Cambiar",
402
405
  "dialogTitle": "Cambiar contraseña",
403
406
  "currentPassword": "Contraseña actual",
404
407
  "newPassword": "Nueva contraseña",
@@ -479,8 +482,8 @@
479
482
  "sourceExplicit": "Proxy de usuario (explícito)",
480
483
  "bypassCount_one": "{{count}} host evita el proxy",
481
484
  "bypassCount_other": "{{count}} hosts evitan el proxy",
482
- "test": "Probar conexión con GitHub",
483
- "testing": "Probando conexión con GitHub…",
485
+ "test": "Probar",
486
+ "testing": "Probando…",
484
487
  "testSuccess": "GitHub accesible (HTTP {{status}})",
485
488
  "testFailed": "GitHub inaccesible: {{message}}",
486
489
  "testHint": "Revisa la configuración del proxy (HOARDODILE_PROXY / proxy del sistema / variables de entorno).",
@@ -746,6 +749,8 @@
746
749
  "refreshConfirmDescription": "Se volverá a consultar el último lanzamiento de cada plugin en la API de GitHub, limitada a 60 peticiones por hora sin token. Actualizar con frecuencia puede agotar ese límite; después se mostrará la información de lanzamiento en caché hasta que se restablezca.",
747
750
  "refreshed": "Mercado actualizado",
748
751
  "refreshFailed": "Error al actualizar el mercado",
752
+ "detailRefresh": "Actualizar la información del lanzamiento",
753
+ "refreshRateLimited": "Límite de GitHub alcanzado — se sigue mostrando el lanzamiento en caché",
749
754
  "emptyHint": "El registro no incluye plugins todavía. Añade direcciones a registry.json y actualiza.",
750
755
  "install": "Instalar",
751
756
  "update": "Actualizar",
@@ -971,7 +976,8 @@
971
976
  "archiving": "Archivando…",
972
977
  "edit": "Editar",
973
978
  "switchToVersion": "Cambiar a esta versión",
974
- "switching": "Cambiando…"
979
+ "switching": "Cambiando…",
980
+ "moreActions": "Acciones del archivo"
975
981
  },
976
982
  "edit": {
977
983
  "title": "Editar archivo",
@@ -1050,6 +1056,19 @@
1050
1056
  "confirm": "Tienes cambios sin guardar en este documento. ¿Salir de todos modos?"
1051
1057
  },
1052
1058
  "moreActions": "Más acciones",
1059
+ "find": {
1060
+ "placeholder": "Buscar en el documento",
1061
+ "replacePlaceholder": "Reemplazar por",
1062
+ "matchCase": "Distinguir mayúsculas",
1063
+ "toggleReplace": "Mostrar u ocultar reemplazo",
1064
+ "previous": "Coincidencia anterior",
1065
+ "next": "Coincidencia siguiente",
1066
+ "counter": "{{current}} / {{total}}",
1067
+ "noResults": "Sin coincidencias",
1068
+ "replace": "Reemplazar",
1069
+ "replaceAll": "Reemplazar todo",
1070
+ "close": "Cerrar"
1071
+ },
1053
1072
  "zoom": {
1054
1073
  "label": "Zoom del texto",
1055
1074
  "smaller": "Alejar",
@@ -1171,6 +1190,11 @@
1171
1190
  "hardDeleteConfirm": "Eliminar para siempre",
1172
1191
  "hardDeleting": "Eliminando…"
1173
1192
  },
1193
+ "renameDialog": {
1194
+ "folderTitle": "Renombrar carpeta",
1195
+ "documentTitle": "Renombrar documento",
1196
+ "nameLabel": "Nombre"
1197
+ },
1174
1198
  "softDeleteDialog": {
1175
1199
  "title": "¿Mover a la papelera?",
1176
1200
  "description": "El elemento se ocultará del árbol y se podrá restaurar más tarde desde la papelera.",
@@ -2346,7 +2370,7 @@
2346
2370
  "backupRunning": "Copia en curso…",
2347
2371
  "firstBackupMissing": "Activado; aún no hay copias completadas",
2348
2372
  "backupCompleted": "Última copia completada: {{time}}",
2349
- "locationHelp": "Aquí guarda las copias este servicio. Usa la sincronización para conservar una copia en otro dispositivo.",
2373
+ "locationHelp": "Aquí guarda las copias este servicio.",
2350
2374
  "frequency": "Frecuencia de copia",
2351
2375
  "frequencyHelp": "Los cambios se guardan automáticamente como máximo con esta frecuencia. La primera copia se ejecuta de inmediato.",
2352
2376
  "frequencyHourly": "Cada hora",
@@ -2375,7 +2399,11 @@
2375
2399
  "errorPairing": "La conexión ya no está autorizada. Crea una nueva invitación en el emisor.",
2376
2400
  "errorNetwork": "No se pudo completar la conexión. Comprueba que el emisor esté activo y accesible y vuelve a intentarlo.",
2377
2401
  "errorIncomplete": "No se pudieron copiar algunos archivos. Comprueba el acceso y repite la copia antes de confiar en ella.",
2378
- "jobsHelp": "Copias, restauraciones y sincronizaciones recientes; útil para detectar un trabajo con errores y reintentarlo."
2402
+ "jobsHelp": "Copias, restauraciones y sincronizaciones recientes; útil para detectar un trabajo con errores y reintentarlo.",
2403
+ "recentOperationsCount_one": "{{count}} operación",
2404
+ "recentOperationsCount_other": "{{count}} operaciones",
2405
+ "pointsCount_one": "{{count}} copia",
2406
+ "pointsCount_other": "{{count}} copias"
2379
2407
  },
2380
2408
  "replicationUx": {
2381
2409
  "unconfigured": "Elegir el uso de este dispositivo",
@@ -2409,8 +2437,8 @@
2409
2437
  "neverBackedUpSub": "Aún no hay ninguna copia completada. Crea la primera para empezar a proteger tu biblioteca.",
2410
2438
  "backupNow": "Copia ahora",
2411
2439
  "turnOnAutomatic": "Activar copias automáticas",
2412
- "syncUnconfiguredTitle": "Añade un dispositivo sincronizado para guardar una copia en otro lugar.",
2413
- "syncUnconfiguredSub": "Otro dispositivo o unidad puede guardar una copia de tus copias, para que un solo fallo no lo pierda todo.",
2440
+ "syncUnconfiguredTitle": "Por ahora solo este dispositivo guarda una copia.",
2441
+ "syncUnconfiguredSub": "Empareja otro dispositivo o unidad en la sincronización de copias para conservar una copia en otro lugar.",
2414
2442
  "syncUnconfiguredAction": "Configurar la sincronización de copias",
2415
2443
  "syncDueTitle": "Un dispositivo sincronizado no se ha actualizado.",
2416
2444
  "syncDueSub": "Uno de tus dispositivos sincronizados lleva tiempo sin recibir una copia.",
@@ -149,6 +149,8 @@
149
149
  "first": "最初",
150
150
  "last": "最後",
151
151
  "jumpToPage": "ページ",
152
+ "noDescription": "説明はありません",
153
+ "noName": "名前はありません",
152
154
  "go": "移動",
153
155
  "goTo": "移動先",
154
156
  "unknownError": "不明なエラー",
@@ -156,6 +158,7 @@
156
158
  "loadFailed": "読み込みに失敗しました",
157
159
  "show": "表示",
158
160
  "hide": "非表示",
161
+ "view": "表示",
159
162
  "selected": "選択中",
160
163
  "available": "利用可能",
161
164
  "allSelected": "すべて選択済み",
@@ -398,7 +401,7 @@
398
401
  "password": {
399
402
  "title": "パスワード",
400
403
  "description": "このホストにサインインするための管理者パスワード。",
401
- "changeButton": "パスワード変更",
404
+ "changeButton": "変更",
402
405
  "dialogTitle": "パスワード変更",
403
406
  "currentPassword": "現在のパスワード",
404
407
  "newPassword": "新しいパスワード",
@@ -479,8 +482,8 @@
479
482
  "sourceExplicit": "ユーザープロキシ(明示)",
480
483
  "bypassCount_one": "{{count}} ホストがプロキシをバイパス",
481
484
  "bypassCount_other": "{{count}} ホストがプロキシをバイパス",
482
- "test": "GitHub 接続をテスト",
483
- "testing": "GitHub 接続をテスト中…",
485
+ "test": "テスト",
486
+ "testing": "テスト中…",
484
487
  "testSuccess": "GitHub に到達できました(HTTP {{status}})",
485
488
  "testFailed": "GitHub に到達できません:{{message}}",
486
489
  "testHint": "プロキシ設定を確認してください(HOARDODILE_PROXY / システムプロキシ / プロキシ環境変数)。",
@@ -746,6 +749,8 @@
746
749
  "refreshConfirmDescription": "各プラグインの最新リリースを GitHub API で再取得します(トークンなしでは毎時60回まで)。頻繁に更新すると上限に達する可能性があり、その間はキャッシュされたリリース情報を表示します。",
747
750
  "refreshed": "マーケットを更新しました",
748
751
  "refreshFailed": "マーケットの更新に失敗しました",
752
+ "detailRefresh": "リリース情報を更新",
753
+ "refreshRateLimited": "GitHub のレート制限に達したため、キャッシュされたリリース情報を表示しています",
749
754
  "emptyHint": "レジストリにプラグインがまだありません。registry.json にリポジトリを追加して更新してください。",
750
755
  "install": "インストール",
751
756
  "update": "更新",
@@ -971,7 +976,8 @@
971
976
  "archiving": "アーカイブ中…",
972
977
  "edit": "編集",
973
978
  "switchToVersion": "このバージョンに切り替え",
974
- "switching": "切り替え中…"
979
+ "switching": "切り替え中…",
980
+ "moreActions": "アーカイブの操作"
975
981
  },
976
982
  "edit": {
977
983
  "title": "アーカイブを編集",
@@ -1050,6 +1056,19 @@
1050
1056
  "confirm": "このドキュメントには未保存の変更があります。それでも離れますか?"
1051
1057
  },
1052
1058
  "moreActions": "その他の操作",
1059
+ "find": {
1060
+ "placeholder": "ドキュメント内を検索",
1061
+ "replacePlaceholder": "置換後の文字列",
1062
+ "matchCase": "大文字と小文字を区別",
1063
+ "toggleReplace": "置換の表示を切り替え",
1064
+ "previous": "前の一致",
1065
+ "next": "次の一致",
1066
+ "counter": "{{current}} / {{total}}",
1067
+ "noResults": "一致なし",
1068
+ "replace": "置換",
1069
+ "replaceAll": "すべて置換",
1070
+ "close": "閉じる"
1071
+ },
1053
1072
  "zoom": {
1054
1073
  "label": "文字の拡大率",
1055
1074
  "smaller": "縮小",
@@ -1171,6 +1190,11 @@
1171
1190
  "hardDeleteConfirm": "完全に削除",
1172
1191
  "hardDeleting": "削除中…"
1173
1192
  },
1193
+ "renameDialog": {
1194
+ "folderTitle": "フォルダー名を変更",
1195
+ "documentTitle": "ドキュメント名を変更",
1196
+ "nameLabel": "名前"
1197
+ },
1174
1198
  "softDeleteDialog": {
1175
1199
  "title": "ごみ箱に移動しますか?",
1176
1200
  "description": "項目はツリーから非表示になり、後でごみ箱から復元できます。",
@@ -2346,7 +2370,7 @@
2346
2370
  "backupRunning": "バックアップ中…",
2347
2371
  "firstBackupMissing": "有効ですが、完了したバックアップはまだありません",
2348
2372
  "backupCompleted": "最終バックアップ完了:{{time}}",
2349
- "locationHelp": "このサービスはここにバックアップを保存します。同期を使うと別の端末にもコピーを保存できます。",
2373
+ "locationHelp": "このサービスはここにバックアップを保存します。",
2350
2374
  "frequency": "バックアップ頻度",
2351
2375
  "frequencyHelp": "変更は最大でもこの頻度で自動保存されます。初回のバックアップはすぐに実行されます。",
2352
2376
  "frequencyHourly": "毎時",
@@ -2375,7 +2399,11 @@
2375
2399
  "errorPairing": "接続の認証が無効です。送信元で新しいペアリングの招待を作成してください。",
2376
2400
  "errorNetwork": "接続を完了できません。送信元の起動とネットワークを確認して再試行してください。",
2377
2401
  "errorIncomplete": "一部のファイルを保存できませんでした。読み取り権限を確認し、完全なバックアップを作成し直してください。",
2378
- "jobsHelp": "最近行ったバックアップ、復元、同期の処理。失敗した処理の確認や再試行に便利です。"
2402
+ "jobsHelp": "最近行ったバックアップ、復元、同期の処理。失敗した処理の確認や再試行に便利です。",
2403
+ "recentOperationsCount_one": "{{count}} 件の処理",
2404
+ "recentOperationsCount_other": "{{count}} 件の処理",
2405
+ "pointsCount_one": "{{count}} 件のバックアップ",
2406
+ "pointsCount_other": "{{count}} 件のバックアップ"
2379
2407
  },
2380
2408
  "replicationUx": {
2381
2409
  "unconfigured": "この端末の用途を選択",
@@ -2409,8 +2437,8 @@
2409
2437
  "neverBackedUpSub": "完了したバックアップはまだありません。最初の1回を作成して保護を始めてください。",
2410
2438
  "backupNow": "今すぐバックアップ",
2411
2439
  "turnOnAutomatic": "自動バックアップをオン",
2412
- "syncUnconfiguredTitle": "別の場所にもコピーを残すため、同期端末を追加してください。",
2413
- "syncUnconfiguredSub": "別の端末やドライブにバックアップのコピーを残し、単一の障害で全てを失わないようにします。",
2440
+ "syncUnconfiguredTitle": "現時点でコピーを保持しているのはこの端末だけです。",
2441
+ "syncUnconfiguredSub": "バックアップ同期で別の端末やドライブをペアリングすると、別の場所にもコピーを残せます。",
2414
2442
  "syncUnconfiguredAction": "バックアップ同期を設定",
2415
2443
  "syncDueTitle": "同期端末が更新されていません。",
2416
2444
  "syncDueSub": "同期端末のいずれかがしばらくバックアップを受信していません。",
@@ -149,6 +149,8 @@
149
149
  "first": "首页",
150
150
  "last": "末页",
151
151
  "jumpToPage": "页",
152
+ "noDescription": "暂无描述",
153
+ "noName": "暂无名称",
152
154
  "go": "跳转",
153
155
  "goTo": "跳至",
154
156
  "unknownError": "未知错误",
@@ -156,6 +158,7 @@
156
158
  "loadFailed": "加载失败",
157
159
  "show": "显示",
158
160
  "hide": "隐藏",
161
+ "view": "查看",
159
162
  "selected": "已选",
160
163
  "available": "可选",
161
164
  "allSelected": "全部选中",
@@ -398,7 +401,7 @@
398
401
  "password": {
399
402
  "title": "密码",
400
403
  "description": "登录此实例所用的管理员密码。",
401
- "changeButton": "修改密码",
404
+ "changeButton": "修改",
402
405
  "dialogTitle": "修改密码",
403
406
  "currentPassword": "当前密码",
404
407
  "newPassword": "新密码",
@@ -479,8 +482,8 @@
479
482
  "sourceExplicit": "用户代理(显式配置)",
480
483
  "bypassCount_one": "{{count}} 个主机绕过代理",
481
484
  "bypassCount_other": "{{count}} 个主机绕过代理",
482
- "test": "测试 GitHub 连接",
483
- "testing": "正在测试 GitHub 连接…",
485
+ "test": "测试",
486
+ "testing": "正在测试…",
484
487
  "testSuccess": "GitHub 可访问(HTTP {{status}})",
485
488
  "testFailed": "GitHub 不可访问:{{message}}",
486
489
  "testHint": "请检查代理设置(HOARDODILE_PROXY / 系统代理 / 代理环境变量)。",
@@ -746,6 +749,8 @@
746
749
  "refreshConfirmDescription": "该操作会通过 GitHub API 重新查询每个插件的最新发布(未认证限额为每小时 60 次)。频繁刷新可能触发限流;限流期间将回退展示缓存的发布信息,直至配额恢复。",
747
750
  "refreshed": "插件市场已刷新",
748
751
  "refreshFailed": "插件市场刷新失败",
752
+ "detailRefresh": "刷新发布信息",
753
+ "refreshRateLimited": "触发 GitHub 限额,仍显示缓存的发布信息",
749
754
  "emptyHint": "注册表还没有收录任何插件。在 registry.json 中添加仓库地址后刷新即可。",
750
755
  "install": "安装",
751
756
  "update": "更新",
@@ -971,7 +976,8 @@
971
976
  "archiving": "归档中…",
972
977
  "edit": "修改",
973
978
  "switchToVersion": "切换查看此版本",
974
- "switching": "切换中…"
979
+ "switching": "切换中…",
980
+ "moreActions": "归档操作"
975
981
  },
976
982
  "edit": {
977
983
  "title": "编辑归档",
@@ -1050,6 +1056,19 @@
1050
1056
  "confirm": "当前文档有未保存的修改,确定要离开吗?"
1051
1057
  },
1052
1058
  "moreActions": "更多操作",
1059
+ "find": {
1060
+ "placeholder": "在文档中查找",
1061
+ "replacePlaceholder": "替换为",
1062
+ "matchCase": "区分大小写",
1063
+ "toggleReplace": "切换替换",
1064
+ "previous": "上一个匹配",
1065
+ "next": "下一个匹配",
1066
+ "counter": "{{current}} / {{total}}",
1067
+ "noResults": "无匹配项",
1068
+ "replace": "替换",
1069
+ "replaceAll": "全部替换",
1070
+ "close": "关闭"
1071
+ },
1053
1072
  "zoom": {
1054
1073
  "label": "文本缩放",
1055
1074
  "smaller": "缩小",
@@ -1171,6 +1190,11 @@
1171
1190
  "hardDeleteConfirm": "永久删除",
1172
1191
  "hardDeleting": "正在删除…"
1173
1192
  },
1193
+ "renameDialog": {
1194
+ "folderTitle": "重命名文件夹",
1195
+ "documentTitle": "重命名文档",
1196
+ "nameLabel": "名称"
1197
+ },
1174
1198
  "softDeleteDialog": {
1175
1199
  "title": "移入回收站?",
1176
1200
  "description": "该项目将从文档树中移除,可在回收站中还原。",
@@ -2346,7 +2370,7 @@
2346
2370
  "backupRunning": "正在备份…",
2347
2371
  "firstBackupMissing": "已启用,尚无已完成的备份",
2348
2372
  "backupCompleted": "最近成功备份:{{time}}",
2349
- "locationHelp": "这是本服务保存备份的位置。通过备份同步,可以在另一台设备上保留副本。",
2373
+ "locationHelp": "这是本服务保存备份的位置。",
2350
2374
  "frequency": "备份频率",
2351
2375
  "frequencyHelp": "最多按此频率自动保存变更;首次备份仍会立即执行。",
2352
2376
  "frequencyHourly": "每小时",
@@ -2375,7 +2399,11 @@
2375
2399
  "errorPairing": "连接授权已失效,请在发送端创建新的配对邀请。",
2376
2400
  "errorNetwork": "连接未完成。请确认发送端正在运行且网络可达,然后重试。",
2377
2401
  "errorIncomplete": "部分文件未能备份,请检查文件读取权限并重试;本次备份尚未完整完成。",
2378
- "jobsHelp": "最近做过的备份、还原与同步——便于发现失败的任务并重试。"
2402
+ "jobsHelp": "最近做过的备份、还原与同步——便于发现失败的任务并重试。",
2403
+ "recentOperationsCount_one": "{{count}} 个操作",
2404
+ "recentOperationsCount_other": "{{count}} 个操作",
2405
+ "pointsCount_one": "{{count}} 个备份",
2406
+ "pointsCount_other": "{{count}} 个备份"
2379
2407
  },
2380
2408
  "replicationUx": {
2381
2409
  "unconfigured": "选择本机用途",
@@ -2409,8 +2437,8 @@
2409
2437
  "neverBackedUpSub": "还没有完成备份。先创建第一份以开始保护存储库。",
2410
2438
  "backupNow": "立即备份",
2411
2439
  "turnOnAutomatic": "开启自动备份",
2412
- "syncUnconfiguredTitle": "添加同步设备,在其他地方也保存一份。",
2413
- "syncUnconfiguredSub": "另一台设备或驱动器可以保存备份副本,避免单一故障导致数据全部丢失。",
2440
+ "syncUnconfiguredTitle": "目前只有这台设备保存着副本。",
2441
+ "syncUnconfiguredSub": "在备份同步中配对另一台设备或驱动器,即可保留一份异地副本。",
2414
2442
  "syncUnconfiguredAction": "设置备份同步",
2415
2443
  "syncDueTitle": "有一台同步设备未更新。",
2416
2444
  "syncDueSub": "其中一台同步设备已有段时间未收到备份。",