@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.
@@ -1057,6 +1057,19 @@ var documents = {
1057
1057
  confirm: "You have unsaved changes in this document. Leave anyway?"
1058
1058
  },
1059
1059
  moreActions: "More actions",
1060
+ find: {
1061
+ placeholder: "Find in document",
1062
+ replacePlaceholder: "Replace with",
1063
+ matchCase: "Match case",
1064
+ toggleReplace: "Toggle replace",
1065
+ previous: "Previous match",
1066
+ next: "Next match",
1067
+ counter: "{{current}} / {{total}}",
1068
+ noResults: "No matches",
1069
+ replace: "Replace",
1070
+ replaceAll: "Replace all",
1071
+ close: "Close"
1072
+ },
1060
1073
  zoom: {
1061
1074
  label: "Text zoom",
1062
1075
  smaller: "Zoom out",
@@ -1178,6 +1191,11 @@ var documents = {
1178
1191
  hardDeleteConfirm: "Delete forever",
1179
1192
  hardDeleting: "Deleting…"
1180
1193
  },
1194
+ renameDialog: {
1195
+ folderTitle: "Rename folder",
1196
+ documentTitle: "Rename document",
1197
+ nameLabel: "Name"
1198
+ },
1181
1199
  softDeleteDialog: {
1182
1200
  title: "Move to recycle bin?",
1183
1201
  description: "The item will be hidden from the tree and can be restored later from the recycle bin.",
@@ -3565,6 +3583,19 @@ declare const CATALOGS: {
3565
3583
  confirm: string;
3566
3584
  };
3567
3585
  moreActions: string;
3586
+ find: {
3587
+ placeholder: string;
3588
+ replacePlaceholder: string;
3589
+ matchCase: string;
3590
+ toggleReplace: string;
3591
+ previous: string;
3592
+ next: string;
3593
+ counter: string;
3594
+ noResults: string;
3595
+ replace: string;
3596
+ replaceAll: string;
3597
+ close: string;
3598
+ };
3568
3599
  zoom: {
3569
3600
  label: string;
3570
3601
  smaller: string;
@@ -3686,6 +3717,11 @@ declare const CATALOGS: {
3686
3717
  hardDeleteConfirm: string;
3687
3718
  hardDeleting: string;
3688
3719
  };
3720
+ renameDialog: {
3721
+ folderTitle: string;
3722
+ documentTitle: string;
3723
+ nameLabel: string;
3724
+ };
3689
3725
  softDeleteDialog: {
3690
3726
  title: string;
3691
3727
  description: string;
@@ -6015,6 +6051,19 @@ declare const CATALOGS: {
6015
6051
  confirm: string;
6016
6052
  };
6017
6053
  moreActions: string;
6054
+ find: {
6055
+ placeholder: string;
6056
+ replacePlaceholder: string;
6057
+ matchCase: string;
6058
+ toggleReplace: string;
6059
+ previous: string;
6060
+ next: string;
6061
+ counter: string;
6062
+ noResults: string;
6063
+ replace: string;
6064
+ replaceAll: string;
6065
+ close: string;
6066
+ };
6018
6067
  zoom: {
6019
6068
  label: string;
6020
6069
  smaller: string;
@@ -6136,6 +6185,11 @@ declare const CATALOGS: {
6136
6185
  hardDeleteConfirm: string;
6137
6186
  hardDeleting: string;
6138
6187
  };
6188
+ renameDialog: {
6189
+ folderTitle: string;
6190
+ documentTitle: string;
6191
+ nameLabel: string;
6192
+ };
6139
6193
  softDeleteDialog: {
6140
6194
  title: string;
6141
6195
  description: string;
@@ -8465,6 +8519,19 @@ declare const CATALOGS: {
8465
8519
  confirm: string;
8466
8520
  };
8467
8521
  moreActions: string;
8522
+ find: {
8523
+ placeholder: string;
8524
+ replacePlaceholder: string;
8525
+ matchCase: string;
8526
+ toggleReplace: string;
8527
+ previous: string;
8528
+ next: string;
8529
+ counter: string;
8530
+ noResults: string;
8531
+ replace: string;
8532
+ replaceAll: string;
8533
+ close: string;
8534
+ };
8468
8535
  zoom: {
8469
8536
  label: string;
8470
8537
  smaller: string;
@@ -8586,6 +8653,11 @@ declare const CATALOGS: {
8586
8653
  hardDeleteConfirm: string;
8587
8654
  hardDeleting: string;
8588
8655
  };
8656
+ renameDialog: {
8657
+ folderTitle: string;
8658
+ documentTitle: string;
8659
+ nameLabel: string;
8660
+ };
8589
8661
  softDeleteDialog: {
8590
8662
  title: string;
8591
8663
  description: string;
@@ -10915,6 +10987,19 @@ declare const CATALOGS: {
10915
10987
  confirm: string;
10916
10988
  };
10917
10989
  moreActions: string;
10990
+ find: {
10991
+ placeholder: string;
10992
+ replacePlaceholder: string;
10993
+ matchCase: string;
10994
+ toggleReplace: string;
10995
+ previous: string;
10996
+ next: string;
10997
+ counter: string;
10998
+ noResults: string;
10999
+ replace: string;
11000
+ replaceAll: string;
11001
+ close: string;
11002
+ };
10918
11003
  zoom: {
10919
11004
  label: string;
10920
11005
  smaller: string;
@@ -11036,6 +11121,11 @@ declare const CATALOGS: {
11036
11121
  hardDeleteConfirm: string;
11037
11122
  hardDeleting: string;
11038
11123
  };
11124
+ renameDialog: {
11125
+ folderTitle: string;
11126
+ documentTitle: string;
11127
+ nameLabel: string;
11128
+ };
11039
11129
  softDeleteDialog: {
11040
11130
  title: string;
11041
11131
  description: string;
@@ -13365,6 +13455,19 @@ declare const CATALOGS: {
13365
13455
  confirm: string;
13366
13456
  };
13367
13457
  moreActions: string;
13458
+ find: {
13459
+ placeholder: string;
13460
+ replacePlaceholder: string;
13461
+ matchCase: string;
13462
+ toggleReplace: string;
13463
+ previous: string;
13464
+ next: string;
13465
+ counter: string;
13466
+ noResults: string;
13467
+ replace: string;
13468
+ replaceAll: string;
13469
+ close: string;
13470
+ };
13368
13471
  zoom: {
13369
13472
  label: string;
13370
13473
  smaller: string;
@@ -13486,6 +13589,11 @@ declare const CATALOGS: {
13486
13589
  hardDeleteConfirm: string;
13487
13590
  hardDeleting: string;
13488
13591
  };
13592
+ renameDialog: {
13593
+ folderTitle: string;
13594
+ documentTitle: string;
13595
+ nameLabel: string;
13596
+ };
13489
13597
  softDeleteDialog: {
13490
13598
  title: string;
13491
13599
  description: string;
@@ -1,2 +1,2 @@
1
- export { C as CATALOGS, c as catalogFor } from './catalogs-CvB8vJiU.js';
1
+ export { C as CATALOGS, c as catalogFor } from './catalogs-CJojj7ku.js';
2
2
  import './core.js';
package/dist/catalogs.js CHANGED
@@ -1057,6 +1057,19 @@ var de_default = {
1057
1057
  confirm: "Du hast ungespeicherte \xC4nderungen in diesem Dokument. Trotzdem verlassen?"
1058
1058
  },
1059
1059
  moreActions: "Weitere Aktionen",
1060
+ find: {
1061
+ placeholder: "Im Dokument suchen",
1062
+ replacePlaceholder: "Ersetzen durch",
1063
+ matchCase: "Gro\xDF-/Kleinschreibung beachten",
1064
+ toggleReplace: "Ersetzen ein-/ausblenden",
1065
+ previous: "Vorheriger Treffer",
1066
+ next: "N\xE4chster Treffer",
1067
+ counter: "{{current}} / {{total}}",
1068
+ noResults: "Keine Treffer",
1069
+ replace: "Ersetzen",
1070
+ replaceAll: "Alle ersetzen",
1071
+ close: "Schlie\xDFen"
1072
+ },
1060
1073
  zoom: {
1061
1074
  label: "Textzoom",
1062
1075
  smaller: "Verkleinern",
@@ -1178,6 +1191,11 @@ var de_default = {
1178
1191
  hardDeleteConfirm: "Endg\xFCltig l\xF6schen",
1179
1192
  hardDeleting: "L\xF6schen\u2026"
1180
1193
  },
1194
+ renameDialog: {
1195
+ folderTitle: "Ordner umbenennen",
1196
+ documentTitle: "Dokument umbenennen",
1197
+ nameLabel: "Name"
1198
+ },
1181
1199
  softDeleteDialog: {
1182
1200
  title: "In den Papierkorb verschieben?",
1183
1201
  description: "Das Element wird im Baum ausgeblendet und kann sp\xE4ter aus dem Papierkorb wiederhergestellt werden.",
@@ -3509,6 +3527,19 @@ var en_default = {
3509
3527
  confirm: "You have unsaved changes in this document. Leave anyway?"
3510
3528
  },
3511
3529
  moreActions: "More actions",
3530
+ find: {
3531
+ placeholder: "Find in document",
3532
+ replacePlaceholder: "Replace with",
3533
+ matchCase: "Match case",
3534
+ toggleReplace: "Toggle replace",
3535
+ previous: "Previous match",
3536
+ next: "Next match",
3537
+ counter: "{{current}} / {{total}}",
3538
+ noResults: "No matches",
3539
+ replace: "Replace",
3540
+ replaceAll: "Replace all",
3541
+ close: "Close"
3542
+ },
3512
3543
  zoom: {
3513
3544
  label: "Text zoom",
3514
3545
  smaller: "Zoom out",
@@ -3630,6 +3661,11 @@ var en_default = {
3630
3661
  hardDeleteConfirm: "Delete forever",
3631
3662
  hardDeleting: "Deleting\u2026"
3632
3663
  },
3664
+ renameDialog: {
3665
+ folderTitle: "Rename folder",
3666
+ documentTitle: "Rename document",
3667
+ nameLabel: "Name"
3668
+ },
3633
3669
  softDeleteDialog: {
3634
3670
  title: "Move to recycle bin?",
3635
3671
  description: "The item will be hidden from the tree and can be restored later from the recycle bin.",
@@ -5961,6 +5997,19 @@ var es_default = {
5961
5997
  confirm: "Tienes cambios sin guardar en este documento. \xBFSalir de todos modos?"
5962
5998
  },
5963
5999
  moreActions: "M\xE1s acciones",
6000
+ find: {
6001
+ placeholder: "Buscar en el documento",
6002
+ replacePlaceholder: "Reemplazar por",
6003
+ matchCase: "Distinguir may\xFAsculas",
6004
+ toggleReplace: "Mostrar u ocultar reemplazo",
6005
+ previous: "Coincidencia anterior",
6006
+ next: "Coincidencia siguiente",
6007
+ counter: "{{current}} / {{total}}",
6008
+ noResults: "Sin coincidencias",
6009
+ replace: "Reemplazar",
6010
+ replaceAll: "Reemplazar todo",
6011
+ close: "Cerrar"
6012
+ },
5964
6013
  zoom: {
5965
6014
  label: "Zoom del texto",
5966
6015
  smaller: "Alejar",
@@ -6082,6 +6131,11 @@ var es_default = {
6082
6131
  hardDeleteConfirm: "Eliminar para siempre",
6083
6132
  hardDeleting: "Eliminando\u2026"
6084
6133
  },
6134
+ renameDialog: {
6135
+ folderTitle: "Renombrar carpeta",
6136
+ documentTitle: "Renombrar documento",
6137
+ nameLabel: "Nombre"
6138
+ },
6085
6139
  softDeleteDialog: {
6086
6140
  title: "\xBFMover a la papelera?",
6087
6141
  description: "El elemento se ocultar\xE1 del \xE1rbol y se podr\xE1 restaurar m\xE1s tarde desde la papelera.",
@@ -8413,6 +8467,19 @@ var ja_default = {
8413
8467
  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"
8414
8468
  },
8415
8469
  moreActions: "\u305D\u306E\u4ED6\u306E\u64CD\u4F5C",
8470
+ find: {
8471
+ placeholder: "\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u5185\u3092\u691C\u7D22",
8472
+ replacePlaceholder: "\u7F6E\u63DB\u5F8C\u306E\u6587\u5B57\u5217",
8473
+ matchCase: "\u5927\u6587\u5B57\u3068\u5C0F\u6587\u5B57\u3092\u533A\u5225",
8474
+ toggleReplace: "\u7F6E\u63DB\u306E\u8868\u793A\u3092\u5207\u308A\u66FF\u3048",
8475
+ previous: "\u524D\u306E\u4E00\u81F4",
8476
+ next: "\u6B21\u306E\u4E00\u81F4",
8477
+ counter: "{{current}} / {{total}}",
8478
+ noResults: "\u4E00\u81F4\u306A\u3057",
8479
+ replace: "\u7F6E\u63DB",
8480
+ replaceAll: "\u3059\u3079\u3066\u7F6E\u63DB",
8481
+ close: "\u9589\u3058\u308B"
8482
+ },
8416
8483
  zoom: {
8417
8484
  label: "\u6587\u5B57\u306E\u62E1\u5927\u7387",
8418
8485
  smaller: "\u7E2E\u5C0F",
@@ -8534,6 +8601,11 @@ var ja_default = {
8534
8601
  hardDeleteConfirm: "\u5B8C\u5168\u306B\u524A\u9664",
8535
8602
  hardDeleting: "\u524A\u9664\u4E2D\u2026"
8536
8603
  },
8604
+ renameDialog: {
8605
+ folderTitle: "\u30D5\u30A9\u30EB\u30C0\u30FC\u540D\u3092\u5909\u66F4",
8606
+ documentTitle: "\u30C9\u30AD\u30E5\u30E1\u30F3\u30C8\u540D\u3092\u5909\u66F4",
8607
+ nameLabel: "\u540D\u524D"
8608
+ },
8537
8609
  softDeleteDialog: {
8538
8610
  title: "\u3054\u307F\u7BB1\u306B\u79FB\u52D5\u3057\u307E\u3059\u304B\uFF1F",
8539
8611
  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",
@@ -10865,6 +10937,19 @@ var zh_default = {
10865
10937
  confirm: "\u5F53\u524D\u6587\u6863\u6709\u672A\u4FDD\u5B58\u7684\u4FEE\u6539\uFF0C\u786E\u5B9A\u8981\u79BB\u5F00\u5417\uFF1F"
10866
10938
  },
10867
10939
  moreActions: "\u66F4\u591A\u64CD\u4F5C",
10940
+ find: {
10941
+ placeholder: "\u5728\u6587\u6863\u4E2D\u67E5\u627E",
10942
+ replacePlaceholder: "\u66FF\u6362\u4E3A",
10943
+ matchCase: "\u533A\u5206\u5927\u5C0F\u5199",
10944
+ toggleReplace: "\u5207\u6362\u66FF\u6362",
10945
+ previous: "\u4E0A\u4E00\u4E2A\u5339\u914D",
10946
+ next: "\u4E0B\u4E00\u4E2A\u5339\u914D",
10947
+ counter: "{{current}} / {{total}}",
10948
+ noResults: "\u65E0\u5339\u914D\u9879",
10949
+ replace: "\u66FF\u6362",
10950
+ replaceAll: "\u5168\u90E8\u66FF\u6362",
10951
+ close: "\u5173\u95ED"
10952
+ },
10868
10953
  zoom: {
10869
10954
  label: "\u6587\u672C\u7F29\u653E",
10870
10955
  smaller: "\u7F29\u5C0F",
@@ -10986,6 +11071,11 @@ var zh_default = {
10986
11071
  hardDeleteConfirm: "\u6C38\u4E45\u5220\u9664",
10987
11072
  hardDeleting: "\u6B63\u5728\u5220\u9664\u2026"
10988
11073
  },
11074
+ renameDialog: {
11075
+ folderTitle: "\u91CD\u547D\u540D\u6587\u4EF6\u5939",
11076
+ documentTitle: "\u91CD\u547D\u540D\u6587\u6863",
11077
+ nameLabel: "\u540D\u79F0"
11078
+ },
10989
11079
  softDeleteDialog: {
10990
11080
  title: "\u79FB\u5165\u56DE\u6536\u7AD9\uFF1F",
10991
11081
  description: "\u8BE5\u9879\u76EE\u5C06\u4ECE\u6587\u6863\u6811\u4E2D\u79FB\u9664\uFF0C\u53EF\u5728\u56DE\u6536\u7AD9\u4E2D\u8FD8\u539F\u3002",