@hoardodile/i18n 0.0.0 → 0.1.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/ui.d.ts +1 -1
- package/dist/catalogs/ui.js +35 -0
- package/dist/catalogs/ui.js.map +1 -1
- package/dist/{catalogs-BF4px4Mm.d.ts → catalogs-D1-e8yVx.d.ts} +272 -1
- package/dist/catalogs.d.ts +1 -1
- package/dist/catalogs.js +230 -5
- package/dist/catalogs.js.map +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +265 -5
- package/dist/index.js.map +1 -1
- package/dist/{ui-CJPMCZT7.d.ts → ui-DYXLhqSV.d.ts} +42 -0
- package/package.json +1 -1
- package/src/catalogs/de.json +46 -1
- package/src/catalogs/en.json +46 -1
- package/src/catalogs/es.json +46 -1
- package/src/catalogs/ja.json +46 -1
- package/src/catalogs/zh.json +46 -1
- package/src/ui/de.json +7 -0
- package/src/ui/en.json +7 -0
- package/src/ui/es.json +7 -0
- package/src/ui/ja.json +7 -0
- package/src/ui/zh.json +7 -0
|
@@ -21,11 +21,18 @@ var closeConfirm = {
|
|
|
21
21
|
var pluginDownload = {
|
|
22
22
|
eyebrow: "Plugin download",
|
|
23
23
|
title: "Download this file?",
|
|
24
|
+
titleMany_one: "Download this file?",
|
|
25
|
+
titleMany_other: "Download these {{count}} files?",
|
|
24
26
|
description: "{{pluginName}} wants to download a file into its own storage folder. The file is fetched from the URL below and stored only inside the plugin's folder.",
|
|
27
|
+
descriptionMany_one: "{{pluginName}} wants to download a file into its own storage folder. The file is fetched from the URL below and stored only inside the plugin's folder.",
|
|
28
|
+
descriptionMany_other: "{{pluginName}} wants to download {{count}} files into its own storage folder. The files are fetched from the URLs below and stored only inside the plugin's folder.",
|
|
25
29
|
urlLabel: "URL",
|
|
26
30
|
destLabel: "Destination",
|
|
27
31
|
sizeLabel: "Size",
|
|
28
32
|
unknownSize: "unknown",
|
|
33
|
+
itemLabel: "File {{index}}",
|
|
34
|
+
batchNote_one: "The file is handled as a whole: Allow downloads it, Deny downloads none.",
|
|
35
|
+
batchNote_other: "All {{count}} files are handled together: Allow downloads them all, Deny downloads none.",
|
|
29
36
|
deny: "Deny",
|
|
30
37
|
allow: "Allow",
|
|
31
38
|
remember: "Remember for this session (no more prompts from this plugin)"
|
|
@@ -133,11 +140,18 @@ declare const UI_CATALOGS: {
|
|
|
133
140
|
pluginDownload: {
|
|
134
141
|
eyebrow: string;
|
|
135
142
|
title: string;
|
|
143
|
+
titleMany_one: string;
|
|
144
|
+
titleMany_other: string;
|
|
136
145
|
description: string;
|
|
146
|
+
descriptionMany_one: string;
|
|
147
|
+
descriptionMany_other: string;
|
|
137
148
|
urlLabel: string;
|
|
138
149
|
destLabel: string;
|
|
139
150
|
sizeLabel: string;
|
|
140
151
|
unknownSize: string;
|
|
152
|
+
itemLabel: string;
|
|
153
|
+
batchNote_one: string;
|
|
154
|
+
batchNote_other: string;
|
|
141
155
|
deny: string;
|
|
142
156
|
allow: string;
|
|
143
157
|
remember: string;
|
|
@@ -219,11 +233,18 @@ declare const UI_CATALOGS: {
|
|
|
219
233
|
pluginDownload: {
|
|
220
234
|
eyebrow: string;
|
|
221
235
|
title: string;
|
|
236
|
+
titleMany_one: string;
|
|
237
|
+
titleMany_other: string;
|
|
222
238
|
description: string;
|
|
239
|
+
descriptionMany_one: string;
|
|
240
|
+
descriptionMany_other: string;
|
|
223
241
|
urlLabel: string;
|
|
224
242
|
destLabel: string;
|
|
225
243
|
sizeLabel: string;
|
|
226
244
|
unknownSize: string;
|
|
245
|
+
itemLabel: string;
|
|
246
|
+
batchNote_one: string;
|
|
247
|
+
batchNote_other: string;
|
|
227
248
|
deny: string;
|
|
228
249
|
allow: string;
|
|
229
250
|
remember: string;
|
|
@@ -305,11 +326,18 @@ declare const UI_CATALOGS: {
|
|
|
305
326
|
pluginDownload: {
|
|
306
327
|
eyebrow: string;
|
|
307
328
|
title: string;
|
|
329
|
+
titleMany_one: string;
|
|
330
|
+
titleMany_other: string;
|
|
308
331
|
description: string;
|
|
332
|
+
descriptionMany_one: string;
|
|
333
|
+
descriptionMany_other: string;
|
|
309
334
|
urlLabel: string;
|
|
310
335
|
destLabel: string;
|
|
311
336
|
sizeLabel: string;
|
|
312
337
|
unknownSize: string;
|
|
338
|
+
itemLabel: string;
|
|
339
|
+
batchNote_one: string;
|
|
340
|
+
batchNote_other: string;
|
|
313
341
|
deny: string;
|
|
314
342
|
allow: string;
|
|
315
343
|
remember: string;
|
|
@@ -391,11 +419,18 @@ declare const UI_CATALOGS: {
|
|
|
391
419
|
pluginDownload: {
|
|
392
420
|
eyebrow: string;
|
|
393
421
|
title: string;
|
|
422
|
+
titleMany_one: string;
|
|
423
|
+
titleMany_other: string;
|
|
394
424
|
description: string;
|
|
425
|
+
descriptionMany_one: string;
|
|
426
|
+
descriptionMany_other: string;
|
|
395
427
|
urlLabel: string;
|
|
396
428
|
destLabel: string;
|
|
397
429
|
sizeLabel: string;
|
|
398
430
|
unknownSize: string;
|
|
431
|
+
itemLabel: string;
|
|
432
|
+
batchNote_one: string;
|
|
433
|
+
batchNote_other: string;
|
|
399
434
|
deny: string;
|
|
400
435
|
allow: string;
|
|
401
436
|
remember: string;
|
|
@@ -477,11 +512,18 @@ declare const UI_CATALOGS: {
|
|
|
477
512
|
pluginDownload: {
|
|
478
513
|
eyebrow: string;
|
|
479
514
|
title: string;
|
|
515
|
+
titleMany_one: string;
|
|
516
|
+
titleMany_other: string;
|
|
480
517
|
description: string;
|
|
518
|
+
descriptionMany_one: string;
|
|
519
|
+
descriptionMany_other: string;
|
|
481
520
|
urlLabel: string;
|
|
482
521
|
destLabel: string;
|
|
483
522
|
sizeLabel: string;
|
|
484
523
|
unknownSize: string;
|
|
524
|
+
itemLabel: string;
|
|
525
|
+
batchNote_one: string;
|
|
526
|
+
batchNote_other: string;
|
|
485
527
|
deny: string;
|
|
486
528
|
allow: string;
|
|
487
529
|
remember: string;
|
package/package.json
CHANGED
package/src/catalogs/de.json
CHANGED
|
@@ -172,6 +172,7 @@
|
|
|
172
172
|
"privacy": "Datenschutz",
|
|
173
173
|
"archive": "Archiv",
|
|
174
174
|
"plugins": "Plugins",
|
|
175
|
+
"marketplace": "Marktplatz",
|
|
175
176
|
"sync": "Sync"
|
|
176
177
|
},
|
|
177
178
|
"section": {
|
|
@@ -341,6 +342,8 @@
|
|
|
341
342
|
"weakPasswordDescription": "Jeder in deinem Netzwerk, der es errät, kann auf die gesamte Bibliothek zugreifen. Lege zuerst unter Einstellungen → Passwort ändern ein stärkeres Passwort fest oder aktiviere die Freigabe trotzdem.",
|
|
342
343
|
"enableAnyway": "Freigabe trotzdem aktivieren",
|
|
343
344
|
"primaryHint": "Auf einem Gerät im gleichen WLAN öffnen.",
|
|
345
|
+
"localHint": "Die Adresse der Desktop-App — im Browser öffnen oder kopieren.",
|
|
346
|
+
"open": "Im Browser öffnen",
|
|
344
347
|
"portAdjustedTitle": "Port {{preferred}} ist belegt — der Server lauscht jetzt auf {{actual}}.",
|
|
345
348
|
"portAdjustedHint": "Öffne diese Adresse von anderen Geräten mit dem neuen Port.",
|
|
346
349
|
"portAdjustedDismiss": "Ausblenden",
|
|
@@ -355,6 +358,14 @@
|
|
|
355
358
|
"title": "Im Infobereich starten",
|
|
356
359
|
"description": "Kein Fenster, bis du im Infobereich „Öffnen“ wählst."
|
|
357
360
|
},
|
|
361
|
+
"signInOnLaunch": {
|
|
362
|
+
"title": "Bei jedem Start anmelden",
|
|
363
|
+
"description": "Bei jedem Öffnen der App erneut anmelden."
|
|
364
|
+
},
|
|
365
|
+
"signInOnWindowOpen": {
|
|
366
|
+
"title": "Beim erneuten Öffnen aus dem Infobereich anmelden",
|
|
367
|
+
"description": "Bei jedem erneuten Öffnen nach dem Schließen (Infobereich, zweiter Start) anmelden."
|
|
368
|
+
},
|
|
358
369
|
"autoUpdate": {
|
|
359
370
|
"title": "Automatische Updates",
|
|
360
371
|
"description": "GitHub-Releases im Hintergrund herunterladen. Ein Neustart wird immer bestätigt."
|
|
@@ -513,6 +524,37 @@
|
|
|
513
524
|
"download": "Downloads"
|
|
514
525
|
}
|
|
515
526
|
},
|
|
527
|
+
"marketplace": {
|
|
528
|
+
"title": "Plugin-Marktplatz",
|
|
529
|
+
"description": "Plugins, die als GitHub-Releases veröffentlicht und über ein eigenes Registry-Repository gefunden werden.",
|
|
530
|
+
"registryRepoLabel": "Adresse des Registry-Repositories",
|
|
531
|
+
"registryPlaceholder": "https://github.com/me/hoardodile-plugins",
|
|
532
|
+
"setupHint": "Gib die Adresse eines GitHub-Repositorys an, dessen registry.json im Stammverzeichnis die Plugin-Repository-Adressen auflistet (eine pro Zeile). Alles andere — Namen, Versionen, Berechtigungen, Release-Notizen — wird automatisch aus jedem Repository und seinen Releases gelesen.",
|
|
533
|
+
"save": "Speichern",
|
|
534
|
+
"disable": "Deaktivieren",
|
|
535
|
+
"saved": "Marktplatz nutzt jetzt {{repo}}",
|
|
536
|
+
"notConfiguredHint": "Kein Registry-Repository konfiguriert — trage oben eine Adresse ein, um als GitHub-Releases veröffentlichte Plugins aufzulisten.",
|
|
537
|
+
"loading": "Katalog wird geladen…",
|
|
538
|
+
"loadFailed": "Marktplatz-Aktualisierung fehlgeschlagen: {{message}}",
|
|
539
|
+
"refreshedAt": "Zuletzt aktualisiert {{time}}",
|
|
540
|
+
"refresh": "Aktualisieren",
|
|
541
|
+
"refreshed": "Marktplatz aktualisiert",
|
|
542
|
+
"refreshFailed": "Marktplatz-Aktualisierung fehlgeschlagen",
|
|
543
|
+
"emptyHint": "Das Registry enthält noch keine Plugins. Füge Repository-Adressen zu registry.json hinzu und aktualisiere.",
|
|
544
|
+
"registryErrorsTitle": "Registry-Einträge, die nicht geladen werden konnten",
|
|
545
|
+
"install": "Installieren",
|
|
546
|
+
"update": "Aktualisieren",
|
|
547
|
+
"updateTo": "Auf v{{version}} aktualisieren",
|
|
548
|
+
"installed": "v{{version}} installiert",
|
|
549
|
+
"noRelease": "Noch kein GitHub-Release",
|
|
550
|
+
"release": "Release",
|
|
551
|
+
"installConfirmTitle": "Plugin von GitHub installieren?",
|
|
552
|
+
"updateConfirmTitle": "{{name}} aktualisieren?",
|
|
553
|
+
"installing": "Installiere…",
|
|
554
|
+
"installConfirmNote": "Es wird Servercode aus dem oben genannten GitHub-Repository installiert und im selben eingeschränkten Sandbox ausgeführt wie jedes Plugin. Die deklarierten Berechtigungen sind oben aufgeführt. Installiere nur aus vertrauenswürdigen Repositories.",
|
|
555
|
+
"installSuccess": "{{name}} installiert",
|
|
556
|
+
"updateSuccess": "{{name}} auf v{{version}} aktualisiert"
|
|
557
|
+
},
|
|
516
558
|
"overview": {
|
|
517
559
|
"usageHistory": {
|
|
518
560
|
"title": "Nutzungsverlauf"
|
|
@@ -887,7 +929,9 @@
|
|
|
887
929
|
"untitledHeading": "Unbenannte Überschrift",
|
|
888
930
|
"detailMeta": {
|
|
889
931
|
"chars_one": "{{count, number}} Zeichen",
|
|
890
|
-
"chars_other": "{{count, number}} Zeichen"
|
|
932
|
+
"chars_other": "{{count, number}} Zeichen",
|
|
933
|
+
"created": "Erstellt {{time}}",
|
|
934
|
+
"updated": "Aktualisiert {{time}}"
|
|
891
935
|
},
|
|
892
936
|
"notes": {
|
|
893
937
|
"tab": "Notizen",
|
|
@@ -922,6 +966,7 @@
|
|
|
922
966
|
"committed": "Version festgeschrieben",
|
|
923
967
|
"contentTooLarge": "Inhalt überschreitet das maximale Zeichenlimit",
|
|
924
968
|
"versionLoadFailed": "Versionsinhalt konnte nicht geladen werden",
|
|
969
|
+
"diffFailed": "Die Dokumentdifferenz konnte nicht berechnet werden",
|
|
925
970
|
"savedLocally": "Auf diesem Gerät gespeichert",
|
|
926
971
|
"resolveConflictFirst": "Löse den Offline-Konflikt, bevor du festschreibst",
|
|
927
972
|
"movedToTrash": "In den Papierkorb verschoben",
|
package/src/catalogs/en.json
CHANGED
|
@@ -172,6 +172,7 @@
|
|
|
172
172
|
"privacy": "Privacy",
|
|
173
173
|
"archive": "Archive",
|
|
174
174
|
"plugins": "Plugins",
|
|
175
|
+
"marketplace": "Marketplace",
|
|
175
176
|
"sync": "Sync"
|
|
176
177
|
},
|
|
177
178
|
"section": {
|
|
@@ -341,6 +342,8 @@
|
|
|
341
342
|
"weakPasswordDescription": "Anyone on your network who guesses it can access the whole library. Set a stronger password in Settings → Change password first, or enable sharing anyway.",
|
|
342
343
|
"enableAnyway": "Enable sharing anyway",
|
|
343
344
|
"primaryHint": "Open on a device on the same Wi-Fi.",
|
|
345
|
+
"localHint": "The address the desktop app uses — open it in a browser or copy it.",
|
|
346
|
+
"open": "Open in browser",
|
|
344
347
|
"portAdjustedTitle": "Port {{preferred}} is in use — the server is now listening on {{actual}}.",
|
|
345
348
|
"portAdjustedHint": "Open this address from other devices with the new port.",
|
|
346
349
|
"portAdjustedDismiss": "Dismiss",
|
|
@@ -355,6 +358,14 @@
|
|
|
355
358
|
"title": "Start in tray",
|
|
356
359
|
"description": "No window until you choose Open from the tray."
|
|
357
360
|
},
|
|
361
|
+
"signInOnLaunch": {
|
|
362
|
+
"title": "Require sign-in on launch",
|
|
363
|
+
"description": "Sign in again every time you open the app."
|
|
364
|
+
},
|
|
365
|
+
"signInOnWindowOpen": {
|
|
366
|
+
"title": "Require sign-in when reopening from the tray",
|
|
367
|
+
"description": "Sign in again whenever the window was closed (tray, second launch)."
|
|
368
|
+
},
|
|
358
369
|
"autoUpdate": {
|
|
359
370
|
"title": "Automatic updates",
|
|
360
371
|
"description": "Download GitHub releases in the background. Restart is always confirmed."
|
|
@@ -513,6 +524,37 @@
|
|
|
513
524
|
"download": "Downloads"
|
|
514
525
|
}
|
|
515
526
|
},
|
|
527
|
+
"marketplace": {
|
|
528
|
+
"title": "Plugin marketplace",
|
|
529
|
+
"description": "Plugins published as GitHub releases, discovered through a registry repo you own.",
|
|
530
|
+
"registryRepoLabel": "Registry repo address",
|
|
531
|
+
"registryPlaceholder": "https://github.com/me/hoardodile-plugins",
|
|
532
|
+
"setupHint": "Paste a GitHub repository whose root registry.json lists your plugin repository addresses (one per line). Everything else — names, versions, permissions, release notes — is read automatically from each repo and its releases.",
|
|
533
|
+
"save": "Save",
|
|
534
|
+
"disable": "Disable",
|
|
535
|
+
"saved": "Marketplace now uses {{repo}}",
|
|
536
|
+
"notConfiguredHint": "No registry repo configured — paste one above to list plugins published as GitHub releases.",
|
|
537
|
+
"loading": "Loading catalog…",
|
|
538
|
+
"loadFailed": "Marketplace refresh failed: {{message}}",
|
|
539
|
+
"refreshedAt": "Last refreshed {{time}}",
|
|
540
|
+
"refresh": "Refresh",
|
|
541
|
+
"refreshed": "Marketplace refreshed",
|
|
542
|
+
"refreshFailed": "Marketplace refresh failed",
|
|
543
|
+
"emptyHint": "The registry lists no plugins yet. Add repository addresses to registry.json and refresh.",
|
|
544
|
+
"registryErrorsTitle": "Registry entries that could not be loaded",
|
|
545
|
+
"install": "Install",
|
|
546
|
+
"update": "Update",
|
|
547
|
+
"updateTo": "Update to v{{version}}",
|
|
548
|
+
"installed": "Installed v{{version}}",
|
|
549
|
+
"noRelease": "No GitHub release yet",
|
|
550
|
+
"release": "Release",
|
|
551
|
+
"installConfirmTitle": "Install plugin from GitHub?",
|
|
552
|
+
"updateConfirmTitle": "Update {{name}}?",
|
|
553
|
+
"installing": "Installing…",
|
|
554
|
+
"installConfirmNote": "This installs server-side code from the GitHub repository above, running in the same restricted sandbox as every plugin. The declared permissions are shown above. Only install from repositories you trust.",
|
|
555
|
+
"installSuccess": "Installed {{name}}",
|
|
556
|
+
"updateSuccess": "Updated {{name}} to v{{version}}"
|
|
557
|
+
},
|
|
516
558
|
"overview": {
|
|
517
559
|
"usageHistory": {
|
|
518
560
|
"title": "Usage history"
|
|
@@ -887,7 +929,9 @@
|
|
|
887
929
|
"untitledHeading": "Untitled heading",
|
|
888
930
|
"detailMeta": {
|
|
889
931
|
"chars_one": "{{count, number}} char",
|
|
890
|
-
"chars_other": "{{count, number}} chars"
|
|
932
|
+
"chars_other": "{{count, number}} chars",
|
|
933
|
+
"created": "Created {{time}}",
|
|
934
|
+
"updated": "Updated {{time}}"
|
|
891
935
|
},
|
|
892
936
|
"notes": {
|
|
893
937
|
"tab": "Notes",
|
|
@@ -922,6 +966,7 @@
|
|
|
922
966
|
"committed": "Version committed",
|
|
923
967
|
"contentTooLarge": "Content exceeds maximum character limit",
|
|
924
968
|
"versionLoadFailed": "Could not load version content",
|
|
969
|
+
"diffFailed": "Could not compute the document diff",
|
|
925
970
|
"savedLocally": "Saved on this device",
|
|
926
971
|
"resolveConflictFirst": "Resolve the offline conflict before committing",
|
|
927
972
|
"movedToTrash": "Moved to recycle bin",
|
package/src/catalogs/es.json
CHANGED
|
@@ -172,6 +172,7 @@
|
|
|
172
172
|
"privacy": "Privacidad",
|
|
173
173
|
"archive": "Archivo",
|
|
174
174
|
"plugins": "Complementos",
|
|
175
|
+
"marketplace": "Mercado",
|
|
175
176
|
"sync": "Sincronización"
|
|
176
177
|
},
|
|
177
178
|
"section": {
|
|
@@ -341,6 +342,8 @@
|
|
|
341
342
|
"weakPasswordDescription": "Quien adivine tu contraseña en tu red puede acceder a toda la biblioteca. Configura antes una contraseña más segura en Ajustes → Cambiar contraseña, o activa la compartición de todos modos.",
|
|
342
343
|
"enableAnyway": "Activar la compartición de todos modos",
|
|
343
344
|
"primaryHint": "Ábrelo en un dispositivo de la misma Wi-Fi.",
|
|
345
|
+
"localHint": "La dirección que usa la aplicación de escritorio: ábrela en el navegador o cópiala.",
|
|
346
|
+
"open": "Abrir en el navegador",
|
|
344
347
|
"portAdjustedTitle": "El puerto {{preferred}} está en uso — el servidor ahora escucha en {{actual}}.",
|
|
345
348
|
"portAdjustedHint": "Abre esta dirección desde otros dispositivos con el nuevo puerto.",
|
|
346
349
|
"portAdjustedDismiss": "Descartar",
|
|
@@ -355,6 +358,14 @@
|
|
|
355
358
|
"title": "Iniciar en la bandeja",
|
|
356
359
|
"description": "No se abre ninguna ventana hasta que elijas Abrir desde la bandeja."
|
|
357
360
|
},
|
|
361
|
+
"signInOnLaunch": {
|
|
362
|
+
"title": "Iniciar sesión en cada inicio",
|
|
363
|
+
"description": "Inicia sesión de nuevo cada vez que abras la app."
|
|
364
|
+
},
|
|
365
|
+
"signInOnWindowOpen": {
|
|
366
|
+
"title": "Iniciar sesión al reabrir desde la bandeja",
|
|
367
|
+
"description": "Inicia sesión de nuevo tras cerrar la ventana (bandeja, segundo inicio)."
|
|
368
|
+
},
|
|
358
369
|
"autoUpdate": {
|
|
359
370
|
"title": "Actualizaciones automáticas",
|
|
360
371
|
"description": "Descarga las publicaciones de GitHub en segundo plano. El reinicio siempre se confirma."
|
|
@@ -513,6 +524,37 @@
|
|
|
513
524
|
"download": "Descargas"
|
|
514
525
|
}
|
|
515
526
|
},
|
|
527
|
+
"marketplace": {
|
|
528
|
+
"title": "Mercado de plugins",
|
|
529
|
+
"description": "Complementos publicados como lanzamientos de GitHub, descubiertos mediante un repositorio de registro propio.",
|
|
530
|
+
"registryRepoLabel": "Dirección del repositorio de registro",
|
|
531
|
+
"registryPlaceholder": "https://github.com/me/hoardodile-plugins",
|
|
532
|
+
"setupHint": "Escribe la dirección de un repositorio de GitHub cuya raíz contenga registry.json con las direcciones de tus repositorios de plugins (una por línea). El resto —nombres, versiones, permisos, notas— se lee automáticamente de cada repositorio y sus lanzamientos.",
|
|
533
|
+
"save": "Guardar",
|
|
534
|
+
"disable": "Desactivar",
|
|
535
|
+
"saved": "El mercado usa {{repo}}",
|
|
536
|
+
"notConfiguredHint": "No hay repositorio de registro configurado: escribe uno arriba para listar los plugins publicados como lanzamientos de GitHub.",
|
|
537
|
+
"loading": "Cargando el catálogo…",
|
|
538
|
+
"loadFailed": "Error al actualizar el mercado: {{message}}",
|
|
539
|
+
"refreshedAt": "Última actualización {{time}}",
|
|
540
|
+
"refresh": "Actualizar",
|
|
541
|
+
"refreshed": "Mercado actualizado",
|
|
542
|
+
"refreshFailed": "Error al actualizar el mercado",
|
|
543
|
+
"emptyHint": "El registro no incluye plugins todavía. Añade direcciones a registry.json y actualiza.",
|
|
544
|
+
"registryErrorsTitle": "Entradas del registro que no se pudieron cargar",
|
|
545
|
+
"install": "Instalar",
|
|
546
|
+
"update": "Actualizar",
|
|
547
|
+
"updateTo": "Actualizar a v{{version}}",
|
|
548
|
+
"installed": "Instalado v{{version}}",
|
|
549
|
+
"noRelease": "Aún no hay lanzamiento de GitHub",
|
|
550
|
+
"release": "Lanzamiento",
|
|
551
|
+
"installConfirmTitle": "¿Instalar el plugin desde GitHub?",
|
|
552
|
+
"updateConfirmTitle": "¿Actualizar {{name}}?",
|
|
553
|
+
"installing": "Instalando…",
|
|
554
|
+
"installConfirmNote": "Se instalará código de servidor desde el repositorio de GitHub indicado y se ejecutará en el mismo sandbox restringido que cualquier plugin. Los permisos declarados se muestran arriba. Instala solo desde repositorios de confianza.",
|
|
555
|
+
"installSuccess": "Instalado {{name}}",
|
|
556
|
+
"updateSuccess": "{{name}} actualizado a v{{version}}"
|
|
557
|
+
},
|
|
516
558
|
"overview": {
|
|
517
559
|
"usageHistory": {
|
|
518
560
|
"title": "Historial de uso"
|
|
@@ -887,7 +929,9 @@
|
|
|
887
929
|
"untitledHeading": "Encabezado sin título",
|
|
888
930
|
"detailMeta": {
|
|
889
931
|
"chars_one": "{{count, number}} carácter",
|
|
890
|
-
"chars_other": "{{count, number}} caracteres"
|
|
932
|
+
"chars_other": "{{count, number}} caracteres",
|
|
933
|
+
"created": "Creado {{time}}",
|
|
934
|
+
"updated": "Actualizado {{time}}"
|
|
891
935
|
},
|
|
892
936
|
"notes": {
|
|
893
937
|
"tab": "Notas",
|
|
@@ -922,6 +966,7 @@
|
|
|
922
966
|
"committed": "Versión confirmada",
|
|
923
967
|
"contentTooLarge": "El contenido supera el límite máximo de caracteres",
|
|
924
968
|
"versionLoadFailed": "No se pudo cargar el contenido de la versión",
|
|
969
|
+
"diffFailed": "No se pudo calcular la diferencia del documento",
|
|
925
970
|
"savedLocally": "Guardado en este dispositivo",
|
|
926
971
|
"resolveConflictFirst": "Resuelve el conflicto sin conexión antes de confirmar",
|
|
927
972
|
"movedToTrash": "Movido a la papelera",
|
package/src/catalogs/ja.json
CHANGED
|
@@ -172,6 +172,7 @@
|
|
|
172
172
|
"privacy": "プライバシー",
|
|
173
173
|
"archive": "アーカイブ",
|
|
174
174
|
"plugins": "プラグイン",
|
|
175
|
+
"marketplace": "マーケット",
|
|
175
176
|
"sync": "同期"
|
|
176
177
|
},
|
|
177
178
|
"section": {
|
|
@@ -341,6 +342,8 @@
|
|
|
341
342
|
"weakPasswordDescription": "ネットワーク上の誰でも推測できればライブラリ全体にアクセスできます。まず「設定 → パスワード変更」でより強いパスワードを設定するか、それでも共有を有効にしてください。",
|
|
342
343
|
"enableAnyway": "それでも共有を有効化",
|
|
343
344
|
"primaryHint": "同じ Wi-Fi 上のデバイスで開いてください。",
|
|
345
|
+
"localHint": "デスクトップアプリが使用するアドレス — ブラウザーで開くか、コピーしてください。",
|
|
346
|
+
"open": "ブラウザーで開く",
|
|
344
347
|
"portAdjustedTitle": "ポート {{preferred}} は使用中のため、サーバーは現在 {{actual}} で待ち受けています。",
|
|
345
348
|
"portAdjustedHint": "新しいポートで、他のデバイスからこのアドレスを開いてください。",
|
|
346
349
|
"portAdjustedDismiss": "閉じる",
|
|
@@ -355,6 +358,14 @@
|
|
|
355
358
|
"title": "トレイで起動",
|
|
356
359
|
"description": "トレイから「開く」を選択するまでウィンドウは表示されません。"
|
|
357
360
|
},
|
|
361
|
+
"signInOnLaunch": {
|
|
362
|
+
"title": "起動のたびにサインイン",
|
|
363
|
+
"description": "アプリを開くたびに再度サインインします。"
|
|
364
|
+
},
|
|
365
|
+
"signInOnWindowOpen": {
|
|
366
|
+
"title": "トレイから再度開くときもサインイン",
|
|
367
|
+
"description": "ウィンドウを閉じた後に再度開くとき(トレイ、再起動)はサインインします。"
|
|
368
|
+
},
|
|
358
369
|
"autoUpdate": {
|
|
359
370
|
"title": "自動更新",
|
|
360
371
|
"description": "GitHub リリースをバックグラウンドでダウンロードします。再起動は常に確認されます。"
|
|
@@ -513,6 +524,37 @@
|
|
|
513
524
|
"download": "ダウンロード"
|
|
514
525
|
}
|
|
515
526
|
},
|
|
527
|
+
"marketplace": {
|
|
528
|
+
"title": "プラグインマーケット",
|
|
529
|
+
"description": "GitHub リリースで公開されたプラグインを、自分が所有するレジストリリポジトリ経由で一覧します。",
|
|
530
|
+
"registryRepoLabel": "レジストリリポジトリのアドレス",
|
|
531
|
+
"registryPlaceholder": "https://github.com/me/hoardodile-plugins",
|
|
532
|
+
"setupHint": "ルートに registry.json(プラグインリポジトリのアドレスを1行ずつ)を持つ GitHub リポジトリを入力してください。名前・バージョン・権限・リリースノートは自動的に各リポジトリとリリースから取得されます。",
|
|
533
|
+
"save": "保存",
|
|
534
|
+
"disable": "無効化",
|
|
535
|
+
"saved": "マーケットは {{repo}} を使用します",
|
|
536
|
+
"notConfiguredHint": "レジストリリポジトリが未設定です。上の欄にアドレスを入力すると、GitHub リリースで公開されたプラグインが表示されます。",
|
|
537
|
+
"loading": "カタログを読み込み中…",
|
|
538
|
+
"loadFailed": "マーケットの更新に失敗しました: {{message}}",
|
|
539
|
+
"refreshedAt": "最終更新 {{time}}",
|
|
540
|
+
"refresh": "更新",
|
|
541
|
+
"refreshed": "マーケットを更新しました",
|
|
542
|
+
"refreshFailed": "マーケットの更新に失敗しました",
|
|
543
|
+
"emptyHint": "レジストリにプラグインがまだありません。registry.json にリポジトリを追加して更新してください。",
|
|
544
|
+
"registryErrorsTitle": "読み込めなかったレジストリ項目",
|
|
545
|
+
"install": "インストール",
|
|
546
|
+
"update": "更新",
|
|
547
|
+
"updateTo": "v{{version}} に更新",
|
|
548
|
+
"installed": "v{{version}} インストール済み",
|
|
549
|
+
"noRelease": "GitHub リリースはまだありません",
|
|
550
|
+
"release": "リリース",
|
|
551
|
+
"installConfirmTitle": "GitHub からプラグインをインストールしますか?",
|
|
552
|
+
"updateConfirmTitle": "{{name}} を更新しますか?",
|
|
553
|
+
"installing": "インストール中…",
|
|
554
|
+
"installConfirmNote": "上記の GitHub リポジトリからサーバー側コードをインストールします。他のプラグインと同じ制限付きサンドボックスで実行され、宣言された権限は上に表示されています。信頼できるリポジトリからのみインストールしてください。",
|
|
555
|
+
"installSuccess": "{{name}} をインストールしました",
|
|
556
|
+
"updateSuccess": "{{name}} を v{{version}} に更新しました"
|
|
557
|
+
},
|
|
516
558
|
"overview": {
|
|
517
559
|
"usageHistory": {
|
|
518
560
|
"title": "利用履歴"
|
|
@@ -887,7 +929,9 @@
|
|
|
887
929
|
"untitledHeading": "無題の見出し",
|
|
888
930
|
"detailMeta": {
|
|
889
931
|
"chars_one": "{{count, number}} 文字",
|
|
890
|
-
"chars_other": "{{count, number}} 文字"
|
|
932
|
+
"chars_other": "{{count, number}} 文字",
|
|
933
|
+
"created": "作成: {{time}}",
|
|
934
|
+
"updated": "更新: {{time}}"
|
|
891
935
|
},
|
|
892
936
|
"notes": {
|
|
893
937
|
"tab": "メモ",
|
|
@@ -922,6 +966,7 @@
|
|
|
922
966
|
"committed": "バージョンをコミットしました",
|
|
923
967
|
"contentTooLarge": "内容が最大文字数を超えています",
|
|
924
968
|
"versionLoadFailed": "バージョンの内容を読み込めませんでした",
|
|
969
|
+
"diffFailed": "ドキュメントの差分を計算できませんでした",
|
|
925
970
|
"savedLocally": "このデバイスに保存しました",
|
|
926
971
|
"resolveConflictFirst": "コミットする前にオフラインの競合を解決してください",
|
|
927
972
|
"movedToTrash": "ごみ箱に移動しました",
|
package/src/catalogs/zh.json
CHANGED
|
@@ -172,6 +172,7 @@
|
|
|
172
172
|
"privacy": "隐私",
|
|
173
173
|
"archive": "归档",
|
|
174
174
|
"plugins": "插件",
|
|
175
|
+
"marketplace": "插件市场",
|
|
175
176
|
"sync": "同步"
|
|
176
177
|
},
|
|
177
178
|
"section": {
|
|
@@ -341,6 +342,8 @@
|
|
|
341
342
|
"weakPasswordDescription": "任何人猜到密码都可以访问整个内容库。请先在 设置 → 修改密码 中设置更强的密码,或仍然启用共享。",
|
|
342
343
|
"enableAnyway": "仍然启用共享",
|
|
343
344
|
"primaryHint": "用同一 Wi-Fi 的手机或电脑打开",
|
|
345
|
+
"localHint": "桌面应用使用的地址——可在浏览器中打开,也可复制。",
|
|
346
|
+
"open": "在浏览器中打开",
|
|
344
347
|
"portAdjustedTitle": "端口 {{preferred}} 被占用,服务器已在 {{actual}} 上运行。",
|
|
345
348
|
"portAdjustedHint": "从其他设备访问时请使用新端口。",
|
|
346
349
|
"portAdjustedDismiss": "关闭提示",
|
|
@@ -355,6 +358,14 @@
|
|
|
355
358
|
"title": "启动到托盘",
|
|
356
359
|
"description": "在托盘中选择打开之前不显示窗口。"
|
|
357
360
|
},
|
|
361
|
+
"signInOnLaunch": {
|
|
362
|
+
"title": "每次启动需要登录",
|
|
363
|
+
"description": "每次打开应用都需要重新登录。"
|
|
364
|
+
},
|
|
365
|
+
"signInOnWindowOpen": {
|
|
366
|
+
"title": "从托盘再次打开需要登录",
|
|
367
|
+
"description": "关闭窗口后再次打开(托盘、再次启动)需要重新登录。"
|
|
368
|
+
},
|
|
358
369
|
"autoUpdate": {
|
|
359
370
|
"title": "自动更新",
|
|
360
371
|
"description": "在后台下载 GitHub 发行版。重启前始终需要确认。"
|
|
@@ -513,6 +524,37 @@
|
|
|
513
524
|
"download": "下载"
|
|
514
525
|
}
|
|
515
526
|
},
|
|
527
|
+
"marketplace": {
|
|
528
|
+
"title": "插件市场",
|
|
529
|
+
"description": "通过你个人注册单仓库收录的、以 GitHub Release 发布的插件。",
|
|
530
|
+
"registryRepoLabel": "注册单仓库地址",
|
|
531
|
+
"registryPlaceholder": "https://github.com/me/hoardodile-plugins",
|
|
532
|
+
"setupHint": "填写一个 GitHub 仓库地址,其根目录 registry.json 按行列出插件仓库地址。其余信息——名称、版本、权限、发布说明——都会自动从各仓库及其 Release 读取。",
|
|
533
|
+
"save": "保存",
|
|
534
|
+
"disable": "停用",
|
|
535
|
+
"saved": "插件市场已使用 {{repo}}",
|
|
536
|
+
"notConfiguredHint": "尚未配置注册单仓库——填入上方地址即可陈列以 GitHub Release 发布的插件。",
|
|
537
|
+
"loading": "正在加载目录…",
|
|
538
|
+
"loadFailed": "插件市场刷新失败:{{message}}",
|
|
539
|
+
"refreshedAt": "上次刷新 {{time}}",
|
|
540
|
+
"refresh": "刷新",
|
|
541
|
+
"refreshed": "插件市场已刷新",
|
|
542
|
+
"refreshFailed": "插件市场刷新失败",
|
|
543
|
+
"emptyHint": "注册单还没有收录任何插件。在 registry.json 中添加仓库地址后刷新即可。",
|
|
544
|
+
"registryErrorsTitle": "无法加载的注册单条目",
|
|
545
|
+
"install": "安装",
|
|
546
|
+
"update": "更新",
|
|
547
|
+
"updateTo": "更新到 v{{version}}",
|
|
548
|
+
"installed": "已安装 v{{version}}",
|
|
549
|
+
"noRelease": "尚未发布 Release",
|
|
550
|
+
"release": "Release",
|
|
551
|
+
"installConfirmTitle": "从 GitHub 安装插件?",
|
|
552
|
+
"updateConfirmTitle": "更新 {{name}}?",
|
|
553
|
+
"installing": "正在安装…",
|
|
554
|
+
"installConfirmNote": "该操作会从上述 GitHub 仓库安装服务端代码,并与所有插件一样运行在受限沙箱中。上方展示了声明的权限。请只安装你信任的仓库。",
|
|
555
|
+
"installSuccess": "已安装 {{name}}",
|
|
556
|
+
"updateSuccess": "已将 {{name}} 更新到 v{{version}}"
|
|
557
|
+
},
|
|
516
558
|
"overview": {
|
|
517
559
|
"usageHistory": {
|
|
518
560
|
"title": "使用记录"
|
|
@@ -892,6 +934,7 @@
|
|
|
892
934
|
"moveFailed": "移动失败",
|
|
893
935
|
"contentTooLarge": "内容超出最大字数限制",
|
|
894
936
|
"versionLoadFailed": "版本内容加载失败",
|
|
937
|
+
"diffFailed": "无法计算文档差异",
|
|
895
938
|
"savedLocally": "已保存到本机",
|
|
896
939
|
"resolveConflictFirst": "请先处理离线冲突再提交"
|
|
897
940
|
},
|
|
@@ -905,7 +948,9 @@
|
|
|
905
948
|
"untitledHeading": "无标题",
|
|
906
949
|
"detailMeta": {
|
|
907
950
|
"chars_one": "{{count, number}} 字",
|
|
908
|
-
"chars_other": "{{count, number}} 字"
|
|
951
|
+
"chars_other": "{{count, number}} 字",
|
|
952
|
+
"created": "创建于 {{time}}",
|
|
953
|
+
"updated": "更新于 {{time}}"
|
|
909
954
|
},
|
|
910
955
|
"notes": {
|
|
911
956
|
"tab": "笔记",
|
package/src/ui/de.json
CHANGED
|
@@ -20,11 +20,18 @@
|
|
|
20
20
|
"pluginDownload": {
|
|
21
21
|
"eyebrow": "Plugin-Download",
|
|
22
22
|
"title": "Diese Datei herunterladen?",
|
|
23
|
+
"titleMany_one": "Diese Datei herunterladen?",
|
|
24
|
+
"titleMany_other": "Diese {{count}} Dateien herunterladen?",
|
|
23
25
|
"description": "{{pluginName}} möchte eine Datei in seinen eigenen Speicherordner herunterladen. Die Datei wird von der unten stehenden URL geladen und nur innerhalb des Plugin-Ordners gespeichert.",
|
|
26
|
+
"descriptionMany_one": "{{pluginName}} möchte eine Datei in seinen eigenen Speicherordner herunterladen. Die Datei wird von der unten stehenden URL geladen und nur innerhalb des Plugin-Ordners gespeichert.",
|
|
27
|
+
"descriptionMany_other": "{{pluginName}} möchte {{count}} Dateien in seinen eigenen Speicherordner herunterladen. Die Dateien werden von den unten stehenden URLs geladen und nur innerhalb des Plugin-Ordners gespeichert.",
|
|
24
28
|
"urlLabel": "URL",
|
|
25
29
|
"destLabel": "Ziel",
|
|
26
30
|
"sizeLabel": "Größe",
|
|
27
31
|
"unknownSize": "unbekannt",
|
|
32
|
+
"itemLabel": "Datei {{index}}",
|
|
33
|
+
"batchNote_one": "Die Datei wird gemeinsam behandelt: Erlauben lädt sie herunter, Ablehnen nicht.",
|
|
34
|
+
"batchNote_other": "Alle {{count}} Dateien werden gemeinsam behandelt: Erlauben lädt alle herunter, Ablehnen keine.",
|
|
28
35
|
"deny": "Ablehnen",
|
|
29
36
|
"allow": "Erlauben",
|
|
30
37
|
"remember": "Für diese Sitzung merken (keine weiteren Rückfragen dieses Plugins)"
|
package/src/ui/en.json
CHANGED
|
@@ -20,11 +20,18 @@
|
|
|
20
20
|
"pluginDownload": {
|
|
21
21
|
"eyebrow": "Plugin download",
|
|
22
22
|
"title": "Download this file?",
|
|
23
|
+
"titleMany_one": "Download this file?",
|
|
24
|
+
"titleMany_other": "Download these {{count}} files?",
|
|
23
25
|
"description": "{{pluginName}} wants to download a file into its own storage folder. The file is fetched from the URL below and stored only inside the plugin's folder.",
|
|
26
|
+
"descriptionMany_one": "{{pluginName}} wants to download a file into its own storage folder. The file is fetched from the URL below and stored only inside the plugin's folder.",
|
|
27
|
+
"descriptionMany_other": "{{pluginName}} wants to download {{count}} files into its own storage folder. The files are fetched from the URLs below and stored only inside the plugin's folder.",
|
|
24
28
|
"urlLabel": "URL",
|
|
25
29
|
"destLabel": "Destination",
|
|
26
30
|
"sizeLabel": "Size",
|
|
27
31
|
"unknownSize": "unknown",
|
|
32
|
+
"itemLabel": "File {{index}}",
|
|
33
|
+
"batchNote_one": "The file is handled as a whole: Allow downloads it, Deny downloads none.",
|
|
34
|
+
"batchNote_other": "All {{count}} files are handled together: Allow downloads them all, Deny downloads none.",
|
|
28
35
|
"deny": "Deny",
|
|
29
36
|
"allow": "Allow",
|
|
30
37
|
"remember": "Remember for this session (no more prompts from this plugin)"
|
package/src/ui/es.json
CHANGED
|
@@ -20,11 +20,18 @@
|
|
|
20
20
|
"pluginDownload": {
|
|
21
21
|
"eyebrow": "Descarga de plugin",
|
|
22
22
|
"title": "¿Descargar este archivo?",
|
|
23
|
+
"titleMany_one": "¿Descargar este archivo?",
|
|
24
|
+
"titleMany_other": "¿Descargar estos {{count}} archivos?",
|
|
23
25
|
"description": "{{pluginName}} quiere descargar un archivo a su propia carpeta de almacenamiento. El archivo se obtiene desde la URL siguiente y solo se guarda dentro de la carpeta del plugin.",
|
|
26
|
+
"descriptionMany_one": "{{pluginName}} quiere descargar un archivo a su propia carpeta de almacenamiento. El archivo se obtiene desde la URL siguiente y solo se guarda dentro de la carpeta del plugin.",
|
|
27
|
+
"descriptionMany_other": "{{pluginName}} quiere descargar {{count}} archivos a su propia carpeta de almacenamiento. Los archivos se obtienen desde las URLs siguientes y solo se guardan dentro de la carpeta del plugin.",
|
|
24
28
|
"urlLabel": "URL",
|
|
25
29
|
"destLabel": "Destino",
|
|
26
30
|
"sizeLabel": "Tamaño",
|
|
27
31
|
"unknownSize": "desconocido",
|
|
32
|
+
"itemLabel": "Archivo {{index}}",
|
|
33
|
+
"batchNote_one": "El archivo se trata de forma conjunta: Permitir lo descarga, Rechazar no lo descarga.",
|
|
34
|
+
"batchNote_other": "Los {{count}} archivos se tratan en conjunto: Permitir descarga todos, Rechazar no descarga ninguno.",
|
|
28
35
|
"deny": "Rechazar",
|
|
29
36
|
"allow": "Permitir",
|
|
30
37
|
"remember": "Recordar para esta sesión (sin más avisos de este plugin)"
|
package/src/ui/ja.json
CHANGED
|
@@ -20,11 +20,18 @@
|
|
|
20
20
|
"pluginDownload": {
|
|
21
21
|
"eyebrow": "プラグインのダウンロード",
|
|
22
22
|
"title": "このファイルをダウンロードしますか?",
|
|
23
|
+
"titleMany_one": "このファイルをダウンロードしますか?",
|
|
24
|
+
"titleMany_other": "これら {{count}} 個のファイルをダウンロードしますか?",
|
|
23
25
|
"description": "{{pluginName}} はファイルを自身のストレージフォルダにダウンロードしようとしています。ファイルは下記のURLから取得され、プラグイン自身のフォルダ内にのみ保存されます。",
|
|
26
|
+
"descriptionMany_one": "{{pluginName}} はファイルを自身のストレージフォルダにダウンロードしようとしています。ファイルは下記のURLから取得され、プラグイン自身のフォルダ内にのみ保存されます。",
|
|
27
|
+
"descriptionMany_other": "{{pluginName}} は {{count}} 個のファイルを自身のストレージフォルダにダウンロードしようとしています。ファイルは下記のURLから取得され、プラグイン自身のフォルダ内にのみ保存されます。",
|
|
24
28
|
"urlLabel": "URL",
|
|
25
29
|
"destLabel": "保存先",
|
|
26
30
|
"sizeLabel": "サイズ",
|
|
27
31
|
"unknownSize": "不明",
|
|
32
|
+
"itemLabel": "ファイル {{index}}",
|
|
33
|
+
"batchNote_one": "1 件のファイルとしてまとめて処理されます:許可するとダウンロードされ、拒否するとダウンロードされません。",
|
|
34
|
+
"batchNote_other": "{{count}} 個のファイルはまとめて処理されます:許可するとすべてダウンロードされ、拒否すると何もダウンロードされません。",
|
|
28
35
|
"deny": "拒否",
|
|
29
36
|
"allow": "許可",
|
|
30
37
|
"remember": "このセッションでは記憶する(このプラグインへの確認を省略)"
|