@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": "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
+ }
@@ -0,0 +1,182 @@
1
+ {
2
+ "neetoEditor": {
3
+ "common": {
4
+ "create": "作成",
5
+ "download": "ダウンロード",
6
+ "embed": "埋め込む",
7
+ "unlink": "リンク解除",
8
+ "videoUrl": "ビデオURL:",
9
+ "reset": "リセット",
10
+ "auto": "自動",
11
+ "edit": "編集",
12
+ "cancel": "キャンセル",
13
+ "saveChanges": "変更を保存",
14
+ "text": "テキスト",
15
+ "done": "完了",
16
+ "url": "リンク",
17
+ "editLink": "リンクを編集",
18
+ "resetToDefault": "デフォルトにリセット",
19
+ "openInNewTab": "新しいタブで開く"
20
+ },
21
+ "attachments": {
22
+ "actionsBlocked": "添付ファイルを更新または削除することはできません",
23
+ "add": "添付ファイルを追加",
24
+ "deleteConfirmation": "添付ファイル<strong>{{entity}}</strong>を完全に削除します。これは元に戻せません。",
25
+ "deleteTitle": "添付ファイルを削除しますか?",
26
+ "maxNumberOfFiles": "{{entity}}ファイルしか添付できません",
27
+ "nameEmpty": "ファイル名は空にできません",
28
+ "noPreview": "プレビューは利用できません。クリックして<span>ダウンロード</span>してください。",
29
+ "oneAttachmentAllowed": "添付ファイルは1つのみ許可されています",
30
+ "uploading": "アップロード中"
31
+ },
32
+ "error": {
33
+ "invalidUrl": "有効なURLを入力してください。",
34
+ "invalidEmbedUrl": "このURLは埋め込みに対応していません。YouTube、Vimeo、Loom、neetoRecord、またはSupademoの有効なURLを使用してください。",
35
+ "fieldRequired": "このフィールドは必須です。",
36
+ "cannotAddFiles": "ファイルを追加できません",
37
+ "onBeforeFileAddedReturn": "onBeforeFileAddedがfalseを返したため、ファイルを追加できません。",
38
+ "fileIsTooLarge": "ファイルサイズが大きすぎます。最大サイズは{{maxFileSize, anyCase}}です。",
39
+ "imageSizeIsShouldBeLess": "画像のサイズは{{limit}}MB未満である必要があります",
40
+ "urlRequired": "URLは必須です",
41
+ "textRequired": "テキストは必須です",
42
+ "uploadFileFailed": "添付ファイルのアップロードに失敗しました",
43
+ "fileNotAllowed": "選択したファイルタイプは許可されていません",
44
+ "noResults": "結果がありません",
45
+ "imageUploadFailed": "画像のアップロードに失敗しました。再試行してください!",
46
+ "corruptFile": "このファイルは破損しています。別のファイルで再試行してください"
47
+ },
48
+ "menu": {
49
+ "attachments": "添付ファイル",
50
+ "attachmentsDescription": "ファイルを添付ファイルとして追加します。",
51
+ "file": "ファイル",
52
+ "blockQuote": "引用ブロック",
53
+ "bold": "太字",
54
+ "boldDescription": "テキストに太字フォーマットを追加します。",
55
+ "bulletedList": "箇条書きリスト",
56
+ "code": "コード",
57
+ "codeBlock": "コードブロック",
58
+ "emoji": "絵文字",
59
+ "fontSize": "フォントサイズ",
60
+ "highlight": "ハイライト",
61
+ "imageUpload": "画像アップロード",
62
+ "italic": "イタリック",
63
+ "italicDescription": "テキストにイタリックフォーマットを追加します。",
64
+ "link": "リンク",
65
+ "linkDescription": "テキストにリンクを追加します。",
66
+ "mention": "メンション",
67
+ "orderedList": "番号付きリスト",
68
+ "redo": "やり直し",
69
+ "strike": "取り消し線",
70
+ "table": "テーブル",
71
+ "textColor": "テキストカラー",
72
+ "underline": "下線",
73
+ "underlineDescription": "テキストに下線フォーマットを追加します。",
74
+ "undo": "元に戻す",
75
+ "dynamicVariables": "動的変数",
76
+ "videoEmbed": "ビデオ埋め込み",
77
+ "videoUpload": "ビデオアップロード",
78
+ "alignLeft": "左揃え",
79
+ "alignCenter": "中央揃え",
80
+ "alignRight": "右揃え",
81
+ "delete": "削除",
82
+ "embedVideo": "ビデオを埋め込む",
83
+ "normalText": "通常のテキスト",
84
+ "normalTextDescription": "プレーンテキストブロックを追加します。",
85
+ "h1": "H1",
86
+ "heading1": "見出し 1",
87
+ "h1Description": "大きな見出しを追加します。",
88
+ "h2": "H2",
89
+ "heading2": "見出し 2",
90
+ "h2Description": "サブ見出しを追加します。",
91
+ "h3": "H3",
92
+ "heading3": "見出し 3",
93
+ "h3Description": "レベル3のサブ見出しを追加します。",
94
+ "h4": "H4",
95
+ "heading4": "見出し 4",
96
+ "h4Description": "レベル4のサブ見出しを追加します。",
97
+ "h5": "H5",
98
+ "heading5": "見出し 5",
99
+ "h5Description": "レベル5のサブ見出しを追加します。",
100
+ "h6": "H6",
101
+ "h6Description": "レベル6のサブ見出しを追加します。",
102
+ "numberedList": "番号付きリスト",
103
+ "numberedListDescription": "番号付きリストを追加します。",
104
+ "bulletList": "箇条書きリスト",
105
+ "bulletListDescription": "箇条書きリストを追加します。",
106
+ "todoList": "To-doリスト",
107
+ "todoListDescription": "チェックボックス付きのTo-doリストを追加します。",
108
+ "image": "画像",
109
+ "imageDescription": "画像ブロックを追加します。",
110
+ "video": "ビデオ",
111
+ "videoDescription": "ビデオをアップロードまたは埋め込みます。",
112
+ "addVideo": "ビデオを追加",
113
+ "addVideoDescription": "ビデオファイルをアップロードまたはURLから埋め込みます。",
114
+ "blockQuoteDescription": "引用ブロックを追加します。",
115
+ "codeDescription": "コードブロックを追加します。",
116
+ "callout": "コールアウト",
117
+ "calloutDescription": "重要な情報を強調するためのコールアウトブロックを追加します。",
118
+ "selectCalloutType": "コールアウトのタイプを選択",
119
+ "calloutDefault": "デフォルト",
120
+ "calloutInfo": "情報",
121
+ "calloutWarning": "警告",
122
+ "calloutError": "エラー",
123
+ "calloutSuccess": "成功",
124
+ "calloutInfoDescription": "情報のコールアウトブロックを追加します。",
125
+ "calloutWarningDescription": "警告のコールアウトブロックを追加します。",
126
+ "calloutErrorDescription": "エラーのコールアウトブロックを追加します。",
127
+ "calloutSuccessDescription": "成功のコールアウトブロックを追加します。",
128
+ "emojiDescription": "絵文字を追加します。",
129
+ "divider": "区切り",
130
+ "dividerDescription": "セクションを分けるための水平線を追加します。",
131
+ "embed": "Youtube/Loom/Vimeo/Supademoを埋め込む",
132
+ "embedDescription": "主要なサービスからビデオを埋め込みます。",
133
+ "pasteUnformatted": "書式なしでペースト",
134
+ "pasteUnformattedDescription": "すべてのスタイルを削除してペーストします。",
135
+ "tableDescription": "テーブルを追加します。",
136
+ "noResults": "結果がありません",
137
+ "rows": "行",
138
+ "columns": "列"
139
+ },
140
+ "placeholders": {
141
+ "columns": "列を入力",
142
+ "linkInput": "リンクを貼り付けまたは入力...",
143
+ "pasteLink": "ここにリンクを貼り付け...",
144
+ "pickColor": "色を選択",
145
+ "rows": "行を入力",
146
+ "searchUnsplash": "Unsplashを検索",
147
+ "embedUrl": "https://",
148
+ "url": "URLを入力",
149
+ "enterText": "テキストを入力",
150
+ "writeSomething": "何かを書く …",
151
+ "searchLanguages": "言語を検索"
152
+ },
153
+ "table": {
154
+ "delete": "テーブルを削除",
155
+ "deleteColumn": "列を削除",
156
+ "deleteRow": "行を削除",
157
+ "insertColumn": "列を挿入",
158
+ "insertRow": "行を挿入",
159
+ "mergeSplit": "セルを結合/分割する",
160
+ "toggleHeaderRow": "ヘッダー行を切り替える"
161
+ },
162
+ "unsplash": {
163
+ "errorMessage": "何かがうまくいきませんでした!後で再試行してください。",
164
+ "noResults": "結果がありません",
165
+ "end": "結果の終わり"
166
+ },
167
+ "localUploader": {
168
+ "dropFilesHere": "ここにファイルをドロップするか、参照。",
169
+ "maxFileSize": "最大ファイルサイズ:{{entity, anyCase}}",
170
+ "completed": "完了しました",
171
+ "uploadImage": "画像をアップロード",
172
+ "uploadVideo": "ビデオをアップロード"
173
+ },
174
+ "editorContent": {
175
+ "imagePreviewAltText": "画像プレビュー"
176
+ },
177
+ "codeblock": {
178
+ "showLineNumbers": "行番号を表示",
179
+ "hideLineNumbers": "行番号を非表示"
180
+ }
181
+ }
182
+ }