@instructure/canvas-rce 5.12.2 → 5.13.1
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/CHANGELOG.md +33 -1
- package/es/common/fileUrl.js +5 -1
- package/es/defaultTinymceConfig.js +2 -1
- package/es/enhance-user-content/enhance_user_content.js +30 -1
- package/es/getTranslations.js +5 -1
- package/es/rce/RCEWrapper.js +63 -22
- package/es/rce/RCEWrapperProps.js +1 -0
- package/es/rce/StatusBar.js +5 -4
- package/es/rce/editorLanguage.js +2 -0
- package/es/rce/plugins/instructure_image/ImageEmbedOptions.js +1 -1
- package/es/rce/plugins/instructure_rce_external_tools/ExternalToolsEnv.js +6 -0
- package/es/rce/plugins/instructure_rce_external_tools/RceToolWrapper.js +30 -1
- package/es/rce/plugins/instructure_rce_external_tools/components/ExternalToolDialog/ExternalToolDialog.js +14 -1
- package/es/rce/plugins/instructure_rce_external_tools/lti13-content-items/processEditorContentItems.js +9 -3
- package/es/rce/plugins/instructure_rce_external_tools/plugin.js +3 -2
- package/es/rce/plugins/instructure_search_and_replace/clickCallback.js +55 -0
- package/es/rce/plugins/instructure_search_and_replace/components/FindReplaceTray.js +360 -0
- package/es/rce/plugins/instructure_search_and_replace/components/FindReplaceTrayController.js +139 -0
- package/es/rce/plugins/instructure_search_and_replace/getSelectionContext.js +68 -0
- package/es/rce/plugins/instructure_search_and_replace/plugin.js +39 -0
- package/es/rce/plugins/instructure_search_and_replace/types.d.js +1 -0
- package/es/rce/plugins/shared/fileTypeUtils.js +3 -1
- package/es/rce/plugins/tinymce-a11y-checker/plugin.js +11 -1
- package/es/rce/plugins/tinymce-a11y-checker/utils/indicate.js +1 -1
- package/es/rce/tinyRCE.js +3 -1
- package/es/translations/locales/ar.js +54 -0
- package/es/translations/locales/ca.js +54 -0
- package/es/translations/locales/cy.js +54 -0
- package/es/translations/locales/da-x-k12.js +54 -0
- package/es/translations/locales/da.js +54 -0
- package/es/translations/locales/de.js +54 -0
- package/es/translations/locales/el.js +9 -0
- package/es/translations/locales/en-AU-x-unimelb.js +54 -0
- package/es/translations/locales/en-GB-x-ukhe.js +54 -0
- package/es/translations/locales/en.js +54 -0
- package/es/translations/locales/en_AU.js +54 -0
- package/es/translations/locales/en_CA.js +54 -0
- package/es/translations/locales/en_CY.js +54 -0
- package/es/translations/locales/en_GB.js +54 -0
- package/es/translations/locales/es.js +54 -0
- package/es/translations/locales/es_ES.js +54 -0
- package/es/translations/locales/fa_IR.js +9 -0
- package/es/translations/locales/fi.js +54 -0
- package/es/translations/locales/fr.js +54 -0
- package/es/translations/locales/fr_CA.js +54 -0
- package/es/translations/locales/ga.js +2427 -0
- package/es/translations/locales/he.js +10 -1
- package/es/translations/locales/ht.js +54 -0
- package/es/translations/locales/hu.js +15 -0
- package/es/translations/locales/hy.js +9 -0
- package/es/translations/locales/id.js +55 -0
- package/es/translations/locales/id_ID.js +1 -0
- package/es/translations/locales/is.js +54 -0
- package/es/translations/locales/it.js +54 -0
- package/es/translations/locales/ja.js +61 -7
- package/es/translations/locales/ko.js +9 -0
- package/es/translations/locales/mi.js +54 -0
- package/es/translations/locales/ms.js +54 -0
- package/es/translations/locales/nb-x-k12.js +54 -0
- package/es/translations/locales/nb.js +54 -0
- package/es/translations/locales/nl.js +54 -0
- package/es/translations/locales/nn.js +9 -0
- package/es/translations/locales/pl.js +54 -0
- package/es/translations/locales/pt.js +54 -0
- package/es/translations/locales/pt_BR.js +54 -0
- package/es/translations/locales/ru.js +54 -0
- package/es/translations/locales/sl.js +54 -0
- package/es/translations/locales/sv-x-k12.js +54 -0
- package/es/translations/locales/sv.js +54 -0
- package/es/translations/locales/th.js +54 -0
- package/es/translations/locales/tr.js +9 -0
- package/es/translations/locales/uk_UA.js +9 -0
- package/es/translations/locales/vi.js +54 -0
- package/es/translations/locales/zh-Hans.js +54 -0
- package/es/translations/locales/zh-Hant.js +54 -0
- package/es/translations/locales/zh.js +54 -0
- package/es/translations/locales/zh_HK.js +54 -0
- package/es/translations/tinymce/ga.js +423 -0
- package/es/translations/tinymce/id.js +423 -0
- package/es/translations/tinymce/ja.js +1 -1
- package/package.json +3 -3
- package/scripts/commitTranslations.sh +2 -2
- package/scripts/publish_to_npm.sh +1 -1
- package/bin/jira_tickets.sh +0 -14
|
@@ -0,0 +1,423 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* Copyright (C) 2024 - present Instructure, Inc.
|
|
3
|
+
*
|
|
4
|
+
* This file is part of Canvas.
|
|
5
|
+
*
|
|
6
|
+
* Canvas is free software: you can redistribute it and/or modify it under
|
|
7
|
+
* the terms of the GNU Affero General Public License as published by the Free
|
|
8
|
+
* Software Foundation, version 3 of the License.
|
|
9
|
+
*
|
|
10
|
+
* Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
|
|
11
|
+
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
|
|
12
|
+
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
|
|
13
|
+
* details.
|
|
14
|
+
*
|
|
15
|
+
* You should have received a copy of the GNU Affero General Public License along
|
|
16
|
+
* with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
17
|
+
*/
|
|
18
|
+
tinymce.addI18n('id', {
|
|
19
|
+
Redo: 'Ulang',
|
|
20
|
+
Undo: 'Batalkan',
|
|
21
|
+
Cut: 'Potong',
|
|
22
|
+
Copy: 'Salin',
|
|
23
|
+
Paste: 'Rekat',
|
|
24
|
+
'Select all': 'Pilih semua',
|
|
25
|
+
'New document': 'Dokumen baru',
|
|
26
|
+
Ok: 'Ok',
|
|
27
|
+
Cancel: 'Batal',
|
|
28
|
+
'Visual aids': 'Alat bantu visual',
|
|
29
|
+
Bold: 'Tebal',
|
|
30
|
+
Italic: 'Miring',
|
|
31
|
+
Underline: 'Garis bawah',
|
|
32
|
+
Strikethrough: 'Coret',
|
|
33
|
+
Superscript: 'Superskrip',
|
|
34
|
+
Subscript: 'Subskrip',
|
|
35
|
+
'Clear formatting': 'Kosongkan format',
|
|
36
|
+
Remove: 'Hapus',
|
|
37
|
+
'Align left': 'Rata kiri',
|
|
38
|
+
'Align center': 'Rata tengah',
|
|
39
|
+
'Align right': 'Rata kanan',
|
|
40
|
+
'No alignment': 'Tanpa pejajaran',
|
|
41
|
+
Justify: 'Rata penuh',
|
|
42
|
+
'Bullet list': 'Daftar bersimbol',
|
|
43
|
+
'Numbered list': 'Daftar bernomor',
|
|
44
|
+
'Decrease indent': 'Kurangi inden',
|
|
45
|
+
'Increase indent': 'Tambah inden',
|
|
46
|
+
Close: 'Tutup',
|
|
47
|
+
Formats: 'Format',
|
|
48
|
+
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.": 'Browser anda tidak mendukung akses langsung ke papan klip. Silakan gunakan pintasan Ctrl+X/C/V dari keyboard.',
|
|
49
|
+
Headings: 'Kepala',
|
|
50
|
+
'Heading 1': 'Kepala 1',
|
|
51
|
+
'Heading 2': 'Kepala 2',
|
|
52
|
+
'Heading 3': 'Kepala 3',
|
|
53
|
+
'Heading 4': 'Kepala 4',
|
|
54
|
+
'Heading 5': 'Kepala 5',
|
|
55
|
+
'Heading 6': 'Kepala 6',
|
|
56
|
+
Preformatted: 'Praformat',
|
|
57
|
+
Div: 'Div',
|
|
58
|
+
Pre: 'Pre',
|
|
59
|
+
Code: 'Kode',
|
|
60
|
+
Paragraph: 'Paragraf',
|
|
61
|
+
Blockquote: 'Kutipan',
|
|
62
|
+
Inline: 'Baris',
|
|
63
|
+
Blocks: 'Blok',
|
|
64
|
+
'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.': 'Tempel sekarang dalam mode teks biasa. Konten sekarang akan ditempelkan sebagai teks biasa hingga Anda mematikan pilihan ini.',
|
|
65
|
+
Fonts: 'Huruf',
|
|
66
|
+
'Font sizes': 'Ukuran huruf',
|
|
67
|
+
Class: 'Kelas',
|
|
68
|
+
'Browse for an image': 'Jelajahi gambar',
|
|
69
|
+
OR: 'ATAU',
|
|
70
|
+
'Drop an image here': 'Letakkan gambar di sini',
|
|
71
|
+
Upload: 'Unggah',
|
|
72
|
+
'Uploading image': 'Unggah gambar',
|
|
73
|
+
Block: 'Blok',
|
|
74
|
+
Align: 'Sejajarkan',
|
|
75
|
+
Default: 'Bawaan',
|
|
76
|
+
Circle: 'Lingkaran',
|
|
77
|
+
Disc: 'Cakram',
|
|
78
|
+
Square: 'Kotak',
|
|
79
|
+
'Lower Alpha': 'Huruf Kecil',
|
|
80
|
+
'Lower Greek': 'Huruf Kecil Yunani',
|
|
81
|
+
'Lower Roman': 'Huruf Kecil Romawi',
|
|
82
|
+
'Upper Alpha': 'Huruf Besar',
|
|
83
|
+
'Upper Roman': 'Huruf Besar Romawi',
|
|
84
|
+
'Anchor...': 'Jangkar..',
|
|
85
|
+
Anchor: 'Jangkar',
|
|
86
|
+
Name: 'Nama',
|
|
87
|
+
ID: 'ID',
|
|
88
|
+
'ID should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.': 'ID harus dimulai dengan huruf, lalu diikuti hanya oleh huruf, angka, garis pisah, titik, titik dua, atau garis bawah.',
|
|
89
|
+
'You have unsaved changes are you sure you want to navigate away?': 'Anda memiliki perubahan yang belum disimpan, yakin ingin beralih ?',
|
|
90
|
+
'Restore last draft': 'Pulihkan draf sebelumnya',
|
|
91
|
+
'Special character...': 'Karakter khusus...',
|
|
92
|
+
'Special Character': 'Karakter Khusus',
|
|
93
|
+
'Source code': 'Kode sumber',
|
|
94
|
+
'Insert/Edit code sample': 'Tambah/Edit sampel kode',
|
|
95
|
+
Language: 'Bahasa',
|
|
96
|
+
'Code sample...': 'Sampel kode...',
|
|
97
|
+
'Left to right': 'Kiri ke kanan',
|
|
98
|
+
'Right to left': 'Kanan ke kiri',
|
|
99
|
+
Title: 'Judul',
|
|
100
|
+
Fullscreen: 'Layar penuh',
|
|
101
|
+
Action: 'Tindakan',
|
|
102
|
+
Shortcut: 'Pintasan',
|
|
103
|
+
Help: 'Bantuan',
|
|
104
|
+
Address: 'Alamat',
|
|
105
|
+
'Focus to menubar': 'Fokus ke bilah menu',
|
|
106
|
+
'Focus to toolbar': 'Fokus ke bilah alat',
|
|
107
|
+
'Focus to element path': 'Fokus ke alur elemen',
|
|
108
|
+
'Focus to contextual toolbar': 'Fokus ke bilah alat kontekstual',
|
|
109
|
+
'Insert link (if link plugin activated)': 'Masukan tautan (jika plugin tautan diaktifkan)',
|
|
110
|
+
'Save (if save plugin activated)': 'Simpan (jika plugin simpan diaktifkan)',
|
|
111
|
+
'Find (if searchreplace plugin activated)': 'Cari (jika plugin cari ganti diaktifkan)',
|
|
112
|
+
'Plugins installed ({0}):': 'Plugin terpasang ({0}):',
|
|
113
|
+
'Premium plugins:': 'Plugin premium:',
|
|
114
|
+
'Learn more...': 'Ketahui selengkapnya...',
|
|
115
|
+
'You are using {0}': 'Anda menggunakan {0}',
|
|
116
|
+
Plugins: 'Plugin',
|
|
117
|
+
'Handy Shortcuts': 'Pintasan Bermanfaat',
|
|
118
|
+
'Horizontal line': 'Garis horizontal',
|
|
119
|
+
'Insert/edit image': 'Masukkan/edit gambar',
|
|
120
|
+
'Alternative description': 'Deskripsi alternatif',
|
|
121
|
+
Accessibility: 'Aksesibilitas',
|
|
122
|
+
'Image is decorative': 'Gambar Hiasan',
|
|
123
|
+
Source: 'Sumber',
|
|
124
|
+
Dimensions: 'Dimensi',
|
|
125
|
+
'Constrain proportions': 'Pertahankan proporsi',
|
|
126
|
+
General: 'Umum',
|
|
127
|
+
Advanced: 'Lanjutan',
|
|
128
|
+
Style: 'Gaya',
|
|
129
|
+
'Vertical space': 'Ruang vertikal',
|
|
130
|
+
'Horizontal space': 'Ruang horizontal',
|
|
131
|
+
Border: 'Batas',
|
|
132
|
+
'Insert image': 'Masukkan gambar',
|
|
133
|
+
'Image...': 'Gambar...',
|
|
134
|
+
'Image list': 'Daftar gambar',
|
|
135
|
+
Resize: 'Ubah ukuran',
|
|
136
|
+
'Insert date/time': 'Masukkan tanggal/waktu',
|
|
137
|
+
'Date/time': 'Tanggal/waktu',
|
|
138
|
+
'Insert/edit link': 'Masukkan/edit tautan',
|
|
139
|
+
'Text to display': 'Teks yang akan ditampilkan',
|
|
140
|
+
Url: 'Url',
|
|
141
|
+
'Open link in...': 'Buka tautan dalam...',
|
|
142
|
+
'Current window': 'Jendela saat ini',
|
|
143
|
+
None: 'Tidak ada',
|
|
144
|
+
'New window': 'Jendela baru',
|
|
145
|
+
'Open link': 'Buka tautan',
|
|
146
|
+
'Remove link': 'Hapus tautan',
|
|
147
|
+
Anchors: 'Jangkar',
|
|
148
|
+
'Link...': 'Tautan...',
|
|
149
|
+
'Paste or type a link': 'Rekat atau ketik tautan',
|
|
150
|
+
'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?': 'URL yang dimasukkan sepertinya adalah alamat email. Apakah Anda ingin menambahkan prefiks mailto: yang dibutuhkan?',
|
|
151
|
+
'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?': 'Tautan yang dimasukkan sepertinya adalah tautan eksternal. Apakah Anda ingin menambahkan prefiks http:// yang dibutuhkan?',
|
|
152
|
+
'The URL you entered seems to be an external link. Do you want to add the required https:// prefix?': 'URL yang Anda masukkan tampaknya merupakan tautan eksternal. Apakah Anda ingin menambahkan awalan https:// yang diperlukan?',
|
|
153
|
+
'Link list': 'Daftar tautan',
|
|
154
|
+
'Insert video': 'Masukkan video',
|
|
155
|
+
'Insert/edit video': 'Masukkan/edit video',
|
|
156
|
+
'Insert/edit media': 'Masukkan/edit media',
|
|
157
|
+
'Alternative source': 'Sumber alternatif',
|
|
158
|
+
'Alternative source URL': 'URL Sumber alternatif',
|
|
159
|
+
'Media poster (Image URL)': 'Poster media (URL gambar)',
|
|
160
|
+
'Paste your embed code below:': 'Rekatkan kode sematan di bawah:',
|
|
161
|
+
Embed: 'Semat',
|
|
162
|
+
'Media...': 'Media...',
|
|
163
|
+
'Nonbreaking space': 'Spasi',
|
|
164
|
+
'Page break': 'Halaman baru',
|
|
165
|
+
'Paste as text': 'Rekatkan sebagai teks',
|
|
166
|
+
Preview: 'Pratinjau',
|
|
167
|
+
Print: 'Cetak',
|
|
168
|
+
'Print...': 'Cetak...',
|
|
169
|
+
Save: 'Simpan',
|
|
170
|
+
Find: 'Cari',
|
|
171
|
+
'Replace with': 'Ganti dengan',
|
|
172
|
+
Replace: 'Ganti',
|
|
173
|
+
'Replace all': 'Ganti semua',
|
|
174
|
+
Previous: 'Sebelumnya',
|
|
175
|
+
Next: 'Berikutnya',
|
|
176
|
+
'Find and Replace': 'Temukan dan Ganti',
|
|
177
|
+
'Find and replace...': 'Cari dan ganti...',
|
|
178
|
+
'Could not find the specified string.': 'Tidak dapat menemukan string yang dimaksud.',
|
|
179
|
+
'Match case': 'Samakan besar kecil huruf',
|
|
180
|
+
'Find whole words only': 'Cari hanya kata utuh',
|
|
181
|
+
'Find in selection': 'Cari dari yang dipilih',
|
|
182
|
+
'Insert table': 'Masukkan tabel',
|
|
183
|
+
'Table properties': 'Properti tabel',
|
|
184
|
+
'Delete table': 'Hapus tabel',
|
|
185
|
+
Cell: 'Sel',
|
|
186
|
+
Row: 'Baris',
|
|
187
|
+
Column: 'Kolom',
|
|
188
|
+
'Cell properties': 'Properti sel',
|
|
189
|
+
'Merge cells': 'Gabung sel',
|
|
190
|
+
'Split cell': 'Bagi sel',
|
|
191
|
+
'Insert row before': 'Sisipkan baris sebelum',
|
|
192
|
+
'Insert row after': 'Sisipkan baris setelah',
|
|
193
|
+
'Delete row': 'Hapus baris',
|
|
194
|
+
'Row properties': 'Properti baris',
|
|
195
|
+
'Cut row': 'Potong baris',
|
|
196
|
+
'Cut column': 'Potong kolom',
|
|
197
|
+
'Copy row': 'Salin baris',
|
|
198
|
+
'Copy column': 'Salin kolom',
|
|
199
|
+
'Paste row before': 'Rekat baris sebelum',
|
|
200
|
+
'Paste column before': 'Tempel kolom ke sebelum',
|
|
201
|
+
'Paste row after': 'Rekat baris setelah',
|
|
202
|
+
'Paste column after': 'Tempel kolom ke setelah',
|
|
203
|
+
'Insert column before': 'Masukkan kolom sebelum',
|
|
204
|
+
'Insert column after': 'Masukkan kolom setelah',
|
|
205
|
+
'Delete column': 'Hapus kolom',
|
|
206
|
+
Cols: 'Kolom',
|
|
207
|
+
Rows: 'Baris',
|
|
208
|
+
Width: 'Lebar',
|
|
209
|
+
Height: 'Tinggi',
|
|
210
|
+
'Cell spacing': 'Jarak sel',
|
|
211
|
+
'Cell padding': 'Lapisan sel',
|
|
212
|
+
'Row clipboard actions': 'Aksi baris clipboard',
|
|
213
|
+
'Column clipboard actions': 'Aksi kolom clipboard',
|
|
214
|
+
'Table styles': 'Corak tabel',
|
|
215
|
+
'Cell styles': 'Corak sel',
|
|
216
|
+
'Column header': 'Kepala kolom',
|
|
217
|
+
'Row header': 'Baris kolom',
|
|
218
|
+
'Table caption': 'Judul tabel',
|
|
219
|
+
Caption: 'Judul',
|
|
220
|
+
'Show caption': 'Perlihatkan keterangan',
|
|
221
|
+
Left: 'Kiri',
|
|
222
|
+
Center: 'Tengah',
|
|
223
|
+
Right: 'Kanan',
|
|
224
|
+
'Cell type': 'Tipe sel',
|
|
225
|
+
Scope: 'Cakupan',
|
|
226
|
+
Alignment: 'Penyejajaran',
|
|
227
|
+
'Horizontal align': 'Sejajar horisontal',
|
|
228
|
+
'Vertical align': 'Sejajar vertikal',
|
|
229
|
+
Top: 'Atas',
|
|
230
|
+
Middle: 'Tengah',
|
|
231
|
+
Bottom: 'Bawah',
|
|
232
|
+
'Header cell': 'Sel judul',
|
|
233
|
+
'Row group': 'Grup baris',
|
|
234
|
+
'Column group': 'Grup kolom',
|
|
235
|
+
'Row type': 'Tipe baris',
|
|
236
|
+
Header: 'Judul',
|
|
237
|
+
Body: 'Badan',
|
|
238
|
+
Footer: 'Catatan kaki',
|
|
239
|
+
'Border color': 'Warna pinggiran',
|
|
240
|
+
Solid: 'Padat',
|
|
241
|
+
Dotted: 'Titik-titik',
|
|
242
|
+
Dashed: 'Garis-garis',
|
|
243
|
+
Double: 'Ganda',
|
|
244
|
+
Groove: 'Tumbuh',
|
|
245
|
+
Ridge: 'Kerut',
|
|
246
|
+
Inset: 'Inset',
|
|
247
|
+
Outset: 'Outset',
|
|
248
|
+
Hidden: 'Sembunyi',
|
|
249
|
+
'Insert template...': 'Masukkan template...',
|
|
250
|
+
Templates: 'Template',
|
|
251
|
+
Template: 'Template',
|
|
252
|
+
'Insert Template': 'Masukkan Template',
|
|
253
|
+
'Text color': 'Warna teks',
|
|
254
|
+
'Background color': 'Warna latar belakang',
|
|
255
|
+
'Custom...': 'Khusus...',
|
|
256
|
+
'Custom color': 'Warna khusus',
|
|
257
|
+
'No color': 'Tanpa berwarna',
|
|
258
|
+
'Remove color': 'Hapus warna',
|
|
259
|
+
'Show blocks': 'Tampilkan blok',
|
|
260
|
+
'Show invisible characters': 'Tampilkan karakter tak tampak',
|
|
261
|
+
'Word count': 'Hitungan kata',
|
|
262
|
+
Count: 'Hitungan',
|
|
263
|
+
Document: 'Dokumen',
|
|
264
|
+
Selection: 'Pemilihan',
|
|
265
|
+
Words: 'Kata',
|
|
266
|
+
'Words: {0}': 'Kata: {0}',
|
|
267
|
+
'{0} words': '{0} kata',
|
|
268
|
+
File: 'Berkas',
|
|
269
|
+
Edit: 'Edit',
|
|
270
|
+
Insert: 'Masukkan',
|
|
271
|
+
View: 'Tampilkan',
|
|
272
|
+
Format: 'Format',
|
|
273
|
+
Table: 'Tabel',
|
|
274
|
+
Tools: 'Alat',
|
|
275
|
+
'Powered by {0}': 'Didayai oleh {0}',
|
|
276
|
+
'Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help': 'Area Teks Kaya. Tekan ALT-F9 untuk menu. Tekan ALT-F10 untuk bilah alat. Tekan ALT-0 untuk bantuan',
|
|
277
|
+
'Image title': 'Judul gambar',
|
|
278
|
+
'Border width': 'Lebar pinggiran',
|
|
279
|
+
'Border style': 'Gaya pinggiran',
|
|
280
|
+
Error: 'Kesalahan',
|
|
281
|
+
Warn: 'Peringatkan',
|
|
282
|
+
Valid: 'Valid',
|
|
283
|
+
'To open the popup, press Shift+Enter': 'Untuk membuka popup, tekan Shift+Enter',
|
|
284
|
+
'Rich Text Area': 'Area Rich Text',
|
|
285
|
+
'Rich Text Area. Press ALT-0 for help.': 'Area Teks Kaya. Tekan ALT-0 untuk bantuan.',
|
|
286
|
+
'System Font': 'Huruf Sistem',
|
|
287
|
+
'Failed to upload image: {0}': 'Gagal mengunggah gambar: {0}',
|
|
288
|
+
'Failed to load plugin: {0} from url {1}': 'Gagal memuat plugin: {0} dari url {1}',
|
|
289
|
+
'Failed to load plugin url: {0}': 'Gagal memuat url plugin: {0}',
|
|
290
|
+
'Failed to initialize plugin: {0}': 'Gagal memulai plugin: {0}',
|
|
291
|
+
example: 'contoh',
|
|
292
|
+
Search: 'Cari',
|
|
293
|
+
All: 'Semua',
|
|
294
|
+
Currency: 'Mata Uang',
|
|
295
|
+
Text: 'Teks',
|
|
296
|
+
Quotations: 'Kutipan',
|
|
297
|
+
Mathematical: 'Matematis',
|
|
298
|
+
'Extended Latin': 'Latin Diperluas',
|
|
299
|
+
Symbols: 'Simbol',
|
|
300
|
+
Arrows: 'Panah',
|
|
301
|
+
'User Defined': 'Ditentukan Pengguna',
|
|
302
|
+
'dollar sign': 'tanda dolar',
|
|
303
|
+
'currency sign': 'tanda mata uang',
|
|
304
|
+
'euro-currency sign': 'tanda mata uang eropa',
|
|
305
|
+
'colon sign': 'tanda titik dua',
|
|
306
|
+
'cruzeiro sign': 'tanda cruzeiro',
|
|
307
|
+
'french franc sign': 'tanda franc prancis',
|
|
308
|
+
'lira sign': 'tanda lira',
|
|
309
|
+
'mill sign': 'tanda mill',
|
|
310
|
+
'naira sign': 'tanda naira',
|
|
311
|
+
'peseta sign': 'tanda peseta',
|
|
312
|
+
'rupee sign': 'tanda rupee',
|
|
313
|
+
'won sign': 'tanda won',
|
|
314
|
+
'new sheqel sign': 'tanda sheqel baru',
|
|
315
|
+
'dong sign': 'tanda dong',
|
|
316
|
+
'kip sign': 'tanda kip',
|
|
317
|
+
'tugrik sign': 'tanda tugrik',
|
|
318
|
+
'drachma sign': 'tanda drachma',
|
|
319
|
+
'german penny symbol': 'simbol penny jerman',
|
|
320
|
+
'peso sign': 'tanda peso',
|
|
321
|
+
'guarani sign': 'tanda guarani',
|
|
322
|
+
'austral sign': 'tanda austral',
|
|
323
|
+
'hryvnia sign': 'tanda hryvnia',
|
|
324
|
+
'cedi sign': 'tanda cedi',
|
|
325
|
+
'livre tournois sign': 'tanda livre tournois',
|
|
326
|
+
'spesmilo sign': 'tanda spesmilo',
|
|
327
|
+
'tenge sign': 'tanda tenge',
|
|
328
|
+
'indian rupee sign': 'tanda rupee india',
|
|
329
|
+
'turkish lira sign': 'tanda lira turki',
|
|
330
|
+
'nordic mark sign': 'tanda mark nordik',
|
|
331
|
+
'manat sign': 'tanda manat',
|
|
332
|
+
'ruble sign': 'tanda ruble',
|
|
333
|
+
'yen character': 'karakter yen',
|
|
334
|
+
'yuan character': 'karakter yuan',
|
|
335
|
+
'yuan character, in hong kong and taiwan': 'karakter yuan, di hong kong dan taiwan',
|
|
336
|
+
'yen/yuan character variant one': 'varian satu karakter yen/yuan',
|
|
337
|
+
Emojis: 'Emoji',
|
|
338
|
+
'Emojis...': 'Emoji...',
|
|
339
|
+
'Loading emojis...': 'Memuat emoji...',
|
|
340
|
+
'Could not load emojis': 'Tidak dapat memuat emoji',
|
|
341
|
+
People: 'Orang',
|
|
342
|
+
'Animals and Nature': 'Hewan dan Alam',
|
|
343
|
+
'Food and Drink': 'Makanan dan Minuman',
|
|
344
|
+
Activity: 'Aktivitas',
|
|
345
|
+
'Travel and Places': 'Perjalanan dan Lokasi',
|
|
346
|
+
Objects: 'Objek',
|
|
347
|
+
Flags: 'Bendera',
|
|
348
|
+
Characters: 'Karakter',
|
|
349
|
+
'Characters (no spaces)': 'Karakter (tanpa spasi)',
|
|
350
|
+
'{0} characters': '{0} karakter',
|
|
351
|
+
'Error: Form submit field collision.': 'Kesalahan: Benturan bidang pengiriman bentuk.',
|
|
352
|
+
'Error: No form element found.': 'Kesalahan: tidak ditemukan elemen bentuk.',
|
|
353
|
+
'Color swatch': 'Contoh warna',
|
|
354
|
+
'Color Picker': 'Pemilih warna',
|
|
355
|
+
'Invalid hex color code: {0}': 'Kode warna hex tidak valid: {0}',
|
|
356
|
+
'Invalid input': 'Masukan tidak valid',
|
|
357
|
+
R: 'R',
|
|
358
|
+
'Red component': 'Komponen merah',
|
|
359
|
+
G: 'G',
|
|
360
|
+
'Green component': 'Komponen hijau',
|
|
361
|
+
B: 'B',
|
|
362
|
+
'Blue component': 'Komponen biru',
|
|
363
|
+
'#': '#',
|
|
364
|
+
'Hex color code': 'Kode warna hex',
|
|
365
|
+
'Range 0 to 255': 'Rentang 0 hingga 255',
|
|
366
|
+
Turquoise: 'Toska',
|
|
367
|
+
Green: 'Hijau',
|
|
368
|
+
Blue: 'Biru',
|
|
369
|
+
Purple: 'Ungu',
|
|
370
|
+
'Navy Blue': 'Biru Navy',
|
|
371
|
+
'Dark Turquoise': 'Turquoise Gelap',
|
|
372
|
+
'Dark Green': 'Hijau Gelap',
|
|
373
|
+
'Medium Blue': 'Biru Medium',
|
|
374
|
+
'Medium Purple': 'Ungu Medium',
|
|
375
|
+
'Midnight Blue': 'Biru Midnight',
|
|
376
|
+
Yellow: 'Kuning',
|
|
377
|
+
Orange: 'Jingga',
|
|
378
|
+
Red: 'Merah',
|
|
379
|
+
'Light Gray': 'Abu Muda',
|
|
380
|
+
Gray: 'Abu-abu',
|
|
381
|
+
'Dark Yellow': 'Kuning Gelap',
|
|
382
|
+
'Dark Orange': 'Jingga Gelap',
|
|
383
|
+
'Dark Red': 'Merah Gelap',
|
|
384
|
+
'Medium Gray': 'Abu Medium',
|
|
385
|
+
'Dark Gray': 'Abu Gelap',
|
|
386
|
+
'Light Green': 'Hijau Muda',
|
|
387
|
+
'Light Yellow': 'Kuning Muda',
|
|
388
|
+
'Light Red': 'Merah Muda',
|
|
389
|
+
'Light Purple': 'Ungu Muda',
|
|
390
|
+
'Light Blue': 'Biru Muda',
|
|
391
|
+
'Dark Purple': 'Ungu Gelap',
|
|
392
|
+
'Dark Blue': 'Biru Gelap',
|
|
393
|
+
Black: 'Hitam',
|
|
394
|
+
White: 'Putih',
|
|
395
|
+
'Switch to or from fullscreen mode': 'Alihkan ke atau dari mode layar penuh',
|
|
396
|
+
'Open help dialog': 'Buka dialog bantuan',
|
|
397
|
+
history: 'riwayat',
|
|
398
|
+
styles: 'gaya',
|
|
399
|
+
formatting: 'pemformatan',
|
|
400
|
+
alignment: 'penyejajaran',
|
|
401
|
+
indentation: 'indentasi',
|
|
402
|
+
Font: 'Huruf',
|
|
403
|
+
Size: 'Ukuran',
|
|
404
|
+
'More...': 'Lainnya...',
|
|
405
|
+
'Select...': 'Pilih...',
|
|
406
|
+
Preferences: 'Preferensi',
|
|
407
|
+
Yes: 'Ya',
|
|
408
|
+
No: 'Tidak',
|
|
409
|
+
'Keyboard Navigation': 'Navigasi Keyboard',
|
|
410
|
+
Version: 'Versi',
|
|
411
|
+
'Code view': 'Tampilan Kode',
|
|
412
|
+
'Open popup menu for split buttons': 'Buka menu popup untuk tombol terpisah',
|
|
413
|
+
'List Properties': 'Daftar properti',
|
|
414
|
+
'List properties...': 'Daftar properti...',
|
|
415
|
+
'Start list at number': 'Mulai daftar dari nomor',
|
|
416
|
+
'Line height': 'Tinggi baris',
|
|
417
|
+
'Dropped file type is not supported': 'Jenis file yang dijatuhkan tidak didukung',
|
|
418
|
+
'Loading...': 'Memuat...',
|
|
419
|
+
'ImageProxy HTTP error: Rejected request': 'Kesalahan HTTP ImageProxy: Permintaan ditolak',
|
|
420
|
+
'ImageProxy HTTP error: Could not find Image Proxy': 'Kesalahan HTTP ImageProxy: Tidak dapat menemukan Proxy Gambar',
|
|
421
|
+
'ImageProxy HTTP error: Incorrect Image Proxy URL': 'Kesalahan HTTP ImageProxy: URL Proxy Gambar Salah',
|
|
422
|
+
'ImageProxy HTTP error: Unknown ImageProxy error': 'Kesalahan HTTP ImageProxy: Kesalahan Proxy Gambar tidak diketahui'
|
|
423
|
+
});
|
|
@@ -242,7 +242,7 @@ tinymce.addI18n('ja', {
|
|
|
242
242
|
Templates: '\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8\u540d',
|
|
243
243
|
Template: '\u30c6\u30f3\u30d7\u30ec\u30fc\u30c8',
|
|
244
244
|
'Text color': '\u30c6\u30ad\u30b9\u30c8\u306e\u8272',
|
|
245
|
-
'Background color': '\
|
|
245
|
+
'Background color': '\u30cf\u30a4\u30e9\u30a4\u30c8\u30ab\u30e9\u30fc',
|
|
246
246
|
'Custom...': '\u30ab\u30b9\u30bf\u30e0...',
|
|
247
247
|
'Custom color': '\u30ab\u30b9\u30bf\u30e0\u30ab\u30e9\u30fc',
|
|
248
248
|
'No color': '\u30ab\u30e9\u30fc\u306a\u3057',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@instructure/canvas-rce",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.13.1",
|
|
4
4
|
"description": "A component wrapping Canvas's usage of Tinymce",
|
|
5
5
|
"main": "es/index.js",
|
|
6
6
|
"owner": "LF",
|
|
@@ -147,7 +147,7 @@
|
|
|
147
147
|
"lodash": "^4",
|
|
148
148
|
"mathlive": "^0.77.0",
|
|
149
149
|
"minimatch": "~3.0.4",
|
|
150
|
-
"moment-timezone": "^0.5.
|
|
150
|
+
"moment-timezone": "^0.5.45",
|
|
151
151
|
"prop-types": "^15",
|
|
152
152
|
"react": "^0.14.8 || ^15.0.0 || ^16",
|
|
153
153
|
"react-aria-live": "^2",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"@testing-library/jest-dom": "^5",
|
|
178
178
|
"@testing-library/react": "^12",
|
|
179
179
|
"@testing-library/react-hooks": "^5",
|
|
180
|
-
"@testing-library/user-event": "^
|
|
180
|
+
"@testing-library/user-event": "^14",
|
|
181
181
|
"axe-testcafe": "^3",
|
|
182
182
|
"babel-loader": "^9.1.3",
|
|
183
183
|
"babel-plugin-dynamic-import-node": "^2.2.0",
|
|
@@ -10,7 +10,7 @@ push() {
|
|
|
10
10
|
return 0
|
|
11
11
|
fi
|
|
12
12
|
|
|
13
|
-
OUTPUT=$( git push origin sync-translations-rce:refs/for/master%submit,
|
|
13
|
+
OUTPUT=$( git push origin sync-translations-rce:refs/for/master%submit,l=Verified+1 2>&1 )
|
|
14
14
|
return $?
|
|
15
15
|
}
|
|
16
16
|
|
|
@@ -41,7 +41,7 @@ if [ ! -z "$OUTPUT" ]; then
|
|
|
41
41
|
(
|
|
42
42
|
aws --region us-east-1 sqs send-message \
|
|
43
43
|
--queue-url https://sqs.us-east-1.amazonaws.com/636161780776/slack-lambda \
|
|
44
|
-
--message-body "{\"channel\":\"#
|
|
44
|
+
--message-body "{\"channel\":\"#rcx-eng\",\"username\":\"Package Translations\",\"text\":\"$SLACK_MESSAGE\"}"
|
|
45
45
|
) || echo "Failed to send Slack message."
|
|
46
46
|
fi
|
|
47
47
|
fi
|
|
@@ -95,7 +95,7 @@ if [ -z "$SKIP_ALERT" ]; then
|
|
|
95
95
|
(
|
|
96
96
|
aws --region us-east-1 sqs send-message \
|
|
97
97
|
--queue-url https://sqs.us-east-1.amazonaws.com/636161780776/slack-lambda \
|
|
98
|
-
--message-body "{\"channel\":\"#
|
|
98
|
+
--message-body "{\"channel\":\"#rich-content-experience\",\"username\":\"RCE Publish\",\"text\":\"$SLACK_MESSAGE\"}"
|
|
99
99
|
) || echo "Failed to send Slack message."
|
|
100
100
|
else
|
|
101
101
|
echo "Would have sent a Slack message:"
|
package/bin/jira_tickets.sh
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
|
|
3
|
-
if [ "${1}" == "" ]; then
|
|
4
|
-
echo "release number not provided, pulling from the latest"
|
|
5
|
-
release_ver=v`npm view | grep "dist-tags" | sed "s/.*latest: '\([0-9]\{1,2\}\.[0-9]\{1,2\}\.[0-9]\{1,2\}\)'.*/\1/"`
|
|
6
|
-
else
|
|
7
|
-
release_ver=${1}
|
|
8
|
-
fi
|
|
9
|
-
|
|
10
|
-
echo "using release version: ${release_ver}"
|
|
11
|
-
|
|
12
|
-
for f in `git cherry -v "${release_ver}" | sed "s/+ \([0-9a-f]\{40\}\).*/\1/"` ; do
|
|
13
|
-
git show -s --format=%B ${f} | egrep "(fixes|refs|closes) [A-Za-z]{4}-[0-9]{5,6}"
|
|
14
|
-
done
|