@bigbinary/neeto-fields-frontend 2.4.5 → 2.4.6
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/app/javascript/src/translations/ar.json +114 -0
- package/app/javascript/src/translations/bg.json +114 -0
- package/app/javascript/src/translations/ca.json +114 -0
- package/app/javascript/src/translations/cs.json +114 -0
- package/app/javascript/src/translations/da.json +114 -0
- package/app/javascript/src/translations/es-MX.json +114 -0
- package/app/javascript/src/translations/et.json +114 -0
- package/app/javascript/src/translations/fi.json +114 -0
- package/app/javascript/src/translations/fil.json +114 -0
- package/app/javascript/src/translations/hi.json +114 -0
- package/app/javascript/src/translations/hr.json +114 -0
- package/app/javascript/src/translations/id.json +114 -0
- package/app/javascript/src/translations/it.json +114 -0
- package/app/javascript/src/translations/ja.json +114 -0
- package/app/javascript/src/translations/ko.json +114 -0
- package/app/javascript/src/translations/nl.json +114 -0
- package/app/javascript/src/translations/pl.json +114 -0
- package/app/javascript/src/translations/pt-BR.json +114 -0
- package/app/javascript/src/translations/pt.json +114 -0
- package/app/javascript/src/translations/ro.json +114 -0
- package/app/javascript/src/translations/ru.json +114 -0
- package/app/javascript/src/translations/sk.json +114 -0
- package/app/javascript/src/translations/sl.json +114 -0
- package/app/javascript/src/translations/sv.json +114 -0
- package/app/javascript/src/translations/th.json +114 -0
- package/app/javascript/src/translations/tr.json +114 -0
- package/app/javascript/src/translations/uk.json +114 -0
- package/app/javascript/src/translations/vi.json +114 -0
- package/app/javascript/src/translations/zh-CN.json +114 -0
- package/app/javascript/src/translations/zh-TW.json +114 -0
- package/package.json +1 -1
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoFields": {
|
|
3
|
+
"common": {
|
|
4
|
+
"yes": "نعم",
|
|
5
|
+
"no": "لا"
|
|
6
|
+
},
|
|
7
|
+
"titles": {
|
|
8
|
+
"field_one": "حقل",
|
|
9
|
+
"field_other": "حقول",
|
|
10
|
+
"fieldWithCount_one": "{{count}} حقل",
|
|
11
|
+
"fieldWithCount_other": "{{count}} حقول",
|
|
12
|
+
"addField": "أضف حقل جديد",
|
|
13
|
+
"editField": "تعديل الحقل",
|
|
14
|
+
"deleteField": "حذف الحقل؟",
|
|
15
|
+
"fieldName": "اسم الحقل",
|
|
16
|
+
"fieldKind": "نوع الحقل",
|
|
17
|
+
"required": "مطلوب",
|
|
18
|
+
"dropdownOptions": "خيارات القائمة المنسدلة",
|
|
19
|
+
"regexOptions": "خيارات التعبير النمطي",
|
|
20
|
+
"reorderFields": "إعادة ترتيب الحقول",
|
|
21
|
+
"filters": "المرشحات",
|
|
22
|
+
"reorder": "إعادة ترتيب"
|
|
23
|
+
},
|
|
24
|
+
"labels": {
|
|
25
|
+
"addField": "أضف حقل جديد",
|
|
26
|
+
"edit": "تعديل",
|
|
27
|
+
"delete": "حذف",
|
|
28
|
+
"fieldName": "اسم الحقل",
|
|
29
|
+
"fieldKind": "نوع الحقل",
|
|
30
|
+
"createField": "إنشاء حقل",
|
|
31
|
+
"updateField": "تحديث الحقل",
|
|
32
|
+
"addAnotherOption": "أضف خيارًا آخر",
|
|
33
|
+
"regex": "تعبير نمطي",
|
|
34
|
+
"regexCondition": "شرط",
|
|
35
|
+
"helpMessage": "رسالة المساعدة",
|
|
36
|
+
"isRequired": "تحديد كحقل مطلوب",
|
|
37
|
+
"submit": "إرسال",
|
|
38
|
+
"saveChanges": "حفظ التغييرات",
|
|
39
|
+
"cancel": "إلغاء"
|
|
40
|
+
},
|
|
41
|
+
"placeholders": {
|
|
42
|
+
"enterFieldName": "أدخل اسم الحقل",
|
|
43
|
+
"enterAnOption": "أدخل خيارًا",
|
|
44
|
+
"regexExample": "مثال: /^[0-9]{5}$/",
|
|
45
|
+
"enterErrorMessage": "رسالة للعرض عند الخطأ",
|
|
46
|
+
"searchFields": "البحث في الحقول"
|
|
47
|
+
},
|
|
48
|
+
"fields": {
|
|
49
|
+
"kinds": {
|
|
50
|
+
"text": "نص",
|
|
51
|
+
"number": "رقم",
|
|
52
|
+
"monetary": "مبلغ مالي",
|
|
53
|
+
"singleOption": "خيار فردي",
|
|
54
|
+
"multiOption": "خيارات متعددة",
|
|
55
|
+
"date": "تاريخ",
|
|
56
|
+
"time": "وقت",
|
|
57
|
+
"datetime": "تاريخ ووقت",
|
|
58
|
+
"dateRange": "نطاق تاريخي",
|
|
59
|
+
"timeRange": "نطاق زمني",
|
|
60
|
+
"textArea": "منطقة نص",
|
|
61
|
+
"textarea": "منطقة نص",
|
|
62
|
+
"decimal": "عشري",
|
|
63
|
+
"integer": "صحيح",
|
|
64
|
+
"regex": "تعبير نمطي",
|
|
65
|
+
"person": "شخص",
|
|
66
|
+
"checkbox": "مربع اختيار",
|
|
67
|
+
"phoneNumber": "رقم الهاتف",
|
|
68
|
+
"email": "البريد الإلكتروني"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"messages": {
|
|
72
|
+
"noFieldsWithState": "لا توجد {{state}} {{title}} للعرض.",
|
|
73
|
+
"noFields": "لا توجد {{title}} للعرض.",
|
|
74
|
+
"confirmDelete": "أنت تقوم بحذف الحقل <strong>{{name}}</strong> نهائيًا. لا يمكن التراجع عن هذا الإجراء.",
|
|
75
|
+
"confirmDeleteWithCount": "أنت تقوم بحذف الحقل <strong>{{name}}</strong> نهائيًا والذي يحتوي على قيم لـ <strong>{{count}} {{resource}}</strong>. سيتم فقدان القيم عند حذف الحقل. لا يمكن التراجع عن هذا الإجراء.",
|
|
76
|
+
"manageFieldFor": "إدارة الحقول لـ {{resource}}",
|
|
77
|
+
"manageTitleForResource": "إدارة {{title}} لـ {{resource}}",
|
|
78
|
+
"titleForResource": "{{title}} لـ {{resource}}",
|
|
79
|
+
"stateTitleForResource": "{{state}} {{title}} لـ {{resource}}",
|
|
80
|
+
"invalidKind": "نوع غير صالح",
|
|
81
|
+
"reorderFields": "تُعرض الحقول من الأعلى إلى الأسفل.",
|
|
82
|
+
"blockNavigationAlert": {
|
|
83
|
+
"title": "لديك تغييرات غير محفوظة",
|
|
84
|
+
"message": "ستضيع جميع تغييراتك غير المحفوظة. لا يمكن التراجع عن هذا.",
|
|
85
|
+
"submitButtonLabel": "تجاهل التغييرات",
|
|
86
|
+
"cancelButtonLabel": "إلغاء"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"validations": {
|
|
90
|
+
"regexConditionIsRequired": "شرط التعبير النمطي مطلوب",
|
|
91
|
+
"regexHelpMessageIsRequired": "رسالة المساعدة مطلوبة",
|
|
92
|
+
"fieldNameIsRequired": "اسم الحقل مطلوب",
|
|
93
|
+
"atLeastFieldOptionIsRequired": "مطلوب خيار واحد على الأقل للحقل",
|
|
94
|
+
"fieldOptionIsRequired": "خيار الحقل مطلوب",
|
|
95
|
+
"kindIsRequired": "النوع مطلوب",
|
|
96
|
+
"invalidRegexPattern": "نمط التعبير النمطي غير صالح",
|
|
97
|
+
"advancedRegexAssertionsNotSupported": "التأكيدات المتقدمة للتعبير النمطي غير مدعومة",
|
|
98
|
+
"notAValidNumber": "الرقم المدخل غير صالح",
|
|
99
|
+
"notAValidInteger": "الرقم المدخل ليس صحيحًا صالحًا",
|
|
100
|
+
"notAValid": "الرقم المدخل غير صالح",
|
|
101
|
+
"thisIsRequired": "هذا حقل مطلوب",
|
|
102
|
+
"minOneItem": "اختر عنصرًا واحدًا على الأقل",
|
|
103
|
+
"invalidEntity": "{{entity}} غير صالح"
|
|
104
|
+
},
|
|
105
|
+
"tooltips": {
|
|
106
|
+
"reorder": "تُعرض الحقول من الأعلى إلى الأسفل. أعد ترتيبها.",
|
|
107
|
+
"composeEmail": "صياغة البريد الإلكتروني",
|
|
108
|
+
"startCall": "بدء المكالمة"
|
|
109
|
+
},
|
|
110
|
+
"helpTexts": {
|
|
111
|
+
"noData": "إليك كيفية استخدام <a>{{title}}.</a>"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoFields": {
|
|
3
|
+
"common": {
|
|
4
|
+
"yes": "Да",
|
|
5
|
+
"no": "Не"
|
|
6
|
+
},
|
|
7
|
+
"titles": {
|
|
8
|
+
"field_one": "Поле",
|
|
9
|
+
"field_other": "Полета",
|
|
10
|
+
"fieldWithCount_one": "{{count}} поле",
|
|
11
|
+
"fieldWithCount_other": "{{count}} полета",
|
|
12
|
+
"addField": "Добави ново поле",
|
|
13
|
+
"editField": "Редактиране на поле",
|
|
14
|
+
"deleteField": "Изтриване на полето?",
|
|
15
|
+
"fieldName": "Име на полето",
|
|
16
|
+
"fieldKind": "Тип поле",
|
|
17
|
+
"required": "Задължително",
|
|
18
|
+
"dropdownOptions": "Опции за падащо меню",
|
|
19
|
+
"regexOptions": "Опции за регулярен израз",
|
|
20
|
+
"reorderFields": "Преорганизиране на полета",
|
|
21
|
+
"filters": "Филтри",
|
|
22
|
+
"reorder": "Преорганизиране"
|
|
23
|
+
},
|
|
24
|
+
"labels": {
|
|
25
|
+
"addField": "Добави ново поле",
|
|
26
|
+
"edit": "Редактиране",
|
|
27
|
+
"delete": "Изтриване",
|
|
28
|
+
"fieldName": "Име на полето",
|
|
29
|
+
"fieldKind": "Тип поле",
|
|
30
|
+
"createField": "Създай поле",
|
|
31
|
+
"updateField": "Актуализирай поле",
|
|
32
|
+
"addAnotherOption": "Добави друга опция",
|
|
33
|
+
"regex": "Регулярен израз",
|
|
34
|
+
"regexCondition": "Условие",
|
|
35
|
+
"helpMessage": "Съобщение за помощ",
|
|
36
|
+
"isRequired": "Маркирай като задължително поле",
|
|
37
|
+
"submit": "Изпрати",
|
|
38
|
+
"saveChanges": "Запази промените",
|
|
39
|
+
"cancel": "Отмяна"
|
|
40
|
+
},
|
|
41
|
+
"placeholders": {
|
|
42
|
+
"enterFieldName": "Въведете име на полето",
|
|
43
|
+
"enterAnOption": "Въведете опция",
|
|
44
|
+
"regexExample": "Пример: /^[0-9]{5}$/",
|
|
45
|
+
"enterErrorMessage": "Съобщение за показване при грешка",
|
|
46
|
+
"searchFields": "Търсене на полета"
|
|
47
|
+
},
|
|
48
|
+
"fields": {
|
|
49
|
+
"kinds": {
|
|
50
|
+
"text": "Текст",
|
|
51
|
+
"number": "Число",
|
|
52
|
+
"monetary": "Паричен",
|
|
53
|
+
"singleOption": "Единствена опция",
|
|
54
|
+
"multiOption": "Множествени опции",
|
|
55
|
+
"date": "Дата",
|
|
56
|
+
"time": "Време",
|
|
57
|
+
"datetime": "Дата и час",
|
|
58
|
+
"dateRange": "Диапазон от дати",
|
|
59
|
+
"timeRange": "Диапазон от време",
|
|
60
|
+
"textArea": "Текстова област",
|
|
61
|
+
"textarea": "Текстово поле",
|
|
62
|
+
"decimal": "Десетичен",
|
|
63
|
+
"integer": "Цяло число",
|
|
64
|
+
"regex": "Регулярен израз",
|
|
65
|
+
"person": "Лице",
|
|
66
|
+
"checkbox": "Чекбокс",
|
|
67
|
+
"phoneNumber": "Телефонен номер",
|
|
68
|
+
"email": "Имейл"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"messages": {
|
|
72
|
+
"noFieldsWithState": "Няма {{state}} {{title}} за показване.",
|
|
73
|
+
"noFields": "Няма {{title}} за показване.",
|
|
74
|
+
"confirmDelete": "Вие трайно изтривате полето <strong>{{name}}</strong>. Тази операция не може да бъде отменена.",
|
|
75
|
+
"confirmDeleteWithCount": "Вие трайно изтривате полето <strong>{{name}}</strong>, което съдържа стойности за <strong>{{count}} {{resource}}</strong>. Стойностите ще бъдат изгубени при изтриването на полето. Тази операция не може да бъде отменена.",
|
|
76
|
+
"manageFieldFor": "Управление на полета за {{resource}}",
|
|
77
|
+
"manageTitleForResource": "Управление на {{title}} за {{resource}}",
|
|
78
|
+
"titleForResource": "{{title}} за {{resource}}",
|
|
79
|
+
"stateTitleForResource": "{{state}} {{title}} за {{resource}}",
|
|
80
|
+
"invalidKind": "Невалиден вид",
|
|
81
|
+
"reorderFields": "Полета се показват отгоре надолу.",
|
|
82
|
+
"blockNavigationAlert": {
|
|
83
|
+
"title": "Имате незапазени промени",
|
|
84
|
+
"message": "Всички ваши незапазени промени ще бъдат изгубени. Това не може да бъде отменено.",
|
|
85
|
+
"submitButtonLabel": "Отхвърли промените",
|
|
86
|
+
"cancelButtonLabel": "Отмяна"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"validations": {
|
|
90
|
+
"regexConditionIsRequired": "Условието за регулярен израз е задължително",
|
|
91
|
+
"regexHelpMessageIsRequired": "Съобщението за помощ е задължително",
|
|
92
|
+
"fieldNameIsRequired": "Името на полето е задължително",
|
|
93
|
+
"atLeastFieldOptionIsRequired": "Необходимо е поне една опция за поле",
|
|
94
|
+
"fieldOptionIsRequired": "Опцията за поле е задължителна",
|
|
95
|
+
"kindIsRequired": "Видът е задължителен",
|
|
96
|
+
"invalidRegexPattern": "Невалиден шаблон за регулярен израз",
|
|
97
|
+
"advancedRegexAssertionsNotSupported": "Разширените твърдения за регулярен израз не се поддържат",
|
|
98
|
+
"notAValidNumber": "Въведеното число не е валидно",
|
|
99
|
+
"notAValidInteger": "Въведеното число не е валидно цяло число",
|
|
100
|
+
"notAValid": "Въведеното число не е валидно",
|
|
101
|
+
"thisIsRequired": "Това е задължително поле",
|
|
102
|
+
"minOneItem": "Изберете поне един артикул",
|
|
103
|
+
"invalidEntity": "{{entity}} е невалиден"
|
|
104
|
+
},
|
|
105
|
+
"tooltips": {
|
|
106
|
+
"reorder": "Полета се показват отгоре надолу. Пренаредете ги.",
|
|
107
|
+
"composeEmail": "Напишете имейл",
|
|
108
|
+
"startCall": "Започнете разговор"
|
|
109
|
+
},
|
|
110
|
+
"helpTexts": {
|
|
111
|
+
"noData": "Ето как можете да използвате <a>{{title}}.</a>"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoFields": {
|
|
3
|
+
"common": {
|
|
4
|
+
"yes": "Sí",
|
|
5
|
+
"no": "No"
|
|
6
|
+
},
|
|
7
|
+
"titles": {
|
|
8
|
+
"field_one": "Camp",
|
|
9
|
+
"field_other": "Camps",
|
|
10
|
+
"fieldWithCount_one": "{{count}} camp",
|
|
11
|
+
"fieldWithCount_other": "{{count}} camps",
|
|
12
|
+
"addField": "Afegeix un nou camp",
|
|
13
|
+
"editField": "Edita el camp",
|
|
14
|
+
"deleteField": "Eliminar el camp?",
|
|
15
|
+
"fieldName": "Nom del camp",
|
|
16
|
+
"fieldKind": "Tipus de camp",
|
|
17
|
+
"required": "Requerit",
|
|
18
|
+
"dropdownOptions": "Opcions desplegables",
|
|
19
|
+
"regexOptions": "Opcions regex",
|
|
20
|
+
"reorderFields": "Reordre camps",
|
|
21
|
+
"filters": "Filtres",
|
|
22
|
+
"reorder": "Reorde"
|
|
23
|
+
},
|
|
24
|
+
"labels": {
|
|
25
|
+
"addField": "Afegeix un nou camp",
|
|
26
|
+
"edit": "Edita",
|
|
27
|
+
"delete": "Elimina",
|
|
28
|
+
"fieldName": "Nom del camp",
|
|
29
|
+
"fieldKind": "Tipus de camp",
|
|
30
|
+
"createField": "Crea un camp",
|
|
31
|
+
"updateField": "Actualitza el camp",
|
|
32
|
+
"addAnotherOption": "Afegeix una altra opció",
|
|
33
|
+
"regex": "Regex",
|
|
34
|
+
"regexCondition": "Condició",
|
|
35
|
+
"helpMessage": "Missatge d'ajuda",
|
|
36
|
+
"isRequired": "Marcar com a camp requerit",
|
|
37
|
+
"submit": "Envia",
|
|
38
|
+
"saveChanges": "Desa els canvis",
|
|
39
|
+
"cancel": "Cancel·la"
|
|
40
|
+
},
|
|
41
|
+
"placeholders": {
|
|
42
|
+
"enterFieldName": "Introdueix el nom del camp",
|
|
43
|
+
"enterAnOption": "Introdueix una opció",
|
|
44
|
+
"regexExample": "Exemple: /^[0-9]{5}$/",
|
|
45
|
+
"enterErrorMessage": "Missatge a mostrar en cas d'error",
|
|
46
|
+
"searchFields": "Cerca camps"
|
|
47
|
+
},
|
|
48
|
+
"fields": {
|
|
49
|
+
"kinds": {
|
|
50
|
+
"text": "Text",
|
|
51
|
+
"number": "Número",
|
|
52
|
+
"monetary": "Monetari",
|
|
53
|
+
"singleOption": "Opció única",
|
|
54
|
+
"multiOption": "Múltiples opcions",
|
|
55
|
+
"date": "Data",
|
|
56
|
+
"time": "Hora",
|
|
57
|
+
"datetime": "Data i hora",
|
|
58
|
+
"dateRange": "Interval de dates",
|
|
59
|
+
"timeRange": "Interval de temps",
|
|
60
|
+
"textArea": "Àrea de text",
|
|
61
|
+
"textarea": "Textarea",
|
|
62
|
+
"decimal": "Decimal",
|
|
63
|
+
"integer": "Sencer",
|
|
64
|
+
"regex": "Regex",
|
|
65
|
+
"person": "Persona",
|
|
66
|
+
"checkbox": "Checkbox",
|
|
67
|
+
"phoneNumber": "Número de telèfon",
|
|
68
|
+
"email": "Correu electrònic"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"messages": {
|
|
72
|
+
"noFieldsWithState": "No hi ha {{state}} {{title}} per mostrar.",
|
|
73
|
+
"noFields": "No hi ha {{title}} per mostrar.",
|
|
74
|
+
"confirmDelete": "Estàs eliminant permanentment el camp <strong>{{name}}</strong>. Aquesta acció no es pot desfer.",
|
|
75
|
+
"confirmDeleteWithCount": "Estàs eliminant permanentment el camp <strong>{{name}}</strong> que conté valors per <strong>{{count}} {{resource}}</strong>. Els valors es perdran en eliminar el camp. Aquesta acció no es pot desfer.",
|
|
76
|
+
"manageFieldFor": "Gestiona camps per {{resource}}",
|
|
77
|
+
"manageTitleForResource": "Gestiona {{title}} per {{resource}}",
|
|
78
|
+
"titleForResource": "{{title}} per {{resource}}",
|
|
79
|
+
"stateTitleForResource": "{{state}} {{title}} per {{resource}}",
|
|
80
|
+
"invalidKind": "Tipus invàlid",
|
|
81
|
+
"reorderFields": "Els camps es mostren de dalt a baix.",
|
|
82
|
+
"blockNavigationAlert": {
|
|
83
|
+
"title": "Tens canvis no desats",
|
|
84
|
+
"message": "Tots els teus canvis no desats es perdran. Aquesta acció no es pot desfer.",
|
|
85
|
+
"submitButtonLabel": "Desfer canvis",
|
|
86
|
+
"cancelButtonLabel": "Cancel·la"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"validations": {
|
|
90
|
+
"regexConditionIsRequired": "La condició regex és requerida",
|
|
91
|
+
"regexHelpMessageIsRequired": "El missatge d'ajuda és requerit",
|
|
92
|
+
"fieldNameIsRequired": "El nom del camp és requerit",
|
|
93
|
+
"atLeastFieldOptionIsRequired": "S'ha de requerir almenys una opció de camp",
|
|
94
|
+
"fieldOptionIsRequired": "L'opció del camp és requerida",
|
|
95
|
+
"kindIsRequired": "El tipus és requerit",
|
|
96
|
+
"invalidRegexPattern": "Patró regex invàlid",
|
|
97
|
+
"advancedRegexAssertionsNotSupported": "Les afirmacions regex avançades no són compatibles",
|
|
98
|
+
"notAValidNumber": "El número introduït no és vàlid",
|
|
99
|
+
"notAValidInteger": "El número introduït no és un enter vàlid",
|
|
100
|
+
"notAValid": "El número introduït no és vàlid",
|
|
101
|
+
"thisIsRequired": "Aquest és un camp requerit",
|
|
102
|
+
"minOneItem": "Selecciona almenys un article",
|
|
103
|
+
"invalidEntity": "{{entity}} és invàlid"
|
|
104
|
+
},
|
|
105
|
+
"tooltips": {
|
|
106
|
+
"reorder": "Els camps es mostren de dalt a baix. Reordena'ls.",
|
|
107
|
+
"composeEmail": "Compon un correu electrònic",
|
|
108
|
+
"startCall": "Inicia la trucada"
|
|
109
|
+
},
|
|
110
|
+
"helpTexts": {
|
|
111
|
+
"noData": "Aquí tens com pots utilitzar <a>{{title}}.</a>"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoFields": {
|
|
3
|
+
"common": {
|
|
4
|
+
"yes": "Ano",
|
|
5
|
+
"no": "Ne"
|
|
6
|
+
},
|
|
7
|
+
"titles": {
|
|
8
|
+
"field_one": "Pole",
|
|
9
|
+
"field_other": "Pole",
|
|
10
|
+
"fieldWithCount_one": "{{count}} pole",
|
|
11
|
+
"fieldWithCount_other": "{{count}} pole",
|
|
12
|
+
"addField": "Přidat nové pole",
|
|
13
|
+
"editField": "Upravit pole",
|
|
14
|
+
"deleteField": "Smazat pole?",
|
|
15
|
+
"fieldName": "Název pole",
|
|
16
|
+
"fieldKind": "Typ pole",
|
|
17
|
+
"required": "Povinné",
|
|
18
|
+
"dropdownOptions": "Možnosti rozevíracího seznamu",
|
|
19
|
+
"regexOptions": "Možnosti regulárního výrazu",
|
|
20
|
+
"reorderFields": "Přesunout pole",
|
|
21
|
+
"filters": "Filtry",
|
|
22
|
+
"reorder": "Přesunout"
|
|
23
|
+
},
|
|
24
|
+
"labels": {
|
|
25
|
+
"addField": "Přidat nové pole",
|
|
26
|
+
"edit": "Upravit",
|
|
27
|
+
"delete": "Smazat",
|
|
28
|
+
"fieldName": "Název pole",
|
|
29
|
+
"fieldKind": "Typ pole",
|
|
30
|
+
"createField": "Vytvořit pole",
|
|
31
|
+
"updateField": "Aktualizovat pole",
|
|
32
|
+
"addAnotherOption": "Přidat další možnost",
|
|
33
|
+
"regex": "Regulární výraz",
|
|
34
|
+
"regexCondition": "Podmínka",
|
|
35
|
+
"helpMessage": "Zpráva nápovědy",
|
|
36
|
+
"isRequired": "Oz označit jako povinné pole",
|
|
37
|
+
"submit": "Odeslat",
|
|
38
|
+
"saveChanges": "Uložit změny",
|
|
39
|
+
"cancel": "Zrušit"
|
|
40
|
+
},
|
|
41
|
+
"placeholders": {
|
|
42
|
+
"enterFieldName": "Zadejte název pole",
|
|
43
|
+
"enterAnOption": "Zadejte možnost",
|
|
44
|
+
"regexExample": "Příklad: /^[0-9]{5}$/",
|
|
45
|
+
"enterErrorMessage": "Zpráva o chybě",
|
|
46
|
+
"searchFields": "Hledat pole"
|
|
47
|
+
},
|
|
48
|
+
"fields": {
|
|
49
|
+
"kinds": {
|
|
50
|
+
"text": "Text",
|
|
51
|
+
"number": "Číslo",
|
|
52
|
+
"monetary": "Peněžní",
|
|
53
|
+
"singleOption": "Jedna možnost",
|
|
54
|
+
"multiOption": "Více možností",
|
|
55
|
+
"date": "Datum",
|
|
56
|
+
"time": "Čas",
|
|
57
|
+
"datetime": "Datum a čas",
|
|
58
|
+
"dateRange": "Časové rozmezí",
|
|
59
|
+
"timeRange": "Časové rozmezí",
|
|
60
|
+
"textArea": "Textová oblast",
|
|
61
|
+
"textarea": "Textová plocha",
|
|
62
|
+
"decimal": "Desetinné",
|
|
63
|
+
"integer": "Celé číslo",
|
|
64
|
+
"regex": "Regulární výraz",
|
|
65
|
+
"person": "Osoba",
|
|
66
|
+
"checkbox": "Zaškrtávací políčko",
|
|
67
|
+
"phoneNumber": "Telefonní číslo",
|
|
68
|
+
"email": "E-mail"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"messages": {
|
|
72
|
+
"noFieldsWithState": "Neexistují žádná {{state}} {{title}} k zobrazení.",
|
|
73
|
+
"noFields": "Neexistují žádná {{title}} k zobrazení.",
|
|
74
|
+
"confirmDelete": "Trvale mažete pole <strong>{{name}}</strong>. Tuto akci nelze vrátit zpět.",
|
|
75
|
+
"confirmDeleteWithCount": "Trvale mažete pole <strong>{{name}}</strong>, které obsahuje hodnoty pro <strong>{{count}} {{resource}}</strong>. Hodnoty budou ztraceny po smazání pole. Tuto akci nelze vrátit zpět.",
|
|
76
|
+
"manageFieldFor": "Spravovat pole pro {{resource}}",
|
|
77
|
+
"manageTitleForResource": "Spravovat {{title}} pro {{resource}}",
|
|
78
|
+
"titleForResource": "{{title}} pro {{resource}}",
|
|
79
|
+
"stateTitleForResource": "{{state}} {{title}} pro {{resource}}",
|
|
80
|
+
"invalidKind": "Neplatný typ",
|
|
81
|
+
"reorderFields": "Pole jsou zobrazena zhora dolů.",
|
|
82
|
+
"blockNavigationAlert": {
|
|
83
|
+
"title": "Máte neuložené změny",
|
|
84
|
+
"message": "Všechny vaše neuložené změny budou ztraceny. Tuto akci nelze vrátit zpět.",
|
|
85
|
+
"submitButtonLabel": "Zrušit změny",
|
|
86
|
+
"cancelButtonLabel": "Zrušit"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"validations": {
|
|
90
|
+
"regexConditionIsRequired": "Podmínka regulárního výrazu je povinná",
|
|
91
|
+
"regexHelpMessageIsRequired": "Zpráva nápovědy je povinná",
|
|
92
|
+
"fieldNameIsRequired": "Název pole je povinný",
|
|
93
|
+
"atLeastFieldOptionIsRequired": "Je vyžadována alespoň jedna možnost pole",
|
|
94
|
+
"fieldOptionIsRequired": "Možnost pole je povinná",
|
|
95
|
+
"kindIsRequired": "Typ je povinný",
|
|
96
|
+
"invalidRegexPattern": "Neplatný vzor regulárního výrazu",
|
|
97
|
+
"advancedRegexAssertionsNotSupported": "Pokročilé předpoklady regulárního výrazu nejsou podporovány",
|
|
98
|
+
"notAValidNumber": "Zadané číslo není platné",
|
|
99
|
+
"notAValidInteger": "Zadané číslo není platné celé číslo",
|
|
100
|
+
"notAValid": "Zadané číslo není platné",
|
|
101
|
+
"thisIsRequired": "Toto je povinné pole",
|
|
102
|
+
"minOneItem": "Vyberte alespoň jednu položku",
|
|
103
|
+
"invalidEntity": "{{entity}} není platný"
|
|
104
|
+
},
|
|
105
|
+
"tooltips": {
|
|
106
|
+
"reorder": "Pole jsou zobrazena zhora dolů. Přesunout je.",
|
|
107
|
+
"composeEmail": "Sestavit e-mail",
|
|
108
|
+
"startCall": "Zahájit hovor"
|
|
109
|
+
},
|
|
110
|
+
"helpTexts": {
|
|
111
|
+
"noData": "Zde je návod, jak můžete použít <a>{{title}}.</a>"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoFields": {
|
|
3
|
+
"common": {
|
|
4
|
+
"yes": "Ja",
|
|
5
|
+
"no": "Nej"
|
|
6
|
+
},
|
|
7
|
+
"titles": {
|
|
8
|
+
"field_one": "Felt",
|
|
9
|
+
"field_other": "Felter",
|
|
10
|
+
"fieldWithCount_one": "{{count}} felt",
|
|
11
|
+
"fieldWithCount_other": "{{count}} felter",
|
|
12
|
+
"addField": "Tilføj nyt felt",
|
|
13
|
+
"editField": "Rediger felt",
|
|
14
|
+
"deleteField": "Slette felt?",
|
|
15
|
+
"fieldName": "Feldtnavn",
|
|
16
|
+
"fieldKind": "Feldttype",
|
|
17
|
+
"required": "Påkrævet",
|
|
18
|
+
"dropdownOptions": "Dropdown muligheder",
|
|
19
|
+
"regexOptions": "Regex muligheder",
|
|
20
|
+
"reorderFields": "Omsortér felter",
|
|
21
|
+
"filters": "Filtre",
|
|
22
|
+
"reorder": "Omsortér"
|
|
23
|
+
},
|
|
24
|
+
"labels": {
|
|
25
|
+
"addField": "Tilføj nyt felt",
|
|
26
|
+
"edit": "Rediger",
|
|
27
|
+
"delete": "Slette",
|
|
28
|
+
"fieldName": "Feldtnavn",
|
|
29
|
+
"fieldKind": "Feldttype",
|
|
30
|
+
"createField": "Opret felt",
|
|
31
|
+
"updateField": "Opdater felt",
|
|
32
|
+
"addAnotherOption": "Tilføj en anden mulighed",
|
|
33
|
+
"regex": "Regex",
|
|
34
|
+
"regexCondition": "Betingelse",
|
|
35
|
+
"helpMessage": "Hjælp besked",
|
|
36
|
+
"isRequired": "Marker som et påkrævet felt",
|
|
37
|
+
"submit": "Indsend",
|
|
38
|
+
"saveChanges": "Gem ændringer",
|
|
39
|
+
"cancel": "Annuller"
|
|
40
|
+
},
|
|
41
|
+
"placeholders": {
|
|
42
|
+
"enterFieldName": "Indtast feldtnavn",
|
|
43
|
+
"enterAnOption": "Indtast en mulighed",
|
|
44
|
+
"regexExample": "Eksempel: /^[0-9]{5}$/",
|
|
45
|
+
"enterErrorMessage": "Besked der skal vises ved fejl",
|
|
46
|
+
"searchFields": "Søg felter"
|
|
47
|
+
},
|
|
48
|
+
"fields": {
|
|
49
|
+
"kinds": {
|
|
50
|
+
"text": "Tekst",
|
|
51
|
+
"number": "Nummer",
|
|
52
|
+
"monetary": "Monetær",
|
|
53
|
+
"singleOption": "Enkelt valg",
|
|
54
|
+
"multiOption": "Flere valgmuligheder",
|
|
55
|
+
"date": "Dato",
|
|
56
|
+
"time": "Tid",
|
|
57
|
+
"datetime": "Dato og tid",
|
|
58
|
+
"dateRange": "Datointerval",
|
|
59
|
+
"timeRange": "Tidsinterval",
|
|
60
|
+
"textArea": "Tekstområde",
|
|
61
|
+
"textarea": "Tekstområde",
|
|
62
|
+
"decimal": "Decimal",
|
|
63
|
+
"integer": "Hele tal",
|
|
64
|
+
"regex": "Regex",
|
|
65
|
+
"person": "Person",
|
|
66
|
+
"checkbox": "Afkrydsningsfelt",
|
|
67
|
+
"phoneNumber": "Telefonnummer",
|
|
68
|
+
"email": "Email"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"messages": {
|
|
72
|
+
"noFieldsWithState": "Der er ingen {{state}} {{title}} at vise.",
|
|
73
|
+
"noFields": "Der er ingen {{title}} at vise.",
|
|
74
|
+
"confirmDelete": "Du sletter permanent feltet <strong>{{name}}</strong>. Denne handling kan ikke annulleres.",
|
|
75
|
+
"confirmDeleteWithCount": "Du sletter permanent feltet <strong>{{name}}</strong>, som indeholder værdier for <strong>{{count}} {{resource}}</strong>. Værdierne går tabt, når feltet slettes. Denne handling kan ikke annulleres.",
|
|
76
|
+
"manageFieldFor": "Administrer felter for {{resource}}",
|
|
77
|
+
"manageTitleForResource": "Administrer {{title}} for {{resource}}",
|
|
78
|
+
"titleForResource": "{{title}} for {{resource}}",
|
|
79
|
+
"stateTitleForResource": "{{state}} {{title}} for {{resource}}",
|
|
80
|
+
"invalidKind": "Ugyldig type",
|
|
81
|
+
"reorderFields": "Felter vises fra top til bund.",
|
|
82
|
+
"blockNavigationAlert": {
|
|
83
|
+
"title": "Du har ikke gemte ændringer",
|
|
84
|
+
"message": "Alle dine ikke-gemte ændringer vil gå tabt. Dette kan ikke annulleres.",
|
|
85
|
+
"submitButtonLabel": "Forkast ændringer",
|
|
86
|
+
"cancelButtonLabel": "Annuller"
|
|
87
|
+
}
|
|
88
|
+
},
|
|
89
|
+
"validations": {
|
|
90
|
+
"regexConditionIsRequired": "Regex betingelse er påkrævet",
|
|
91
|
+
"regexHelpMessageIsRequired": "Hjælp besked er påkrævet",
|
|
92
|
+
"fieldNameIsRequired": "Feldtnavn er påkrævet",
|
|
93
|
+
"atLeastFieldOptionIsRequired": "Mindst én feltmulighed er påkrævet",
|
|
94
|
+
"fieldOptionIsRequired": "Feltmulighed er påkrævet",
|
|
95
|
+
"kindIsRequired": "Type er påkrævet",
|
|
96
|
+
"invalidRegexPattern": "Ugyldigt regex-mønster",
|
|
97
|
+
"advancedRegexAssertionsNotSupported": "Avancerede regex-udsagn understøttes ikke",
|
|
98
|
+
"notAValidNumber": "Indtastet nummer er ikke gyldigt",
|
|
99
|
+
"notAValidInteger": "Indtastet nummer er ikke et gyldigt helt tal",
|
|
100
|
+
"notAValid": "Indtastet nummer er ikke gyldigt",
|
|
101
|
+
"thisIsRequired": "Dette er et påkrævet felt",
|
|
102
|
+
"minOneItem": "Vælg mindst ét item",
|
|
103
|
+
"invalidEntity": "{{entity}} er ugyldig"
|
|
104
|
+
},
|
|
105
|
+
"tooltips": {
|
|
106
|
+
"reorder": "Felter vises fra top til bund. Omsorter dem.",
|
|
107
|
+
"composeEmail": "Skriv email",
|
|
108
|
+
"startCall": "Start opkald"
|
|
109
|
+
},
|
|
110
|
+
"helpTexts": {
|
|
111
|
+
"noData": "Her er hvordan du kan bruge <a>{{title}}.</a>"
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|