@pdfme/ui 4.2.3 → 4.2.4-dev.10

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/src/i18n.ts CHANGED
@@ -10,6 +10,7 @@ const dictEn: { [key in keyof Dict]: string } = {
10
10
  height: 'Height',
11
11
  opacity: 'Opacity',
12
12
  rotate: 'Rotate',
13
+ required: 'Required',
13
14
  edit: 'Edit',
14
15
  plsInputName: 'Please input name',
15
16
  fieldMustUniq: 'Name of field is not unique',
@@ -74,6 +75,7 @@ const dictZh: { [key in keyof Dict]: string } = {
74
75
  height: '高度',
75
76
  opacity: '透明度',
76
77
  rotate: '旋转',
78
+ required: '必需的',
77
79
  edit: '编辑',
78
80
  plsInputName: '请输入名称',
79
81
  fieldMustUniq: '字段名称必须唯一',
@@ -137,6 +139,7 @@ const dictJa: { [key in keyof Dict]: string } = {
137
139
  height: '高さ',
138
140
  opacity: '不透明度',
139
141
  rotate: '回転',
142
+ required: '必須',
140
143
  edit: '編集する',
141
144
  plsInputName: '項目名を入力してください',
142
145
  fieldMustUniq: '他の入力項目名と被っています',
@@ -200,6 +203,7 @@ const dictKo: { [key in keyof Dict]: string } = {
200
203
  height: '높이',
201
204
  opacity: '투명도',
202
205
  rotate: '회전',
206
+ required: '필수의',
203
207
  edit: '편집',
204
208
  plsInputName: '이름을 입력하세요',
205
209
  fieldMustUniq: '필드 이름은 유일해야 합니다',
@@ -263,6 +267,7 @@ const dictAr: { [key in keyof Dict]: string } = {
263
267
  height: 'الارتفاع',
264
268
  opacity: 'الشفافية',
265
269
  rotate: 'تدوير',
270
+ required: 'مطلوب',
266
271
  edit: 'تعديل',
267
272
  plsInputName: 'الرجاء إدخال الاسم',
268
273
  fieldMustUniq: 'يجب أن يكون الحقل فريداً',
@@ -326,6 +331,7 @@ const dictTh: { [key in keyof Dict]: string } = {
326
331
  height: 'ความสูง',
327
332
  opacity: 'ความทึบ',
328
333
  rotate: 'หมุน',
334
+ required: 'ที่จำเป็น',
329
335
  edit: 'แก้ไข',
330
336
  plsInputName: 'กรุณาใส่ชื่อ',
331
337
  fieldMustUniq: 'ชื่อฟิลด์ต้องไม่ซ้ำกัน',
@@ -389,6 +395,7 @@ const dictIt: { [key in keyof Dict]: string } = {
389
395
  height: 'Altezza',
390
396
  opacity: 'Opacità',
391
397
  rotate: 'Ruota',
398
+ required: 'Necessaria',
392
399
  edit: 'Modifica',
393
400
  plsInputName: 'Inserisci il nome per favore',
394
401
  fieldMustUniq: 'Il nome del campo non è univoco',
@@ -454,6 +461,7 @@ const dictPl: { [key in keyof Dict]: string } = {
454
461
  height: 'Wysokość',
455
462
  opacity: 'przezroczystość',
456
463
  rotate: 'Obrót',
464
+ required: 'Wymagany',
457
465
  edit: 'Edytuj',
458
466
  plsInputName: 'Wymagane wprowadzenie klucza pola',
459
467
  fieldMustUniq: 'Klucz pola nie jest unikalny',
@@ -517,6 +525,7 @@ const dictDe: { [key in keyof Dict]: string } = {
517
525
  height: 'Höhe',
518
526
  opacity: 'Opazität',
519
527
  rotate: 'Drehen',
528
+ required: 'Erforderlich',
520
529
  edit: 'Bearbeiten',
521
530
  plsInputName: 'Bitte geben Sie einen Namen ein',
522
531
  fieldMustUniq: 'Feldname ist nicht eindeutig',
@@ -582,6 +591,7 @@ const dictEs: { [key in keyof Dict]: string } = {
582
591
  height: 'Altura',
583
592
  opacity: 'Opacidad',
584
593
  rotate: 'Rotar',
594
+ required: 'Requerido',
585
595
  edit: 'Editar',
586
596
  plsInputName: 'Introduce el nombre',
587
597
  fieldMustUniq: 'El nombre del campo no es único',
@@ -647,6 +657,7 @@ const dictFr: { [key in keyof Dict]: string } = {
647
657
  height: 'Hauteur',
648
658
  opacity: 'Opacité',
649
659
  rotate: 'Rotation',
660
+ required: 'Requis',
650
661
  edit: 'Éditer',
651
662
  plsInputName: 'Veuillez saisir le nom',
652
663
  fieldMustUniq:"Le nom du champ n'est pas unique",