@hoardodile/i18n 0.1.4 → 0.1.5
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/shell.d.ts +343 -0
- package/dist/catalogs/shell.js +284 -0
- package/dist/catalogs/shell.js.map +1 -0
- package/dist/{catalogs-P15rGrmg.d.ts → catalogs-DkcPbpdW.d.ts} +160 -10
- package/dist/catalogs.d.ts +1 -1
- package/dist/catalogs.js +180 -55
- package/dist/catalogs.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +180 -55
- package/dist/index.js.map +1 -1
- package/package.json +6 -1
- package/src/catalogs/de.json +35 -10
- package/src/catalogs/en.json +35 -10
- package/src/catalogs/es.json +35 -10
- package/src/catalogs/ja.json +35 -10
- package/src/catalogs/shell.ts +32 -0
- package/src/catalogs/zh.json +40 -15
- package/src/parity.test.ts +41 -0
- package/src/shell/de.json +53 -0
- package/src/shell/en.json +53 -0
- package/src/shell/es.json +53 -0
- package/src/shell/ja.json +53 -0
- package/src/shell/zh.json +53 -0
- package/src/update-copy.test.ts +52 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hoardodile/i18n",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Shared i18n catalogs and helpers for the hoardodile host surfaces and plugin SDK.",
|
|
6
6
|
"keywords": [
|
|
@@ -46,6 +46,11 @@
|
|
|
46
46
|
"development": "./src/catalogs/ui.ts",
|
|
47
47
|
"default": "./dist/catalogs/ui.js"
|
|
48
48
|
},
|
|
49
|
+
"./catalogs/shell": {
|
|
50
|
+
"types": "./dist/catalogs/shell.d.ts",
|
|
51
|
+
"development": "./src/catalogs/shell.ts",
|
|
52
|
+
"default": "./dist/catalogs/shell.js"
|
|
53
|
+
},
|
|
49
54
|
"./workbench": {
|
|
50
55
|
"types": "./dist/catalogs/workbench.d.ts",
|
|
51
56
|
"development": "./src/catalogs/workbench.ts",
|
package/src/catalogs/de.json
CHANGED
|
@@ -132,6 +132,7 @@
|
|
|
132
132
|
"marketplace": "Marktplatz",
|
|
133
133
|
"marketplaceUpdatesBadge": "Plugin-Updates verfügbar",
|
|
134
134
|
"feedbackAbout": "Feedback & Über",
|
|
135
|
+
"updateAvailableBadge": "Update verfügbar",
|
|
135
136
|
"help": "Hilfe"
|
|
136
137
|
},
|
|
137
138
|
"syncDueBadge": "Eine Sync-Erinnerung ist fällig",
|
|
@@ -317,13 +318,16 @@
|
|
|
317
318
|
"latest": "Du verwendest die neueste Version.",
|
|
318
319
|
"outdated": "Version {{version}} ist verfügbar.",
|
|
319
320
|
"viewRelease": "Release ansehen",
|
|
321
|
+
"updateAvailable": "Eine neue Version {{version}} ist verfügbar.",
|
|
320
322
|
"updateError": "Die Update-Prüfung ist fehlgeschlagen. Bitte versuche es später erneut.",
|
|
321
323
|
"downloading": "Herunterladen… {{percent}}%",
|
|
322
|
-
"updateReady": "Version {{version}} ist
|
|
323
|
-
"updateReadyResources": "
|
|
324
|
+
"updateReady": "Version {{version}} ist bereit.",
|
|
325
|
+
"updateReadyResources": "Version {{version}} ist bereit.",
|
|
326
|
+
"updateFullReason": "Erneut öffnen, um die Aktualisierung abzuschließen.",
|
|
327
|
+
"updateResourcesReason": "Diese Aktualisierung läuft von selbst — du kannst die App weiter verwenden.",
|
|
324
328
|
"applyResources": "Anwenden",
|
|
325
329
|
"resourcesVersion": "Ressourcen v{{version}}",
|
|
326
|
-
"restartToUpdate": "
|
|
330
|
+
"restartToUpdate": "App erneut öffnen",
|
|
327
331
|
"portableHint": "Portable Versionen werden aktualisiert, indem du ein neues ZIP von GitHub herunterlädst."
|
|
328
332
|
},
|
|
329
333
|
"connections": {
|
|
@@ -410,7 +414,7 @@
|
|
|
410
414
|
},
|
|
411
415
|
"autoUpdate": {
|
|
412
416
|
"title": "Automatische Updates",
|
|
413
|
-
"description": "GitHub-Releases im Hintergrund herunterladen.
|
|
417
|
+
"description": "GitHub-Releases im Hintergrund herunterladen. Vor dem erneuten Öffnen der App wirst du gefragt."
|
|
414
418
|
},
|
|
415
419
|
"closeAction": {
|
|
416
420
|
"title": "Beim Schließen des Fensters",
|
|
@@ -419,9 +423,9 @@
|
|
|
419
423
|
"tray": "Im Infobereich ausblenden",
|
|
420
424
|
"quit": "App beenden"
|
|
421
425
|
},
|
|
422
|
-
"updateBanner": "Version {{version}} ist
|
|
423
|
-
"updateBannerResources": "
|
|
424
|
-
"updateBannerRestart": "
|
|
426
|
+
"updateBanner": "Version {{version}} ist bereit.",
|
|
427
|
+
"updateBannerResources": "Version {{version}} ist bereit.",
|
|
428
|
+
"updateBannerRestart": "App erneut öffnen",
|
|
425
429
|
"updateBannerApply": "Anwenden",
|
|
426
430
|
"updateApplying": "Ressourcen-Update wird angewendet…",
|
|
427
431
|
"updatePhaseStopping": "Lokaler Server wird beendet…",
|
|
@@ -550,6 +554,25 @@
|
|
|
550
554
|
"uninstallConfirmDescription_other": "{{count}} Ressourcen verwenden dieses Plugin. Nach der Deinstallation werden sie mit dem integrierten Datei-Plugin vorgeschaut; die erneute Installation stellt sie automatisch wieder her. Dies kann nicht rückgängig gemacht werden.",
|
|
551
555
|
"uninstallConfirmNoUsage": "Keine Ressource verwendet dieses Plugin. Installiere es jederzeit neu, um es wieder zu nutzen. Dies kann nicht rückgängig gemacht werden.",
|
|
552
556
|
"uninstallSuccess": "{{name}} deinstalliert",
|
|
557
|
+
"replaceContentAction": "Inhalte ersetzen…",
|
|
558
|
+
"replaceContentTitle": "Inhalts-Plugin ersetzen",
|
|
559
|
+
"replaceContentDescription": "Alle Ressourcen, die ein Inhalts-Plugin verarbeitet, zu einem anderen verschieben. Das Inhalts-Plugin jeder Ressource wird neu zugewiesen und die abgeleiteten Metadaten werden zur erneuten Erkennung gelöscht.",
|
|
560
|
+
"replaceContentFrom": "Quell-Plugin",
|
|
561
|
+
"replaceContentTo": "Ziel-Plugin",
|
|
562
|
+
"replaceContentToPlaceholder": "Ein Ziel-Plugin wählen",
|
|
563
|
+
"replaceContentRebuild": "Neu aufbauen",
|
|
564
|
+
"replaceContentRebuildImmediate": "Jetzt neu aufbauen (Hintergrund)",
|
|
565
|
+
"replaceContentRebuildImmediateDescription": "Startet den Metadaten-Neuaufbau für alle betroffenen Ressourcen sofort im Hintergrund.",
|
|
566
|
+
"replaceContentRebuildDefer": "Bei nächster Ansicht neu aufbauen",
|
|
567
|
+
"replaceContentRebuildDeferDescription": "Metadaten jetzt löschen; jede Ressource baut beim nächsten Öffnen neu auf.",
|
|
568
|
+
"replaceContentConfirm": "Ersetzen",
|
|
569
|
+
"replaceContentPassed": "Ersetzt",
|
|
570
|
+
"replaceContentFailed": "Nicht erkannt",
|
|
571
|
+
"replaceContentNoContent": "Dieses Inhalts-Plugin besitzt keine Ressourcen.",
|
|
572
|
+
"replaceContentSamePlugin": "Quell- und Ziel-Plugin müssen sich unterscheiden.",
|
|
573
|
+
"replaceContentInvalidTarget": "Das Ziel-Inhalts-Plugin ist nicht verfügbar.",
|
|
574
|
+
"replaceContentEmptyFrom": "Kein Inhalts-Plugin besitzt zu ersetzende Ressourcen.",
|
|
575
|
+
"replaceContentMissingLabel": "fehlt",
|
|
553
576
|
"resetAllPluginPrefSuccess": "Alle Plugin-Einstellungen wurden zurückgesetzt",
|
|
554
577
|
"resetAllPluginPrefConfirmTitle": "Alle Plugin-Einstellungen zurücksetzen?",
|
|
555
578
|
"resetAllPluginPrefConfirmDescription": "Dies löscht die gespeicherten Einstellungen jedes Plugins. Nach dem Neustart verwenden alle Plugins ihre Standardwerte. Dies kann nicht rückgängig gemacht werden.",
|
|
@@ -628,6 +651,8 @@
|
|
|
628
651
|
"filterInstalled": "Installiert",
|
|
629
652
|
"filterUpdates": "Updates",
|
|
630
653
|
"emptyFilterHint": "Keine Plugins entsprechen diesem Filter.",
|
|
654
|
+
"searchPlaceholder": "Plugins durchsuchen",
|
|
655
|
+
"searchEmpty": "Keine Plugins entsprechen deiner Suche.",
|
|
631
656
|
"requiresAppVersion": "Benötigt hoardodile ≥ v{{version}}",
|
|
632
657
|
"incompatibleAppVersion": "Dieses Plugin benötigt hoardodile ≥ v{{require}}; diese Installation läuft mit v{{current}}",
|
|
633
658
|
"registryActive": "Aktuelles Registry: {{url}}"
|
|
@@ -2252,8 +2277,8 @@
|
|
|
2252
2277
|
"changeLibrary": "Bibliothek wechseln…",
|
|
2253
2278
|
"copyLanAddress": "LAN-Adresse kopieren",
|
|
2254
2279
|
"restartServer": "Server neu starten",
|
|
2255
|
-
"updateReady": "Update bereit —
|
|
2256
|
-
"updateReadyResources": "
|
|
2280
|
+
"updateReady": "Update bereit — App erneut öffnen",
|
|
2281
|
+
"updateReadyResources": "Update bereit — Öffnen zum Anwenden",
|
|
2257
2282
|
"quit": "Beenden",
|
|
2258
2283
|
"tooltipServerStopped": "hoardodile — Server gestoppt",
|
|
2259
2284
|
"tooltipUpdateReady": "hoardodile — Update bereit",
|
|
@@ -2286,7 +2311,7 @@
|
|
|
2286
2311
|
"startInTray": "Im Infobereich starten",
|
|
2287
2312
|
"startInTrayHint": "Kein Fenster, bis du im Infobereich „Öffnen“ wählst.",
|
|
2288
2313
|
"continue": "Weiter",
|
|
2289
|
-
"missingBridge": "
|
|
2314
|
+
"missingBridge": "Die App konnte nicht gestartet werden. Öffne die App erneut."
|
|
2290
2315
|
}
|
|
2291
2316
|
}
|
|
2292
2317
|
}
|
package/src/catalogs/en.json
CHANGED
|
@@ -132,6 +132,7 @@
|
|
|
132
132
|
"marketplace": "Marketplace",
|
|
133
133
|
"marketplaceUpdatesBadge": "Plugin updates available",
|
|
134
134
|
"feedbackAbout": "Feedback & About",
|
|
135
|
+
"updateAvailableBadge": "Update available",
|
|
135
136
|
"help": "Help"
|
|
136
137
|
},
|
|
137
138
|
"syncDueBadge": "A sync reminder is due",
|
|
@@ -317,13 +318,16 @@
|
|
|
317
318
|
"latest": "You're on the latest version.",
|
|
318
319
|
"outdated": "Version {{version}} is available.",
|
|
319
320
|
"viewRelease": "View release",
|
|
321
|
+
"updateAvailable": "A new version {{version}} is available.",
|
|
320
322
|
"updateError": "Update check failed. Please try again later.",
|
|
321
323
|
"downloading": "Downloading… {{percent}}%",
|
|
322
|
-
"updateReady": "Version {{version}} is ready
|
|
323
|
-
"updateReadyResources": "
|
|
324
|
+
"updateReady": "Version {{version}} is ready.",
|
|
325
|
+
"updateReadyResources": "Version {{version}} is ready.",
|
|
326
|
+
"updateFullReason": "Reopen the app to finish updating.",
|
|
327
|
+
"updateResourcesReason": "This updates automatically — you can keep using the app.",
|
|
324
328
|
"applyResources": "Apply",
|
|
325
329
|
"resourcesVersion": "Resources v{{version}}",
|
|
326
|
-
"restartToUpdate": "
|
|
330
|
+
"restartToUpdate": "Reopen the app",
|
|
327
331
|
"portableHint": "Portable builds update by downloading a new zip from GitHub."
|
|
328
332
|
},
|
|
329
333
|
"connections": {
|
|
@@ -410,7 +414,7 @@
|
|
|
410
414
|
},
|
|
411
415
|
"autoUpdate": {
|
|
412
416
|
"title": "Automatic updates",
|
|
413
|
-
"description": "Download GitHub releases in the background.
|
|
417
|
+
"description": "Download GitHub releases in the background. You'll be asked before the app reopens."
|
|
414
418
|
},
|
|
415
419
|
"closeAction": {
|
|
416
420
|
"title": "When closing the window",
|
|
@@ -419,9 +423,9 @@
|
|
|
419
423
|
"tray": "Hide to tray",
|
|
420
424
|
"quit": "Quit the app"
|
|
421
425
|
},
|
|
422
|
-
"updateBanner": "Version {{version}} is ready
|
|
423
|
-
"updateBannerResources": "
|
|
424
|
-
"updateBannerRestart": "
|
|
426
|
+
"updateBanner": "Version {{version}} is ready.",
|
|
427
|
+
"updateBannerResources": "Version {{version}} is ready.",
|
|
428
|
+
"updateBannerRestart": "Reopen the app",
|
|
425
429
|
"updateBannerApply": "Apply",
|
|
426
430
|
"updateApplying": "Applying resources update…",
|
|
427
431
|
"updatePhaseStopping": "Stopping the local server…",
|
|
@@ -550,6 +554,25 @@
|
|
|
550
554
|
"uninstallConfirmDescription_other": "{{count}} resources are using this plugin. After uninstalling, they will preview with the built-in file plugin; reinstalling the plugin restores them automatically. This cannot be undone.",
|
|
551
555
|
"uninstallConfirmNoUsage": "No resources are using this plugin. Reinstall it any time to use it again. This cannot be undone.",
|
|
552
556
|
"uninstallSuccess": "Uninstalled {{name}}",
|
|
557
|
+
"replaceContentAction": "Replace content…",
|
|
558
|
+
"replaceContentTitle": "Replace content plugin",
|
|
559
|
+
"replaceContentDescription": "Move every resource that one content plugin handles to another. Each resource's content plugin is re-assigned and its derived metadata is cleared for re-detection.",
|
|
560
|
+
"replaceContentFrom": "From plugin",
|
|
561
|
+
"replaceContentTo": "To plugin",
|
|
562
|
+
"replaceContentToPlaceholder": "Choose a target plugin",
|
|
563
|
+
"replaceContentRebuild": "Rebuild",
|
|
564
|
+
"replaceContentRebuildImmediate": "Rebuild now (background)",
|
|
565
|
+
"replaceContentRebuildImmediateDescription": "Start the metadata rebuild for every affected resource in the background immediately.",
|
|
566
|
+
"replaceContentRebuildDefer": "Rebuild when next seen",
|
|
567
|
+
"replaceContentRebuildDeferDescription": "Clear metadata now; each resource rebuilds the next time it is opened.",
|
|
568
|
+
"replaceContentConfirm": "Replace",
|
|
569
|
+
"replaceContentPassed": "Replaced",
|
|
570
|
+
"replaceContentFailed": "Not detected",
|
|
571
|
+
"replaceContentNoContent": "This content plugin owns no resources.",
|
|
572
|
+
"replaceContentSamePlugin": "Source and target plugins must differ.",
|
|
573
|
+
"replaceContentInvalidTarget": "The target content plugin is not available.",
|
|
574
|
+
"replaceContentEmptyFrom": "No content plugin owns any resources to replace.",
|
|
575
|
+
"replaceContentMissingLabel": "missing",
|
|
553
576
|
"resetAllPluginPrefSuccess": "All plugin settings have been reset",
|
|
554
577
|
"resetAllPluginPrefConfirmTitle": "Reset all plugin settings?",
|
|
555
578
|
"resetAllPluginPrefConfirmDescription": "This will delete every plugin's saved settings. All plugins will use their default values after restart. This cannot be undone.",
|
|
@@ -628,6 +651,8 @@
|
|
|
628
651
|
"filterInstalled": "Installed",
|
|
629
652
|
"filterUpdates": "Updates",
|
|
630
653
|
"emptyFilterHint": "No plugins match this filter.",
|
|
654
|
+
"searchPlaceholder": "Search plugins",
|
|
655
|
+
"searchEmpty": "No plugins match your search.",
|
|
631
656
|
"requiresAppVersion": "Requires hoardodile ≥ v{{version}}",
|
|
632
657
|
"incompatibleAppVersion": "This plugin requires hoardodile ≥ v{{require}}; this host runs v{{current}}",
|
|
633
658
|
"registryActive": "Current registry: {{url}}"
|
|
@@ -2252,8 +2277,8 @@
|
|
|
2252
2277
|
"changeLibrary": "Change library…",
|
|
2253
2278
|
"copyLanAddress": "Copy LAN address",
|
|
2254
2279
|
"restartServer": "Restart server",
|
|
2255
|
-
"updateReady": "Update ready —
|
|
2256
|
-
"updateReadyResources": "
|
|
2280
|
+
"updateReady": "Update ready — Reopen the app",
|
|
2281
|
+
"updateReadyResources": "Update ready — Open to apply",
|
|
2257
2282
|
"quit": "Quit",
|
|
2258
2283
|
"tooltipServerStopped": "hoardodile — server stopped",
|
|
2259
2284
|
"tooltipUpdateReady": "hoardodile — update ready",
|
|
@@ -2286,7 +2311,7 @@
|
|
|
2286
2311
|
"startInTray": "Start in tray",
|
|
2287
2312
|
"startInTrayHint": "No window until you choose Open from the tray.",
|
|
2288
2313
|
"continue": "Continue",
|
|
2289
|
-
"missingBridge": "
|
|
2314
|
+
"missingBridge": "The app couldn't start. Reopen the app."
|
|
2290
2315
|
}
|
|
2291
2316
|
}
|
|
2292
2317
|
}
|
package/src/catalogs/es.json
CHANGED
|
@@ -132,6 +132,7 @@
|
|
|
132
132
|
"marketplace": "Mercado",
|
|
133
133
|
"marketplaceUpdatesBadge": "Hay actualizaciones de plugins",
|
|
134
134
|
"feedbackAbout": "Comentarios y acerca",
|
|
135
|
+
"updateAvailableBadge": "Actualización disponible",
|
|
135
136
|
"help": "Ayuda"
|
|
136
137
|
},
|
|
137
138
|
"syncDueBadge": "Hay un recordatorio de sincronización pendiente",
|
|
@@ -317,13 +318,16 @@
|
|
|
317
318
|
"latest": "Ya tienes la versión más reciente.",
|
|
318
319
|
"outdated": "La versión {{version}} está disponible.",
|
|
319
320
|
"viewRelease": "Ver la publicación",
|
|
321
|
+
"updateAvailable": "Hay una nueva versión {{version}} disponible.",
|
|
320
322
|
"updateError": "La comprobación de actualizaciones falló. Inténtalo de nuevo más tarde.",
|
|
321
323
|
"downloading": "Descargando… {{percent}}%",
|
|
322
|
-
"updateReady": "La versión {{version}} está lista
|
|
323
|
-
"updateReadyResources": "
|
|
324
|
+
"updateReady": "La versión {{version}} está lista.",
|
|
325
|
+
"updateReadyResources": "La versión {{version}} está lista.",
|
|
326
|
+
"updateFullReason": "Vuelve a abrir la aplicación para completar la actualización.",
|
|
327
|
+
"updateResourcesReason": "Esta actualización se aplica sola: puedes seguir usando la aplicación.",
|
|
324
328
|
"applyResources": "Aplicar",
|
|
325
329
|
"resourcesVersion": "Recursos v{{version}}",
|
|
326
|
-
"restartToUpdate": "
|
|
330
|
+
"restartToUpdate": "Volver a abrir la aplicación",
|
|
327
331
|
"portableHint": "Las versiones portátiles se actualizan descargando un nuevo zip de GitHub."
|
|
328
332
|
},
|
|
329
333
|
"connections": {
|
|
@@ -410,7 +414,7 @@
|
|
|
410
414
|
},
|
|
411
415
|
"autoUpdate": {
|
|
412
416
|
"title": "Actualizaciones automáticas",
|
|
413
|
-
"description": "Descarga las publicaciones de GitHub en segundo plano.
|
|
417
|
+
"description": "Descarga las publicaciones de GitHub en segundo plano. Se te preguntará antes de volver a abrir la app."
|
|
414
418
|
},
|
|
415
419
|
"closeAction": {
|
|
416
420
|
"title": "Al cerrar la ventana",
|
|
@@ -419,9 +423,9 @@
|
|
|
419
423
|
"tray": "Ocultar en la bandeja",
|
|
420
424
|
"quit": "Salir de la app"
|
|
421
425
|
},
|
|
422
|
-
"updateBanner": "La versión {{version}} está lista
|
|
423
|
-
"updateBannerResources": "
|
|
424
|
-
"updateBannerRestart": "
|
|
426
|
+
"updateBanner": "La versión {{version}} está lista.",
|
|
427
|
+
"updateBannerResources": "La versión {{version}} está lista.",
|
|
428
|
+
"updateBannerRestart": "Volver a abrir la aplicación",
|
|
425
429
|
"updateBannerApply": "Aplicar",
|
|
426
430
|
"updateApplying": "Aplicando la actualización de recursos…",
|
|
427
431
|
"updatePhaseStopping": "Deteniendo el servidor local…",
|
|
@@ -550,6 +554,25 @@
|
|
|
550
554
|
"uninstallConfirmDescription_other": "{{count}} recursos usan este complemento. Tras desinstalarlo, se mostrará la vista previa con el complemento de archivo integrado; al reinstalar el complemento se restauran automáticamente. Esto no se puede deshacer.",
|
|
551
555
|
"uninstallConfirmNoUsage": "Ningún recurso usa este complemento. Puedes reinstalarlo cuando quieras para usarlo de nuevo. Esto no se puede deshacer.",
|
|
552
556
|
"uninstallSuccess": "Se desinstaló {{name}}",
|
|
557
|
+
"replaceContentAction": "Reemplazar contenido…",
|
|
558
|
+
"replaceContentTitle": "Reemplazar plugin de contenido",
|
|
559
|
+
"replaceContentDescription": "Mover todos los recursos que gestiona un plugin de contenido a otro. Se reasigna el plugin de contenido de cada recurso y se borran sus metadatos derivados para volver a detectarlos.",
|
|
560
|
+
"replaceContentFrom": "Plugin de origen",
|
|
561
|
+
"replaceContentTo": "Plugin de destino",
|
|
562
|
+
"replaceContentToPlaceholder": "Elige un plugin de destino",
|
|
563
|
+
"replaceContentRebuild": "Reconstruir",
|
|
564
|
+
"replaceContentRebuildImmediate": "Reconstruir ahora (en segundo plano)",
|
|
565
|
+
"replaceContentRebuildImmediateDescription": "Inicia la reconstrucción de metadatos de todos los recursos afectados en segundo plano de inmediato.",
|
|
566
|
+
"replaceContentRebuildDefer": "Reconstruir al verlo",
|
|
567
|
+
"replaceContentRebuildDeferDescription": "Borra los metadatos ahora; cada recurso se reconstruye la próxima vez que se abre.",
|
|
568
|
+
"replaceContentConfirm": "Reemplazar",
|
|
569
|
+
"replaceContentPassed": "Reemplazados",
|
|
570
|
+
"replaceContentFailed": "No detectados",
|
|
571
|
+
"replaceContentNoContent": "Este plugin de contenido no gestiona ningún recurso.",
|
|
572
|
+
"replaceContentSamePlugin": "El plugin de origen y el de destino deben ser distintos.",
|
|
573
|
+
"replaceContentInvalidTarget": "El plugin de contenido de destino no está disponible.",
|
|
574
|
+
"replaceContentEmptyFrom": "Ningún plugin de contenido gestiona recursos que reemplazar.",
|
|
575
|
+
"replaceContentMissingLabel": "faltante",
|
|
553
576
|
"resetAllPluginPrefSuccess": "Todos los ajustes de los complementos se han restablecido",
|
|
554
577
|
"resetAllPluginPrefConfirmTitle": "¿Restablecer todos los ajustes de los complementos?",
|
|
555
578
|
"resetAllPluginPrefConfirmDescription": "Esto eliminará los ajustes guardados de todos los complementos. Todos los complementos usarán sus valores predeterminados tras reiniciar. Esto no se puede deshacer.",
|
|
@@ -628,6 +651,8 @@
|
|
|
628
651
|
"filterInstalled": "Instalados",
|
|
629
652
|
"filterUpdates": "Actualizaciones",
|
|
630
653
|
"emptyFilterHint": "Ningún plugin coincide con este filtro.",
|
|
654
|
+
"searchPlaceholder": "Buscar complementos",
|
|
655
|
+
"searchEmpty": "Ningún complemento coincide con tu búsqueda.",
|
|
631
656
|
"requiresAppVersion": "Requiere hoardodile ≥ v{{version}}",
|
|
632
657
|
"incompatibleAppVersion": "Este plugin requiere hoardodile ≥ v{{require}}; este host usa v{{current}}",
|
|
633
658
|
"registryActive": "Registro actual: {{url}}"
|
|
@@ -2252,8 +2277,8 @@
|
|
|
2252
2277
|
"changeLibrary": "Cambiar biblioteca…",
|
|
2253
2278
|
"copyLanAddress": "Copiar dirección LAN",
|
|
2254
2279
|
"restartServer": "Reiniciar servidor",
|
|
2255
|
-
"updateReady": "Actualización lista —
|
|
2256
|
-
"updateReadyResources": "Actualización
|
|
2280
|
+
"updateReady": "Actualización lista — Volver a abrir la app",
|
|
2281
|
+
"updateReadyResources": "Actualización lista — Abrir para aplicar",
|
|
2257
2282
|
"quit": "Salir",
|
|
2258
2283
|
"tooltipServerStopped": "hoardodile — servidor detenido",
|
|
2259
2284
|
"tooltipUpdateReady": "hoardodile — actualización lista",
|
|
@@ -2286,7 +2311,7 @@
|
|
|
2286
2311
|
"startInTray": "Iniciar en la bandeja",
|
|
2287
2312
|
"startInTrayHint": "No se abre ninguna ventana hasta que elijas Abrir desde la bandeja.",
|
|
2288
2313
|
"continue": "Continuar",
|
|
2289
|
-
"missingBridge": "
|
|
2314
|
+
"missingBridge": "No se pudo iniciar la app. Vuelve a abrir la app."
|
|
2290
2315
|
}
|
|
2291
2316
|
}
|
|
2292
2317
|
}
|
package/src/catalogs/ja.json
CHANGED
|
@@ -132,6 +132,7 @@
|
|
|
132
132
|
"marketplace": "マーケット",
|
|
133
133
|
"marketplaceUpdatesBadge": "プラグインの更新があります",
|
|
134
134
|
"feedbackAbout": "フィードバックと情報",
|
|
135
|
+
"updateAvailableBadge": "利用可能な更新があります",
|
|
135
136
|
"help": "ヘルプ"
|
|
136
137
|
},
|
|
137
138
|
"syncDueBadge": "同期リマインダー期限が来ています",
|
|
@@ -317,13 +318,16 @@
|
|
|
317
318
|
"latest": "最新バージョンです。",
|
|
318
319
|
"outdated": "バージョン {{version}} が利用可能です。",
|
|
319
320
|
"viewRelease": "リリースを表示",
|
|
321
|
+
"updateAvailable": "新しいバージョン {{version}} が利用可能です。",
|
|
320
322
|
"updateError": "更新の確認に失敗しました。後でもう一度お試しください。",
|
|
321
323
|
"downloading": "ダウンロード中… {{percent}}%",
|
|
322
|
-
"updateReady": "バージョン {{version}}
|
|
323
|
-
"updateReadyResources": "
|
|
324
|
+
"updateReady": "バージョン {{version}} の準備が完了しました。",
|
|
325
|
+
"updateReadyResources": "バージョン {{version}} の準備が完了しました。",
|
|
326
|
+
"updateFullReason": "アプリを閉じて開き直して更新を完了してください。",
|
|
327
|
+
"updateResourcesReason": "この更新は自動で完了します。アプリはそのまま使用できます。",
|
|
324
328
|
"applyResources": "適用する",
|
|
325
329
|
"resourcesVersion": "リソース v{{version}}",
|
|
326
|
-
"restartToUpdate": "
|
|
330
|
+
"restartToUpdate": "アプリを開き直す",
|
|
327
331
|
"portableHint": "ポータブル版は GitHub から新しい zip をダウンロードして更新します。"
|
|
328
332
|
},
|
|
329
333
|
"connections": {
|
|
@@ -410,7 +414,7 @@
|
|
|
410
414
|
},
|
|
411
415
|
"autoUpdate": {
|
|
412
416
|
"title": "自動更新",
|
|
413
|
-
"description": "GitHub
|
|
417
|
+
"description": "GitHub リリースをバックグラウンドでダウンロードします。アプリを開き直す前に確認されます。"
|
|
414
418
|
},
|
|
415
419
|
"closeAction": {
|
|
416
420
|
"title": "ウィンドウを閉じるとき",
|
|
@@ -419,9 +423,9 @@
|
|
|
419
423
|
"tray": "トレイに隠す",
|
|
420
424
|
"quit": "アプリを終了"
|
|
421
425
|
},
|
|
422
|
-
"updateBanner": "バージョン {{version}}
|
|
423
|
-
"updateBannerResources": "
|
|
424
|
-
"updateBannerRestart": "
|
|
426
|
+
"updateBanner": "バージョン {{version}} の準備が完了しました。",
|
|
427
|
+
"updateBannerResources": "バージョン {{version}} の準備が完了しました。",
|
|
428
|
+
"updateBannerRestart": "アプリを開き直す",
|
|
425
429
|
"updateBannerApply": "適用する",
|
|
426
430
|
"updateApplying": "リソース更新を適用しています…",
|
|
427
431
|
"updatePhaseStopping": "ローカルサーバーを停止しています…",
|
|
@@ -550,6 +554,25 @@
|
|
|
550
554
|
"uninstallConfirmDescription_other": "このプラグインを使用しているリソースが {{count}}件あります。アンインストール後は内蔵のファイルプラグインでプレビューされ、プラグインを再インストールすると自動的に復元されます。これは元に戻せません。",
|
|
551
555
|
"uninstallConfirmNoUsage": "このプラグインを使用しているリソースはありません。いつでも再インストールして再度使用できます。これは元に戻せません。",
|
|
552
556
|
"uninstallSuccess": "{{name}} をアンインストールしました",
|
|
557
|
+
"replaceContentAction": "コンテンツを置き換える…",
|
|
558
|
+
"replaceContentTitle": "コンテンツプラグインを置き換える",
|
|
559
|
+
"replaceContentDescription": "あるコンテンツプラグインが扱うすべてのリソースを別のプラグインへ移します。各リソースのコンテンツプラグインを再割り当てし、再検出のため派生メタデータをクリアします。",
|
|
560
|
+
"replaceContentFrom": "元のプラグイン",
|
|
561
|
+
"replaceContentTo": "対象プラグイン",
|
|
562
|
+
"replaceContentToPlaceholder": "対象プラグインを選択",
|
|
563
|
+
"replaceContentRebuild": "再構築",
|
|
564
|
+
"replaceContentRebuildImmediate": "今すぐ再構築(バックグラウンド)",
|
|
565
|
+
"replaceContentRebuildImmediateDescription": "影響を受けるすべてのリソースのメタデータ再構築をすぐバックグラウンドで開始します。",
|
|
566
|
+
"replaceContentRebuildDefer": "次に表示したときに再構築",
|
|
567
|
+
"replaceContentRebuildDeferDescription": "今はメタデータをクリアし、各リソースは次回開いたときに再構築します。",
|
|
568
|
+
"replaceContentConfirm": "置き換える",
|
|
569
|
+
"replaceContentPassed": "置き換え",
|
|
570
|
+
"replaceContentFailed": "認識できず",
|
|
571
|
+
"replaceContentNoContent": "このコンテンツプラグインが持つリソースはありません。",
|
|
572
|
+
"replaceContentSamePlugin": "元と対象のプラグインは異なる必要があります。",
|
|
573
|
+
"replaceContentInvalidTarget": "対象のコンテンツプラグインは利用できません。",
|
|
574
|
+
"replaceContentEmptyFrom": "置き換えるリソースを持つコンテンツプラグインがありません。",
|
|
575
|
+
"replaceContentMissingLabel": "欠落",
|
|
553
576
|
"resetAllPluginPrefSuccess": "すべてのプラグイン設定をリセットしました",
|
|
554
577
|
"resetAllPluginPrefConfirmTitle": "すべてのプラグイン設定をリセットしますか?",
|
|
555
578
|
"resetAllPluginPrefConfirmDescription": "すべてのプラグインの保存済み設定を削除します。再起動後、すべてのプラグインは既定値を使用します。これは元に戻せません。",
|
|
@@ -628,6 +651,8 @@
|
|
|
628
651
|
"filterInstalled": "インストール済み",
|
|
629
652
|
"filterUpdates": "更新",
|
|
630
653
|
"emptyFilterHint": "このフィルターに一致するプラグインはありません。",
|
|
654
|
+
"searchPlaceholder": "プラグインを検索",
|
|
655
|
+
"searchEmpty": "検索に一致するプラグインはありません。",
|
|
631
656
|
"requiresAppVersion": "hoardodile ≥ v{{version}} が必要",
|
|
632
657
|
"incompatibleAppVersion": "このプラグインには hoardodile ≥ v{{require}} が必要です(このホストは v{{current}})",
|
|
633
658
|
"registryActive": "現在のレジストリ:{{url}}"
|
|
@@ -2252,8 +2277,8 @@
|
|
|
2252
2277
|
"changeLibrary": "ライブラリを変更…",
|
|
2253
2278
|
"copyLanAddress": "LAN アドレスをコピー",
|
|
2254
2279
|
"restartServer": "サーバーを再起動",
|
|
2255
|
-
"updateReady": "更新準備完了 —
|
|
2256
|
-
"updateReadyResources": "
|
|
2280
|
+
"updateReady": "更新準備完了 — アプリを開き直す",
|
|
2281
|
+
"updateReadyResources": "更新準備完了 — 開いて適用",
|
|
2257
2282
|
"quit": "終了",
|
|
2258
2283
|
"tooltipServerStopped": "hoardodile — サーバー停止",
|
|
2259
2284
|
"tooltipUpdateReady": "hoardodile — 更新準備完了",
|
|
@@ -2286,7 +2311,7 @@
|
|
|
2286
2311
|
"startInTray": "トレイで起動",
|
|
2287
2312
|
"startInTrayHint": "トレイから「開く」を選択するまでウィンドウは表示されません。",
|
|
2288
2313
|
"continue": "続ける",
|
|
2289
|
-
"missingBridge": "
|
|
2314
|
+
"missingBridge": "アプリを起動できませんでした。アプリを開き直してください。"
|
|
2290
2315
|
}
|
|
2291
2316
|
}
|
|
2292
2317
|
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* The shell catalog registry: the tiny subset of strings the Electron
|
|
3
|
+
* **main process** needs (the `desktopShell` namespace for the tray,
|
|
4
|
+
* dialogs, error pages and wizard, plus the `closeConfirm` block it uses
|
|
5
|
+
* for the native close dialog). Bundling only this subset instead of the
|
|
6
|
+
* whole app `translation` catalog keeps the shell bundle — and therefore
|
|
7
|
+
* the `out/main` bytes the resource channel hashes — stable against
|
|
8
|
+
* app/web string churn.
|
|
9
|
+
*
|
|
10
|
+
* The five JSON modules must stay in lockstep with each other and stay a
|
|
11
|
+
* subset of the source catalogs (`parity.test.ts` enforces both), so a
|
|
12
|
+
* shell string can never drift from the app/`ui` catalogs.
|
|
13
|
+
*/
|
|
14
|
+
|
|
15
|
+
import type { SupportedLanguage } from "../core.ts"
|
|
16
|
+
import de from "../shell/de.json"
|
|
17
|
+
import en from "../shell/en.json"
|
|
18
|
+
import es from "../shell/es.json"
|
|
19
|
+
import ja from "../shell/ja.json"
|
|
20
|
+
import zh from "../shell/zh.json"
|
|
21
|
+
|
|
22
|
+
export const SHELL_CATALOGS = { en, zh, ja, de, es } as const satisfies Record<
|
|
23
|
+
SupportedLanguage,
|
|
24
|
+
typeof en
|
|
25
|
+
>
|
|
26
|
+
|
|
27
|
+
/** Resolve the shell catalog for the active language; undefined → English. */
|
|
28
|
+
export function shellCatalogFor(
|
|
29
|
+
language: SupportedLanguage | undefined,
|
|
30
|
+
): typeof en {
|
|
31
|
+
return language === undefined ? en : SHELL_CATALOGS[language]
|
|
32
|
+
}
|
package/src/catalogs/zh.json
CHANGED
|
@@ -132,6 +132,7 @@
|
|
|
132
132
|
"marketplace": "插件市场",
|
|
133
133
|
"marketplaceUpdatesBadge": "插件有可用更新",
|
|
134
134
|
"feedbackAbout": "反馈与关于",
|
|
135
|
+
"updateAvailableBadge": "有可用更新",
|
|
135
136
|
"help": "帮助"
|
|
136
137
|
},
|
|
137
138
|
"syncDueBadge": "有同步提醒待处理",
|
|
@@ -317,13 +318,16 @@
|
|
|
317
318
|
"latest": "已是最新版本。",
|
|
318
319
|
"outdated": "发现新版本 {{version}}。",
|
|
319
320
|
"viewRelease": "查看发布页",
|
|
321
|
+
"updateAvailable": "新版本 {{version}} 已可用。",
|
|
320
322
|
"updateError": "检查更新失败,请稍后重试。",
|
|
321
323
|
"downloading": "正在下载… {{percent}}%",
|
|
322
|
-
"updateReady": "版本 {{version}}
|
|
323
|
-
"updateReadyResources": "
|
|
324
|
+
"updateReady": "版本 {{version}} 已就绪。",
|
|
325
|
+
"updateReadyResources": "版本 {{version}} 已就绪。",
|
|
326
|
+
"updateFullReason": "重新打开应用以完成更新。",
|
|
327
|
+
"updateResourcesReason": "此更新会自动完成,你可以继续使用应用。",
|
|
324
328
|
"applyResources": "应用",
|
|
325
329
|
"resourcesVersion": "资源 v{{version}}",
|
|
326
|
-
"restartToUpdate": "
|
|
330
|
+
"restartToUpdate": "重新打开应用",
|
|
327
331
|
"portableHint": "便携版请从 GitHub 下载新的压缩包来更新。"
|
|
328
332
|
},
|
|
329
333
|
"connections": {
|
|
@@ -410,7 +414,7 @@
|
|
|
410
414
|
},
|
|
411
415
|
"autoUpdate": {
|
|
412
416
|
"title": "自动更新",
|
|
413
|
-
"description": "在后台下载 GitHub
|
|
417
|
+
"description": "在后台下载 GitHub 发行版。重新打开应用前会先征得你的确认。"
|
|
414
418
|
},
|
|
415
419
|
"closeAction": {
|
|
416
420
|
"title": "关闭窗口时",
|
|
@@ -419,9 +423,9 @@
|
|
|
419
423
|
"tray": "最小化到托盘",
|
|
420
424
|
"quit": "退出应用"
|
|
421
425
|
},
|
|
422
|
-
"updateBanner": "版本 {{version}}
|
|
423
|
-
"updateBannerResources": "
|
|
424
|
-
"updateBannerRestart": "
|
|
426
|
+
"updateBanner": "版本 {{version}} 已就绪。",
|
|
427
|
+
"updateBannerResources": "版本 {{version}} 已就绪。",
|
|
428
|
+
"updateBannerRestart": "重新打开应用",
|
|
425
429
|
"updateBannerApply": "应用",
|
|
426
430
|
"updateApplying": "正在应用资源更新…",
|
|
427
431
|
"updatePhaseStopping": "正在停止本地服务…",
|
|
@@ -550,6 +554,25 @@
|
|
|
550
554
|
"uninstallConfirmDescription_other": "有 {{count}} 个资源正在使用该插件。卸载后这些资源将改用内置文件插件预览;重新安装该插件可自动恢复。此操作无法撤销。",
|
|
551
555
|
"uninstallConfirmNoUsage": "没有资源正在使用该插件。卸载后如需恢复,重新安装即可。此操作无法撤销。",
|
|
552
556
|
"uninstallSuccess": "已卸载 {{name}}",
|
|
557
|
+
"replaceContentAction": "替换内容插件…",
|
|
558
|
+
"replaceContentTitle": "替换内容插件",
|
|
559
|
+
"replaceContentDescription": "把某个内容插件处理的全部资源迁移到另一个内容插件。每个资源的内容插件会被重新分配,其派生元数据会被清空以便重新识别。",
|
|
560
|
+
"replaceContentFrom": "原插件",
|
|
561
|
+
"replaceContentTo": "目标插件",
|
|
562
|
+
"replaceContentToPlaceholder": "选择一个目标插件",
|
|
563
|
+
"replaceContentRebuild": "重建",
|
|
564
|
+
"replaceContentRebuildImmediate": "立即重建(后台)",
|
|
565
|
+
"replaceContentRebuildImmediateDescription": "立即在后台启动所有受影响资源的元数据重建。",
|
|
566
|
+
"replaceContentRebuildDefer": "查看时再重建",
|
|
567
|
+
"replaceContentRebuildDeferDescription": "现在清空元数据;每个资源在你打开它时再重建。",
|
|
568
|
+
"replaceContentConfirm": "替换",
|
|
569
|
+
"replaceContentPassed": "已替换",
|
|
570
|
+
"replaceContentFailed": "未通过检测",
|
|
571
|
+
"replaceContentNoContent": "这个内容插件没有拥有任何资源。",
|
|
572
|
+
"replaceContentSamePlugin": "源插件与目标插件必须不同。",
|
|
573
|
+
"replaceContentInvalidTarget": "目标内容插件不可用。",
|
|
574
|
+
"replaceContentEmptyFrom": "没有任何内容插件拥有可替换的资源。",
|
|
575
|
+
"replaceContentMissingLabel": "缺失",
|
|
553
576
|
"resetAllPluginPrefSuccess": "所有插件设置已重置",
|
|
554
577
|
"resetAllPluginPrefConfirmTitle": "重置全部插件设置?",
|
|
555
578
|
"resetAllPluginPrefConfirmDescription": "这将删除所有插件的已保存设置。所有插件将在重启后使用默认值。此操作无法撤销。",
|
|
@@ -572,14 +595,14 @@
|
|
|
572
595
|
},
|
|
573
596
|
"marketplace": {
|
|
574
597
|
"title": "插件市场",
|
|
575
|
-
"description": "
|
|
576
|
-
"registryRepoLabel": "
|
|
598
|
+
"description": "通过你个人注册表仓库收录的、以 GitHub Release 发布的插件。",
|
|
599
|
+
"registryRepoLabel": "注册表仓库地址",
|
|
577
600
|
"registryPlaceholder": "https://github.com/me/hoardodile-plugins",
|
|
578
601
|
"setupHint": "填写一个 GitHub 仓库地址,其根目录 registry.json 按行列出插件仓库地址。其余信息——名称、版本、权限、发布说明——都会自动从各仓库及其 Release 读取。",
|
|
579
602
|
"save": "保存",
|
|
580
603
|
"disable": "停用",
|
|
581
604
|
"saved": "插件市场已使用 {{repo}}",
|
|
582
|
-
"notConfiguredHint": "
|
|
605
|
+
"notConfiguredHint": "尚未配置注册表仓库——填入上方地址即可陈列以 GitHub Release 发布的插件。",
|
|
583
606
|
"loadFailed": "插件市场刷新失败:{{message}}",
|
|
584
607
|
"refreshedAt": "上次刷新 {{time}}",
|
|
585
608
|
"refresh": "刷新",
|
|
@@ -587,7 +610,7 @@
|
|
|
587
610
|
"refreshConfirmDescription": "该操作会通过 GitHub API 重新查询每个插件的最新发布(未认证限额为每小时 60 次)。频繁刷新可能触发限流;限流期间将回退展示缓存的发布信息,直至配额恢复。",
|
|
588
611
|
"refreshed": "插件市场已刷新",
|
|
589
612
|
"refreshFailed": "插件市场刷新失败",
|
|
590
|
-
"emptyHint": "
|
|
613
|
+
"emptyHint": "注册表还没有收录任何插件。在 registry.json 中添加仓库地址后刷新即可。",
|
|
591
614
|
"install": "安装",
|
|
592
615
|
"update": "更新",
|
|
593
616
|
"updateTo": "更新到 v{{version}}",
|
|
@@ -621,13 +644,15 @@
|
|
|
621
644
|
"noReleaseNotes": "该版本未提供发布说明",
|
|
622
645
|
"errorRateLimitedShort": "最新发布信息暂时无法获取,稍后自动重试。",
|
|
623
646
|
"configureRegistry": "配置注册表",
|
|
624
|
-
"pageHint": "插件以 GitHub Release
|
|
647
|
+
"pageHint": "插件以 GitHub Release 发布,通过你持有的注册表仓库发现。在上方配置注册表——目录将直接从各插件仓库及其 Release 读取名称、版本、权限与发布说明。",
|
|
625
648
|
"registryDialogTitle": "插件市场注册表",
|
|
626
649
|
"installedBadge": "已安装",
|
|
627
650
|
"filterAll": "全部",
|
|
628
651
|
"filterInstalled": "已安装",
|
|
629
652
|
"filterUpdates": "可更新",
|
|
630
653
|
"emptyFilterHint": "当前筛选下没有插件。",
|
|
654
|
+
"searchPlaceholder": "搜索插件",
|
|
655
|
+
"searchEmpty": "没有匹配的插件。",
|
|
631
656
|
"requiresAppVersion": "需要 hoardodile ≥ v{{version}}",
|
|
632
657
|
"incompatibleAppVersion": "该插件需要 hoardodile ≥ v{{require}},当前为 v{{current}}",
|
|
633
658
|
"registryActive": "当前 registry:{{url}}"
|
|
@@ -2252,8 +2277,8 @@
|
|
|
2252
2277
|
"changeLibrary": "更换存储文件夹…",
|
|
2253
2278
|
"copyLanAddress": "复制局域网地址",
|
|
2254
2279
|
"restartServer": "重启服务器",
|
|
2255
|
-
"updateReady": "
|
|
2256
|
-
"updateReadyResources": "
|
|
2280
|
+
"updateReady": "更新已就绪——重新打开应用",
|
|
2281
|
+
"updateReadyResources": "更新已就绪——打开以应用",
|
|
2257
2282
|
"quit": "退出",
|
|
2258
2283
|
"tooltipServerStopped": "hoardodile —— 服务器已停止",
|
|
2259
2284
|
"tooltipUpdateReady": "hoardodile —— 更新已就绪",
|
|
@@ -2286,7 +2311,7 @@
|
|
|
2286
2311
|
"startInTray": "启动到托盘",
|
|
2287
2312
|
"startInTrayHint": "在托盘中选择打开之前不显示窗口。",
|
|
2288
2313
|
"continue": "继续",
|
|
2289
|
-
"missingBridge": "
|
|
2314
|
+
"missingBridge": "应用无法启动,请重新打开应用。"
|
|
2290
2315
|
}
|
|
2291
2316
|
}
|
|
2292
2317
|
}
|