@bigbinary/neeto-fields-frontend 2.4.4 → 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.
Files changed (57) hide show
  1. package/README.md +4 -0
  2. package/app/javascript/src/translations/ar.json +114 -0
  3. package/app/javascript/src/translations/bg.json +114 -0
  4. package/app/javascript/src/translations/ca.json +114 -0
  5. package/app/javascript/src/translations/cs.json +114 -0
  6. package/app/javascript/src/translations/da.json +114 -0
  7. package/app/javascript/src/translations/es-MX.json +114 -0
  8. package/app/javascript/src/translations/et.json +114 -0
  9. package/app/javascript/src/translations/fi.json +114 -0
  10. package/app/javascript/src/translations/fil.json +114 -0
  11. package/app/javascript/src/translations/hi.json +114 -0
  12. package/app/javascript/src/translations/hr.json +114 -0
  13. package/app/javascript/src/translations/id.json +114 -0
  14. package/app/javascript/src/translations/it.json +114 -0
  15. package/app/javascript/src/translations/ja.json +114 -0
  16. package/app/javascript/src/translations/ko.json +114 -0
  17. package/app/javascript/src/translations/nl.json +114 -0
  18. package/app/javascript/src/translations/pl.json +114 -0
  19. package/app/javascript/src/translations/pt-BR.json +114 -0
  20. package/app/javascript/src/translations/pt.json +114 -0
  21. package/app/javascript/src/translations/ro.json +114 -0
  22. package/app/javascript/src/translations/ru.json +114 -0
  23. package/app/javascript/src/translations/sk.json +114 -0
  24. package/app/javascript/src/translations/sl.json +114 -0
  25. package/app/javascript/src/translations/sv.json +114 -0
  26. package/app/javascript/src/translations/th.json +114 -0
  27. package/app/javascript/src/translations/tr.json +114 -0
  28. package/app/javascript/src/translations/uk.json +114 -0
  29. package/app/javascript/src/translations/vi.json +114 -0
  30. package/app/javascript/src/translations/zh-CN.json +114 -0
  31. package/app/javascript/src/translations/zh-TW.json +114 -0
  32. package/dist/{DeleteAlert-BXqLY1DG.js → DeleteAlert-BQqfe0QG.js} +2 -2
  33. package/dist/{DeleteAlert-BXqLY1DG.js.map → DeleteAlert-BQqfe0QG.js.map} +1 -1
  34. package/dist/{DeleteAlert-BnVT1Plz.js → DeleteAlert-DE15i_yx.js} +2 -2
  35. package/dist/{DeleteAlert-BnVT1Plz.js.map → DeleteAlert-DE15i_yx.js.map} +1 -1
  36. package/dist/FieldDeleteAlert.js +2 -2
  37. package/dist/FieldValuesContainer.js +1 -1
  38. package/dist/FieldsDashboard.js +20 -7
  39. package/dist/FieldsDashboard.js.map +1 -1
  40. package/dist/FieldsPane.js +1 -1
  41. package/dist/cjs/FieldDeleteAlert.js +2 -2
  42. package/dist/cjs/FieldValuesContainer.js +1 -1
  43. package/dist/cjs/FieldsDashboard.js +19 -6
  44. package/dist/cjs/FieldsDashboard.js.map +1 -1
  45. package/dist/cjs/FieldsPane.js +1 -1
  46. package/dist/cjs/hooks.js +1 -1
  47. package/dist/cjs/index.js +2 -2
  48. package/dist/hooks.js +1 -1
  49. package/dist/index.js +2 -2
  50. package/dist/{useFieldsApi-D2gk4zd9.js → useFieldsApi-BW5VaJf3.js} +4 -4
  51. package/dist/useFieldsApi-BW5VaJf3.js.map +1 -0
  52. package/dist/{useFieldsApi-EzwO7aKF.js → useFieldsApi-j7CdIR66.js} +4 -4
  53. package/dist/useFieldsApi-j7CdIR66.js.map +1 -0
  54. package/package.json +13 -13
  55. package/types.d.ts +2 -0
  56. package/dist/useFieldsApi-D2gk4zd9.js.map +0 -1
  57. package/dist/useFieldsApi-EzwO7aKF.js.map +0 -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": "Áno",
5
+ "no": "Nie"
6
+ },
7
+ "titles": {
8
+ "field_one": "Pole",
9
+ "field_other": "Polia",
10
+ "fieldWithCount_one": "{{count}} pole",
11
+ "fieldWithCount_other": "{{count}} polia",
12
+ "addField": "Pridať nové pole",
13
+ "editField": "Upraviť pole",
14
+ "deleteField": "Vymazať pole?",
15
+ "fieldName": "Názov poľa",
16
+ "fieldKind": "Typ poľa",
17
+ "required": "Povinné",
18
+ "dropdownOptions": "Možnosti rozbaľovacieho zoznamu",
19
+ "regexOptions": "Možnosti regex",
20
+ "reorderFields": "Zmeniť poradie polí",
21
+ "filters": "Filtre",
22
+ "reorder": "Zmeniť poradie"
23
+ },
24
+ "labels": {
25
+ "addField": "Pridať nové pole",
26
+ "edit": "Upraviť",
27
+ "delete": "Vymazať",
28
+ "fieldName": "Názov poľa",
29
+ "fieldKind": "Typ poľa",
30
+ "createField": "Vytvoriť pole",
31
+ "updateField": "Aktualizovať pole",
32
+ "addAnotherOption": "Pridať ďalšiu možnosť",
33
+ "regex": "Regex",
34
+ "regexCondition": "Podmienka",
35
+ "helpMessage": "Správa pomoci",
36
+ "isRequired": "Označiť ako povinné pole",
37
+ "submit": "Odoslať",
38
+ "saveChanges": "Uložiť zmeny",
39
+ "cancel": "Zrušiť"
40
+ },
41
+ "placeholders": {
42
+ "enterFieldName": "Zadajte názov poľa",
43
+ "enterAnOption": "Zadajte možnosť",
44
+ "regexExample": "Príklad: /^[0-9]{5}$/",
45
+ "enterErrorMessage": "Správa na zobrazenie pri chybe",
46
+ "searchFields": "Hľadať polia"
47
+ },
48
+ "fields": {
49
+ "kinds": {
50
+ "text": "Text",
51
+ "number": "Číslo",
52
+ "monetary": "Peňažné",
53
+ "singleOption": "Jedna možnosť",
54
+ "multiOption": "Viac možností",
55
+ "date": "Dátum",
56
+ "time": "Čas",
57
+ "datetime": "Dátum a čas",
58
+ "dateRange": "Dátumový interval",
59
+ "timeRange": "Časový interval",
60
+ "textArea": "Textová oblasť",
61
+ "textarea": "Textová oblasť",
62
+ "decimal": "Desatinné",
63
+ "integer": "Celé číslo",
64
+ "regex": "Regex",
65
+ "person": "Osoba",
66
+ "checkbox": "Zaškrtávacie políčko",
67
+ "phoneNumber": "Telefónne číslo",
68
+ "email": "Email"
69
+ }
70
+ },
71
+ "messages": {
72
+ "noFieldsWithState": "Nie sú žiadne {{state}} {{title}} na zobrazenie.",
73
+ "noFields": "Nie sú žiadne {{title}} na zobrazenie.",
74
+ "confirmDelete": "Trvalo vymazávate pole <strong>{{name}}</strong>. Túto akciu nie je možné zvrátiť.",
75
+ "confirmDeleteWithCount": "Trvalo vymazávate pole <strong>{{name}}</strong>, ktoré obsahuje hodnoty pre <strong>{{count}} {{resource}}</strong>. Hodnoty budú pri vymazaní poľa stratené. Túto akciu nie je možné zvrátiť.",
76
+ "manageFieldFor": "Spravovať polia pre {{resource}}",
77
+ "manageTitleForResource": "Spravovať {{title}} pre {{resource}}",
78
+ "titleForResource": "{{title}} pre {{resource}}",
79
+ "stateTitleForResource": "{{state}} {{title}} pre {{resource}}",
80
+ "invalidKind": "Neplatný typ",
81
+ "reorderFields": "Polia sú zobrazené zhora nadol.",
82
+ "blockNavigationAlert": {
83
+ "title": "Máte neuložené zmeny",
84
+ "message": "Všetky vaše neuložené zmeny budú stratené. Toto nie je možné zvrátiť.",
85
+ "submitButtonLabel": "Zahodiť zmeny",
86
+ "cancelButtonLabel": "Zrušiť"
87
+ }
88
+ },
89
+ "validations": {
90
+ "regexConditionIsRequired": "Podmienka regex je povinná",
91
+ "regexHelpMessageIsRequired": "Správa pomoci je povinná",
92
+ "fieldNameIsRequired": "Názov poľa je povinný",
93
+ "atLeastFieldOptionIsRequired": "Je potrebná aspoň jedna možnosť poľa",
94
+ "fieldOptionIsRequired": "Možnosť poľa je povinná",
95
+ "kindIsRequired": "Typ je povinný",
96
+ "invalidRegexPattern": "Neplatný regexový vzor",
97
+ "advancedRegexAssertionsNotSupported": "Pokročilé regexové tvrdenia nie sú podporované",
98
+ "notAValidNumber": "Zadané číslo nie je platné",
99
+ "notAValidInteger": "Zadané číslo nie je platné celé číslo",
100
+ "notAValid": "Zadané číslo nie je platné",
101
+ "thisIsRequired": "Toto pole je povinné",
102
+ "minOneItem": "Vyberte aspoň jednu položku",
103
+ "invalidEntity": "{{entity}} je neplatné"
104
+ },
105
+ "tooltips": {
106
+ "reorder": "Polia sú zobrazené zhora nadol. Preusporiadajte ich.",
107
+ "composeEmail": "Napísať email",
108
+ "startCall": "Zahájiť hovor"
109
+ },
110
+ "helpTexts": {
111
+ "noData": "Tu je, ako môžete použiť <a>{{title}}.</a>"
112
+ }
113
+ }
114
+ }
@@ -0,0 +1,114 @@
1
+ {
2
+ "neetoFields": {
3
+ "common": {
4
+ "yes": "Da",
5
+ "no": "Ne"
6
+ },
7
+ "titles": {
8
+ "field_one": "Polje",
9
+ "field_other": "Polja",
10
+ "fieldWithCount_one": "{{count}} polje",
11
+ "fieldWithCount_other": "{{count}} polja",
12
+ "addField": "Dodaj novo polje",
13
+ "editField": "Uredi polje",
14
+ "deleteField": "Izbrisati polje?",
15
+ "fieldName": "Ime polja",
16
+ "fieldKind": "Vrsta polja",
17
+ "required": "Obvezno",
18
+ "dropdownOptions": "Možnosti v spustnem seznamu",
19
+ "regexOptions": "Regex možnosti",
20
+ "reorderFields": "Preuredi polja",
21
+ "filters": "Filtri",
22
+ "reorder": "Preuredi"
23
+ },
24
+ "labels": {
25
+ "addField": "Dodaj novo polje",
26
+ "edit": "Uredi",
27
+ "delete": "Izbriši",
28
+ "fieldName": "Ime polja",
29
+ "fieldKind": "Vrsta polja",
30
+ "createField": "Ustvari polje",
31
+ "updateField": "Posodobi polje",
32
+ "addAnotherOption": "Dodaj drugo možnost",
33
+ "regex": "Regex",
34
+ "regexCondition": "Pogoj",
35
+ "helpMessage": "Sporočilo za pomoč",
36
+ "isRequired": "Označi kot obvezno polje",
37
+ "submit": "Pošlji",
38
+ "saveChanges": "Shrani spremembe",
39
+ "cancel": "Prekliči"
40
+ },
41
+ "placeholders": {
42
+ "enterFieldName": "Vnesite ime polja",
43
+ "enterAnOption": "Vnesite možnost",
44
+ "regexExample": "Primer: /^[0-9]{5}$/",
45
+ "enterErrorMessage": "Sporočilo za prikaz v primeru napake",
46
+ "searchFields": "Išči polja"
47
+ },
48
+ "fields": {
49
+ "kinds": {
50
+ "text": "Besedilo",
51
+ "number": "Številka",
52
+ "monetary": "Finančno",
53
+ "singleOption": "Enojna možnost",
54
+ "multiOption": "Več možnosti",
55
+ "date": "Datum",
56
+ "time": "Čas",
57
+ "datetime": "Datum in čas",
58
+ "dateRange": "Območje datumov",
59
+ "timeRange": "Območje časa",
60
+ "textArea": "Besedilno območje",
61
+ "textarea": "Besedilno območje",
62
+ "decimal": "Decimalno",
63
+ "integer": "Celo število",
64
+ "regex": "Regex",
65
+ "person": "Oseba",
66
+ "checkbox": "Potrdilno polje",
67
+ "phoneNumber": "Telefonska številka",
68
+ "email": "Email"
69
+ }
70
+ },
71
+ "messages": {
72
+ "noFieldsWithState": "Ni {{state}} {{title}} za prikaz.",
73
+ "noFields": "Ni {{title}} za prikaz.",
74
+ "confirmDelete": "Trajno brišete polje <strong>{{name}}</strong>. Tej akciji ni mogoče vrniti.",
75
+ "confirmDeleteWithCount": "Trajno brišete polje <strong>{{name}}</strong>, ki vsebuje vrednosti za <strong>{{count}} {{resource}}</strong>. Vrednosti bodo izgubljene ob brisanju polja. Tej akciji ni mogoče vrniti.",
76
+ "manageFieldFor": "Upravite polja za {{resource}}",
77
+ "manageTitleForResource": "Upravite {{title}} za {{resource}}",
78
+ "titleForResource": "{{title}} za {{resource}}",
79
+ "stateTitleForResource": "{{state}} {{title}} za {{resource}}",
80
+ "invalidKind": "Neveljavna vrsta",
81
+ "reorderFields": "Polja so prikazana od zgoraj navzdol.",
82
+ "blockNavigationAlert": {
83
+ "title": "Imate neshranjene spremembe",
84
+ "message": "Vse vaše neshranjene spremembe bodo izgubljene. Tej akciji ni mogoče vrniti.",
85
+ "submitButtonLabel": "Zavrzi spremembe",
86
+ "cancelButtonLabel": "Prekliči"
87
+ }
88
+ },
89
+ "validations": {
90
+ "regexConditionIsRequired": "Pogoj regex je obvezen",
91
+ "regexHelpMessageIsRequired": "Sporočilo za pomoč je obvezno",
92
+ "fieldNameIsRequired": "Ime polja je obvezno",
93
+ "atLeastFieldOptionIsRequired": "Potrebna je vsaj ena možnost za polje",
94
+ "fieldOptionIsRequired": "Možnost za polje je obvezna",
95
+ "kindIsRequired": "Vrsta je obvezna",
96
+ "invalidRegexPattern": "Neveljaven vzorec regex",
97
+ "advancedRegexAssertionsNotSupported": "Napredne trditve regex niso podprte",
98
+ "notAValidNumber": "Vnesena številka ni veljavna",
99
+ "notAValidInteger": "Vnesena številka ni veljavno celo število",
100
+ "notAValid": "Vnesena številka ni veljavna",
101
+ "thisIsRequired": "To je obvezno polje",
102
+ "minOneItem": "Izberite vsaj en predmet",
103
+ "invalidEntity": "{{entity}} ni veljavna"
104
+ },
105
+ "tooltips": {
106
+ "reorder": "Polja so prikazana od zgoraj navzdol. Preuredi jih.",
107
+ "composeEmail": "Sestavi email",
108
+ "startCall": "Začni klic"
109
+ },
110
+ "helpTexts": {
111
+ "noData": "Tukaj je, kako lahko uporabite <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": "Fält",
9
+ "field_other": "Fält",
10
+ "fieldWithCount_one": "{{count}} fält",
11
+ "fieldWithCount_other": "{{count}} fält",
12
+ "addField": "Lägg till nytt fält",
13
+ "editField": "Redigera fält",
14
+ "deleteField": "Ta bort fält?",
15
+ "fieldName": "Fältnamn",
16
+ "fieldKind": "Fälttyp",
17
+ "required": "Obligatoriskt",
18
+ "dropdownOptions": "Rullgardinsalternativ",
19
+ "regexOptions": "Regex-alternativ",
20
+ "reorderFields": "Ordna om fält",
21
+ "filters": "Filter",
22
+ "reorder": "Ordna om"
23
+ },
24
+ "labels": {
25
+ "addField": "Lägg till nytt fält",
26
+ "edit": "Redigera",
27
+ "delete": "Ta bort",
28
+ "fieldName": "Fältnamn",
29
+ "fieldKind": "Fälttyp",
30
+ "createField": "Skapa fält",
31
+ "updateField": "Uppdatera fält",
32
+ "addAnotherOption": "Lägg till ett annat alternativ",
33
+ "regex": "Regex",
34
+ "regexCondition": "Villkor",
35
+ "helpMessage": "Hjälpmeddelande",
36
+ "isRequired": "Markera som ett obligatoriskt fält",
37
+ "submit": "Skicka",
38
+ "saveChanges": "Spara ändringar",
39
+ "cancel": "Avbryt"
40
+ },
41
+ "placeholders": {
42
+ "enterFieldName": "Ange fältnamn",
43
+ "enterAnOption": "Ange ett alternativ",
44
+ "regexExample": "Exempel: /^[0-9]{5}$/",
45
+ "enterErrorMessage": "Meddelande att visa vid fel",
46
+ "searchFields": "Sök fält"
47
+ },
48
+ "fields": {
49
+ "kinds": {
50
+ "text": "Text",
51
+ "number": "Nummer",
52
+ "monetary": "Monetär",
53
+ "singleOption": "Enkel alternativ",
54
+ "multiOption": "Flera alternativ",
55
+ "date": "Datum",
56
+ "time": "Tid",
57
+ "datetime": "Datum och tid",
58
+ "dateRange": "Datumintervall",
59
+ "timeRange": "Tidsintervall",
60
+ "textArea": "Textområde",
61
+ "textarea": "Textområde",
62
+ "decimal": "Decimaltal",
63
+ "integer": "Heltal",
64
+ "regex": "Regex",
65
+ "person": "Person",
66
+ "checkbox": "Checkbox",
67
+ "phoneNumber": "Telefonnummer",
68
+ "email": "E-post"
69
+ }
70
+ },
71
+ "messages": {
72
+ "noFieldsWithState": "Det finns inga {{state}} {{title}} att visa.",
73
+ "noFields": "Det finns inga {{title}} att visa.",
74
+ "confirmDelete": "Du tar bort fältet <strong>{{name}}</strong> permanent. Denna åtgärd kan inte ångras.",
75
+ "confirmDeleteWithCount": "Du tar bort fältet <strong>{{name}}</strong> permanent som innehåller värden för <strong>{{count}} {{resource}}</strong>. Värdena kommer att gå förlorade vid borttagning av fältet. Denna åtgärd kan inte ångras.",
76
+ "manageFieldFor": "Hantera fält för {{resource}}",
77
+ "manageTitleForResource": "Hantera {{title}} för {{resource}}",
78
+ "titleForResource": "{{title}} för {{resource}}",
79
+ "stateTitleForResource": "{{state}} {{title}} för {{resource}}",
80
+ "invalidKind": "Ogiltig typ",
81
+ "reorderFields": "Fält visas från topp till botten.",
82
+ "blockNavigationAlert": {
83
+ "title": "Du har osparade ändringar",
84
+ "message": "Alla dina osparade ändringar kommer att gå förlorade. Detta kan inte ångras.",
85
+ "submitButtonLabel": "Kasta bort ändringar",
86
+ "cancelButtonLabel": "Avbryt"
87
+ }
88
+ },
89
+ "validations": {
90
+ "regexConditionIsRequired": "Regexvillkor är obligatoriskt",
91
+ "regexHelpMessageIsRequired": "Hjälpmeddelande är obligatoriskt",
92
+ "fieldNameIsRequired": "Fältnamn är obligatoriskt",
93
+ "atLeastFieldOptionIsRequired": "Minst ett fältsalternativ är obligatoriskt",
94
+ "fieldOptionIsRequired": "Fältsalternativ är obligatoriskt",
95
+ "kindIsRequired": "Typ är obligatorisk",
96
+ "invalidRegexPattern": "Ogiltigt regexmönster",
97
+ "advancedRegexAssertionsNotSupported": "Avancerade regexpåståenden stöds inte",
98
+ "notAValidNumber": "Inmatat nummer är inte giltigt",
99
+ "notAValidInteger": "Inmatat nummer är inte ett giltigt heltal",
100
+ "notAValid": "Inmatat nummer är inte giltigt",
101
+ "thisIsRequired": "Detta är ett obligatoriskt fält",
102
+ "minOneItem": "Välj minst ett objekt",
103
+ "invalidEntity": "{{entity}} är ogiltig"
104
+ },
105
+ "tooltips": {
106
+ "reorder": "Fält visas från topp till botten. Ordna dem om.",
107
+ "composeEmail": "Skriv e-post",
108
+ "startCall": "Starta samtal"
109
+ },
110
+ "helpTexts": {
111
+ "noData": "Så här kan du använda <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": "ตัวเลือก Regex",
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": "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": "Textarea",
62
+ "decimal": "ทศนิยม",
63
+ "integer": "จำนวนเต็ม",
64
+ "regex": "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": "ต้องมีเงื่อนไข Regex",
91
+ "regexHelpMessageIsRequired": "ต้องมีข้อความช่วยเหลือ",
92
+ "fieldNameIsRequired": "จำเป็นต้องมีชื่อฟิลด์",
93
+ "atLeastFieldOptionIsRequired": "ต้องมีตัวเลือกฟิลด์อย่างน้อยหนึ่งตัวเลือก",
94
+ "fieldOptionIsRequired": "ตัวเลือกฟิลด์เป็นสิ่งที่จำเป็น",
95
+ "kindIsRequired": "จำเป็นต้องกำหนดประเภท",
96
+ "invalidRegexPattern": "รูปแบบ regex ไม่ถูกต้อง",
97
+ "advancedRegexAssertionsNotSupported": "การอ้างสิทธิ์ regex ขั้นสูงไม่รองรับ",
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
+ }