@bigbinary/neeto-editor 1.47.30 → 1.47.32
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/dist/editor-stats.html +1 -19
- package/package.json +1 -1
- package/src/translations/ar.json +182 -0
- package/src/translations/bg.json +182 -0
- package/src/translations/ca.json +182 -0
- package/src/translations/cs.json +182 -0
- package/src/translations/da.json +182 -0
- package/src/translations/es-MX.json +182 -0
- package/src/translations/et.json +182 -0
- package/src/translations/fi.json +182 -0
- package/src/translations/fil.json +182 -0
- package/src/translations/hr.json +182 -0
- package/src/translations/id.json +182 -0
- package/src/translations/it.json +182 -0
- package/src/translations/ja.json +182 -0
- package/src/translations/ko.json +182 -0
- package/src/translations/nl.json +182 -0
- package/src/translations/pl.json +182 -0
- package/src/translations/pt-BR.json +182 -0
- package/src/translations/pt.json +182 -0
- package/src/translations/ro.json +182 -0
- package/src/translations/ru.json +182 -0
- package/src/translations/sk.json +182 -0
- package/src/translations/sl.json +182 -0
- package/src/translations/sv.json +182 -0
- package/src/translations/th.json +182 -0
- package/src/translations/tr.json +182 -0
- package/src/translations/uk.json +182 -0
- package/src/translations/vi.json +182 -0
- package/src/translations/zh-CN.json +182 -0
- package/src/translations/zh-TW.json +182 -0
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoEditor": {
|
|
3
|
+
"common": {
|
|
4
|
+
"create": "Stvori",
|
|
5
|
+
"download": "Preuzmi",
|
|
6
|
+
"embed": "Ugrađivanje",
|
|
7
|
+
"unlink": "Ukloni vezu",
|
|
8
|
+
"videoUrl": "URL videozapisa:",
|
|
9
|
+
"reset": "Ponovno postavi",
|
|
10
|
+
"auto": "Automatski",
|
|
11
|
+
"edit": "Uredi",
|
|
12
|
+
"cancel": "Otkaži",
|
|
13
|
+
"saveChanges": "Spremi promjene",
|
|
14
|
+
"text": "Tekst",
|
|
15
|
+
"done": "Gotovo",
|
|
16
|
+
"url": "Veza",
|
|
17
|
+
"editLink": "Uredi vezu",
|
|
18
|
+
"resetToDefault": "Vrati na zadano",
|
|
19
|
+
"openInNewTab": "Otvori u novoj kartici"
|
|
20
|
+
},
|
|
21
|
+
"attachments": {
|
|
22
|
+
"actionsBlocked": "Nemate dopuštenje za ažuriranje ili brisanje privitaka",
|
|
23
|
+
"add": "Dodaj privitak",
|
|
24
|
+
"deleteConfirmation": "Trajno brišete privitak <strong>{{entity}}</strong>. Ovo se ne može poništiti.",
|
|
25
|
+
"deleteTitle": "Izbriši privitak?",
|
|
26
|
+
"maxNumberOfFiles": "Možete dodati samo {{entity}} datoteke",
|
|
27
|
+
"nameEmpty": "Naziv datoteke ne može biti prazan",
|
|
28
|
+
"noPreview": "Pregled nije dostupan, kliknite za <span>preuzi</span>.",
|
|
29
|
+
"oneAttachmentAllowed": "Dozvoljen je samo jedan privitak",
|
|
30
|
+
"uploading": "Otpremanje"
|
|
31
|
+
},
|
|
32
|
+
"error": {
|
|
33
|
+
"invalidUrl": "Unesite valjanu URL adresu.",
|
|
34
|
+
"invalidEmbedUrl": "URL nije podržan za umetanje. Koristite valjane URL-ove s YouTube-a, Vimeo-a, Loom-a, neetoRecord-a ili Supademo-a.",
|
|
35
|
+
"fieldRequired": "Ovo polje je obavezno.",
|
|
36
|
+
"cannotAddFiles": "Nije moguće dodati datoteke",
|
|
37
|
+
"onBeforeFileAddedReturn": "Nije moguće dodati datoteku jer je onBeforeFileAdded vratio false.",
|
|
38
|
+
"fileIsTooLarge": "Veličina datoteke je prevelika. Maksimalna veličina je {{maxFileSize, anyCase}}.",
|
|
39
|
+
"imageSizeIsShouldBeLess": "Veličina slike trebala bi biti manja od {{limit}} MB",
|
|
40
|
+
"urlRequired": "URL je obavezan",
|
|
41
|
+
"textRequired": "Tekst je obavezan",
|
|
42
|
+
"uploadFileFailed": "Otpremanje privitaka nije uspjelo",
|
|
43
|
+
"fileNotAllowed": "Odabrani tip datoteke nije dopušten",
|
|
44
|
+
"noResults": "Nema rezultata",
|
|
45
|
+
"imageUploadFailed": "Otpremanje slike nije uspjelo, molimo pokušajte ponovno!",
|
|
46
|
+
"corruptFile": "Ova datoteka je oštećena. Molimo pokušajte s drugom"
|
|
47
|
+
},
|
|
48
|
+
"menu": {
|
|
49
|
+
"attachments": "Privici",
|
|
50
|
+
"attachmentsDescription": "Dodajte datoteke kao privitke.",
|
|
51
|
+
"file": "Datoteka",
|
|
52
|
+
"blockQuote": "Citiranje",
|
|
53
|
+
"bold": "Podebljano",
|
|
54
|
+
"boldDescription": "Dodajte podebljani format tekstu.",
|
|
55
|
+
"bulletedList": "Popis s oznakama",
|
|
56
|
+
"code": "Kod",
|
|
57
|
+
"codeBlock": "Kod blok",
|
|
58
|
+
"emoji": "Emotikoni",
|
|
59
|
+
"fontSize": "Veličina fonta",
|
|
60
|
+
"highlight": "Istakni",
|
|
61
|
+
"imageUpload": "Otpremanje slike",
|
|
62
|
+
"italic": "Kurziv",
|
|
63
|
+
"italicDescription": "Dodajte kurzivni format tekstu.",
|
|
64
|
+
"link": "Veza",
|
|
65
|
+
"linkDescription": "Dodajte vezu u tekst.",
|
|
66
|
+
"mention": "Spominjanje",
|
|
67
|
+
"orderedList": "Numerirani popis",
|
|
68
|
+
"redo": "Ponovi",
|
|
69
|
+
"strike": "Precrtano",
|
|
70
|
+
"table": "Stol",
|
|
71
|
+
"textColor": "Boja teksta",
|
|
72
|
+
"underline": "Podcrtano",
|
|
73
|
+
"underlineDescription": "Dodajte podcrtani format tekstu.",
|
|
74
|
+
"undo": "Poništi",
|
|
75
|
+
"dynamicVariables": "Dinamičke varijable",
|
|
76
|
+
"videoEmbed": "Umetanje videozapisa",
|
|
77
|
+
"videoUpload": "Otpremanje videa",
|
|
78
|
+
"alignLeft": "Poravnaj lijevo",
|
|
79
|
+
"alignCenter": "Poravnaj centar",
|
|
80
|
+
"alignRight": "Poravnaj desno",
|
|
81
|
+
"delete": "Izbriši",
|
|
82
|
+
"embedVideo": "Umetni video",
|
|
83
|
+
"normalText": "Obični tekst",
|
|
84
|
+
"normalTextDescription": "Dodajte blok običnog teksta.",
|
|
85
|
+
"h1": "H1",
|
|
86
|
+
"heading1": "Naslov 1",
|
|
87
|
+
"h1Description": "Dodajte veliki naslov.",
|
|
88
|
+
"h2": "H2",
|
|
89
|
+
"heading2": "Naslov 2",
|
|
90
|
+
"h2Description": "Dodajte pod-naslov.",
|
|
91
|
+
"h3": "H3",
|
|
92
|
+
"heading3": "Naslov 3",
|
|
93
|
+
"h3Description": "Dodajte pod-naslov razine 3.",
|
|
94
|
+
"h4": "H4",
|
|
95
|
+
"heading4": "Naslov 4",
|
|
96
|
+
"h4Description": "Dodajte pod-naslov razine 4.",
|
|
97
|
+
"h5": "H5",
|
|
98
|
+
"heading5": "Naslov 5",
|
|
99
|
+
"h5Description": "Dodajte pod-naslov razine 5.",
|
|
100
|
+
"h6": "H6",
|
|
101
|
+
"h6Description": "Dodajte pod-naslov razine 6.",
|
|
102
|
+
"numberedList": "Numerirani popis",
|
|
103
|
+
"numberedListDescription": "Dodajte popis s numeracijom.",
|
|
104
|
+
"bulletList": "Popis s oznakama",
|
|
105
|
+
"bulletListDescription": "Dodajte popis s oznakama.",
|
|
106
|
+
"todoList": "Popis za obavljanje",
|
|
107
|
+
"todoListDescription": "Dodajte popis obaveza s okvirom.",
|
|
108
|
+
"image": "Slika",
|
|
109
|
+
"imageDescription": "Dodajte blok slike.",
|
|
110
|
+
"video": "Video",
|
|
111
|
+
"videoDescription": "Otpremite ili umetnite video",
|
|
112
|
+
"addVideo": "Dodaj video",
|
|
113
|
+
"addVideoDescription": "Otpremite datoteku videa ili umetnite s URL-a",
|
|
114
|
+
"blockQuoteDescription": "Dodajte blok citata.",
|
|
115
|
+
"codeDescription": "Dodajte blok koda.",
|
|
116
|
+
"callout": "Poziv",
|
|
117
|
+
"calloutDescription": "Dodajte blok poziva za isticanje važnih informacija.",
|
|
118
|
+
"selectCalloutType": "Odaberite tip poziva",
|
|
119
|
+
"calloutDefault": "Zadano",
|
|
120
|
+
"calloutInfo": "Informacija",
|
|
121
|
+
"calloutWarning": "Upozorenje",
|
|
122
|
+
"calloutError": "Greška",
|
|
123
|
+
"calloutSuccess": "Uspjeh",
|
|
124
|
+
"calloutInfoDescription": "Dodajte blok poziva s informacijama.",
|
|
125
|
+
"calloutWarningDescription": "Dodajte blok poziva s upozorenjima.",
|
|
126
|
+
"calloutErrorDescription": "Dodajte blok poziva s greškama.",
|
|
127
|
+
"calloutSuccessDescription": "Dodajte blok poziva s uspjesima.",
|
|
128
|
+
"emojiDescription": "Dodajte emotikon.",
|
|
129
|
+
"divider": "Razdjelnik",
|
|
130
|
+
"dividerDescription": "Dodajte horizontalnu liniju za razdvajanje sekcija.",
|
|
131
|
+
"embed": "Umetni Youtube/Loom/Vimeo/Supademo",
|
|
132
|
+
"embedDescription": "Umetnite video s glavnih servisa.",
|
|
133
|
+
"pasteUnformatted": "Zalijepi neformatirano",
|
|
134
|
+
"pasteUnformattedDescription": "Zalijepite uklanjanjem svih stilova.",
|
|
135
|
+
"tableDescription": "Dodajte stol.",
|
|
136
|
+
"noResults": "Nema rezultata",
|
|
137
|
+
"rows": "Redovi",
|
|
138
|
+
"columns": "Stupci"
|
|
139
|
+
},
|
|
140
|
+
"placeholders": {
|
|
141
|
+
"columns": "Unesite stupce",
|
|
142
|
+
"linkInput": "Zalijepite ili upišite vezu...",
|
|
143
|
+
"pasteLink": "Zalijepite vezu ovdje...",
|
|
144
|
+
"pickColor": "Odaberite boju",
|
|
145
|
+
"rows": "Unesite redove",
|
|
146
|
+
"searchUnsplash": "Pretraži Unsplash",
|
|
147
|
+
"embedUrl": "https://",
|
|
148
|
+
"url": "Unesite URL",
|
|
149
|
+
"enterText": "Unesite tekst",
|
|
150
|
+
"writeSomething": "Napišite nešto …",
|
|
151
|
+
"searchLanguages": "Pretraži jezike"
|
|
152
|
+
},
|
|
153
|
+
"table": {
|
|
154
|
+
"delete": "Izbriši stol",
|
|
155
|
+
"deleteColumn": "Izbriši stupac",
|
|
156
|
+
"deleteRow": "Izbriši redak",
|
|
157
|
+
"insertColumn": "Umetni stupac",
|
|
158
|
+
"insertRow": "Umetni redak",
|
|
159
|
+
"mergeSplit": "Spoji/Razdvoji ćeliju",
|
|
160
|
+
"toggleHeaderRow": "Prebaci glavni redak"
|
|
161
|
+
},
|
|
162
|
+
"unsplash": {
|
|
163
|
+
"errorMessage": "Nešto je pošlo po zlu! Pokušajte ponovno kasnije.",
|
|
164
|
+
"noResults": "Nema rezultata",
|
|
165
|
+
"end": "Kraj rezultata"
|
|
166
|
+
},
|
|
167
|
+
"localUploader": {
|
|
168
|
+
"dropFilesHere": "Otpustite svoje datoteke ovdje ili pregledajte.",
|
|
169
|
+
"maxFileSize": "Maks. veličina datoteke: {{entity, anyCase}}",
|
|
170
|
+
"completed": "Završeno",
|
|
171
|
+
"uploadImage": "Otpremi sliku",
|
|
172
|
+
"uploadVideo": "Otpremi video"
|
|
173
|
+
},
|
|
174
|
+
"editorContent": {
|
|
175
|
+
"imagePreviewAltText": "Pregled slike"
|
|
176
|
+
},
|
|
177
|
+
"codeblock": {
|
|
178
|
+
"showLineNumbers": "Prikaži brojeve linija",
|
|
179
|
+
"hideLineNumbers": "Sakrij brojeve linija"
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoEditor": {
|
|
3
|
+
"common": {
|
|
4
|
+
"create": "Buat",
|
|
5
|
+
"download": "Unduh",
|
|
6
|
+
"embed": "Sisipkan",
|
|
7
|
+
"unlink": "Copot tautan",
|
|
8
|
+
"videoUrl": "URL Video:",
|
|
9
|
+
"reset": "Atur ulang",
|
|
10
|
+
"auto": "Otomatis",
|
|
11
|
+
"edit": "Edit",
|
|
12
|
+
"cancel": "Batal",
|
|
13
|
+
"saveChanges": "Simpan perubahan",
|
|
14
|
+
"text": "Teks",
|
|
15
|
+
"done": "Selesai",
|
|
16
|
+
"url": "Tautan",
|
|
17
|
+
"editLink": "Edit tautan",
|
|
18
|
+
"resetToDefault": "Atur ulang ke default",
|
|
19
|
+
"openInNewTab": "Buka di tab baru"
|
|
20
|
+
},
|
|
21
|
+
"attachments": {
|
|
22
|
+
"actionsBlocked": "Anda tidak diizinkan untuk memperbarui atau menghapus lampiran",
|
|
23
|
+
"add": "Tambahkan lampiran",
|
|
24
|
+
"deleteConfirmation": "Anda akan menghapus lampiran <strong>{{entity}}</strong> secara permanen. Ini tidak dapat dibatalkan.",
|
|
25
|
+
"deleteTitle": "Hapus lampiran?",
|
|
26
|
+
"maxNumberOfFiles": "Anda hanya dapat melampirkan {{entity}} file",
|
|
27
|
+
"nameEmpty": "Nama file tidak boleh kosong",
|
|
28
|
+
"noPreview": "Tidak ada pratinjau yang tersedia, klik untuk <span>download</span>.",
|
|
29
|
+
"oneAttachmentAllowed": "Hanya satu lampiran yang diizinkan",
|
|
30
|
+
"uploading": "Mengunggah"
|
|
31
|
+
},
|
|
32
|
+
"error": {
|
|
33
|
+
"invalidUrl": "Silakan masukkan URL yang valid.",
|
|
34
|
+
"invalidEmbedUrl": "URL tidak didukung untuk penyisipan. Gunakan URL yang valid dari YouTube, Vimeo, Loom, neetoRecord, atau Supademo.",
|
|
35
|
+
"fieldRequired": "Field ini diperlukan.",
|
|
36
|
+
"cannotAddFiles": "Tidak dapat menambahkan file",
|
|
37
|
+
"onBeforeFileAddedReturn": "Tidak dapat menambahkan file karena onBeforeFileAdded mengembalikan false.",
|
|
38
|
+
"fileIsTooLarge": "Ukuran file terlalu besar. Ukuran maksimum adalah {{maxFileSize, anyCase}}.",
|
|
39
|
+
"imageSizeIsShouldBeLess": "Ukuran gambar harus kurang dari {{limit}} MB",
|
|
40
|
+
"urlRequired": "URL diperlukan",
|
|
41
|
+
"textRequired": "Teks diperlukan",
|
|
42
|
+
"uploadFileFailed": "Pengunggahan lampiran gagal",
|
|
43
|
+
"fileNotAllowed": "Tipe file yang dipilih tidak diizinkan",
|
|
44
|
+
"noResults": "Tidak ada hasil",
|
|
45
|
+
"imageUploadFailed": "Pengunggahan gambar gagal, silakan coba lagi!",
|
|
46
|
+
"corruptFile": "File ini rusak. Silakan coba lagi dengan yang lain"
|
|
47
|
+
},
|
|
48
|
+
"menu": {
|
|
49
|
+
"attachments": "Lampiran",
|
|
50
|
+
"attachmentsDescription": "Tambahkan file sebagai lampiran.",
|
|
51
|
+
"file": "File",
|
|
52
|
+
"blockQuote": "Kutipan blok",
|
|
53
|
+
"bold": "Tebal",
|
|
54
|
+
"boldDescription": "Tambahkan format tebal pada teks.",
|
|
55
|
+
"bulletedList": "Daftar berpoin",
|
|
56
|
+
"code": "Kode",
|
|
57
|
+
"codeBlock": "Blok kode",
|
|
58
|
+
"emoji": "Emoji",
|
|
59
|
+
"fontSize": "Ukuran font",
|
|
60
|
+
"highlight": "Soroti",
|
|
61
|
+
"imageUpload": "Unggah gambar",
|
|
62
|
+
"italic": "Miring",
|
|
63
|
+
"italicDescription": "Tambahkan format miring pada teks.",
|
|
64
|
+
"link": "Tautan",
|
|
65
|
+
"linkDescription": "Tambahkan tautan pada teks.",
|
|
66
|
+
"mention": "Sebutkan",
|
|
67
|
+
"orderedList": "Daftar bernomor",
|
|
68
|
+
"redo": "Ulangi",
|
|
69
|
+
"strike": "Garis tengah",
|
|
70
|
+
"table": "Tabel",
|
|
71
|
+
"textColor": "Warna teks",
|
|
72
|
+
"underline": "Garis bawah",
|
|
73
|
+
"underlineDescription": "Tambahkan format garis bawah pada teks.",
|
|
74
|
+
"undo": "Batalkan",
|
|
75
|
+
"dynamicVariables": "Variabel dinamis",
|
|
76
|
+
"videoEmbed": "Sisipkan video",
|
|
77
|
+
"videoUpload": "Unggah video",
|
|
78
|
+
"alignLeft": "Rata kiri",
|
|
79
|
+
"alignCenter": "Rata tengah",
|
|
80
|
+
"alignRight": "Rata kanan",
|
|
81
|
+
"delete": "Hapus",
|
|
82
|
+
"embedVideo": "Sisipkan video",
|
|
83
|
+
"normalText": "Teks biasa",
|
|
84
|
+
"normalTextDescription": "Tambahkan blok teks sederhana.",
|
|
85
|
+
"h1": "H1",
|
|
86
|
+
"heading1": "Judul 1",
|
|
87
|
+
"h1Description": "Tambahkan judul besar.",
|
|
88
|
+
"h2": "H2",
|
|
89
|
+
"heading2": "Judul 2",
|
|
90
|
+
"h2Description": "Tambahkan sub-judul.",
|
|
91
|
+
"h3": "H3",
|
|
92
|
+
"heading3": "Judul 3",
|
|
93
|
+
"h3Description": "Tambahkan sub-judul tingkat 3.",
|
|
94
|
+
"h4": "H4",
|
|
95
|
+
"heading4": "Judul 4",
|
|
96
|
+
"h4Description": "Tambahkan sub-judul tingkat 4.",
|
|
97
|
+
"h5": "H5",
|
|
98
|
+
"heading5": "Judul 5",
|
|
99
|
+
"h5Description": "Tambahkan sub-judul tingkat 5.",
|
|
100
|
+
"h6": "H6",
|
|
101
|
+
"h6Description": "Tambahkan sub-judul tingkat 6.",
|
|
102
|
+
"numberedList": "Daftar bernomor",
|
|
103
|
+
"numberedListDescription": "Tambahkan daftar dengan penomoran.",
|
|
104
|
+
"bulletList": "Daftar berpoin",
|
|
105
|
+
"bulletListDescription": "Tambahkan daftar dengan poin.",
|
|
106
|
+
"todoList": "Daftar tugas",
|
|
107
|
+
"todoListDescription": "Tambahkan daftar tugas dengan kotak centang.",
|
|
108
|
+
"image": "Gambar",
|
|
109
|
+
"imageDescription": "Tambahkan blok gambar.",
|
|
110
|
+
"video": "Video",
|
|
111
|
+
"videoDescription": "Unggah atau sisipkan video",
|
|
112
|
+
"addVideo": "Tambahkan video",
|
|
113
|
+
"addVideoDescription": "Unggah file video atau sisipkan dari URL",
|
|
114
|
+
"blockQuoteDescription": "Tambahkan kutipan blok.",
|
|
115
|
+
"codeDescription": "Tambahkan blok kode.",
|
|
116
|
+
"callout": "Panggilan",
|
|
117
|
+
"calloutDescription": "Tambahkan blok panggilan untuk menyoroti informasi penting.",
|
|
118
|
+
"selectCalloutType": "Pilih tipe panggilan",
|
|
119
|
+
"calloutDefault": "Default",
|
|
120
|
+
"calloutInfo": "Info",
|
|
121
|
+
"calloutWarning": "Peringatan",
|
|
122
|
+
"calloutError": "Kesalahan",
|
|
123
|
+
"calloutSuccess": "Sukses",
|
|
124
|
+
"calloutInfoDescription": "Tambahkan blok panggilan informasi.",
|
|
125
|
+
"calloutWarningDescription": "Tambahkan blok panggilan peringatan.",
|
|
126
|
+
"calloutErrorDescription": "Tambahkan blok panggilan kesalahan.",
|
|
127
|
+
"calloutSuccessDescription": "Tambahkan blok panggilan sukses.",
|
|
128
|
+
"emojiDescription": "Tambahkan emoji.",
|
|
129
|
+
"divider": "Pembagi",
|
|
130
|
+
"dividerDescription": "Tambahkan garis horizontal untuk memisahkan bagian.",
|
|
131
|
+
"embed": "Sisipkan Youtube/Loom/Vimeo/Supademo",
|
|
132
|
+
"embedDescription": "Sisipkan video dari layanan utama.",
|
|
133
|
+
"pasteUnformatted": "Tempel tanpa format",
|
|
134
|
+
"pasteUnformattedDescription": "Tempel dengan menghapus semua gaya.",
|
|
135
|
+
"tableDescription": "Tambahkan tabel.",
|
|
136
|
+
"noResults": "Tidak ada hasil",
|
|
137
|
+
"rows": "Baris",
|
|
138
|
+
"columns": "Kolom"
|
|
139
|
+
},
|
|
140
|
+
"placeholders": {
|
|
141
|
+
"columns": "Masukkan kolom",
|
|
142
|
+
"linkInput": "Tempel atau ketik tautan...",
|
|
143
|
+
"pasteLink": "Tempel tautan di sini...",
|
|
144
|
+
"pickColor": "Pilih warna",
|
|
145
|
+
"rows": "Masukkan baris",
|
|
146
|
+
"searchUnsplash": "Cari Unsplash",
|
|
147
|
+
"embedUrl": "https://",
|
|
148
|
+
"url": "Masukkan URL",
|
|
149
|
+
"enterText": "Masukkan teks",
|
|
150
|
+
"writeSomething": "Tulis sesuatu …",
|
|
151
|
+
"searchLanguages": "Cari bahasa"
|
|
152
|
+
},
|
|
153
|
+
"table": {
|
|
154
|
+
"delete": "Hapus tabel",
|
|
155
|
+
"deleteColumn": "Hapus kolom",
|
|
156
|
+
"deleteRow": "Hapus baris",
|
|
157
|
+
"insertColumn": "Sisipkan kolom",
|
|
158
|
+
"insertRow": "Sisipkan baris",
|
|
159
|
+
"mergeSplit": "Gabungkan/Pisahkan sel",
|
|
160
|
+
"toggleHeaderRow": "Alihkan baris header"
|
|
161
|
+
},
|
|
162
|
+
"unsplash": {
|
|
163
|
+
"errorMessage": "Terjadi kesalahan! Silakan coba lagi nanti.",
|
|
164
|
+
"noResults": "Tidak ada hasil",
|
|
165
|
+
"end": "Akhir hasil"
|
|
166
|
+
},
|
|
167
|
+
"localUploader": {
|
|
168
|
+
"dropFilesHere": "Seret file Anda ke sini atau Telusuri.",
|
|
169
|
+
"maxFileSize": "Ukuran Maks. File: {{entity, anyCase}}",
|
|
170
|
+
"completed": "Selesai",
|
|
171
|
+
"uploadImage": "Unggah gambar",
|
|
172
|
+
"uploadVideo": "Unggah video"
|
|
173
|
+
},
|
|
174
|
+
"editorContent": {
|
|
175
|
+
"imagePreviewAltText": "Pratinjau Gambar"
|
|
176
|
+
},
|
|
177
|
+
"codeblock": {
|
|
178
|
+
"showLineNumbers": "Tampilkan nomor baris",
|
|
179
|
+
"hideLineNumbers": "Sembunyikan nomor baris"
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
{
|
|
2
|
+
"neetoEditor": {
|
|
3
|
+
"common": {
|
|
4
|
+
"create": "Crea",
|
|
5
|
+
"download": "Scarica",
|
|
6
|
+
"embed": "Incorpora",
|
|
7
|
+
"unlink": "Disconnetti",
|
|
8
|
+
"videoUrl": "URL video:",
|
|
9
|
+
"reset": "Ripristina",
|
|
10
|
+
"auto": "Automatico",
|
|
11
|
+
"edit": "Modifica",
|
|
12
|
+
"cancel": "Annulla",
|
|
13
|
+
"saveChanges": "Salva modifiche",
|
|
14
|
+
"text": "Testo",
|
|
15
|
+
"done": "Fatto",
|
|
16
|
+
"url": "Link",
|
|
17
|
+
"editLink": "Modifica link",
|
|
18
|
+
"resetToDefault": "Ripristina ai valori predefiniti",
|
|
19
|
+
"openInNewTab": "Apri in una nuova scheda"
|
|
20
|
+
},
|
|
21
|
+
"attachments": {
|
|
22
|
+
"actionsBlocked": "Non sei autorizzato ad aggiornare o eliminare allegati",
|
|
23
|
+
"add": "Aggiungi allegato",
|
|
24
|
+
"deleteConfirmation": "Stai eliminando permanentemente l'allegato <strong>{{entity}}</strong>. Questo non può essere annullato.",
|
|
25
|
+
"deleteTitle": "Elimina allegato?",
|
|
26
|
+
"maxNumberOfFiles": "Puoi allegare solo {{entity}} file",
|
|
27
|
+
"nameEmpty": "Il nome del file non può essere vuoto",
|
|
28
|
+
"noPreview": "Non è disponibile nessuna anteprima, clicca per <span>scari</span>.",
|
|
29
|
+
"oneAttachmentAllowed": "È consentito solo un allegato",
|
|
30
|
+
"uploading": "Caricamento"
|
|
31
|
+
},
|
|
32
|
+
"error": {
|
|
33
|
+
"invalidUrl": "Si prega di inserire un URL valido.",
|
|
34
|
+
"invalidEmbedUrl": "L'URL non è supportato per l'incorporamento. Utilizza URL validi da YouTube, Vimeo, Loom, neetoRecord, o Supademo.",
|
|
35
|
+
"fieldRequired": "Questo campo è obbligatorio.",
|
|
36
|
+
"cannotAddFiles": "Impossibile aggiungere file",
|
|
37
|
+
"onBeforeFileAddedReturn": "Impossibile aggiungere il file perché onBeforeFileAdded ha restituito false.",
|
|
38
|
+
"fileIsTooLarge": "La dimensione del file è troppo grande. La dimensione massima è {{maxFileSize, anyCase}}.",
|
|
39
|
+
"imageSizeIsShouldBeLess": "La dimensione dell'immagine deve essere inferiore a {{limit}} MB",
|
|
40
|
+
"urlRequired": "L'URL è obbligatorio",
|
|
41
|
+
"textRequired": "Il testo è obbligatorio",
|
|
42
|
+
"uploadFileFailed": "Caricamento allegato fallito",
|
|
43
|
+
"fileNotAllowed": "Il tipo di file selezionato non è consentito",
|
|
44
|
+
"noResults": "Nessun risultato",
|
|
45
|
+
"imageUploadFailed": "Caricamento dell'immagine fallito, riprova!",
|
|
46
|
+
"corruptFile": "Questo file è corrotto. Riprova con un altro"
|
|
47
|
+
},
|
|
48
|
+
"menu": {
|
|
49
|
+
"attachments": "Allegati",
|
|
50
|
+
"attachmentsDescription": "Aggiungi file come allegati.",
|
|
51
|
+
"file": "File",
|
|
52
|
+
"blockQuote": "Citazione",
|
|
53
|
+
"bold": "Grassetto",
|
|
54
|
+
"boldDescription": "Aggiungi formattazione in grassetto al testo.",
|
|
55
|
+
"bulletedList": "Elenco puntato",
|
|
56
|
+
"code": "Codice",
|
|
57
|
+
"codeBlock": "Blocco di codice",
|
|
58
|
+
"emoji": "Emoji",
|
|
59
|
+
"fontSize": "Dimensione del carattere",
|
|
60
|
+
"highlight": "Evidenzia",
|
|
61
|
+
"imageUpload": "Caricamento immagine",
|
|
62
|
+
"italic": "Corsivo",
|
|
63
|
+
"italicDescription": "Aggiungi formattazione in corsivo al testo.",
|
|
64
|
+
"link": "Link",
|
|
65
|
+
"linkDescription": "Aggiungi un link al testo.",
|
|
66
|
+
"mention": "MenZiona",
|
|
67
|
+
"orderedList": "Elenco numerato",
|
|
68
|
+
"redo": "Ripeti",
|
|
69
|
+
"strike": "Barrato",
|
|
70
|
+
"table": "Tabella",
|
|
71
|
+
"textColor": "Colore del testo",
|
|
72
|
+
"underline": "Sottolinea",
|
|
73
|
+
"underlineDescription": "Aggiungi formattazione sottolineata al testo.",
|
|
74
|
+
"undo": "Annulla",
|
|
75
|
+
"dynamicVariables": "Variabili dinamiche",
|
|
76
|
+
"videoEmbed": "Incorpora video",
|
|
77
|
+
"videoUpload": "Caricamento video",
|
|
78
|
+
"alignLeft": "Allinea a sinistra",
|
|
79
|
+
"alignCenter": "Allinea al centro",
|
|
80
|
+
"alignRight": "Allinea a destra",
|
|
81
|
+
"delete": "Elimina",
|
|
82
|
+
"embedVideo": "Incorpora video",
|
|
83
|
+
"normalText": "Testo normale",
|
|
84
|
+
"normalTextDescription": "Aggiungi un blocco di testo semplice.",
|
|
85
|
+
"h1": "H1",
|
|
86
|
+
"heading1": "Intestazione 1",
|
|
87
|
+
"h1Description": "Aggiungi una grande intestazione.",
|
|
88
|
+
"h2": "H2",
|
|
89
|
+
"heading2": "Intestazione 2",
|
|
90
|
+
"h2Description": "Aggiungi un sottotitolo.",
|
|
91
|
+
"h3": "H3",
|
|
92
|
+
"heading3": "Intestazione 3",
|
|
93
|
+
"h3Description": "Aggiungi un sottotitolo di livello 3.",
|
|
94
|
+
"h4": "H4",
|
|
95
|
+
"heading4": "Intestazione 4",
|
|
96
|
+
"h4Description": "Aggiungi un sottotitolo di livello 4.",
|
|
97
|
+
"h5": "H5",
|
|
98
|
+
"heading5": "Intestazione 5",
|
|
99
|
+
"h5Description": "Aggiungi un sottotitolo di livello 5.",
|
|
100
|
+
"h6": "H6",
|
|
101
|
+
"h6Description": "Aggiungi un sottotitolo di livello 6.",
|
|
102
|
+
"numberedList": "Elenco numerato",
|
|
103
|
+
"numberedListDescription": "Aggiungi un elenco con numerazione.",
|
|
104
|
+
"bulletList": "Elenco puntato",
|
|
105
|
+
"bulletListDescription": "Aggiungi un elenco con pallini.",
|
|
106
|
+
"todoList": "Elenco di cose da fare",
|
|
107
|
+
"todoListDescription": "Aggiungi un elenco di cose da fare con caselle di controllo.",
|
|
108
|
+
"image": "Immagine",
|
|
109
|
+
"imageDescription": "Aggiungi un blocco immagine.",
|
|
110
|
+
"video": "Video",
|
|
111
|
+
"videoDescription": "Carica o incorpora un video",
|
|
112
|
+
"addVideo": "Aggiungi video",
|
|
113
|
+
"addVideoDescription": "Carica un file video o incorpora da URL",
|
|
114
|
+
"blockQuoteDescription": "Aggiungi una citazione.",
|
|
115
|
+
"codeDescription": "Aggiungi un blocco di codice.",
|
|
116
|
+
"callout": "Callout",
|
|
117
|
+
"calloutDescription": "Aggiungi un blocco di callout per mettere in evidenza informazioni importanti.",
|
|
118
|
+
"selectCalloutType": "Seleziona il tipo di callout",
|
|
119
|
+
"calloutDefault": "Predefinito",
|
|
120
|
+
"calloutInfo": "Informazioni",
|
|
121
|
+
"calloutWarning": "Avvertimento",
|
|
122
|
+
"calloutError": "Errore",
|
|
123
|
+
"calloutSuccess": "Successo",
|
|
124
|
+
"calloutInfoDescription": "Aggiungi un blocco di callout informativo.",
|
|
125
|
+
"calloutWarningDescription": "Aggiungi un blocco di callout di avvertimento.",
|
|
126
|
+
"calloutErrorDescription": "Aggiungi un blocco di callout di errore.",
|
|
127
|
+
"calloutSuccessDescription": "Aggiungi un blocco di callout di successo.",
|
|
128
|
+
"emojiDescription": "Aggiungi un'emoji.",
|
|
129
|
+
"divider": "Divider",
|
|
130
|
+
"dividerDescription": "Aggiungi una linea orizzontale per separare le sezioni.",
|
|
131
|
+
"embed": "Incorpora Youtube/Loom/Vimeo/Supademo",
|
|
132
|
+
"embedDescription": "Incorpora un video dai servizi principali.",
|
|
133
|
+
"pasteUnformatted": "Incolla non formattato",
|
|
134
|
+
"pasteUnformattedDescription": "Incolla rimuovendo tutti gli stili.",
|
|
135
|
+
"tableDescription": "Aggiungi una tabella.",
|
|
136
|
+
"noResults": "Nessun risultato",
|
|
137
|
+
"rows": "Righe",
|
|
138
|
+
"columns": "Colonne"
|
|
139
|
+
},
|
|
140
|
+
"placeholders": {
|
|
141
|
+
"columns": "Inserisci colonne",
|
|
142
|
+
"linkInput": "Incolla o digita un link...",
|
|
143
|
+
"pasteLink": "Incolla il link qui...",
|
|
144
|
+
"pickColor": "Scegli un colore",
|
|
145
|
+
"rows": "Inserisci righe",
|
|
146
|
+
"searchUnsplash": "Cerca Unsplash",
|
|
147
|
+
"embedUrl": "https://",
|
|
148
|
+
"url": "Inserisci URL",
|
|
149
|
+
"enterText": "Inserisci testo",
|
|
150
|
+
"writeSomething": "Scrivi qualcosa …",
|
|
151
|
+
"searchLanguages": "Cerca lingue"
|
|
152
|
+
},
|
|
153
|
+
"table": {
|
|
154
|
+
"delete": "Elimina tabella",
|
|
155
|
+
"deleteColumn": "Elimina colonna",
|
|
156
|
+
"deleteRow": "Elimina riga",
|
|
157
|
+
"insertColumn": "Inserisci colonna",
|
|
158
|
+
"insertRow": "Inserisci riga",
|
|
159
|
+
"mergeSplit": "Unisci/Dividi cella",
|
|
160
|
+
"toggleHeaderRow": "Attiva/disattiva riga intestazione"
|
|
161
|
+
},
|
|
162
|
+
"unsplash": {
|
|
163
|
+
"errorMessage": "Qualcosa è andato storto! Riprova più tardi.",
|
|
164
|
+
"noResults": "Nessun risultato",
|
|
165
|
+
"end": "Fine dei risultati"
|
|
166
|
+
},
|
|
167
|
+
"localUploader": {
|
|
168
|
+
"dropFilesHere": "Trascina i tuoi file qui o Sfoglia.",
|
|
169
|
+
"maxFileSize": "Max. Dimensione file: {{entity, anyCase}}",
|
|
170
|
+
"completed": "Completato",
|
|
171
|
+
"uploadImage": "Carica immagine",
|
|
172
|
+
"uploadVideo": "Carica video"
|
|
173
|
+
},
|
|
174
|
+
"editorContent": {
|
|
175
|
+
"imagePreviewAltText": "Anteprima immagine"
|
|
176
|
+
},
|
|
177
|
+
"codeblock": {
|
|
178
|
+
"showLineNumbers": "Mostra numeri di linea",
|
|
179
|
+
"hideLineNumbers": "Nascondi numeri di linea"
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}
|