@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.
Files changed (31) hide show
  1. package/app/javascript/src/translations/ar.json +114 -0
  2. package/app/javascript/src/translations/bg.json +114 -0
  3. package/app/javascript/src/translations/ca.json +114 -0
  4. package/app/javascript/src/translations/cs.json +114 -0
  5. package/app/javascript/src/translations/da.json +114 -0
  6. package/app/javascript/src/translations/es-MX.json +114 -0
  7. package/app/javascript/src/translations/et.json +114 -0
  8. package/app/javascript/src/translations/fi.json +114 -0
  9. package/app/javascript/src/translations/fil.json +114 -0
  10. package/app/javascript/src/translations/hi.json +114 -0
  11. package/app/javascript/src/translations/hr.json +114 -0
  12. package/app/javascript/src/translations/id.json +114 -0
  13. package/app/javascript/src/translations/it.json +114 -0
  14. package/app/javascript/src/translations/ja.json +114 -0
  15. package/app/javascript/src/translations/ko.json +114 -0
  16. package/app/javascript/src/translations/nl.json +114 -0
  17. package/app/javascript/src/translations/pl.json +114 -0
  18. package/app/javascript/src/translations/pt-BR.json +114 -0
  19. package/app/javascript/src/translations/pt.json +114 -0
  20. package/app/javascript/src/translations/ro.json +114 -0
  21. package/app/javascript/src/translations/ru.json +114 -0
  22. package/app/javascript/src/translations/sk.json +114 -0
  23. package/app/javascript/src/translations/sl.json +114 -0
  24. package/app/javascript/src/translations/sv.json +114 -0
  25. package/app/javascript/src/translations/th.json +114 -0
  26. package/app/javascript/src/translations/tr.json +114 -0
  27. package/app/javascript/src/translations/uk.json +114 -0
  28. package/app/javascript/src/translations/vi.json +114 -0
  29. package/app/javascript/src/translations/zh-CN.json +114 -0
  30. package/app/javascript/src/translations/zh-TW.json +114 -0
  31. package/package.json +1 -1
@@ -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": "Naziv polja",
16
+ "fieldKind": "Vrsta polja",
17
+ "required": "Obavezno",
18
+ "dropdownOptions": "Opcije padajućeg izbornika",
19
+ "regexOptions": "Regex opcije",
20
+ "reorderFields": "Ponovno poredaj polja",
21
+ "filters": "Filtri",
22
+ "reorder": "Ponovno poredaj"
23
+ },
24
+ "labels": {
25
+ "addField": "Dodaj novo polje",
26
+ "edit": "Uredi",
27
+ "delete": "Izbriši",
28
+ "fieldName": "Naziv polja",
29
+ "fieldKind": "Vrsta polja",
30
+ "createField": "Stvori polje",
31
+ "updateField": "Ažuriraj polje",
32
+ "addAnotherOption": "Dodaj drugu opciju",
33
+ "regex": "Regex",
34
+ "regexCondition": "Uvjet",
35
+ "helpMessage": "Poruka za pomoć",
36
+ "isRequired": "OzLabelj kao obavezno polje",
37
+ "submit": "Pošalji",
38
+ "saveChanges": "Spremi promjene",
39
+ "cancel": "Odustani"
40
+ },
41
+ "placeholders": {
42
+ "enterFieldName": "Unesite naziv polja",
43
+ "enterAnOption": "Unesite opciju",
44
+ "regexExample": "Primjer: /^[0-9]{5}$/",
45
+ "enterErrorMessage": "Poruka koja će se prikazati na grešku",
46
+ "searchFields": "Pretraži polja"
47
+ },
48
+ "fields": {
49
+ "kinds": {
50
+ "text": "Tekst",
51
+ "number": "Broj",
52
+ "monetary": "Novčano",
53
+ "singleOption": "Jedna opcija",
54
+ "multiOption": "Više opcija",
55
+ "date": "Datum",
56
+ "time": "Vrijeme",
57
+ "datetime": "Datum i vrijeme",
58
+ "dateRange": "Raspon datuma",
59
+ "timeRange": "Raspon vremena",
60
+ "textArea": "Tekstualno područje",
61
+ "textarea": "Tekstualno polje",
62
+ "decimal": "Decimalni",
63
+ "integer": "Cijeli broj",
64
+ "regex": "Regex",
65
+ "person": "Osoba",
66
+ "checkbox": "Okvir za potvrdu",
67
+ "phoneNumber": "Broj telefona",
68
+ "email": "Email"
69
+ }
70
+ },
71
+ "messages": {
72
+ "noFieldsWithState": "Nema {{state}} {{title}} za prikaz.",
73
+ "noFields": "Nema {{title}} za prikaz.",
74
+ "confirmDelete": "Trajno brišete polje <strong>{{name}}</strong>. Ova radnja se ne može poništiti.",
75
+ "confirmDeleteWithCount": "Trajno brišete polje <strong>{{name}}</strong> koje sadrži vrijednosti za <strong>{{count}} {{resource}}</strong>. Vrijednosti će biti izgubljene brisanjem polja. Ova radnja se ne može poništiti.",
76
+ "manageFieldFor": "Upravljajte poljima za {{resource}}",
77
+ "manageTitleForResource": "Upravljajte {{title}} za {{resource}}",
78
+ "titleForResource": "{{title}} za {{resource}}",
79
+ "stateTitleForResource": "{{state}} {{title}} za {{resource}}",
80
+ "invalidKind": "Nevažeća vrsta",
81
+ "reorderFields": "Polja su prikazana od vrha prema dnu.",
82
+ "blockNavigationAlert": {
83
+ "title": "Imate ne spremljene promjene",
84
+ "message": "Sve vaše ne spremljene promjene će biti izgubljene. Ovo se ne može poništiti.",
85
+ "submitButtonLabel": "Odustani od promjena",
86
+ "cancelButtonLabel": "Otkaži"
87
+ }
88
+ },
89
+ "validations": {
90
+ "regexConditionIsRequired": "Uvjet regexa je obavezan",
91
+ "regexHelpMessageIsRequired": "Poruka za pomoć je obavezna",
92
+ "fieldNameIsRequired": "Naziv polja je obavezan",
93
+ "atLeastFieldOptionIsRequired": "Najmanje jedna opcija polja je obavezna",
94
+ "fieldOptionIsRequired": "Opcija polja je obavezna",
95
+ "kindIsRequired": "Vrsta je obavezna",
96
+ "invalidRegexPattern": "Nevažeći regex obrazac",
97
+ "advancedRegexAssertionsNotSupported": "Napredne regex tvrdnje nisu podržane",
98
+ "notAValidNumber": "Uneseni broj nije važeći",
99
+ "notAValidInteger": "Uneseni broj nije važeći cijeli broj",
100
+ "notAValid": "Uneseni broj nije važeći",
101
+ "thisIsRequired": "Ovo je obavezno polje",
102
+ "minOneItem": "Odaberite najmanje jedan predmet",
103
+ "invalidEntity": "{{entity}} je nevažeći"
104
+ },
105
+ "tooltips": {
106
+ "reorder": "Polja su prikazana od vrha prema dnu. Ponovno ih poredajte.",
107
+ "composeEmail": "Napiši email",
108
+ "startCall": "Započni poziv"
109
+ },
110
+ "helpTexts": {
111
+ "noData": "Evo kako možete koristiti <a>{{title}}.</a>"
112
+ }
113
+ }
114
+ }
@@ -0,0 +1,114 @@
1
+ {
2
+ "neetoFields": {
3
+ "common": {
4
+ "yes": "Ya",
5
+ "no": "Tidak"
6
+ },
7
+ "titles": {
8
+ "field_one": "Field",
9
+ "field_other": "Fields",
10
+ "fieldWithCount_one": "{{count}} field",
11
+ "fieldWithCount_other": "{{count}} fields",
12
+ "addField": "Tambahkan field baru",
13
+ "editField": "Edit field",
14
+ "deleteField": "Hapus field?",
15
+ "fieldName": "Nama field",
16
+ "fieldKind": "Jenis field",
17
+ "required": "Diperlukan",
18
+ "dropdownOptions": "Opsi dropdown",
19
+ "regexOptions": "Opsi regex",
20
+ "reorderFields": "Susun ulang fields",
21
+ "filters": "Filter",
22
+ "reorder": "Susun ulang"
23
+ },
24
+ "labels": {
25
+ "addField": "Tambahkan field baru",
26
+ "edit": "Edit",
27
+ "delete": "Hapus",
28
+ "fieldName": "Nama field",
29
+ "fieldKind": "Jenis field",
30
+ "createField": "Buat field",
31
+ "updateField": "Perbarui field",
32
+ "addAnotherOption": "Tambahkan opsi lain",
33
+ "regex": "Regex",
34
+ "regexCondition": "Kondisi",
35
+ "helpMessage": "Pesan bantuan",
36
+ "isRequired": "Tandai sebagai field yang diperlukan",
37
+ "submit": "Kirim",
38
+ "saveChanges": "Simpan perubahan",
39
+ "cancel": "Batal"
40
+ },
41
+ "placeholders": {
42
+ "enterFieldName": "Masukkan nama field",
43
+ "enterAnOption": "Masukkan opsi",
44
+ "regexExample": "Contoh: /^[0-9]{5}$/",
45
+ "enterErrorMessage": "Pesan untuk ditampilkan saat terjadi kesalahan",
46
+ "searchFields": "Cari fields"
47
+ },
48
+ "fields": {
49
+ "kinds": {
50
+ "text": "Teks",
51
+ "number": "Nomor",
52
+ "monetary": "Moneter",
53
+ "singleOption": "Pilihan tunggal",
54
+ "multiOption": "Pilihan ganda",
55
+ "date": "Tanggal",
56
+ "time": "Waktu",
57
+ "datetime": "Tanggal dan waktu",
58
+ "dateRange": "Rentang tanggal",
59
+ "timeRange": "Rentang waktu",
60
+ "textArea": "Area teks",
61
+ "textarea": "Textarea",
62
+ "decimal": "Desimal",
63
+ "integer": "Integer",
64
+ "regex": "Regex",
65
+ "person": "Orang",
66
+ "checkbox": "Kotak centang",
67
+ "phoneNumber": "Nomor telepon",
68
+ "email": "Email"
69
+ }
70
+ },
71
+ "messages": {
72
+ "noFieldsWithState": "Tidak ada {{state}} {{title}} yang tersedia.",
73
+ "noFields": "Tidak ada {{title}} yang tersedia.",
74
+ "confirmDelete": "Anda menghapus field <strong>{{name}}</strong> secara permanen. Tindakan ini tidak dapat dibatalkan.",
75
+ "confirmDeleteWithCount": "Anda menghapus field <strong>{{name}}</strong> yang memiliki nilai untuk <strong>{{count}} {{resource}}</strong>. Nilai-nilai akan hilang saat field dihapus. Tindakan ini tidak dapat dibatalkan.",
76
+ "manageFieldFor": "Kelola fields untuk {{resource}}",
77
+ "manageTitleForResource": "Kelola {{title}} untuk {{resource}}",
78
+ "titleForResource": "{{title}} untuk {{resource}}",
79
+ "stateTitleForResource": "{{state}} {{title}} untuk {{resource}}",
80
+ "invalidKind": "Jenis tidak valid",
81
+ "reorderFields": "Fields ditampilkan dari atas ke bawah.",
82
+ "blockNavigationAlert": {
83
+ "title": "Anda memiliki perubahan yang belum disimpan",
84
+ "message": "Semua perubahan yang belum disimpan akan hilang. Ini tidak dapat dibatalkan.",
85
+ "submitButtonLabel": "Buang perubahan",
86
+ "cancelButtonLabel": "Batal"
87
+ }
88
+ },
89
+ "validations": {
90
+ "regexConditionIsRequired": "Kondisi regex diperlukan",
91
+ "regexHelpMessageIsRequired": "Pesan bantuan diperlukan",
92
+ "fieldNameIsRequired": "Nama field diperlukan",
93
+ "atLeastFieldOptionIsRequired": "Setidaknya satu opsi field diperlukan",
94
+ "fieldOptionIsRequired": "Opsi field diperlukan",
95
+ "kindIsRequired": "Jenis diperlukan",
96
+ "invalidRegexPattern": "Pola regex tidak valid",
97
+ "advancedRegexAssertionsNotSupported": "Pernyataan regex lanjutan tidak didukung",
98
+ "notAValidNumber": "Nomor yang dimasukkan tidak valid",
99
+ "notAValidInteger": "Nomor yang dimasukkan bukan integer yang valid",
100
+ "notAValid": "Nomor yang dimasukkan tidak valid",
101
+ "thisIsRequired": "Ini adalah field yang diperlukan",
102
+ "minOneItem": "Pilih setidaknya satu item",
103
+ "invalidEntity": "{{entity}} tidak valid"
104
+ },
105
+ "tooltips": {
106
+ "reorder": "Fields ditampilkan dari atas ke bawah. Susun ulang mereka.",
107
+ "composeEmail": "Susun email",
108
+ "startCall": "Mulai panggilan"
109
+ },
110
+ "helpTexts": {
111
+ "noData": "Berikut adalah cara Anda dapat menggunakan <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": "Campo",
9
+ "field_other": "Campi",
10
+ "fieldWithCount_one": "{{count}} campo",
11
+ "fieldWithCount_other": "{{count}} campi",
12
+ "addField": "Aggiungi nuovo campo",
13
+ "editField": "Modifica campo",
14
+ "deleteField": "Eliminare il campo?",
15
+ "fieldName": "Nome del campo",
16
+ "fieldKind": "Tipo di campo",
17
+ "required": "Obbligatorio",
18
+ "dropdownOptions": "Opzioni a discesa",
19
+ "regexOptions": "Opzioni regex",
20
+ "reorderFields": "Riordina campi",
21
+ "filters": "Filtri",
22
+ "reorder": "Riordina"
23
+ },
24
+ "labels": {
25
+ "addField": "Aggiungi nuovo campo",
26
+ "edit": "Modifica",
27
+ "delete": "Elimina",
28
+ "fieldName": "Nome del campo",
29
+ "fieldKind": "Tipo di campo",
30
+ "createField": "Crea campo",
31
+ "updateField": "Aggiorna campo",
32
+ "addAnotherOption": "Aggiungi un'altra opzione",
33
+ "regex": "Regex",
34
+ "regexCondition": "Condizione",
35
+ "helpMessage": "Messaggio di aiuto",
36
+ "isRequired": "Contrassegna come campo obbligatorio",
37
+ "submit": "Invia",
38
+ "saveChanges": "Salva modifiche",
39
+ "cancel": "Annulla"
40
+ },
41
+ "placeholders": {
42
+ "enterFieldName": "Inserisci il nome del campo",
43
+ "enterAnOption": "Inserisci un'opzione",
44
+ "regexExample": "Esempio: /^[0-9]{5}$/",
45
+ "enterErrorMessage": "Messaggio da mostrare in caso di errore",
46
+ "searchFields": "Cerca campi"
47
+ },
48
+ "fields": {
49
+ "kinds": {
50
+ "text": "Testo",
51
+ "number": "Numero",
52
+ "monetary": "Monetario",
53
+ "singleOption": "Opzione singola",
54
+ "multiOption": "Opzione multipla",
55
+ "date": "Data",
56
+ "time": "Ora",
57
+ "datetime": "Data e ora",
58
+ "dateRange": "Intervallo di date",
59
+ "timeRange": "Intervallo di tempo",
60
+ "textArea": "Area di testo",
61
+ "textarea": "Textarea",
62
+ "decimal": "Decimale",
63
+ "integer": "Intero",
64
+ "regex": "Regex",
65
+ "person": "Persona",
66
+ "checkbox": "Checkbox",
67
+ "phoneNumber": "Numero di telefono",
68
+ "email": "Email"
69
+ }
70
+ },
71
+ "messages": {
72
+ "noFieldsWithState": "Non ci sono {{state}} {{title}} da mostrare.",
73
+ "noFields": "Non ci sono {{title}} da mostrare.",
74
+ "confirmDelete": "Stai eliminando permanentemente il campo <strong>{{name}}</strong>. Questa azione non può essere annullata.",
75
+ "confirmDeleteWithCount": "Stai eliminando permanentemente il campo <strong>{{name}}</strong> che contiene valori per <strong>{{count}} {{resource}}</strong>. I valori andranno persi eliminando il campo. Questa azione non può essere annullata.",
76
+ "manageFieldFor": "Gestisci campi per {{resource}}",
77
+ "manageTitleForResource": "Gestisci {{title}} per {{resource}}",
78
+ "titleForResource": "{{title}} per {{resource}}",
79
+ "stateTitleForResource": "{{state}} {{title}} per {{resource}}",
80
+ "invalidKind": "Tipo non valido",
81
+ "reorderFields": "I campi sono visualizzati dall'alto verso il basso.",
82
+ "blockNavigationAlert": {
83
+ "title": "Hai modifiche non salvate",
84
+ "message": "Tutte le tue modifiche non salvate andranno perse. Questa azione non può essere annullata.",
85
+ "submitButtonLabel": "Scarta modifiche",
86
+ "cancelButtonLabel": "Annulla"
87
+ }
88
+ },
89
+ "validations": {
90
+ "regexConditionIsRequired": "La condizione regex è obbligatoria",
91
+ "regexHelpMessageIsRequired": "Il messaggio di aiuto è obbligatorio",
92
+ "fieldNameIsRequired": "Il nome del campo è obbligatorio",
93
+ "atLeastFieldOptionIsRequired": "È richiesta almeno un'opzione campo",
94
+ "fieldOptionIsRequired": "L'opzione campo è obbligatoria",
95
+ "kindIsRequired": "Il tipo è obbligatorio",
96
+ "invalidRegexPattern": "Pattern regex non valido",
97
+ "advancedRegexAssertionsNotSupported": "Le affermazioni regex avanzate non sono supportate",
98
+ "notAValidNumber": "Il numero inserito non è valido",
99
+ "notAValidInteger": "Il numero inserito non è un intero valido",
100
+ "notAValid": "Il numero inserito non è valido",
101
+ "thisIsRequired": "Questo è un campo obbligatorio",
102
+ "minOneItem": "Seleziona almeno un elemento",
103
+ "invalidEntity": "{{entity}} non è valido"
104
+ },
105
+ "tooltips": {
106
+ "reorder": "I campi sono visualizzati dall'alto verso il basso. Riordinali.",
107
+ "composeEmail": "Componi email",
108
+ "startCall": "Inizia chiamata"
109
+ },
110
+ "helpTexts": {
111
+ "noData": "Ecco come puoi usare <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": "少なくとも1つのアイテムを選択してください",
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": "{{resource}}에 대한 {{title}} 관리",
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
+ }