@hoardodile/i18n 0.1.7 → 0.1.8
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 +1 -1
- package/dist/catalogs/shell.js +5 -5
- package/dist/catalogs/shell.js.map +1 -1
- package/dist/catalogs/workbench.d.ts +6 -0
- package/dist/catalogs/workbench.js +5 -0
- package/dist/catalogs/workbench.js.map +1 -1
- package/dist/{catalogs-CfJSusJy.d.ts → catalogs-BmA0HQzL.d.ts} +7 -7
- package/dist/catalogs.d.ts +1 -1
- package/dist/catalogs.js +35 -35
- package/dist/catalogs.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +35 -35
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/catalogs/de.json +7 -7
- package/src/catalogs/en.json +7 -7
- package/src/catalogs/es.json +7 -7
- package/src/catalogs/ja.json +7 -7
- package/src/catalogs/zh.json +7 -7
- package/src/shell/de.json +1 -1
- package/src/shell/en.json +1 -1
- package/src/shell/es.json +1 -1
- package/src/shell/ja.json +1 -1
- package/src/shell/zh.json +1 -1
- package/src/update-copy.test.ts +14 -2
- package/src/workbench/de.json +1 -0
- package/src/workbench/en.json +1 -0
- package/src/workbench/es.json +1 -0
- package/src/workbench/ja.json +1 -0
- package/src/workbench/zh.json +1 -0
package/package.json
CHANGED
package/src/catalogs/de.json
CHANGED
|
@@ -324,9 +324,9 @@
|
|
|
324
324
|
"updateReady": "Version {{version}} ist bereit.",
|
|
325
325
|
"updateReadyResources": "Version {{version}} ist bereit.",
|
|
326
326
|
"updateFullReason": "Erneut öffnen, um die Aktualisierung abzuschließen.",
|
|
327
|
-
"updateResourcesReason": "
|
|
328
|
-
"applyResources": "
|
|
329
|
-
"resourcesVersion": "
|
|
327
|
+
"updateResourcesReason": "Kein erneutes Öffnen nötig — du kannst die App weiter verwenden.",
|
|
328
|
+
"applyResources": "Aktualisieren",
|
|
329
|
+
"resourcesVersion": "Inhalt v{{version}}",
|
|
330
330
|
"restartToUpdate": "App erneut öffnen",
|
|
331
331
|
"portableHint": "Portable Versionen werden aktualisiert, indem du ein neues ZIP von GitHub herunterlädst."
|
|
332
332
|
},
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
"localHint": "Die Adresse der Desktop-App — im Browser öffnen oder kopieren.",
|
|
392
392
|
"open": "Im Browser öffnen",
|
|
393
393
|
"portAdjustedTitle": "Port {{preferred}} ist belegt — der Server lauscht jetzt auf {{actual}}.",
|
|
394
|
-
"portAdjustedHint": "
|
|
394
|
+
"portAdjustedHint": "Mit „Anwenden“ {{preferred}} erneut versuchen oder weiter {{actual}} verwenden.",
|
|
395
395
|
"portAdjustedDismiss": "Ausblenden",
|
|
396
396
|
"moreAddresses": "Weitere Adressen ({{count}}) — virtuelle Adapter und VPNs",
|
|
397
397
|
"noAddresses": "Keine erreichbare Adresse gefunden — prüfe die Netzwerkverbindung."
|
|
@@ -426,8 +426,8 @@
|
|
|
426
426
|
"updateBanner": "Version {{version}} ist bereit.",
|
|
427
427
|
"updateBannerResources": "Version {{version}} ist bereit.",
|
|
428
428
|
"updateBannerRestart": "App erneut öffnen",
|
|
429
|
-
"updateBannerApply": "
|
|
430
|
-
"updateApplying": "
|
|
429
|
+
"updateBannerApply": "Aktualisieren",
|
|
430
|
+
"updateApplying": "Aktualisierung wird angewendet…",
|
|
431
431
|
"updatePhaseStopping": "Lokaler Server wird beendet…",
|
|
432
432
|
"updatePhaseSwapping": "Serverdateien werden ersetzt…",
|
|
433
433
|
"updatePhaseStarting": "Lokaler Server wird gestartet…",
|
|
@@ -2278,7 +2278,7 @@
|
|
|
2278
2278
|
"copyLanAddress": "LAN-Adresse kopieren",
|
|
2279
2279
|
"restartServer": "Server neu starten",
|
|
2280
2280
|
"updateReady": "Update bereit — App erneut öffnen",
|
|
2281
|
-
"updateReadyResources": "Update bereit — Öffnen
|
|
2281
|
+
"updateReadyResources": "Update bereit — Kein erneutes Öffnen nötig",
|
|
2282
2282
|
"quit": "Beenden",
|
|
2283
2283
|
"tooltipServerStopped": "hoardodile — Server gestoppt",
|
|
2284
2284
|
"tooltipUpdateReady": "hoardodile — Update bereit",
|
package/src/catalogs/en.json
CHANGED
|
@@ -324,9 +324,9 @@
|
|
|
324
324
|
"updateReady": "Version {{version}} is ready.",
|
|
325
325
|
"updateReadyResources": "Version {{version}} is ready.",
|
|
326
326
|
"updateFullReason": "Reopen the app to finish updating.",
|
|
327
|
-
"updateResourcesReason": "
|
|
328
|
-
"applyResources": "Apply",
|
|
329
|
-
"resourcesVersion": "
|
|
327
|
+
"updateResourcesReason": "No reopen needed — you can keep using the app.",
|
|
328
|
+
"applyResources": "Apply update",
|
|
329
|
+
"resourcesVersion": "Content v{{version}}",
|
|
330
330
|
"restartToUpdate": "Reopen the app",
|
|
331
331
|
"portableHint": "Portable builds update by downloading a new zip from GitHub."
|
|
332
332
|
},
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
"localHint": "The address the desktop app uses — open it in a browser or copy it.",
|
|
392
392
|
"open": "Open in browser",
|
|
393
393
|
"portAdjustedTitle": "Port {{preferred}} is in use — the server is now listening on {{actual}}.",
|
|
394
|
-
"portAdjustedHint": "
|
|
394
|
+
"portAdjustedHint": "Apply to retry {{preferred}}, or keep using {{actual}}.",
|
|
395
395
|
"portAdjustedDismiss": "Dismiss",
|
|
396
396
|
"moreAddresses": "Other addresses ({{count}}) — virtual adapters and VPNs",
|
|
397
397
|
"noAddresses": "No reachable address found — check the network connection."
|
|
@@ -426,8 +426,8 @@
|
|
|
426
426
|
"updateBanner": "Version {{version}} is ready.",
|
|
427
427
|
"updateBannerResources": "Version {{version}} is ready.",
|
|
428
428
|
"updateBannerRestart": "Reopen the app",
|
|
429
|
-
"updateBannerApply": "Apply",
|
|
430
|
-
"updateApplying": "Applying
|
|
429
|
+
"updateBannerApply": "Apply update",
|
|
430
|
+
"updateApplying": "Applying the update…",
|
|
431
431
|
"updatePhaseStopping": "Stopping the local server…",
|
|
432
432
|
"updatePhaseSwapping": "Replacing server files…",
|
|
433
433
|
"updatePhaseStarting": "Starting the local server…",
|
|
@@ -2278,7 +2278,7 @@
|
|
|
2278
2278
|
"copyLanAddress": "Copy LAN address",
|
|
2279
2279
|
"restartServer": "Restart server",
|
|
2280
2280
|
"updateReady": "Update ready — Reopen the app",
|
|
2281
|
-
"updateReadyResources": "Update ready —
|
|
2281
|
+
"updateReadyResources": "Update ready — No need to reopen",
|
|
2282
2282
|
"quit": "Quit",
|
|
2283
2283
|
"tooltipServerStopped": "hoardodile — server stopped",
|
|
2284
2284
|
"tooltipUpdateReady": "hoardodile — update ready",
|
package/src/catalogs/es.json
CHANGED
|
@@ -324,9 +324,9 @@
|
|
|
324
324
|
"updateReady": "La versión {{version}} está lista.",
|
|
325
325
|
"updateReadyResources": "La versión {{version}} está lista.",
|
|
326
326
|
"updateFullReason": "Vuelve a abrir la aplicación para completar la actualización.",
|
|
327
|
-
"updateResourcesReason": "
|
|
328
|
-
"applyResources": "
|
|
329
|
-
"resourcesVersion": "
|
|
327
|
+
"updateResourcesReason": "No hace falta volver a abrirla: puedes seguir usando la aplicación.",
|
|
328
|
+
"applyResources": "Actualizar",
|
|
329
|
+
"resourcesVersion": "Contenido v{{version}}",
|
|
330
330
|
"restartToUpdate": "Volver a abrir la aplicación",
|
|
331
331
|
"portableHint": "Las versiones portátiles se actualizan descargando un nuevo zip de GitHub."
|
|
332
332
|
},
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
"localHint": "La dirección que usa la aplicación de escritorio: ábrela en el navegador o cópiala.",
|
|
392
392
|
"open": "Abrir en el navegador",
|
|
393
393
|
"portAdjustedTitle": "El puerto {{preferred}} está en uso — el servidor ahora escucha en {{actual}}.",
|
|
394
|
-
"portAdjustedHint": "
|
|
394
|
+
"portAdjustedHint": "Pulsa «Aplicar» para reintentar {{preferred}}, o sigue usando {{actual}}.",
|
|
395
395
|
"portAdjustedDismiss": "Descartar",
|
|
396
396
|
"moreAddresses": "Otras direcciones ({{count}}) — adaptadores virtuales y VPN",
|
|
397
397
|
"noAddresses": "No se encontró ninguna dirección accesible — revisa la conexión de red."
|
|
@@ -426,8 +426,8 @@
|
|
|
426
426
|
"updateBanner": "La versión {{version}} está lista.",
|
|
427
427
|
"updateBannerResources": "La versión {{version}} está lista.",
|
|
428
428
|
"updateBannerRestart": "Volver a abrir la aplicación",
|
|
429
|
-
"updateBannerApply": "
|
|
430
|
-
"updateApplying": "Aplicando la actualización
|
|
429
|
+
"updateBannerApply": "Actualizar",
|
|
430
|
+
"updateApplying": "Aplicando la actualización…",
|
|
431
431
|
"updatePhaseStopping": "Deteniendo el servidor local…",
|
|
432
432
|
"updatePhaseSwapping": "Reemplazando los archivos del servidor…",
|
|
433
433
|
"updatePhaseStarting": "Iniciando el servidor local…",
|
|
@@ -2278,7 +2278,7 @@
|
|
|
2278
2278
|
"copyLanAddress": "Copiar dirección LAN",
|
|
2279
2279
|
"restartServer": "Reiniciar servidor",
|
|
2280
2280
|
"updateReady": "Actualización lista — Volver a abrir la app",
|
|
2281
|
-
"updateReadyResources": "Actualización lista —
|
|
2281
|
+
"updateReadyResources": "Actualización lista — No hace falta reabrirla",
|
|
2282
2282
|
"quit": "Salir",
|
|
2283
2283
|
"tooltipServerStopped": "hoardodile — servidor detenido",
|
|
2284
2284
|
"tooltipUpdateReady": "hoardodile — actualización lista",
|
package/src/catalogs/ja.json
CHANGED
|
@@ -324,9 +324,9 @@
|
|
|
324
324
|
"updateReady": "バージョン {{version}} の準備が完了しました。",
|
|
325
325
|
"updateReadyResources": "バージョン {{version}} の準備が完了しました。",
|
|
326
326
|
"updateFullReason": "アプリを閉じて開き直して更新を完了してください。",
|
|
327
|
-
"updateResourcesReason": "
|
|
328
|
-
"applyResources": "
|
|
329
|
-
"resourcesVersion": "
|
|
327
|
+
"updateResourcesReason": "開き直しは不要 — アプリはそのまま使用できます。",
|
|
328
|
+
"applyResources": "更新する",
|
|
329
|
+
"resourcesVersion": "コンテンツ v{{version}}",
|
|
330
330
|
"restartToUpdate": "アプリを開き直す",
|
|
331
331
|
"portableHint": "ポータブル版は GitHub から新しい zip をダウンロードして更新します。"
|
|
332
332
|
},
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
"localHint": "デスクトップアプリが使用するアドレス — ブラウザーで開くか、コピーしてください。",
|
|
392
392
|
"open": "ブラウザーで開く",
|
|
393
393
|
"portAdjustedTitle": "ポート {{preferred}} は使用中のため、サーバーは現在 {{actual}} で待ち受けています。",
|
|
394
|
-
"portAdjustedHint": "
|
|
394
|
+
"portAdjustedHint": "「適用」で {{preferred}} を再試行できます。そのまま {{actual}} を使うのも選択肢です。",
|
|
395
395
|
"portAdjustedDismiss": "閉じる",
|
|
396
396
|
"moreAddresses": "その他のアドレス ({{count}}) — 仮想アダプターと VPN",
|
|
397
397
|
"noAddresses": "到達可能なアドレスが見つかりません — ネットワーク接続を確認してください。"
|
|
@@ -426,8 +426,8 @@
|
|
|
426
426
|
"updateBanner": "バージョン {{version}} の準備が完了しました。",
|
|
427
427
|
"updateBannerResources": "バージョン {{version}} の準備が完了しました。",
|
|
428
428
|
"updateBannerRestart": "アプリを開き直す",
|
|
429
|
-
"updateBannerApply": "
|
|
430
|
-
"updateApplying": "
|
|
429
|
+
"updateBannerApply": "更新する",
|
|
430
|
+
"updateApplying": "更新を適用しています…",
|
|
431
431
|
"updatePhaseStopping": "ローカルサーバーを停止しています…",
|
|
432
432
|
"updatePhaseSwapping": "サーバーファイルを置き換えています…",
|
|
433
433
|
"updatePhaseStarting": "ローカルサーバーを起動しています…",
|
|
@@ -2278,7 +2278,7 @@
|
|
|
2278
2278
|
"copyLanAddress": "LAN アドレスをコピー",
|
|
2279
2279
|
"restartServer": "サーバーを再起動",
|
|
2280
2280
|
"updateReady": "更新準備完了 — アプリを開き直す",
|
|
2281
|
-
"updateReadyResources": "更新準備完了 —
|
|
2281
|
+
"updateReadyResources": "更新準備完了 — 開き直し不要",
|
|
2282
2282
|
"quit": "終了",
|
|
2283
2283
|
"tooltipServerStopped": "hoardodile — サーバー停止",
|
|
2284
2284
|
"tooltipUpdateReady": "hoardodile — 更新準備完了",
|
package/src/catalogs/zh.json
CHANGED
|
@@ -324,9 +324,9 @@
|
|
|
324
324
|
"updateReady": "版本 {{version}} 已就绪。",
|
|
325
325
|
"updateReadyResources": "版本 {{version}} 已就绪。",
|
|
326
326
|
"updateFullReason": "重新打开应用以完成更新。",
|
|
327
|
-
"updateResourcesReason": "
|
|
328
|
-
"applyResources": "
|
|
329
|
-
"resourcesVersion": "
|
|
327
|
+
"updateResourcesReason": "无需重新打开——你可以继续使用应用。",
|
|
328
|
+
"applyResources": "更新",
|
|
329
|
+
"resourcesVersion": "内容 v{{version}}",
|
|
330
330
|
"restartToUpdate": "重新打开应用",
|
|
331
331
|
"portableHint": "便携版请从 GitHub 下载新的压缩包来更新。"
|
|
332
332
|
},
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
"localHint": "桌面应用使用的地址——可在浏览器中打开,也可复制。",
|
|
392
392
|
"open": "在浏览器中打开",
|
|
393
393
|
"portAdjustedTitle": "端口 {{preferred}} 被占用,服务器已在 {{actual}} 上运行。",
|
|
394
|
-
"portAdjustedHint": "
|
|
394
|
+
"portAdjustedHint": "点“应用”可重试 {{preferred}},或继续使用 {{actual}}。",
|
|
395
395
|
"portAdjustedDismiss": "关闭提示",
|
|
396
396
|
"moreAddresses": "其他地址({{count}})— 虚拟网卡、VPN 等",
|
|
397
397
|
"noAddresses": "没有找到可访问的地址,请检查网络连接。"
|
|
@@ -426,8 +426,8 @@
|
|
|
426
426
|
"updateBanner": "版本 {{version}} 已就绪。",
|
|
427
427
|
"updateBannerResources": "版本 {{version}} 已就绪。",
|
|
428
428
|
"updateBannerRestart": "重新打开应用",
|
|
429
|
-
"updateBannerApply": "
|
|
430
|
-
"updateApplying": "
|
|
429
|
+
"updateBannerApply": "更新",
|
|
430
|
+
"updateApplying": "正在更新…",
|
|
431
431
|
"updatePhaseStopping": "正在停止本地服务…",
|
|
432
432
|
"updatePhaseSwapping": "正在替换服务文件…",
|
|
433
433
|
"updatePhaseStarting": "正在启动本地服务…",
|
|
@@ -2278,7 +2278,7 @@
|
|
|
2278
2278
|
"copyLanAddress": "复制局域网地址",
|
|
2279
2279
|
"restartServer": "重启服务器",
|
|
2280
2280
|
"updateReady": "更新已就绪——重新打开应用",
|
|
2281
|
-
"updateReadyResources": "
|
|
2281
|
+
"updateReadyResources": "更新已就绪——无需重新打开",
|
|
2282
2282
|
"quit": "退出",
|
|
2283
2283
|
"tooltipServerStopped": "hoardodile —— 服务器已停止",
|
|
2284
2284
|
"tooltipUpdateReady": "hoardodile —— 更新已就绪",
|
package/src/shell/de.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"copyLanAddress": "LAN-Adresse kopieren",
|
|
7
7
|
"restartServer": "Server neu starten",
|
|
8
8
|
"updateReady": "Update bereit — App erneut öffnen",
|
|
9
|
-
"updateReadyResources": "Update bereit — Öffnen
|
|
9
|
+
"updateReadyResources": "Update bereit — Kein erneutes Öffnen nötig",
|
|
10
10
|
"quit": "Beenden",
|
|
11
11
|
"tooltipServerStopped": "hoardodile — Server gestoppt",
|
|
12
12
|
"tooltipUpdateReady": "hoardodile — Update bereit",
|
package/src/shell/en.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"copyLanAddress": "Copy LAN address",
|
|
7
7
|
"restartServer": "Restart server",
|
|
8
8
|
"updateReady": "Update ready — Reopen the app",
|
|
9
|
-
"updateReadyResources": "Update ready —
|
|
9
|
+
"updateReadyResources": "Update ready — No need to reopen",
|
|
10
10
|
"quit": "Quit",
|
|
11
11
|
"tooltipServerStopped": "hoardodile — server stopped",
|
|
12
12
|
"tooltipUpdateReady": "hoardodile — update ready",
|
package/src/shell/es.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"copyLanAddress": "Copiar dirección LAN",
|
|
7
7
|
"restartServer": "Reiniciar servidor",
|
|
8
8
|
"updateReady": "Actualización lista — Volver a abrir la app",
|
|
9
|
-
"updateReadyResources": "Actualización lista —
|
|
9
|
+
"updateReadyResources": "Actualización lista — No hace falta reabrirla",
|
|
10
10
|
"quit": "Salir",
|
|
11
11
|
"tooltipServerStopped": "hoardodile — servidor detenido",
|
|
12
12
|
"tooltipUpdateReady": "hoardodile — actualización lista",
|
package/src/shell/ja.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"copyLanAddress": "LAN アドレスをコピー",
|
|
7
7
|
"restartServer": "サーバーを再起動",
|
|
8
8
|
"updateReady": "更新準備完了 — アプリを開き直す",
|
|
9
|
-
"updateReadyResources": "更新準備完了 —
|
|
9
|
+
"updateReadyResources": "更新準備完了 — 開き直し不要",
|
|
10
10
|
"quit": "終了",
|
|
11
11
|
"tooltipServerStopped": "hoardodile — サーバー停止",
|
|
12
12
|
"tooltipUpdateReady": "hoardodile — 更新準備完了",
|
package/src/shell/zh.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"copyLanAddress": "复制局域网地址",
|
|
7
7
|
"restartServer": "重启服务器",
|
|
8
8
|
"updateReady": "更新已就绪——重新打开应用",
|
|
9
|
-
"updateReadyResources": "
|
|
9
|
+
"updateReadyResources": "更新已就绪——无需重新打开",
|
|
10
10
|
"quit": "退出",
|
|
11
11
|
"tooltipServerStopped": "hoardodile —— 服务器已停止",
|
|
12
12
|
"tooltipUpdateReady": "hoardodile —— 更新已就绪",
|
package/src/update-copy.test.ts
CHANGED
|
@@ -20,6 +20,8 @@ const UPDATE_KEYS: readonly (readonly string[])[] = [
|
|
|
20
20
|
["me", "desktop", "updateBanner"],
|
|
21
21
|
["me", "desktop", "updateBannerResources"],
|
|
22
22
|
["me", "desktop", "updateBannerRestart"],
|
|
23
|
+
["me", "desktop", "updateBannerApply"],
|
|
24
|
+
["me", "desktop", "updateApplying"],
|
|
23
25
|
["me", "desktop", "autoUpdate", "description"],
|
|
24
26
|
["desktopShell", "tray", "updateReady"],
|
|
25
27
|
["desktopShell", "tray", "updateReadyResources"],
|
|
@@ -36,9 +38,19 @@ function valueAt(obj: unknown, path: readonly string[]): string | undefined {
|
|
|
36
38
|
}
|
|
37
39
|
|
|
38
40
|
describe("update copy stays simple and user-friendly", () => {
|
|
39
|
-
const FORBIDDEN = [
|
|
41
|
+
const FORBIDDEN = [
|
|
42
|
+
/restart/i,
|
|
43
|
+
/重启/,
|
|
44
|
+
/app\s+shell/i,
|
|
45
|
+
/应用壳/i,
|
|
46
|
+
/resource/i,
|
|
47
|
+
/资源/,
|
|
48
|
+
/リソース/,
|
|
49
|
+
/recurso/i,
|
|
50
|
+
/ressourc/i,
|
|
51
|
+
]
|
|
40
52
|
|
|
41
|
-
it("never uses 'restart/重启'
|
|
53
|
+
it("never uses 'restart/重启', 'app shell/应用壳' or 'resource/资源' in update copy", () => {
|
|
42
54
|
for (const [language, catalog] of Object.entries(CATALOGS)) {
|
|
43
55
|
for (const path of UPDATE_KEYS) {
|
|
44
56
|
const value = valueAt(catalog, path)
|
package/src/workbench/de.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"reloadAria": "Plugin neu laden",
|
|
5
5
|
"reloadHint": "Neu laden — mit dem aktuellen Build neu einbinden",
|
|
6
6
|
"resource": "Ressource",
|
|
7
|
+
"resources": "Ressourcen",
|
|
7
8
|
"cardPreviewAria": "Ressourcen-Karte anzeigen",
|
|
8
9
|
"cardPreviewHint": "Simulierte res card — Cover, Kartentemplates und Metadaten",
|
|
9
10
|
"enterFullscreen": "Vollbild aktivieren",
|
package/src/workbench/en.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"reloadAria": "Reload plugin",
|
|
5
5
|
"reloadHint": "Reload — re-mount with the current build",
|
|
6
6
|
"resource": "Resource",
|
|
7
|
+
"resources": "Resources",
|
|
7
8
|
"cardPreviewAria": "Preview resource card",
|
|
8
9
|
"cardPreviewHint": "Simulated res card — cover, card templates and metadata",
|
|
9
10
|
"enterFullscreen": "Enter fullscreen",
|
package/src/workbench/es.json
CHANGED
|
@@ -4,6 +4,7 @@
|
|
|
4
4
|
"reloadAria": "Recargar plugin",
|
|
5
5
|
"reloadHint": "Recargar — volver a montar con la compilación actual",
|
|
6
6
|
"resource": "Recurso",
|
|
7
|
+
"resources": "Recursos",
|
|
7
8
|
"cardPreviewAria": "Previsualizar tarjeta de recurso",
|
|
8
9
|
"cardPreviewHint": "Res card simulada — portada, plantillas y metadatos",
|
|
9
10
|
"enterFullscreen": "Entrar en pantalla completa",
|
package/src/workbench/ja.json
CHANGED