@hoardodile/i18n 0.1.1 → 0.1.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/README.md +1 -1
- package/dist/{catalogs-D1-e8yVx.d.ts → catalogs-P15rGrmg.d.ts} +589 -36
- package/dist/catalogs.d.ts +1 -1
- package/dist/catalogs.js +570 -110
- package/dist/catalogs.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +570 -110
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/catalogs/de.json +114 -22
- package/src/catalogs/en.json +113 -21
- package/src/catalogs/es.json +114 -22
- package/src/catalogs/ja.json +114 -22
- package/src/catalogs/zh.json +115 -23
package/src/catalogs/es.json
CHANGED
|
@@ -105,6 +105,17 @@
|
|
|
105
105
|
"noMatches": "No hay zonas horarias coincidentes."
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
|
+
"appError": {
|
|
109
|
+
"title": "Algo salió mal",
|
|
110
|
+
"description": "No se pudo mostrar esta página. Recarga la aplicación — tus datos están a salvo — o copia los detalles del error en un informe.",
|
|
111
|
+
"details": "Detalles del error",
|
|
112
|
+
"tryAgain": "Reintentar",
|
|
113
|
+
"reload": "Recargar",
|
|
114
|
+
"copyDetails": "Copiar detalles del error",
|
|
115
|
+
"copied": "Detalles del error copiados al portapapeles.",
|
|
116
|
+
"copyFailed": "No se pudo copiar al portapapeles.",
|
|
117
|
+
"reportIssue": "Informar de un problema"
|
|
118
|
+
},
|
|
108
119
|
"appShell": {
|
|
109
120
|
"primaryNav": "Navegación principal",
|
|
110
121
|
"secondaryNav": "Navegación secundaria",
|
|
@@ -118,6 +129,8 @@
|
|
|
118
129
|
"documents": "Documentos",
|
|
119
130
|
"messages": "Mensajes",
|
|
120
131
|
"me": "Ajustes",
|
|
132
|
+
"marketplace": "Mercado",
|
|
133
|
+
"marketplaceUpdatesBadge": "Hay actualizaciones de plugins",
|
|
121
134
|
"feedbackAbout": "Comentarios y acerca",
|
|
122
135
|
"help": "Ayuda"
|
|
123
136
|
},
|
|
@@ -285,8 +298,16 @@
|
|
|
285
298
|
"repository": "Repositorio de GitHub",
|
|
286
299
|
"website": "Sitio web",
|
|
287
300
|
"bugTitle": "Informar de un error",
|
|
288
|
-
"bugDescription": "¿Algo
|
|
289
|
-
"bugAction": "
|
|
301
|
+
"bugDescription": "¿Algo salió mal? Descarga el archivo de registros (registros recientes de la app y del servidor, en un zip) y adjúntalo al issue. Elimina rutas locales y datos personales antes de enviar.",
|
|
302
|
+
"bugAction": "Informar del problema",
|
|
303
|
+
"downloadLogs": "Descargar registros",
|
|
304
|
+
"logsArchiveConfirmTitle": "¿Descargar el archivo de registros?",
|
|
305
|
+
"logsArchiveConfirmNote": "Contiene la actividad reciente de este dispositivo — rutas locales, nombres de archivo y detalles similares. Envíalo solo a mantenedores de confianza y revisa el contenido antes de adjuntarlo.",
|
|
306
|
+
"logsArchiveDownloaded": "Archivo de registros descargado — adjúntalo al issue.",
|
|
307
|
+
"logsArchiveFailed": "No se pudo crear el archivo de registros.",
|
|
308
|
+
"logsArchiving": "Empaquetando…",
|
|
309
|
+
"openLogsFolder": "Abrir carpeta de registros del servidor",
|
|
310
|
+
"openLogsFailed": "No se pudo abrir la carpeta de registros.",
|
|
290
311
|
"featureTitle": "Solicitar una función",
|
|
291
312
|
"featureDescription": "¿Falta algo? Cuéntanos qué construir.",
|
|
292
313
|
"featureAction": "Comparte tu idea",
|
|
@@ -309,8 +330,29 @@
|
|
|
309
330
|
"title": "Conexiones recientes",
|
|
310
331
|
"description": "Cada inicio de sesión con dispositivo, IP y hora. Se guarda solo en este dispositivo; las filas de más de 90 días se eliminan.",
|
|
311
332
|
"empty": "Aún no hay inicios de sesión.",
|
|
333
|
+
"totalLabel_one": "{{count}} inicio de sesión",
|
|
334
|
+
"totalLabel_other": "{{count}} inicios de sesión",
|
|
312
335
|
"loopback": "este dispositivo"
|
|
313
336
|
},
|
|
337
|
+
"network": {
|
|
338
|
+
"title": "Red saliente",
|
|
339
|
+
"description": "El proxy usado para las descargas de plugins y el mercado de plugins. Se detecta desde las variables de entorno o el proxy del sistema; HOARDODILE_PROXY lo sobrescribe.",
|
|
340
|
+
"proxyLabel": "Proxy saliente",
|
|
341
|
+
"sourceNone": "Conexión directa (sin proxy)",
|
|
342
|
+
"sourceEnv": "Proxy de usuario (variables de entorno)",
|
|
343
|
+
"sourceSystem": "Proxy de usuario (sistema)",
|
|
344
|
+
"sourceExplicit": "Proxy de usuario (explícito)",
|
|
345
|
+
"bypassCount_one": "{{count}} host evita el proxy",
|
|
346
|
+
"bypassCount_other": "{{count}} hosts evitan el proxy",
|
|
347
|
+
"test": "Probar conexión con GitHub",
|
|
348
|
+
"testing": "Probando conexión con GitHub…",
|
|
349
|
+
"testSuccess": "GitHub accesible (HTTP {{status}})",
|
|
350
|
+
"testFailed": "GitHub inaccesible: {{message}}",
|
|
351
|
+
"testHint": "Revisa la configuración del proxy (HOARDODILE_PROXY / proxy del sistema / variables de entorno).",
|
|
352
|
+
"connectionLabel": "Conexión con GitHub",
|
|
353
|
+
"notTested": "Sin probar",
|
|
354
|
+
"proxyConfigHint": "Actívalo mediante el proxy del sistema o las variables de entorno (HOARDODILE_PROXY)."
|
|
355
|
+
},
|
|
314
356
|
"desktop": {
|
|
315
357
|
"library": {
|
|
316
358
|
"title": "Carpeta de la biblioteca",
|
|
@@ -386,16 +428,16 @@
|
|
|
386
428
|
"updatePhaseSwapping": "Reemplazando los archivos del servidor…",
|
|
387
429
|
"updatePhaseStarting": "Iniciando el servidor local…",
|
|
388
430
|
"shellCache": {
|
|
389
|
-
"title": "
|
|
390
|
-
"description": "
|
|
431
|
+
"title": "Archivos temporales de la app",
|
|
432
|
+
"description": "Archivos temporales que la app guarda en tu equipo mientras se ejecuta, como las imágenes y el código usados en la interfaz, además de cualquier actualización descargada. Al borrarlos, la app simplemente vuelve a obtener lo que necesita: tu sesión iniciada, la apariencia y los datos sin conexión no se tocan. Una actualización descargada lista para instalar se mantiene.",
|
|
391
433
|
"currentSize": "{{size}}",
|
|
392
434
|
"unavailable": "No disponible",
|
|
393
|
-
"clear": "
|
|
394
|
-
"clearing": "
|
|
395
|
-
"confirmTitle": "¿
|
|
396
|
-
"confirmDescription": "La
|
|
397
|
-
"toastCleared": "
|
|
398
|
-
"clearFailed": "No se
|
|
435
|
+
"clear": "Borrar archivos temporales",
|
|
436
|
+
"clearing": "Borrando…",
|
|
437
|
+
"confirmTitle": "¿Borrar los archivos temporales de la app?",
|
|
438
|
+
"confirmDescription": "La app volverá a obtener lo que necesite la próxima vez que la uses. Tu sesión iniciada, la apariencia y los datos sin conexión no se tocan. Una actualización descargada lista para instalar se mantiene.",
|
|
439
|
+
"toastCleared": "Archivos temporales de la app borrados — {{bytes}} liberados.",
|
|
440
|
+
"clearFailed": "No se pudieron borrar los archivos temporales de la app."
|
|
399
441
|
}
|
|
400
442
|
},
|
|
401
443
|
"usage": {
|
|
@@ -438,13 +480,13 @@
|
|
|
438
480
|
"confirmDescription": "Esto eliminará todas las preferencias del sistema, incluidos tema, idioma, fuente y formato de fecha. La página se recargará con valores predeterminados. Esto no se puede deshacer."
|
|
439
481
|
},
|
|
440
482
|
"systemCache": {
|
|
441
|
-
"title": "
|
|
442
|
-
"description": "
|
|
483
|
+
"title": "Datos en el navegador",
|
|
484
|
+
"description": "Lo que la app guarda en tu navegador: preferencias de apariencia (tema, idioma), registros de uso sin conexión y borradores de documentos guardados. Al borrarlos, la página se recarga y la interfaz vuelve a los valores predeterminados; los recursos y las colecciones del servidor no se tocan.",
|
|
443
485
|
"clear": "Limpiar todo",
|
|
444
486
|
"clearing": "Limpiando…",
|
|
445
|
-
"resetting": "
|
|
446
|
-
"confirmTitle": "¿
|
|
447
|
-
"confirmDescription": "Esto
|
|
487
|
+
"resetting": "Datos del navegador borrados. Recargando…",
|
|
488
|
+
"confirmTitle": "¿Borrar los datos del navegador?",
|
|
489
|
+
"confirmDescription": "Esto borra todos los datos que la app guarda en tu navegador, incluidas las preferencias de apariencia (tema, idioma), los registros de uso sin conexión y los borradores de documentos guardados, y luego recarga la página con la interfaz en los valores predeterminados. Los recursos y las colecciones del servidor no se tocan. Esto no se puede deshacer."
|
|
448
490
|
}
|
|
449
491
|
},
|
|
450
492
|
"plugin": {
|
|
@@ -469,6 +511,10 @@
|
|
|
469
511
|
"missingSource": "falta el origen",
|
|
470
512
|
"installed": "Instalado",
|
|
471
513
|
"installedDescription": "El orden decide quién reclama un paquete primero — arrastra para cambiar la prioridad.",
|
|
514
|
+
"bundledTitle": "Complementos integrados",
|
|
515
|
+
"bundledDescription": "Complementos oficiales que se distribuyen con la aplicación. Desinstalarlos no elimina el original empaquetado: restáuralo aquí en cualquier momento, sin conexión.",
|
|
516
|
+
"bundledRestore": "Restaurar",
|
|
517
|
+
"bundledRestoreSuccess": "{{name}} restaurado",
|
|
472
518
|
"filterPlaceholder": "Filtrar complementos",
|
|
473
519
|
"countInstalled": "{{count}} instalados",
|
|
474
520
|
"listView": "Vista de lista",
|
|
@@ -534,14 +580,14 @@
|
|
|
534
580
|
"disable": "Desactivar",
|
|
535
581
|
"saved": "El mercado usa {{repo}}",
|
|
536
582
|
"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
583
|
"loadFailed": "Error al actualizar el mercado: {{message}}",
|
|
539
584
|
"refreshedAt": "Última actualización {{time}}",
|
|
540
585
|
"refresh": "Actualizar",
|
|
586
|
+
"refreshConfirmTitle": "¿Actualizar todo el mercado?",
|
|
587
|
+
"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.",
|
|
541
588
|
"refreshed": "Mercado actualizado",
|
|
542
589
|
"refreshFailed": "Error al actualizar el mercado",
|
|
543
590
|
"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
591
|
"install": "Instalar",
|
|
546
592
|
"update": "Actualizar",
|
|
547
593
|
"updateTo": "Actualizar a v{{version}}",
|
|
@@ -553,7 +599,38 @@
|
|
|
553
599
|
"installing": "Instalando…",
|
|
554
600
|
"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
601
|
"installSuccess": "Instalado {{name}}",
|
|
556
|
-
"updateSuccess": "{{name}} actualizado a v{{version}}"
|
|
602
|
+
"updateSuccess": "{{name}} actualizado a v{{version}}",
|
|
603
|
+
"view": "Ver",
|
|
604
|
+
"details": "Detalles",
|
|
605
|
+
"moreActions": "Más acciones",
|
|
606
|
+
"releaseNotes": "Notas de la versión",
|
|
607
|
+
"pluginInfo": "Información del plugin",
|
|
608
|
+
"pluginId": "ID del plugin",
|
|
609
|
+
"repository": "Repositorio",
|
|
610
|
+
"latestRelease": "Última versión",
|
|
611
|
+
"manifestVersion": "Versión del manifest",
|
|
612
|
+
"packageAsset": "Paquete",
|
|
613
|
+
"checksum": "SHA-256",
|
|
614
|
+
"notInstalled": "No instalado",
|
|
615
|
+
"reportIssue": "Informar de un problema",
|
|
616
|
+
"reportSecurity": "Informar de una vulnerabilidad",
|
|
617
|
+
"requestFeature": "Solicitar una función",
|
|
618
|
+
"intro": "Introducción",
|
|
619
|
+
"languages": "Idiomas",
|
|
620
|
+
"noIntro": "Esta versión no incluye una introducción",
|
|
621
|
+
"noReleaseNotes": "Esta versión no incluye notas",
|
|
622
|
+
"errorRateLimitedShort": "Información de la última versión no disponible — se reintentará automáticamente.",
|
|
623
|
+
"configureRegistry": "Configurar registro",
|
|
624
|
+
"pageHint": "Los plugins se publican como lanzamientos de GitHub y se descubren mediante un repositorio de registro propio. Configura el registro arriba: el catálogo lee nombres, versiones, permisos y notas directamente de cada repositorio y sus lanzamientos.",
|
|
625
|
+
"registryDialogTitle": "Registro del mercado de plugins",
|
|
626
|
+
"installedBadge": "Instalado",
|
|
627
|
+
"filterAll": "Todos",
|
|
628
|
+
"filterInstalled": "Instalados",
|
|
629
|
+
"filterUpdates": "Actualizaciones",
|
|
630
|
+
"emptyFilterHint": "Ningún plugin coincide con este filtro.",
|
|
631
|
+
"requiresAppVersion": "Requiere hoardodile ≥ v{{version}}",
|
|
632
|
+
"incompatibleAppVersion": "Este plugin requiere hoardodile ≥ v{{require}}; este host usa v{{current}}",
|
|
633
|
+
"registryActive": "Registro actual: {{url}}"
|
|
557
634
|
},
|
|
558
635
|
"overview": {
|
|
559
636
|
"usageHistory": {
|
|
@@ -1844,6 +1921,18 @@
|
|
|
1844
1921
|
}
|
|
1845
1922
|
},
|
|
1846
1923
|
"tags": {
|
|
1924
|
+
"edit": {
|
|
1925
|
+
"linkLabel": "Enlace del sitio",
|
|
1926
|
+
"linkPlaceholder": "https://…",
|
|
1927
|
+
"linkHint": "Enlace opcional a la página canónica de la etiqueta — se muestra en la vista previa al pasar el cursor.",
|
|
1928
|
+
"uploadImage": "Subir imagen…",
|
|
1929
|
+
"editImage": "Editar imagen…",
|
|
1930
|
+
"imageDialogTitle": "Imagen de la etiqueta"
|
|
1931
|
+
},
|
|
1932
|
+
"card": {
|
|
1933
|
+
"openLink": "Abrir enlace",
|
|
1934
|
+
"aria": "Vista previa de la etiqueta: {{name}}"
|
|
1935
|
+
},
|
|
1847
1936
|
"picker": {
|
|
1848
1937
|
"noCategories": "Aún no hay categorías.",
|
|
1849
1938
|
"selectedHeader": "Seleccionadas:",
|
|
@@ -2072,7 +2161,7 @@
|
|
|
2072
2161
|
}
|
|
2073
2162
|
},
|
|
2074
2163
|
"sync": {
|
|
2075
|
-
"pageHint": "Por dispositivo: registra recuentos de entidades, tamaño del contenido y volumen de almacenamiento ·
|
|
2164
|
+
"pageHint": "Por dispositivo: registra recuentos de entidades, tamaño del contenido y volumen de almacenamiento · abre la página para ver qué cambió desde la última sincronización",
|
|
2076
2165
|
"status": {
|
|
2077
2166
|
"allUpToDate": "Todos los dispositivos están al día",
|
|
2078
2167
|
"dueCount_one": "{{count}} de {{total}} dispositivo pendiente",
|
|
@@ -2119,14 +2208,17 @@
|
|
|
2119
2208
|
"editTitle": "Editar dispositivo",
|
|
2120
2209
|
"edit": "Editar",
|
|
2121
2210
|
"save": "Guardar",
|
|
2122
|
-
"editPending": "Guardando…"
|
|
2211
|
+
"editPending": "Guardando…",
|
|
2212
|
+
"liveHint": "Estado actual · cambios desde la última sincronización"
|
|
2123
2213
|
},
|
|
2124
2214
|
"fields": {
|
|
2125
2215
|
"resources": "Recursos",
|
|
2126
2216
|
"characters": "Personajes",
|
|
2127
2217
|
"documents": "Documentos",
|
|
2218
|
+
"folders": "Carpetas",
|
|
2128
2219
|
"messages": "Mensajes",
|
|
2129
2220
|
"tags": "Etiquetas",
|
|
2221
|
+
"collections": "Colecciones",
|
|
2130
2222
|
"trash": "Papelera",
|
|
2131
2223
|
"contentSize": "Tamaño del contenido",
|
|
2132
2224
|
"storage": "Almacenamiento",
|
|
@@ -2168,6 +2260,7 @@
|
|
|
2168
2260
|
"copied": "Dirección LAN copiada al portapapeles."
|
|
2169
2261
|
},
|
|
2170
2262
|
"errorPage": {
|
|
2263
|
+
"rendererCrashed": "La ventana de la aplicación se ha bloqueado. Pulsa Reintentar para recargarla: tus datos y el servidor integrado están a salvo.",
|
|
2171
2264
|
"serverError": "No se pudo conectar con el servidor. Puede que aún esté iniciando, o que se haya detenido. Espera un momento y pulsa Reintentar, o usa Reiniciar servidor desde la bandeja.",
|
|
2172
2265
|
"devServerError": "El servidor de desarrollo no está en ejecución. Inicia `pnpm dev` en otra terminal y pulsa Reintentar."
|
|
2173
2266
|
},
|
|
@@ -2181,8 +2274,7 @@
|
|
|
2181
2274
|
},
|
|
2182
2275
|
"shell": {
|
|
2183
2276
|
"serverUnreachable": "Servidor inaccesible",
|
|
2184
|
-
"retry": "Reintentar"
|
|
2185
|
-
"loadingLabel": "Cargando"
|
|
2277
|
+
"retry": "Reintentar"
|
|
2186
2278
|
},
|
|
2187
2279
|
"wizard": {
|
|
2188
2280
|
"title": "Te damos la bienvenida a hoardodile",
|
package/src/catalogs/ja.json
CHANGED
|
@@ -105,6 +105,17 @@
|
|
|
105
105
|
"noMatches": "一致するタイムゾーンがありません。"
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
|
+
"appError": {
|
|
109
|
+
"title": "問題が発生しました",
|
|
110
|
+
"description": "ページを表示できませんでした。アプリを再読み込みしてください(データは安全です)。エラー詳細をコピーして報告に添付することもできます。",
|
|
111
|
+
"details": "エラーの詳細",
|
|
112
|
+
"tryAgain": "再試行",
|
|
113
|
+
"reload": "再読み込み",
|
|
114
|
+
"copyDetails": "エラー詳細をコピー",
|
|
115
|
+
"copied": "エラー詳細をクリップボードにコピーしました。",
|
|
116
|
+
"copyFailed": "クリップボードにコピーできませんでした。",
|
|
117
|
+
"reportIssue": "Issue を報告"
|
|
118
|
+
},
|
|
108
119
|
"appShell": {
|
|
109
120
|
"primaryNav": "メインナビゲーション",
|
|
110
121
|
"secondaryNav": "セカンダリナビゲーション",
|
|
@@ -118,6 +129,8 @@
|
|
|
118
129
|
"documents": "ドキュメント",
|
|
119
130
|
"messages": "メッセージ",
|
|
120
131
|
"me": "設定",
|
|
132
|
+
"marketplace": "マーケット",
|
|
133
|
+
"marketplaceUpdatesBadge": "プラグインの更新があります",
|
|
121
134
|
"feedbackAbout": "フィードバックと情報",
|
|
122
135
|
"help": "ヘルプ"
|
|
123
136
|
},
|
|
@@ -285,8 +298,16 @@
|
|
|
285
298
|
"repository": "GitHub リポジトリ",
|
|
286
299
|
"website": "公式サイト",
|
|
287
300
|
"bugTitle": "バグを報告",
|
|
288
|
-
"bugDescription": "
|
|
289
|
-
"bugAction": "
|
|
301
|
+
"bugDescription": "問題が発生した場合は、ログアーカイブ(直近のアプリ・サーバーログを zip にしたもの)をダウンロードして、下のフォームに添付してください。送信前にローカルパスなどの個人情報を削除してください。",
|
|
302
|
+
"bugAction": "問題を報告",
|
|
303
|
+
"downloadLogs": "ログをダウンロード",
|
|
304
|
+
"logsArchiveConfirmTitle": "ログアーカイブをダウンロードしますか?",
|
|
305
|
+
"logsArchiveConfirmNote": "このデバイスの直近のアプリ活動(ローカルパスやファイル名など)が含まれます。信頼できる保守担当者にのみ送り、添付前に内容を確認してください。",
|
|
306
|
+
"logsArchiveDownloaded": "ログアーカイブをダウンロードしました。Issue に添付してください。",
|
|
307
|
+
"logsArchiveFailed": "ログアーカイブを作成できませんでした。",
|
|
308
|
+
"logsArchiving": "パッキング中…",
|
|
309
|
+
"openLogsFolder": "サーバーログフォルダーを開く",
|
|
310
|
+
"openLogsFailed": "ログフォルダーを開けませんでした。",
|
|
290
311
|
"featureTitle": "機能リクエスト",
|
|
291
312
|
"featureDescription": "足りない機能があれば教えてください。",
|
|
292
313
|
"featureAction": "アイデアを送る",
|
|
@@ -309,8 +330,29 @@
|
|
|
309
330
|
"title": "最近の接続",
|
|
310
331
|
"description": "デバイス、IP、時刻を伴うすべてのサインイン。このデバイスにのみ保存され、90日より古い行は削除されます。",
|
|
311
332
|
"empty": "まだサインインがありません。",
|
|
333
|
+
"totalLabel_one": "サインイン {{count}}件",
|
|
334
|
+
"totalLabel_other": "サインイン {{count}}件",
|
|
312
335
|
"loopback": "このデバイス"
|
|
313
336
|
},
|
|
337
|
+
"network": {
|
|
338
|
+
"title": "外部ネットワーク",
|
|
339
|
+
"description": "プラグインのダウンロードとプラグインマーケットが使うプロキシ。プロキシ環境変数またはシステムプロキシから自動検出され、HOARDODILE_PROXY で上書きできます。",
|
|
340
|
+
"proxyLabel": "外部プロキシ",
|
|
341
|
+
"sourceNone": "直接接続(プロキシなし)",
|
|
342
|
+
"sourceEnv": "ユーザープロキシ(環境変数)",
|
|
343
|
+
"sourceSystem": "ユーザープロキシ(システム)",
|
|
344
|
+
"sourceExplicit": "ユーザープロキシ(明示)",
|
|
345
|
+
"bypassCount_one": "{{count}} ホストがプロキシをバイパス",
|
|
346
|
+
"bypassCount_other": "{{count}} ホストがプロキシをバイパス",
|
|
347
|
+
"test": "GitHub 接続をテスト",
|
|
348
|
+
"testing": "GitHub 接続をテスト中…",
|
|
349
|
+
"testSuccess": "GitHub に到達できました(HTTP {{status}})",
|
|
350
|
+
"testFailed": "GitHub に到達できません:{{message}}",
|
|
351
|
+
"testHint": "プロキシ設定を確認してください(HOARDODILE_PROXY / システムプロキシ / プロキシ環境変数)。",
|
|
352
|
+
"connectionLabel": "GitHub 接続",
|
|
353
|
+
"notTested": "未テスト",
|
|
354
|
+
"proxyConfigHint": "システムプロキシまたはプロキシ環境変数(HOARDODILE_PROXY)で有効化できます。"
|
|
355
|
+
},
|
|
314
356
|
"desktop": {
|
|
315
357
|
"library": {
|
|
316
358
|
"title": "ライブラリフォルダー",
|
|
@@ -386,16 +428,16 @@
|
|
|
386
428
|
"updatePhaseSwapping": "サーバーファイルを置き換えています…",
|
|
387
429
|
"updatePhaseStarting": "ローカルサーバーを起動しています…",
|
|
388
430
|
"shellCache": {
|
|
389
|
-
"title": "
|
|
390
|
-
"description": "
|
|
431
|
+
"title": "アプリの一時ファイル",
|
|
432
|
+
"description": "アプリの実行中に端末に自動で保存される一時ファイル(画面で使う画像やコードなど)と、ダウンロード済みの更新プログラム。消去しても、必要なファイルはアプリが自動で取得し直します。ログイン状態、外観設定、オフラインデータには影響しません。インストール準備ができた更新プログラムはそのまま残ります。",
|
|
391
433
|
"currentSize": "{{size}}",
|
|
392
434
|
"unavailable": "利用不可",
|
|
393
|
-
"clear": "
|
|
394
|
-
"clearing": "
|
|
395
|
-
"confirmTitle": "
|
|
396
|
-
"confirmDescription": "
|
|
397
|
-
"toastCleared": "
|
|
398
|
-
"clearFailed": "
|
|
435
|
+
"clear": "一時ファイルを消去",
|
|
436
|
+
"clearing": "消去中…",
|
|
437
|
+
"confirmTitle": "アプリの一時ファイルを消去しますか?",
|
|
438
|
+
"confirmDescription": "次回使用時に、アプリが必要なファイルを自動で取得し直します。ログイン状態、外観設定、オフラインデータには影響しません。インストール準備ができた更新プログラムはそのまま残ります。",
|
|
439
|
+
"toastCleared": "アプリの一時ファイルを消去しました — {{bytes}} 解放。",
|
|
440
|
+
"clearFailed": "アプリの一時ファイルを消去できませんでした。"
|
|
399
441
|
}
|
|
400
442
|
},
|
|
401
443
|
"usage": {
|
|
@@ -438,13 +480,13 @@
|
|
|
438
480
|
"confirmDescription": "テーマ、言語、フォント、日付形式を含むすべてのシステム設定を削除します。ページは既定値で再読み込みされます。これは元に戻せません。"
|
|
439
481
|
},
|
|
440
482
|
"systemCache": {
|
|
441
|
-
"title": "
|
|
442
|
-
"description": "
|
|
483
|
+
"title": "ブラウザ内のデータ",
|
|
484
|
+
"description": "アプリがブラウザに保存するデータ — 外観設定(テーマ、言語)、オフラインの利用記録、保存したドキュメントの下書き。消去するとページが再読み込みされ、外観は既定の設定に戻ります。サーバー上のリソースとコレクションには影響しません。",
|
|
443
485
|
"clear": "すべてクリア",
|
|
444
486
|
"clearing": "クリア中…",
|
|
445
|
-
"resetting": "
|
|
446
|
-
"confirmTitle": "
|
|
447
|
-
"confirmDescription": "
|
|
487
|
+
"resetting": "ブラウザ内のデータを消去しました。再読み込み中…",
|
|
488
|
+
"confirmTitle": "ブラウザ内のデータを消去しますか?",
|
|
489
|
+
"confirmDescription": "アプリがブラウザに保存しているすべてのデータ(テーマや言語などの外観設定、オフラインの利用記録、保存したドキュメントの下書き)を削除し、ページを再読み込みして外観を既定の設定に戻します。サーバー上のリソースとコレクションには影響しません。これは元に戻せません。"
|
|
448
490
|
}
|
|
449
491
|
},
|
|
450
492
|
"plugin": {
|
|
@@ -469,6 +511,10 @@
|
|
|
469
511
|
"missingSource": "ソース欠落",
|
|
470
512
|
"installed": "インストール済み",
|
|
471
513
|
"installedDescription": "順序が誰が最初にバンドルを取得するかを決めます — ドラッグで優先度を変更してください。",
|
|
514
|
+
"bundledTitle": "同梱プラグイン",
|
|
515
|
+
"bundledDescription": "アプリに同梱されている公式プラグイン。アンインストールしても同梱元は削除されません — いつでもオフラインで復元できます。",
|
|
516
|
+
"bundledRestore": "復元",
|
|
517
|
+
"bundledRestoreSuccess": "{{name}} を復元しました",
|
|
472
518
|
"filterPlaceholder": "プラグインをフィルター",
|
|
473
519
|
"countInstalled": "{{count}}件 インストール済み",
|
|
474
520
|
"listView": "リスト表示",
|
|
@@ -534,14 +580,14 @@
|
|
|
534
580
|
"disable": "無効化",
|
|
535
581
|
"saved": "マーケットは {{repo}} を使用します",
|
|
536
582
|
"notConfiguredHint": "レジストリリポジトリが未設定です。上の欄にアドレスを入力すると、GitHub リリースで公開されたプラグインが表示されます。",
|
|
537
|
-
"loading": "カタログを読み込み中…",
|
|
538
583
|
"loadFailed": "マーケットの更新に失敗しました: {{message}}",
|
|
539
584
|
"refreshedAt": "最終更新 {{time}}",
|
|
540
585
|
"refresh": "更新",
|
|
586
|
+
"refreshConfirmTitle": "マーケット全体を更新しますか?",
|
|
587
|
+
"refreshConfirmDescription": "各プラグインの最新リリースを GitHub API で再取得します(トークンなしでは毎時60回まで)。頻繁に更新すると上限に達する可能性があり、その間はキャッシュされたリリース情報を表示します。",
|
|
541
588
|
"refreshed": "マーケットを更新しました",
|
|
542
589
|
"refreshFailed": "マーケットの更新に失敗しました",
|
|
543
590
|
"emptyHint": "レジストリにプラグインがまだありません。registry.json にリポジトリを追加して更新してください。",
|
|
544
|
-
"registryErrorsTitle": "読み込めなかったレジストリ項目",
|
|
545
591
|
"install": "インストール",
|
|
546
592
|
"update": "更新",
|
|
547
593
|
"updateTo": "v{{version}} に更新",
|
|
@@ -553,7 +599,38 @@
|
|
|
553
599
|
"installing": "インストール中…",
|
|
554
600
|
"installConfirmNote": "上記の GitHub リポジトリからサーバー側コードをインストールします。他のプラグインと同じ制限付きサンドボックスで実行され、宣言された権限は上に表示されています。信頼できるリポジトリからのみインストールしてください。",
|
|
555
601
|
"installSuccess": "{{name}} をインストールしました",
|
|
556
|
-
"updateSuccess": "{{name}} を v{{version}} に更新しました"
|
|
602
|
+
"updateSuccess": "{{name}} を v{{version}} に更新しました",
|
|
603
|
+
"view": "表示",
|
|
604
|
+
"details": "詳細",
|
|
605
|
+
"moreActions": "その他の操作",
|
|
606
|
+
"releaseNotes": "リリースノート",
|
|
607
|
+
"pluginInfo": "プラグイン情報",
|
|
608
|
+
"pluginId": "プラグイン ID",
|
|
609
|
+
"repository": "リポジトリ",
|
|
610
|
+
"latestRelease": "最新リリース",
|
|
611
|
+
"manifestVersion": "マニフェスト版",
|
|
612
|
+
"packageAsset": "パッケージ",
|
|
613
|
+
"checksum": "SHA-256",
|
|
614
|
+
"notInstalled": "未インストール",
|
|
615
|
+
"reportIssue": "問題を報告",
|
|
616
|
+
"reportSecurity": "脆弱性を報告",
|
|
617
|
+
"requestFeature": "機能リクエスト",
|
|
618
|
+
"intro": "紹介",
|
|
619
|
+
"languages": "言語",
|
|
620
|
+
"noIntro": "このリリースには紹介がありません",
|
|
621
|
+
"noReleaseNotes": "このリリースにはノートがありません",
|
|
622
|
+
"errorRateLimitedShort": "最新リリース情報を取得できません — 自動的に再試行します。",
|
|
623
|
+
"configureRegistry": "レジストリを構成",
|
|
624
|
+
"pageHint": "プラグインは GitHub リリースとして公開され、自分のレジストリリポジトリ経由で見つかります。上のレジストリを構成してください。カタログは名前・バージョン・権限・リリースノートを各リポジトリとリリースから直接読み取ります。",
|
|
625
|
+
"registryDialogTitle": "プラグインマーケットのレジストリ",
|
|
626
|
+
"installedBadge": "インストール済み",
|
|
627
|
+
"filterAll": "すべて",
|
|
628
|
+
"filterInstalled": "インストール済み",
|
|
629
|
+
"filterUpdates": "更新",
|
|
630
|
+
"emptyFilterHint": "このフィルターに一致するプラグインはありません。",
|
|
631
|
+
"requiresAppVersion": "hoardodile ≥ v{{version}} が必要",
|
|
632
|
+
"incompatibleAppVersion": "このプラグインには hoardodile ≥ v{{require}} が必要です(このホストは v{{current}})",
|
|
633
|
+
"registryActive": "現在のレジストリ:{{url}}"
|
|
557
634
|
},
|
|
558
635
|
"overview": {
|
|
559
636
|
"usageHistory": {
|
|
@@ -1844,6 +1921,18 @@
|
|
|
1844
1921
|
}
|
|
1845
1922
|
},
|
|
1846
1923
|
"tags": {
|
|
1924
|
+
"edit": {
|
|
1925
|
+
"linkLabel": "ウェブリンク",
|
|
1926
|
+
"linkPlaceholder": "https://…",
|
|
1927
|
+
"linkHint": "タグの正典ページへの任意リンク — ホバープレビューに表示されます。",
|
|
1928
|
+
"uploadImage": "画像をアップロード…",
|
|
1929
|
+
"editImage": "画像を編集…",
|
|
1930
|
+
"imageDialogTitle": "タグ画像"
|
|
1931
|
+
},
|
|
1932
|
+
"card": {
|
|
1933
|
+
"openLink": "リンクを開く",
|
|
1934
|
+
"aria": "タグプレビュー: {{name}}"
|
|
1935
|
+
},
|
|
1847
1936
|
"picker": {
|
|
1848
1937
|
"noCategories": "まだカテゴリがありません。",
|
|
1849
1938
|
"selectedHeader": "選択中:",
|
|
@@ -2072,7 +2161,7 @@
|
|
|
2072
2161
|
}
|
|
2073
2162
|
},
|
|
2074
2163
|
"sync": {
|
|
2075
|
-
"pageHint": "デバイスごと: エンティティ数、コンテンツサイズ、ストレージ容量を記録 ·
|
|
2164
|
+
"pageHint": "デバイスごと: エンティティ数、コンテンツサイズ、ストレージ容量を記録 · ページを開くと前回の同期からの変化を確認できます",
|
|
2076
2165
|
"status": {
|
|
2077
2166
|
"allUpToDate": "すべてのデバイスが最新です",
|
|
2078
2167
|
"dueCount_one": "同期期限のデバイス: {{total}}台中 {{count}}台",
|
|
@@ -2119,14 +2208,17 @@
|
|
|
2119
2208
|
"editTitle": "デバイスを編集",
|
|
2120
2209
|
"edit": "編集",
|
|
2121
2210
|
"save": "保存",
|
|
2122
|
-
"editPending": "保存中…"
|
|
2211
|
+
"editPending": "保存中…",
|
|
2212
|
+
"liveHint": "現在の状態 · 前回の同期からの変化"
|
|
2123
2213
|
},
|
|
2124
2214
|
"fields": {
|
|
2125
2215
|
"resources": "リソース",
|
|
2126
2216
|
"characters": "キャラクター",
|
|
2127
2217
|
"documents": "ドキュメント",
|
|
2218
|
+
"folders": "フォルダー",
|
|
2128
2219
|
"messages": "メッセージ",
|
|
2129
2220
|
"tags": "タグ",
|
|
2221
|
+
"collections": "コレクション",
|
|
2130
2222
|
"trash": "ごみ箱",
|
|
2131
2223
|
"contentSize": "コンテンツサイズ",
|
|
2132
2224
|
"storage": "ストレージ",
|
|
@@ -2168,6 +2260,7 @@
|
|
|
2168
2260
|
"copied": "LAN アドレスをクリップボードにコピーしました。"
|
|
2169
2261
|
},
|
|
2170
2262
|
"errorPage": {
|
|
2263
|
+
"rendererCrashed": "アプリウィンドウがクラッシュしました。「再試行」で再読み込みしてください — データと内蔵サーバーは安全です。",
|
|
2171
2264
|
"serverError": "サーバーに接続できませんでした。まだ起動中か、停止している可能性があります。少し待って「再試行」を押すか、トレイの「サーバーを再起動」を使用してください。",
|
|
2172
2265
|
"devServerError": "開発サーバーが動作していません。別のターミナルで `pnpm dev` を起動し、「再試行」を押してください。"
|
|
2173
2266
|
},
|
|
@@ -2181,8 +2274,7 @@
|
|
|
2181
2274
|
},
|
|
2182
2275
|
"shell": {
|
|
2183
2276
|
"serverUnreachable": "サーバーに接続できません",
|
|
2184
|
-
"retry": "再試行"
|
|
2185
|
-
"loadingLabel": "読み込み中"
|
|
2277
|
+
"retry": "再試行"
|
|
2186
2278
|
},
|
|
2187
2279
|
"wizard": {
|
|
2188
2280
|
"title": "hoardodile へようこそ",
|