@bigbinary/neeto-editor 1.47.29 → 1.47.31

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 (38) hide show
  1. package/dist/Editor.js +1 -1
  2. package/dist/EditorContent.js +1 -1
  3. package/dist/cjs/Editor.cjs.js +1 -1
  4. package/dist/cjs/EditorContent.cjs.js +1 -1
  5. package/dist/cjs/index.cjs.js +1 -1
  6. package/dist/editor-content.min.css +1 -1
  7. package/dist/editor-output-pdf-email.css +1 -1
  8. package/dist/editor-output.js +1 -1
  9. package/dist/editor-stats.html +1 -1
  10. package/dist/index.js +1 -1
  11. package/package.json +1 -1
  12. package/src/translations/ar.json +182 -0
  13. package/src/translations/bg.json +182 -0
  14. package/src/translations/ca.json +182 -0
  15. package/src/translations/cs.json +182 -0
  16. package/src/translations/da.json +182 -0
  17. package/src/translations/es-MX.json +182 -0
  18. package/src/translations/et.json +182 -0
  19. package/src/translations/fi.json +182 -0
  20. package/src/translations/fil.json +182 -0
  21. package/src/translations/hr.json +182 -0
  22. package/src/translations/id.json +182 -0
  23. package/src/translations/it.json +182 -0
  24. package/src/translations/ja.json +182 -0
  25. package/src/translations/ko.json +182 -0
  26. package/src/translations/nl.json +182 -0
  27. package/src/translations/pl.json +182 -0
  28. package/src/translations/pt-BR.json +182 -0
  29. package/src/translations/pt.json +182 -0
  30. package/src/translations/ro.json +182 -0
  31. package/src/translations/ru.json +182 -0
  32. package/src/translations/sk.json +182 -0
  33. package/src/translations/sl.json +182 -0
  34. package/src/translations/sv.json +182 -0
  35. package/src/translations/tr.json +182 -0
  36. package/src/translations/vi.json +182 -0
  37. package/src/translations/zh-CN.json +182 -0
  38. package/src/translations/zh-TW.json +182 -0
@@ -0,0 +1,182 @@
1
+ {
2
+ "neetoEditor": {
3
+ "common": {
4
+ "create": "Opret",
5
+ "download": "Download",
6
+ "embed": "Indlejre",
7
+ "unlink": "Fjern link",
8
+ "videoUrl": "Video-URL:",
9
+ "reset": "Nulstil",
10
+ "auto": "Automatisk",
11
+ "edit": "Rediger",
12
+ "cancel": "Annuller",
13
+ "saveChanges": "Gem ændringer",
14
+ "text": "Tekst",
15
+ "done": "Færdig",
16
+ "url": "Link",
17
+ "editLink": "Rediger link",
18
+ "resetToDefault": "Nulstil til standard",
19
+ "openInNewTab": "Åbn i ny fane"
20
+ },
21
+ "attachments": {
22
+ "actionsBlocked": "Du har ikke tilladelse til at opdatere eller slette vedhæftninger",
23
+ "add": "Tilføj vedhæftning",
24
+ "deleteConfirmation": "Du sletter permanent vedhæftningen <strong>{{entity}}</strong>. Dette kan ikke fortrydes.",
25
+ "deleteTitle": "Slet vedhæftning?",
26
+ "maxNumberOfFiles": "Du kan kun vedhæfte {{entity}} filer",
27
+ "nameEmpty": "Filnavn kan ikke være tomt",
28
+ "noPreview": "Der er ingen forhåndsvisning tilgængelig, klik for at <span>downloade</span>.",
29
+ "oneAttachmentAllowed": "Kun én vedhæftning er tilladt",
30
+ "uploading": "Uploader"
31
+ },
32
+ "error": {
33
+ "invalidUrl": "Indtast venligst en gyldig URL.",
34
+ "invalidEmbedUrl": "URL'en understøttes ikke til indlejring. Brug gyldige URLs fra YouTube, Vimeo, Loom, neetoRecord eller Supademo.",
35
+ "fieldRequired": "Dette felt er påkrævet.",
36
+ "cannotAddFiles": "Kan ikke tilføje filer",
37
+ "onBeforeFileAddedReturn": "Kan ikke tilføje filen, fordi onBeforeFileAdded returnerede falsk.",
38
+ "fileIsTooLarge": "Filstørrelsen er for stor. Maksimal størrelse er {{maxFileSize, anyCase}}.",
39
+ "imageSizeIsShouldBeLess": "Billedestørrelsen skal være mindre end {{limit}} MB",
40
+ "urlRequired": "URL er påkrævet",
41
+ "textRequired": "Tekst er påkrævet",
42
+ "uploadFileFailed": "Vedhæftningsupload mislykkedes",
43
+ "fileNotAllowed": "Den valgte filtype er ikke tilladt",
44
+ "noResults": "Ingen resultater",
45
+ "imageUploadFailed": "Billedupload mislykkedes, prøv venligst igen!",
46
+ "corruptFile": "Denne fil er beskadiget. Prøv venligst igen med en anden"
47
+ },
48
+ "menu": {
49
+ "attachments": "Vedhæftninger",
50
+ "attachmentsDescription": "Tilføj filer som vedhæftninger.",
51
+ "file": "Fil",
52
+ "blockQuote": "Block quote",
53
+ "bold": "Fed",
54
+ "boldDescription": "Tilføj fed format til tekst.",
55
+ "bulletedList": "Punktopstilling",
56
+ "code": "Kode",
57
+ "codeBlock": "Kodeblok",
58
+ "emoji": "Emoji",
59
+ "fontSize": "Skriftstørrelse",
60
+ "highlight": "Fremhæv",
61
+ "imageUpload": "Upload billede",
62
+ "italic": "Kursiv",
63
+ "italicDescription": "Tilføj kursiv format til tekst.",
64
+ "link": "Link",
65
+ "linkDescription": "Tilføj et link til tekst.",
66
+ "mention": "Nævn",
67
+ "orderedList": "Nummereret liste",
68
+ "redo": "Gør igen",
69
+ "strike": "Gennemstregning",
70
+ "table": "Tabel",
71
+ "textColor": "Tekstfarve",
72
+ "underline": "Understreget",
73
+ "underlineDescription": "Tilføj understregning format til tekst.",
74
+ "undo": "Fortryd",
75
+ "dynamicVariables": "Dynamiske variabler",
76
+ "videoEmbed": "Indlejre video",
77
+ "videoUpload": "Upload video",
78
+ "alignLeft": "Justér venstre",
79
+ "alignCenter": "Justér center",
80
+ "alignRight": "Justér højre",
81
+ "delete": "Slet",
82
+ "embedVideo": "Indlejre video",
83
+ "normalText": "Normal tekst",
84
+ "normalTextDescription": "Tilføj en blok med almindelig tekst.",
85
+ "h1": "H1",
86
+ "heading1": "Overskrift 1",
87
+ "h1Description": "Tilføj en stor overskrift.",
88
+ "h2": "H2",
89
+ "heading2": "Overskrift 2",
90
+ "h2Description": "Tilføj en underoverskrift.",
91
+ "h3": "H3",
92
+ "heading3": "Overskrift 3",
93
+ "h3Description": "Tilføj en underoverskrift af niveau 3.",
94
+ "h4": "H4",
95
+ "heading4": "Overskrift 4",
96
+ "h4Description": "Tilføj en underoverskrift af niveau 4.",
97
+ "h5": "H5",
98
+ "heading5": "Overskrift 5",
99
+ "h5Description": "Tilføj en underoverskrift af niveau 5.",
100
+ "h6": "H6",
101
+ "h6Description": "Tilføj en underoverskrift af niveau 6.",
102
+ "numberedList": "Nummereret liste",
103
+ "numberedListDescription": "Tilføj en liste med numre.",
104
+ "bulletList": "Punktliste",
105
+ "bulletListDescription": "Tilføj en liste med punkter.",
106
+ "todoList": "To-do liste",
107
+ "todoListDescription": "Tilføj en to-do liste med afkrydsningsfelter.",
108
+ "image": "Billede",
109
+ "imageDescription": "Tilføj en billedesblok.",
110
+ "video": "Video",
111
+ "videoDescription": "Upload eller indlejre en video",
112
+ "addVideo": "Tilføj video",
113
+ "addVideoDescription": "Upload en video fil eller indlejre fra URL",
114
+ "blockQuoteDescription": "Tilføj et block quote.",
115
+ "codeDescription": "Tilføj en kodeblok.",
116
+ "callout": "Callout",
117
+ "calloutDescription": "Tilføj en callout blok til at fremhæve vigtig information.",
118
+ "selectCalloutType": "Vælg callout type",
119
+ "calloutDefault": "Standard",
120
+ "calloutInfo": "Info",
121
+ "calloutWarning": "Advarsel",
122
+ "calloutError": "Fejl",
123
+ "calloutSuccess": "Succes",
124
+ "calloutInfoDescription": "Tilføj en info callout blok.",
125
+ "calloutWarningDescription": "Tilføj en advarsels callout blok.",
126
+ "calloutErrorDescription": "Tilføj en fejl callout blok.",
127
+ "calloutSuccessDescription": "Tilføj en succes callout blok.",
128
+ "emojiDescription": "Tilføj en emoji.",
129
+ "divider": "Divider",
130
+ "dividerDescription": "Tilføj en vandret linje for at adskille sektioner.",
131
+ "embed": "Indlejre Youtube/Loom/Vimeo/Supademo",
132
+ "embedDescription": "Indlejre en video fra de største tjenester.",
133
+ "pasteUnformatted": "Indsæt uden format",
134
+ "pasteUnformattedDescription": "Indsæt ved at fjerne alle stilarter.",
135
+ "tableDescription": "Tilføj en tabel.",
136
+ "noResults": "Ingen resultater",
137
+ "rows": "Rækker",
138
+ "columns": "Kolonner"
139
+ },
140
+ "placeholders": {
141
+ "columns": "Indtast kolonner",
142
+ "linkInput": "Indsæt eller skriv et link...",
143
+ "pasteLink": "Indsæt linket her...",
144
+ "pickColor": "Vælg en farve",
145
+ "rows": "Indtast rækker",
146
+ "searchUnsplash": "Søg Unsplash",
147
+ "embedUrl": "https://",
148
+ "url": "Indtast URL",
149
+ "enterText": "Indtast tekst",
150
+ "writeSomething": "Skriv noget …",
151
+ "searchLanguages": "Søg sprog"
152
+ },
153
+ "table": {
154
+ "delete": "Slet tabel",
155
+ "deleteColumn": "Slet kolonne",
156
+ "deleteRow": "Slet række",
157
+ "insertColumn": "Indsæt kolonne",
158
+ "insertRow": "Indsæt række",
159
+ "mergeSplit": "Sammenflet/Del celle",
160
+ "toggleHeaderRow": "Skift header række"
161
+ },
162
+ "unsplash": {
163
+ "errorMessage": "Noget gik galt! Prøv venligst igen senere.",
164
+ "noResults": "Ingen resultater",
165
+ "end": "Slut på resultater"
166
+ },
167
+ "localUploader": {
168
+ "dropFilesHere": "Drop dine fil(er) her eller Gennemse.",
169
+ "maxFileSize": "Maks. filstørrelse: {{entity, anyCase}}",
170
+ "completed": "Fuldført",
171
+ "uploadImage": "Upload billede",
172
+ "uploadVideo": "Upload video"
173
+ },
174
+ "editorContent": {
175
+ "imagePreviewAltText": "Billede forhåndsvisning"
176
+ },
177
+ "codeblock": {
178
+ "showLineNumbers": "Vis linjenumre",
179
+ "hideLineNumbers": "Skjul linjenumre"
180
+ }
181
+ }
182
+ }
@@ -0,0 +1,182 @@
1
+ {
2
+ "neetoEditor": {
3
+ "common": {
4
+ "create": "Crear",
5
+ "download": "Descargar",
6
+ "embed": "Incorporar",
7
+ "unlink": "Desvincular",
8
+ "videoUrl": "URL del video:",
9
+ "reset": "Restablecer",
10
+ "auto": "Automático",
11
+ "edit": "Editar",
12
+ "cancel": "Cancelar",
13
+ "saveChanges": "Guardar cambios",
14
+ "text": "Texto",
15
+ "done": "Listo",
16
+ "url": "Enlace",
17
+ "editLink": "Editar enlace",
18
+ "resetToDefault": "Restablecer a los valores predeterminados",
19
+ "openInNewTab": "Abrir en una nueva pestaña"
20
+ },
21
+ "attachments": {
22
+ "actionsBlocked": "No tienes permiso para actualizar o eliminar archivos adjuntos",
23
+ "add": "Agregar archivo adjunto",
24
+ "deleteConfirmation": "Estás eliminando permanentemente el archivo adjunto <strong>{{entity}}</strong>. Esto no se puede deshacer.",
25
+ "deleteTitle": "¿Eliminar archivo adjunto?",
26
+ "maxNumberOfFiles": "Solo puedes adjuntar {{entity}} archivos",
27
+ "nameEmpty": "El nombre del archivo no puede estar vacío",
28
+ "noPreview": "No hay vista previa disponible, haz clic para <span>descargar</span>.",
29
+ "oneAttachmentAllowed": "Solo se permite un archivo adjunto",
30
+ "uploading": "Subiendo"
31
+ },
32
+ "error": {
33
+ "invalidUrl": "Por favor, ingresa una URL válida.",
34
+ "invalidEmbedUrl": "La URL no es compatible con la incorporación. Usa URLs válidas de YouTube, Vimeo, Loom, neetoRecord o Supademo.",
35
+ "fieldRequired": "Este campo es obligatorio.",
36
+ "cannotAddFiles": "No se pueden agregar archivos",
37
+ "onBeforeFileAddedReturn": "No se puede agregar el archivo porque onBeforeFileAdded devolvió falso.",
38
+ "fileIsTooLarge": "El tamaño del archivo es demasiado grande. El tamaño máximo es {{maxFileSize, anyCase}}.",
39
+ "imageSizeIsShouldBeLess": "El tamaño de la imagen debe ser menor de {{limit}} MB",
40
+ "urlRequired": "La URL es obligatoria",
41
+ "textRequired": "El texto es obligatorio",
42
+ "uploadFileFailed": "La carga del archivo adjunto falló",
43
+ "fileNotAllowed": "El tipo de archivo seleccionado no está permitido",
44
+ "noResults": "No hay resultados",
45
+ "imageUploadFailed": "La carga de la imagen falló, ¡por favor inténtalo de nuevo!",
46
+ "corruptFile": "Este archivo está dañado. Por favor intenta de nuevo con otro"
47
+ },
48
+ "menu": {
49
+ "attachments": "Archivos adjuntos",
50
+ "attachmentsDescription": "Agregar archivos como documentos adjuntos.",
51
+ "file": "Archivo",
52
+ "blockQuote": "Cita en bloque",
53
+ "bold": "Negrita",
54
+ "boldDescription": "Agregar formato de negrita al texto.",
55
+ "bulletedList": "Lista con viñetas",
56
+ "code": "Código",
57
+ "codeBlock": "Bloque de código",
58
+ "emoji": "Emoji",
59
+ "fontSize": "Tamaño de fuente",
60
+ "highlight": "Resaltar",
61
+ "imageUpload": "Carga de imagen",
62
+ "italic": "Cursiva",
63
+ "italicDescription": "Agregar formato en cursiva al texto.",
64
+ "link": "Enlace",
65
+ "linkDescription": "Agregar un enlace al texto.",
66
+ "mention": "Mencionar",
67
+ "orderedList": "Lista numerada",
68
+ "redo": "Rehacer",
69
+ "strike": "Tachar",
70
+ "table": "Tabla",
71
+ "textColor": "Color del texto",
72
+ "underline": "Subrayar",
73
+ "underlineDescription": "Agregar formato de subrayado al texto.",
74
+ "undo": "Deshacer",
75
+ "dynamicVariables": "Variables dinámicas",
76
+ "videoEmbed": "Incorporar video",
77
+ "videoUpload": "Carga de video",
78
+ "alignLeft": "Alinear a la izquierda",
79
+ "alignCenter": "Alinear al centro",
80
+ "alignRight": "Alinear a la derecha",
81
+ "delete": "Eliminar",
82
+ "embedVideo": "Incorporar video",
83
+ "normalText": "Texto normal",
84
+ "normalTextDescription": "Agregar un bloque de texto simple.",
85
+ "h1": "H1",
86
+ "heading1": "Encabezado 1",
87
+ "h1Description": "Agregar un encabezado grande.",
88
+ "h2": "H2",
89
+ "heading2": "Encabezado 2",
90
+ "h2Description": "Agregar un subencabezado.",
91
+ "h3": "H3",
92
+ "heading3": "Encabezado 3",
93
+ "h3Description": "Agregar un subencabezado de nivel 3.",
94
+ "h4": "H4",
95
+ "heading4": "Encabezado 4",
96
+ "h4Description": "Agregar un subencabezado de nivel 4.",
97
+ "h5": "H5",
98
+ "heading5": "Encabezado 5",
99
+ "h5Description": "Agregar un subencabezado de nivel 5.",
100
+ "h6": "H6",
101
+ "h6Description": "Agregar un subencabezado de nivel 6.",
102
+ "numberedList": "Lista numerada",
103
+ "numberedListDescription": "Agregar una lista con numeración.",
104
+ "bulletList": "Lista con viñetas",
105
+ "bulletListDescription": "Agregar una lista con viñetas.",
106
+ "todoList": "Lista de tareas",
107
+ "todoListDescription": "Agregar una lista de tareas con casillas de verificación.",
108
+ "image": "Imagen",
109
+ "imageDescription": "Agregar un bloque de imagen.",
110
+ "video": "Video",
111
+ "videoDescription": "Sube o incorpora un video",
112
+ "addVideo": "Agregar video",
113
+ "addVideoDescription": "Sube un archivo de video o incorpora desde la URL",
114
+ "blockQuoteDescription": "Agregar una cita en bloque.",
115
+ "codeDescription": "Agregar un bloque de código.",
116
+ "callout": "Llamada de atención",
117
+ "calloutDescription": "Agregar un bloque de llamada de atención para resaltar información importante.",
118
+ "selectCalloutType": "Seleccionar tipo de llamada de atención",
119
+ "calloutDefault": "Predeterminado",
120
+ "calloutInfo": "Información",
121
+ "calloutWarning": "Advertencia",
122
+ "calloutError": "Error",
123
+ "calloutSuccess": "Éxito",
124
+ "calloutInfoDescription": "Agregar un bloque de llamada de atención de información.",
125
+ "calloutWarningDescription": "Agregar un bloque de llamada de atención de advertencia.",
126
+ "calloutErrorDescription": "Agregar un bloque de llamada de atención de error.",
127
+ "calloutSuccessDescription": "Agregar un bloque de llamada de atención de éxito.",
128
+ "emojiDescription": "Agregar un emoji.",
129
+ "divider": "Divisor",
130
+ "dividerDescription": "Agregar una línea horizontal para separar secciones.",
131
+ "embed": "Incorporar Youtube/Loom/Vimeo/Supademo",
132
+ "embedDescription": "Incorporar un video de servicios principales.",
133
+ "pasteUnformatted": "Pegar sin formato",
134
+ "pasteUnformattedDescription": "Pegar eliminando todos los estilos.",
135
+ "tableDescription": "Agregar una tabla.",
136
+ "noResults": "No hay resultados",
137
+ "rows": "Filas",
138
+ "columns": "Columnas"
139
+ },
140
+ "placeholders": {
141
+ "columns": "Ingresa columnas",
142
+ "linkInput": "Pega o escribe un enlace...",
143
+ "pasteLink": "Pega el enlace aquí...",
144
+ "pickColor": "Elige un color",
145
+ "rows": "Ingresa filas",
146
+ "searchUnsplash": "Buscar Unsplash",
147
+ "embedUrl": "https://",
148
+ "url": "Ingresa URL",
149
+ "enterText": "Ingresa texto",
150
+ "writeSomething": "Escribe algo …",
151
+ "searchLanguages": "Buscar idiomas"
152
+ },
153
+ "table": {
154
+ "delete": "Eliminar tabla",
155
+ "deleteColumn": "Eliminar columna",
156
+ "deleteRow": "Eliminar fila",
157
+ "insertColumn": "Insertar columna",
158
+ "insertRow": "Insertar fila",
159
+ "mergeSplit": "Fusionar/Dividir celda",
160
+ "toggleHeaderRow": "Alternar fila de encabezado"
161
+ },
162
+ "unsplash": {
163
+ "errorMessage": "¡Algo salió mal! Por favor, inténtalo de nuevo más tarde.",
164
+ "noResults": "No hay resultados",
165
+ "end": "Fin de los resultados"
166
+ },
167
+ "localUploader": {
168
+ "dropFilesHere": "Suelta tus archivo(s) aquí o Navega.",
169
+ "maxFileSize": "Máx. Tamaño de archivo: {{entity, anyCase}}",
170
+ "completed": "Completado",
171
+ "uploadImage": "Subir imagen",
172
+ "uploadVideo": "Subir video"
173
+ },
174
+ "editorContent": {
175
+ "imagePreviewAltText": "Vista previa de la imagen"
176
+ },
177
+ "codeblock": {
178
+ "showLineNumbers": "Mostrar números de línea",
179
+ "hideLineNumbers": "Ocultar números de línea"
180
+ }
181
+ }
182
+ }
@@ -0,0 +1,182 @@
1
+ {
2
+ "neetoEditor": {
3
+ "common": {
4
+ "create": "Loo",
5
+ "download": "Laadi alla",
6
+ "embed": "Sisesta",
7
+ "unlink": "Eemalda link",
8
+ "videoUrl": "Video URL:",
9
+ "reset": "Lähtesta",
10
+ "auto": "Automaatne",
11
+ "edit": "Redigeeri",
12
+ "cancel": "Tühista",
13
+ "saveChanges": "Salvesta muudatused",
14
+ "text": "Tekst",
15
+ "done": "Valmis",
16
+ "url": "Link",
17
+ "editLink": "Muuda linki",
18
+ "resetToDefault": "Lähtesta vaikeseaded",
19
+ "openInNewTab": "Ava uues vahekaardis"
20
+ },
21
+ "attachments": {
22
+ "actionsBlocked": "Te ei saa manuseid uuendada ega kustutada",
23
+ "add": "Lisa manus",
24
+ "deleteConfirmation": "Olete püsivalt kustutamas manust <strong>{{entity}}</strong>. Seda ei saa tagasi võtta.",
25
+ "deleteTitle": "Kustuta manus?",
26
+ "maxNumberOfFiles": "Saate lisada ainult {{entity}} faili",
27
+ "nameEmpty": "Failinimi ei tohi olla tühi",
28
+ "noPreview": "Eelvaade pole saadaval, kliki, et <span>alla laadida</span>.",
29
+ "oneAttachmentAllowed": "Lubatud on ainult üks manus",
30
+ "uploading": "Laadimine"
31
+ },
32
+ "error": {
33
+ "invalidUrl": "Palun sisestage kehtiv URL.",
34
+ "invalidEmbedUrl": "URL-i ei toetata embedimiseks. Kasutage kehtivaid URL-e YouTube'ist, Vimeo'st, Loom'st, neetoRecord'ist või Supademost.",
35
+ "fieldRequired": "See väli on kohustuslik.",
36
+ "cannotAddFiles": "Faile ei ole võimalik lisada",
37
+ "onBeforeFileAddedReturn": "Faili ei saanud lisada, kuna onBeforeFileAdded tagastas vale.",
38
+ "fileIsTooLarge": "Faili suurus on liiga suur. Maksimaalne suurus on {{maxFileSize, anyCase}}.",
39
+ "imageSizeIsShouldBeLess": "Pildi suurus peaks olema väiksem kui {{limit}} MB",
40
+ "urlRequired": "URL on kohustuslik",
41
+ "textRequired": "Tekst on kohustuslik",
42
+ "uploadFileFailed": "Manuse üleslaadimine ebaõnnestus",
43
+ "fileNotAllowed": "Valitud failitüüp ei ole lubatud",
44
+ "noResults": "Ei mingeid tulemusi",
45
+ "imageUploadFailed": "Pildi üleslaadimine ebaõnnestus, palun proovige uuesti!",
46
+ "corruptFile": "See fail on rikutud. Palun proovige uuesti teisega"
47
+ },
48
+ "menu": {
49
+ "attachments": "Manused",
50
+ "attachmentsDescription": "Lisage faile manustena.",
51
+ "file": "Fail",
52
+ "blockQuote": "Tsitaat",
53
+ "bold": "Rasvane",
54
+ "boldDescription": "Lisa rasvane vormindamine tekstile.",
55
+ "bulletedList": "Käpiklist",
56
+ "code": "Kood",
57
+ "codeBlock": "Koodiblokk",
58
+ "emoji": "Emojee",
59
+ "fontSize": "Fondisuurus",
60
+ "highlight": "Esile tõsta",
61
+ "imageUpload": "Pildi üleslaadimine",
62
+ "italic": "Kaldkiri",
63
+ "italicDescription": "Lisa kaldkirja vormindamine tekstile.",
64
+ "link": "Link",
65
+ "linkDescription": "Lisa tekstile link.",
66
+ "mention": "Maini",
67
+ "orderedList": "Nummerdatud loetelud",
68
+ "redo": "Tee uuesti",
69
+ "strike": "Läbijoonitud",
70
+ "table": "Tabel",
71
+ "textColor": "Teksti värv",
72
+ "underline": "Allajoonitud",
73
+ "underlineDescription": "Lisa allajoonimise vormindamine tekstile.",
74
+ "undo": "Võta tagasi",
75
+ "dynamicVariables": "Dünaamilised muutujad",
76
+ "videoEmbed": "Videote sisestamine",
77
+ "videoUpload": "Video üleslaadimine",
78
+ "alignLeft": "Joonda vasakule",
79
+ "alignCenter": "Joonda keskele",
80
+ "alignRight": "Joonda paremale",
81
+ "delete": "Kustuta",
82
+ "embedVideo": "Sisesta video",
83
+ "normalText": "Tavaline tekst",
84
+ "normalTextDescription": "Lisa lihtne tekstiblokk.",
85
+ "h1": "H1",
86
+ "heading1": "Pealkiri 1",
87
+ "h1Description": "Lisa suur pealkiri.",
88
+ "h2": "H2",
89
+ "heading2": "Pealkiri 2",
90
+ "h2Description": "Lisa alapealkiri.",
91
+ "h3": "H3",
92
+ "heading3": "Pealkiri 3",
93
+ "h3Description": "Lisa kolmanda taseme alapealkiri.",
94
+ "h4": "H4",
95
+ "heading4": "Pealkiri 4",
96
+ "h4Description": "Lisa neljanda taseme alapealkiri.",
97
+ "h5": "H5",
98
+ "heading5": "Pealkiri 5",
99
+ "h5Description": "Lisa viienda taseme alapealkiri.",
100
+ "h6": "H6",
101
+ "h6Description": "Lisa kuuenda taseme alapealkiri.",
102
+ "numberedList": "Nummerdatud loetelu",
103
+ "numberedListDescription": "Lisa nummerdatud loetelu.",
104
+ "bulletList": "Käpikloetelu",
105
+ "bulletListDescription": "Lisa lõike, kus on käpikute loetelu.",
106
+ "todoList": "To-do loetelu",
107
+ "todoListDescription": "Lisa to-do loetelu koos kontrollkastidega.",
108
+ "image": "Pilt",
109
+ "imageDescription": "Lisa pildiblokk.",
110
+ "video": "Video",
111
+ "videoDescription": "Laadi üles või sisesta video",
112
+ "addVideo": "Lisa video",
113
+ "addVideoDescription": "Laadi üles video fail või sisesta URL-ist",
114
+ "blockQuoteDescription": "Lisa plokk-tsitaat.",
115
+ "codeDescription": "Lisa koodiblokk.",
116
+ "callout": "Tõste",
117
+ "calloutDescription": "Lisa tõstet, et esile tõsta olulist teavet.",
118
+ "selectCalloutType": "Vali tõste tüüp",
119
+ "calloutDefault": "Vaikimisi",
120
+ "calloutInfo": "Info",
121
+ "calloutWarning": "Hoiatus",
122
+ "calloutError": "Viga",
123
+ "calloutSuccess": "Edu",
124
+ "calloutInfoDescription": "Lisa infotõste blokk.",
125
+ "calloutWarningDescription": "Lisa hoiatustõste blokk.",
126
+ "calloutErrorDescription": "Lisa vigatõste blokk.",
127
+ "calloutSuccessDescription": "Lisa edutõste blokk.",
128
+ "emojiDescription": "Lisa emojid.",
129
+ "divider": "Jagaja",
130
+ "dividerDescription": "Lisa horisontaalne joon, et eraldada sektsioone.",
131
+ "embed": "Sisesta Youtube/Loom/Vimeo/Supademo",
132
+ "embedDescription": "Sisesta video peamistest teenustest.",
133
+ "pasteUnformatted": "Kleebi vormindamata",
134
+ "pasteUnformattedDescription": "Kleebi eemaldades kõik stiilid.",
135
+ "tableDescription": "Lisa tabel.",
136
+ "noResults": "Ei mingeid tulemusi",
137
+ "rows": "Read",
138
+ "columns": "Veerud"
139
+ },
140
+ "placeholders": {
141
+ "columns": "Sisesta veerud",
142
+ "linkInput": "Kleebi või tipo link...",
143
+ "pasteLink": "Kleebi link siia...",
144
+ "pickColor": "Vali värv",
145
+ "rows": "Sisesta read",
146
+ "searchUnsplash": "Otsi Unsplashis",
147
+ "embedUrl": "https://",
148
+ "url": "Sisesta URL",
149
+ "enterText": "Sisesta tekst",
150
+ "writeSomething": "Kirjuta midagi ...",
151
+ "searchLanguages": "Otsi keeli"
152
+ },
153
+ "table": {
154
+ "delete": "Kustuta tabel",
155
+ "deleteColumn": "Kustuta veerg",
156
+ "deleteRow": "Kustuta rida",
157
+ "insertColumn": "Lisa veerg",
158
+ "insertRow": "Lisa rida",
159
+ "mergeSplit": "Ühenda/jaota rakk",
160
+ "toggleHeaderRow": "Lülita päiserida"
161
+ },
162
+ "unsplash": {
163
+ "errorMessage": "Midagi läks valesti! Palun proovige hiljem uuesti.",
164
+ "noResults": "Ei mingeid tulemusi",
165
+ "end": "Tulemuste lõpp"
166
+ },
167
+ "localUploader": {
168
+ "dropFilesHere": "Viska siia oma fail(id) või Brauser.",
169
+ "maxFileSize": "Max. faili suurus: {{entity, anyCase}}",
170
+ "completed": "Valmis",
171
+ "uploadImage": "Laadi üles pilt",
172
+ "uploadVideo": "Laadi üles video"
173
+ },
174
+ "editorContent": {
175
+ "imagePreviewAltText": "Pildi eelvaade"
176
+ },
177
+ "codeblock": {
178
+ "showLineNumbers": "Näita realugusid",
179
+ "hideLineNumbers": "Peida realugusid"
180
+ }
181
+ }
182
+ }