@hoardodile/i18n 0.2.2 → 0.2.4
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-CvB8vJiU.d.ts → catalogs-CJojj7ku.d.ts} +108 -0
- package/dist/catalogs.d.ts +1 -1
- package/dist/catalogs.js +90 -0
- package/dist/catalogs.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +90 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/catalogs/de.json +18 -0
- package/src/catalogs/en.json +18 -0
- package/src/catalogs/es.json +18 -0
- package/src/catalogs/ja.json +18 -0
- package/src/catalogs/zh.json +18 -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-CJojj7ku.js';
|
|
2
|
+
export { C as CATALOGS, c as catalogFor } from './catalogs-CJojj7ku.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
|
@@ -1540,6 +1540,19 @@ var de_default2 = {
|
|
|
1540
1540
|
confirm: "Du hast ungespeicherte \xC4nderungen in diesem Dokument. Trotzdem verlassen?"
|
|
1541
1541
|
},
|
|
1542
1542
|
moreActions: "Weitere Aktionen",
|
|
1543
|
+
find: {
|
|
1544
|
+
placeholder: "Im Dokument suchen",
|
|
1545
|
+
replacePlaceholder: "Ersetzen durch",
|
|
1546
|
+
matchCase: "Gro\xDF-/Kleinschreibung beachten",
|
|
1547
|
+
toggleReplace: "Ersetzen ein-/ausblenden",
|
|
1548
|
+
previous: "Vorheriger Treffer",
|
|
1549
|
+
next: "N\xE4chster Treffer",
|
|
1550
|
+
counter: "{{current}} / {{total}}",
|
|
1551
|
+
noResults: "Keine Treffer",
|
|
1552
|
+
replace: "Ersetzen",
|
|
1553
|
+
replaceAll: "Alle ersetzen",
|
|
1554
|
+
close: "Schlie\xDFen"
|
|
1555
|
+
},
|
|
1543
1556
|
zoom: {
|
|
1544
1557
|
label: "Textzoom",
|
|
1545
1558
|
smaller: "Verkleinern",
|
|
@@ -1661,6 +1674,11 @@ var de_default2 = {
|
|
|
1661
1674
|
hardDeleteConfirm: "Endg\xFCltig l\xF6schen",
|
|
1662
1675
|
hardDeleting: "L\xF6schen\u2026"
|
|
1663
1676
|
},
|
|
1677
|
+
renameDialog: {
|
|
1678
|
+
folderTitle: "Ordner umbenennen",
|
|
1679
|
+
documentTitle: "Dokument umbenennen",
|
|
1680
|
+
nameLabel: "Name"
|
|
1681
|
+
},
|
|
1664
1682
|
softDeleteDialog: {
|
|
1665
1683
|
title: "In den Papierkorb verschieben?",
|
|
1666
1684
|
description: "Das Element wird im Baum ausgeblendet und kann sp\xE4ter aus dem Papierkorb wiederhergestellt werden.",
|
|
@@ -3992,6 +4010,19 @@ var en_default2 = {
|
|
|
3992
4010
|
confirm: "You have unsaved changes in this document. Leave anyway?"
|
|
3993
4011
|
},
|
|
3994
4012
|
moreActions: "More actions",
|
|
4013
|
+
find: {
|
|
4014
|
+
placeholder: "Find in document",
|
|
4015
|
+
replacePlaceholder: "Replace with",
|
|
4016
|
+
matchCase: "Match case",
|
|
4017
|
+
toggleReplace: "Toggle replace",
|
|
4018
|
+
previous: "Previous match",
|
|
4019
|
+
next: "Next match",
|
|
4020
|
+
counter: "{{current}} / {{total}}",
|
|
4021
|
+
noResults: "No matches",
|
|
4022
|
+
replace: "Replace",
|
|
4023
|
+
replaceAll: "Replace all",
|
|
4024
|
+
close: "Close"
|
|
4025
|
+
},
|
|
3995
4026
|
zoom: {
|
|
3996
4027
|
label: "Text zoom",
|
|
3997
4028
|
smaller: "Zoom out",
|
|
@@ -4113,6 +4144,11 @@ var en_default2 = {
|
|
|
4113
4144
|
hardDeleteConfirm: "Delete forever",
|
|
4114
4145
|
hardDeleting: "Deleting\u2026"
|
|
4115
4146
|
},
|
|
4147
|
+
renameDialog: {
|
|
4148
|
+
folderTitle: "Rename folder",
|
|
4149
|
+
documentTitle: "Rename document",
|
|
4150
|
+
nameLabel: "Name"
|
|
4151
|
+
},
|
|
4116
4152
|
softDeleteDialog: {
|
|
4117
4153
|
title: "Move to recycle bin?",
|
|
4118
4154
|
description: "The item will be hidden from the tree and can be restored later from the recycle bin.",
|
|
@@ -6444,6 +6480,19 @@ var es_default2 = {
|
|
|
6444
6480
|
confirm: "Tienes cambios sin guardar en este documento. \xBFSalir de todos modos?"
|
|
6445
6481
|
},
|
|
6446
6482
|
moreActions: "M\xE1s acciones",
|
|
6483
|
+
find: {
|
|
6484
|
+
placeholder: "Buscar en el documento",
|
|
6485
|
+
replacePlaceholder: "Reemplazar por",
|
|
6486
|
+
matchCase: "Distinguir may\xFAsculas",
|
|
6487
|
+
toggleReplace: "Mostrar u ocultar reemplazo",
|
|
6488
|
+
previous: "Coincidencia anterior",
|
|
6489
|
+
next: "Coincidencia siguiente",
|
|
6490
|
+
counter: "{{current}} / {{total}}",
|
|
6491
|
+
noResults: "Sin coincidencias",
|
|
6492
|
+
replace: "Reemplazar",
|
|
6493
|
+
replaceAll: "Reemplazar todo",
|
|
6494
|
+
close: "Cerrar"
|
|
6495
|
+
},
|
|
6447
6496
|
zoom: {
|
|
6448
6497
|
label: "Zoom del texto",
|
|
6449
6498
|
smaller: "Alejar",
|
|
@@ -6565,6 +6614,11 @@ var es_default2 = {
|
|
|
6565
6614
|
hardDeleteConfirm: "Eliminar para siempre",
|
|
6566
6615
|
hardDeleting: "Eliminando\u2026"
|
|
6567
6616
|
},
|
|
6617
|
+
renameDialog: {
|
|
6618
|
+
folderTitle: "Renombrar carpeta",
|
|
6619
|
+
documentTitle: "Renombrar documento",
|
|
6620
|
+
nameLabel: "Nombre"
|
|
6621
|
+
},
|
|
6568
6622
|
softDeleteDialog: {
|
|
6569
6623
|
title: "\xBFMover a la papelera?",
|
|
6570
6624
|
description: "El elemento se ocultar\xE1 del \xE1rbol y se podr\xE1 restaurar m\xE1s tarde desde la papelera.",
|
|
@@ -8896,6 +8950,19 @@ var ja_default2 = {
|
|
|
8896
8950
|
confirm: "\u3053\u306E\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u306B\u306F\u672A\u4FDD\u5B58\u306E\u5909\u66F4\u304C\u3042\u308A\u307E\u3059\u3002\u305D\u308C\u3067\u3082\u96E2\u308C\u307E\u3059\u304B\uFF1F"
|
|
8897
8951
|
},
|
|
8898
8952
|
moreActions: "\u305D\u306E\u4ED6\u306E\u64CD\u4F5C",
|
|
8953
|
+
find: {
|
|
8954
|
+
placeholder: "\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u5185\u3092\u691C\u7D22",
|
|
8955
|
+
replacePlaceholder: "\u7F6E\u63DB\u5F8C\u306E\u6587\u5B57\u5217",
|
|
8956
|
+
matchCase: "\u5927\u6587\u5B57\u3068\u5C0F\u6587\u5B57\u3092\u533A\u5225",
|
|
8957
|
+
toggleReplace: "\u7F6E\u63DB\u306E\u8868\u793A\u3092\u5207\u308A\u66FF\u3048",
|
|
8958
|
+
previous: "\u524D\u306E\u4E00\u81F4",
|
|
8959
|
+
next: "\u6B21\u306E\u4E00\u81F4",
|
|
8960
|
+
counter: "{{current}} / {{total}}",
|
|
8961
|
+
noResults: "\u4E00\u81F4\u306A\u3057",
|
|
8962
|
+
replace: "\u7F6E\u63DB",
|
|
8963
|
+
replaceAll: "\u3059\u3079\u3066\u7F6E\u63DB",
|
|
8964
|
+
close: "\u9589\u3058\u308B"
|
|
8965
|
+
},
|
|
8899
8966
|
zoom: {
|
|
8900
8967
|
label: "\u6587\u5B57\u306E\u62E1\u5927\u7387",
|
|
8901
8968
|
smaller: "\u7E2E\u5C0F",
|
|
@@ -9017,6 +9084,11 @@ var ja_default2 = {
|
|
|
9017
9084
|
hardDeleteConfirm: "\u5B8C\u5168\u306B\u524A\u9664",
|
|
9018
9085
|
hardDeleting: "\u524A\u9664\u4E2D\u2026"
|
|
9019
9086
|
},
|
|
9087
|
+
renameDialog: {
|
|
9088
|
+
folderTitle: "\u30D5\u30A9\u30EB\u30C0\u30FC\u540D\u3092\u5909\u66F4",
|
|
9089
|
+
documentTitle: "\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u540D\u3092\u5909\u66F4",
|
|
9090
|
+
nameLabel: "\u540D\u524D"
|
|
9091
|
+
},
|
|
9020
9092
|
softDeleteDialog: {
|
|
9021
9093
|
title: "\u3054\u307F\u7BB1\u306B\u79FB\u52D5\u3057\u307E\u3059\u304B\uFF1F",
|
|
9022
9094
|
description: "\u9805\u76EE\u306F\u30C4\u30EA\u30FC\u304B\u3089\u975E\u8868\u793A\u306B\u306A\u308A\u3001\u5F8C\u3067\u3054\u307F\u7BB1\u304B\u3089\u5FA9\u5143\u3067\u304D\u307E\u3059\u3002",
|
|
@@ -11348,6 +11420,19 @@ var zh_default2 = {
|
|
|
11348
11420
|
confirm: "\u5F53\u524D\u6587\u6863\u6709\u672A\u4FDD\u5B58\u7684\u4FEE\u6539\uFF0C\u786E\u5B9A\u8981\u79BB\u5F00\u5417\uFF1F"
|
|
11349
11421
|
},
|
|
11350
11422
|
moreActions: "\u66F4\u591A\u64CD\u4F5C",
|
|
11423
|
+
find: {
|
|
11424
|
+
placeholder: "\u5728\u6587\u6863\u4E2D\u67E5\u627E",
|
|
11425
|
+
replacePlaceholder: "\u66FF\u6362\u4E3A",
|
|
11426
|
+
matchCase: "\u533A\u5206\u5927\u5C0F\u5199",
|
|
11427
|
+
toggleReplace: "\u5207\u6362\u66FF\u6362",
|
|
11428
|
+
previous: "\u4E0A\u4E00\u4E2A\u5339\u914D",
|
|
11429
|
+
next: "\u4E0B\u4E00\u4E2A\u5339\u914D",
|
|
11430
|
+
counter: "{{current}} / {{total}}",
|
|
11431
|
+
noResults: "\u65E0\u5339\u914D\u9879",
|
|
11432
|
+
replace: "\u66FF\u6362",
|
|
11433
|
+
replaceAll: "\u5168\u90E8\u66FF\u6362",
|
|
11434
|
+
close: "\u5173\u95ED"
|
|
11435
|
+
},
|
|
11351
11436
|
zoom: {
|
|
11352
11437
|
label: "\u6587\u672C\u7F29\u653E",
|
|
11353
11438
|
smaller: "\u7F29\u5C0F",
|
|
@@ -11469,6 +11554,11 @@ var zh_default2 = {
|
|
|
11469
11554
|
hardDeleteConfirm: "\u6C38\u4E45\u5220\u9664",
|
|
11470
11555
|
hardDeleting: "\u6B63\u5728\u5220\u9664\u2026"
|
|
11471
11556
|
},
|
|
11557
|
+
renameDialog: {
|
|
11558
|
+
folderTitle: "\u91CD\u547D\u540D\u6587\u4EF6\u5939",
|
|
11559
|
+
documentTitle: "\u91CD\u547D\u540D\u6587\u6863",
|
|
11560
|
+
nameLabel: "\u540D\u79F0"
|
|
11561
|
+
},
|
|
11472
11562
|
softDeleteDialog: {
|
|
11473
11563
|
title: "\u79FB\u5165\u56DE\u6536\u7AD9\uFF1F",
|
|
11474
11564
|
description: "\u8BE5\u9879\u76EE\u5C06\u4ECE\u6587\u6863\u6811\u4E2D\u79FB\u9664\uFF0C\u53EF\u5728\u56DE\u6536\u7AD9\u4E2D\u8FD8\u539F\u3002",
|