@hoardodile/i18n 0.1.8 → 0.1.9
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/workbench.d.ts +12 -0
- package/dist/catalogs/workbench.js +10 -0
- package/dist/catalogs/workbench.js.map +1 -1
- package/dist/{catalogs-BmA0HQzL.d.ts → catalogs-5txKgD19.d.ts} +26 -2
- package/dist/catalogs.d.ts +1 -1
- package/dist/catalogs.js +30 -10
- package/dist/catalogs.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +30 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/catalogs/de.json +6 -2
- package/src/catalogs/en.json +6 -2
- package/src/catalogs/es.json +6 -2
- package/src/catalogs/ja.json +6 -2
- package/src/catalogs/zh.json +6 -2
- package/src/workbench/de.json +2 -0
- package/src/workbench/en.json +2 -0
- package/src/workbench/es.json +2 -0
- package/src/workbench/ja.json +2 -0
- package/src/workbench/zh.json +2 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { e as en } from './catalogs-
|
|
2
|
-
export { C as CATALOGS, c as catalogFor } from './catalogs-
|
|
1
|
+
import { e as en } from './catalogs-5txKgD19.js';
|
|
2
|
+
export { C as CATALOGS, c as catalogFor } from './catalogs-5txKgD19.js';
|
|
3
3
|
import { u as uiEn } from './ui-DYXLhqSV.js';
|
|
4
4
|
export { U as UI_CATALOGS, a as uiCatalogFor } from './ui-DYXLhqSV.js';
|
|
5
5
|
import { i18n } from 'i18next';
|
package/dist/index.js
CHANGED
|
@@ -859,11 +859,15 @@ var de_default2 = {
|
|
|
859
859
|
title: "Lokaler Netzwerkzugriff",
|
|
860
860
|
description: "Diese App f\xFCr Telefone und Computer im gleichen WLAN oder Netzwerk bereitstellen.",
|
|
861
861
|
enable: "Zugriff aus dem lokalen Netzwerk erlauben",
|
|
862
|
-
enableDescription: "Jeder in deinem Netzwerk ben\xF6tigt dein Passwort zur Anmeldung. Windows fragt beim
|
|
862
|
+
enableDescription: "Jeder in deinem Netzwerk ben\xF6tigt dein Passwort zur Anmeldung. Die Freigabe erfolgt \xFCber verschl\xFCsselndes HTTPS; der Browser kann beim ersten Zugriff eine Zertifikatswarnung zeigen. Windows fragt beim Aktivieren nach einer Firewall-Ausnahme.",
|
|
863
863
|
applying: "Wird angewendet\u2026",
|
|
864
864
|
portTitle: "Port",
|
|
865
|
-
portDescription: "
|
|
865
|
+
portDescription: "Der HTTPS-Port, \xFCber den andere Ger\xE4te diese App erreichen. \xC4ndern startet den Server nicht neu.",
|
|
866
866
|
portApply: "Anwenden",
|
|
867
|
+
httpsTitle: "Verbindung verschl\xFCsseln (HTTPS)",
|
|
868
|
+
httpsDescription: "HTTPS verhindert, dass jemand im Netzwerk deine Bibliothek oder dein Passwort lesen kann. Das Zertifikat ist jedoch selbstsigniert, sodass der Browser zun\xE4chst \u201Enicht sicher\u201C warnt, bis du \u201EWeiter\u201C w\xE4hlst. Standardm\xE4\xDFig aus.",
|
|
869
|
+
certHint: "Beim ersten Zugriff kann \u201Enicht sicher\u201C gewarnt werden \u2013 der Datenverkehr ist trotzdem verschl\xFCsselt. W\xE4hle \u201EWeiter\u201C, um zu \xF6ffnen.",
|
|
870
|
+
certFingerprint: "Zertifikat-Fingerabdruck",
|
|
867
871
|
copy: "Kopieren",
|
|
868
872
|
copied: "Adresse kopiert",
|
|
869
873
|
copyFailed: "Kopieren fehlgeschlagen",
|
|
@@ -3178,11 +3182,15 @@ var en_default2 = {
|
|
|
3178
3182
|
title: "Local network access",
|
|
3179
3183
|
description: "Serve this app to phones and computers on the same Wi-Fi or network.",
|
|
3180
3184
|
enable: "Allow access from the local network",
|
|
3181
|
-
enableDescription: "Anyone on your network needs your password to sign in. Windows asks for a firewall exception
|
|
3185
|
+
enableDescription: "Anyone on your network needs your password to sign in. The share is served over encrypted HTTPS; a browser may show a certificate warning the first time. Windows asks for a firewall exception when you enable this.",
|
|
3182
3186
|
applying: "Applying\u2026",
|
|
3183
3187
|
portTitle: "Port",
|
|
3184
|
-
portDescription: "
|
|
3188
|
+
portDescription: "The HTTPS port other devices use. Changing it does not restart the server.",
|
|
3185
3189
|
portApply: "Apply",
|
|
3190
|
+
httpsTitle: "Encrypt the connection (HTTPS)",
|
|
3191
|
+
httpsDescription: "HTTPS keeps anyone watching the network from reading your library or password, but the certificate is self-signed \u2014 a browser shows a \u201Cnot secure\u201D warning until you click Continue. Off by default.",
|
|
3192
|
+
certHint: "First-time access may show a \u201Cnot secure\u201D warning \u2014 the traffic is still encrypted. Choose Continue to open.",
|
|
3193
|
+
certFingerprint: "Certificate fingerprint",
|
|
3186
3194
|
copy: "Copy",
|
|
3187
3195
|
copied: "Address copied",
|
|
3188
3196
|
copyFailed: "Copy failed",
|
|
@@ -5497,11 +5505,15 @@ var es_default2 = {
|
|
|
5497
5505
|
title: "Acceso desde la red local",
|
|
5498
5506
|
description: "Sirve esta app a tel\xE9fonos y equipos en la misma Wi-Fi o red.",
|
|
5499
5507
|
enable: "Permitir el acceso desde la red local",
|
|
5500
|
-
enableDescription: "Quien est\xE9 en tu red necesita tu contrase\xF1a para iniciar sesi\xF3n. Windows pide una excepci\xF3n de firewall
|
|
5508
|
+
enableDescription: "Quien est\xE9 en tu red necesita tu contrase\xF1a para iniciar sesi\xF3n. La compartici\xF3n se sirve por HTTPS cifrado; el navegador puede mostrar un aviso de certificado la primera vez. Windows pide una excepci\xF3n de firewall al activarlo.",
|
|
5501
5509
|
applying: "Aplicando\u2026",
|
|
5502
5510
|
portTitle: "Puerto",
|
|
5503
|
-
portDescription: "
|
|
5511
|
+
portDescription: "El puerto HTTPS que usan otros dispositivos. Cambiarlo no reinicia el servidor.",
|
|
5504
5512
|
portApply: "Aplicar",
|
|
5513
|
+
httpsTitle: "Cifrar la conexi\xF3n (HTTPS)",
|
|
5514
|
+
httpsDescription: "HTTPS evita que quien observe la red lea tu biblioteca o contrase\xF1a, pero el certificado es autofirmado: el navegador muestra un aviso de \xABno es seguro\xBB hasta que elijas Continuar. Desactivado por defecto.",
|
|
5515
|
+
certHint: "El primer acceso puede avisar de que la conexi\xF3n \xABno es segura\xBB; el tr\xE1fico sigue cifrado. Elige Continuar para abrir.",
|
|
5516
|
+
certFingerprint: "Huella del certificado",
|
|
5505
5517
|
copy: "Copiar",
|
|
5506
5518
|
copied: "Direcci\xF3n copiada",
|
|
5507
5519
|
copyFailed: "No se pudo copiar",
|
|
@@ -7816,11 +7828,15 @@ var ja_default2 = {
|
|
|
7816
7828
|
title: "\u30ED\u30FC\u30AB\u30EB\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u30A2\u30AF\u30BB\u30B9",
|
|
7817
7829
|
description: "\u540C\u3058 Wi-Fi \u307E\u305F\u306F\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u4E0A\u306E\u30B9\u30DE\u30FC\u30C8\u30D5\u30A9\u30F3\u3084\u30B3\u30F3\u30D4\u30E5\u30FC\u30BF\u30FC\u306B\u3053\u306E\u30A2\u30D7\u30EA\u3092\u63D0\u4F9B\u3057\u307E\u3059\u3002",
|
|
7818
7830
|
enable: "\u30ED\u30FC\u30AB\u30EB\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u304B\u3089\u306E\u30A2\u30AF\u30BB\u30B9\u3092\u8A31\u53EF",
|
|
7819
|
-
enableDescription: "\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u4E0A\u306E\u8AB0\u3082\u304C\u30B5\u30A4\u30F3\u30A4\u30F3\u306B\u306F\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u5FC5\u8981\u3067\u3059\u3002\
|
|
7831
|
+
enableDescription: "\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u4E0A\u306E\u8AB0\u3082\u304C\u30B5\u30A4\u30F3\u30A4\u30F3\u306B\u306F\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u5FC5\u8981\u3067\u3059\u3002\u5171\u6709\u306F\u6697\u53F7\u5316\u3055\u308C\u305F HTTPS \u3067\u63D0\u4F9B\u3055\u308C\u3001\u521D\u56DE\u30A2\u30AF\u30BB\u30B9\u6642\u306B\u30D6\u30E9\u30A6\u30B6\u30FC\u304C\u8A3C\u660E\u66F8\u306E\u8B66\u544A\u3092\u8868\u793A\u3059\u308B\u5834\u5408\u304C\u3042\u308A\u307E\u3059\u3002\u521D\u3081\u3066\u6709\u52B9\u306B\u3059\u308B\u3068 Windows \u304C\u30D5\u30A1\u30A4\u30A2\u30A6\u30A9\u30FC\u30EB\u306E\u4F8B\u5916\u3092\u6C42\u3081\u307E\u3059\u3002",
|
|
7820
7832
|
applying: "\u9069\u7528\u4E2D\u2026",
|
|
7821
7833
|
portTitle: "\u30DD\u30FC\u30C8",
|
|
7822
|
-
portDescription: "
|
|
7834
|
+
portDescription: "\u4ED6\u306E\u30C7\u30D0\u30A4\u30B9\u304C\u3053\u306E\u30A2\u30D7\u30EA\u3078\u63A5\u7D9A\u3059\u308B HTTPS \u30DD\u30FC\u30C8\u3002\u5909\u66F4\u3057\u3066\u3082\u30B5\u30FC\u30D0\u30FC\u306F\u518D\u8D77\u52D5\u3057\u307E\u305B\u3093\u3002",
|
|
7823
7835
|
portApply: "\u9069\u7528",
|
|
7836
|
+
httpsTitle: "\u63A5\u7D9A\u3092\u6697\u53F7\u5316\uFF08HTTPS\uFF09",
|
|
7837
|
+
httpsDescription: "HTTPS \u306B\u3059\u308B\u3068\u3001\u30CD\u30C3\u30C8\u30EF\u30FC\u30AF\u3092\u8997\u304F\u4EBA\u306B\u30E9\u30A4\u30D6\u30E9\u30EA\u3084\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8AAD\u307E\u308C\u307E\u305B\u3093\u3002\u305F\u3060\u3057\u8A3C\u660E\u66F8\u306F\u81EA\u5DF1\u7F72\u540D\u306E\u305F\u3081\u3001\u521D\u56DE\u306F\u30D6\u30E9\u30A6\u30B6\u30FC\u304C\u300C\u5B89\u5168\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u300D\u3068\u8B66\u544A\u3057\u3001\u7D9A\u884C\u3092\u9078\u3076\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002\u65E2\u5B9A\u3067\u306F\u30AA\u30D5\u3002",
|
|
7838
|
+
certHint: "\u521D\u56DE\u30A2\u30AF\u30BB\u30B9\u6642\u306B\u300C\u5B89\u5168\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u300D\u3068\u8B66\u544A\u3055\u308C\u308B\u3053\u3068\u304C\u3042\u308A\u307E\u3059\u304C\u3001\u901A\u4FE1\u306F\u6697\u53F7\u5316\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u300C\u7D9A\u884C\u300D\u3092\u9078\u3093\u3067\u304F\u3060\u3055\u3044\u3002",
|
|
7839
|
+
certFingerprint: "\u8A3C\u660E\u66F8\u30D5\u30A3\u30F3\u30AC\u30FC\u30D7\u30EA\u30F3\u30C8",
|
|
7824
7840
|
copy: "\u30B3\u30D4\u30FC",
|
|
7825
7841
|
copied: "\u30A2\u30C9\u30EC\u30B9\u3092\u30B3\u30D4\u30FC\u3057\u307E\u3057\u305F",
|
|
7826
7842
|
copyFailed: "\u30B3\u30D4\u30FC\u306B\u5931\u6557\u3057\u307E\u3057\u305F",
|
|
@@ -10135,11 +10151,15 @@ var zh_default2 = {
|
|
|
10135
10151
|
title: "\u672C\u5730\u7F51\u7EDC\u8BBF\u95EE",
|
|
10136
10152
|
description: "\u8BA9\u540C\u4E00\u4E2A Wi-Fi \u6216\u7F51\u7EDC\u91CC\u7684\u624B\u673A\u548C\u7535\u8111\u4E5F\u80FD\u8BBF\u95EE\u672C\u5E94\u7528\u3002",
|
|
10137
10153
|
enable: "\u5141\u8BB8\u4ECE\u672C\u5730\u7F51\u7EDC\u8BBF\u95EE",
|
|
10138
|
-
enableDescription: "\u540C\u4E00\u7F51\u7EDC\u4E2D\u7684\u4EFB\u4F55\u4EBA\u9700\u8981\u77E5\u9053\u4F60\u7684\u5BC6\u7801\u624D\u80FD\u767B\u5F55\u3002\u9996\u6B21\u5F00\u542F\u65F6\uFF0CWindows \u4F1A\u8BF7\u6C42\u9632\u706B\u5899\u653E\u884C\u3002",
|
|
10154
|
+
enableDescription: "\u540C\u4E00\u7F51\u7EDC\u4E2D\u7684\u4EFB\u4F55\u4EBA\u9700\u8981\u77E5\u9053\u4F60\u7684\u5BC6\u7801\u624D\u80FD\u767B\u5F55\u3002\u5171\u4EAB\u901A\u8FC7\u52A0\u5BC6\u7684 HTTPS \u63D0\u4F9B\uFF0C\u6D4F\u89C8\u5668\u9996\u6B21\u8BBF\u95EE\u53EF\u80FD\u63D0\u793A\u8BC1\u4E66\u4E0D\u5B89\u5168\u3002\u9996\u6B21\u5F00\u542F\u65F6\uFF0CWindows \u4F1A\u8BF7\u6C42\u9632\u706B\u5899\u653E\u884C\u3002",
|
|
10139
10155
|
applying: "\u6B63\u5728\u5E94\u7528\u2026",
|
|
10140
10156
|
portTitle: "\u7AEF\u53E3",
|
|
10141
|
-
portDescription: "\
|
|
10157
|
+
portDescription: "\u5176\u5B83\u8BBE\u5907\u8BBF\u95EE\u672C\u5E94\u7528\u6240\u7528\u7684 HTTPS \u7AEF\u53E3\uFF1B\u4FEE\u6539\u5B83\u4E0D\u4F1A\u91CD\u542F\u670D\u52A1\u5668\u3002",
|
|
10142
10158
|
portApply: "\u5E94\u7528",
|
|
10159
|
+
httpsTitle: "\u52A0\u5BC6\u4F20\u8F93\uFF08HTTPS\uFF09",
|
|
10160
|
+
httpsDescription: "HTTPS \u80FD\u8BA9\u5077\u770B\u7F51\u7EDC\u7684\u4EBA\u65E0\u6CD5\u8BFB\u53D6\u4F60\u7684\u8D44\u6599\u548C\u5BC6\u7801\uFF0C\u4F46\u8BC1\u4E66\u662F\u81EA\u7B7E\u7684\u2014\u2014\u6D4F\u89C8\u5668\u9996\u6B21\u4F1A\u63D0\u793A\u201C\u4E0D\u5B89\u5168\u201D\uFF0C\u9700\u70B9\u201C\u7EE7\u7EED\u8BBF\u95EE\u201D\u3002\u9ED8\u8BA4\u5173\u95ED\u3002",
|
|
10161
|
+
certHint: "\u9996\u6B21\u8BBF\u95EE\u6D4F\u89C8\u5668\u53EF\u80FD\u63D0\u793A\u201C\u8FDE\u63A5\u4E0D\u5B89\u5168\u201D\u2014\u2014\u4F46\u6D41\u91CF\u5DF2\u52A0\u5BC6\u3002\u9009\u62E9\u201C\u7EE7\u7EED\u8BBF\u95EE\u201D\u5373\u53EF\u6253\u5F00\u3002",
|
|
10162
|
+
certFingerprint: "\u8BC1\u4E66\u6307\u7EB9",
|
|
10143
10163
|
copy: "\u590D\u5236",
|
|
10144
10164
|
copied: "\u5730\u5740\u5DF2\u590D\u5236",
|
|
10145
10165
|
copyFailed: "\u590D\u5236\u5931\u8D25",
|