-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Expand file tree
/
Copy patheditor.php
More file actions
182 lines (178 loc) · 6.71 KB
/
Copy patheditor.php
File metadata and controls
182 lines (178 loc) · 6.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
<?php
/**
* Page Editor Lines
* Contains text strings used within the user interface of the
* WYSIWYG page editor. Some Markdown editor strings may still
* exist in the 'entities' file instead since this was added later.
*/
return [
// General editor terms
'general' => 'Umum',
'advanced' => 'Tingkat lanjut',
'none' => 'Tidak Satupun',
'cancel' => 'Batal',
'save' => 'Simpan',
'close' => 'Tutup',
'apply' => 'Terapkan',
'undo' => 'Undo',
'redo' => 'Ulangi',
'left' => 'Kiri',
'center' => 'Tengah',
'right' => 'Kanan',
'top' => 'Atas',
'middle' => 'Sedang',
'bottom' => 'Bawah',
'width' => 'Lebar',
'height' => 'Tinggi',
'More' => 'Lebih Banyak',
'select' => 'Pilih...',
// Toolbar
'formats' => 'Format',
'header_large' => 'Header Besar',
'header_medium' => 'Header Sedang',
'header_small' => 'Header Kecil',
'header_tiny' => 'Header Sangat Kecil',
'paragraph' => 'Paragraf',
'blockquote' => 'Kutipan blok',
'inline_code' => 'Kode sebaris',
'callouts' => 'Anotasi',
'callout_information' => 'Informasi',
'callout_success' => 'Sukses',
'callout_warning' => 'Peringatan',
'callout_danger' => 'Bahaya',
'bold' => 'Berani',
'italic' => 'Italic',
'underline' => 'Garis Bawah',
'strikethrough' => 'Coret',
'superscript' => 'Superskrip',
'subscript' => 'Berlangganan',
'text_color' => 'Warna teks',
'highlight_color' => 'Highlight color',
'custom_color' => 'Warna khusus',
'remove_color' => 'Hapus Warna',
'background_color' => 'Warna latar',
'align_left' => 'Rata Kiri',
'align_center' => 'Rata tengah',
'align_right' => 'Rata kanan',
'align_justify' => 'Rata kanan kiri',
'list_bullet' => 'Daftar poin',
'list_numbered' => 'Daftar bernomor',
'list_task' => 'Daftar tugas',
'indent_increase' => 'Tambah indentasi',
'indent_decrease' => 'Kurangi indentasi',
'table' => 'Tabel',
'insert_image' => 'Sisipkan gambar',
'insert_image_title' => 'Sisipkan/Ubah Gambar',
'insert_link' => 'Sisipkan/ubah tautan',
'insert_link_title' => 'Sisipkan/Ubah Tautan',
'insert_horizontal_line' => 'Sisipkan garis horizontal',
'insert_code_block' => 'Sisipkan blok kode',
'edit_code_block' => 'Ubah blok kode',
'insert_drawing' => 'Sisipkan/ubah gambaran',
'drawing_manager' => 'Manajer Gambaran',
'insert_media' => 'Sisipkan/ubah media',
'insert_media_title' => 'Sisipkan/Ubah Media',
'clear_formatting' => 'Bersihkan format',
'source_code' => 'Kode sumber',
'source_code_title' => 'Kode Sumber',
'fullscreen' => 'Layar penuh',
'image_options' => 'Opsi gambar',
// Tables
'table_properties' => 'Properti tabel',
'table_properties_title' => 'Properti Tabel',
'delete_table' => 'Hapus tabel',
'table_clear_formatting' => 'Bersihkan format tabel',
'resize_to_contents' => 'Sesuaikan dengan ukuran konten',
'row_header' => 'Judul baris',
'insert_row_before' => 'Sisipkan baris sebelum',
'insert_row_after' => 'Sisipkan baris setelah',
'delete_row' => 'Hapus baris',
'insert_column_before' => 'Sisipkan kolom sebelum',
'insert_column_after' => 'Sisipkan kolom sesudah',
'delete_column' => 'Hapus kolom',
'table_cell' => 'Sel',
'table_row' => 'Row',
'table_column' => 'Column',
'cell_properties' => 'Cell properties',
'cell_properties_title' => 'Cell Properties',
'cell_type' => 'Cell type',
'cell_type_cell' => 'Cell',
'cell_scope' => 'Scope',
'cell_type_header' => 'Header cell',
'merge_cells' => 'Merge cells',
'split_cell' => 'Split cell',
'table_row_group' => 'Row Group',
'table_column_group' => 'Column Group',
'horizontal_align' => 'Horizontal align',
'vertical_align' => 'Vertical align',
'border_width' => 'Border width',
'border_style' => 'Border style',
'border_color' => 'Border color',
'row_properties' => 'Row properties',
'row_properties_title' => 'Row Properties',
'cut_row' => 'Cut row',
'copy_row' => 'Copy row',
'paste_row_before' => 'Paste row before',
'paste_row_after' => 'Paste row after',
'row_type' => 'Row type',
'row_type_header' => 'Header',
'row_type_body' => 'Body',
'row_type_footer' => 'Footer',
'alignment' => 'Alignment',
'cut_column' => 'Cut column',
'copy_column' => 'Copy column',
'paste_column_before' => 'Paste column before',
'paste_column_after' => 'Paste column after',
'cell_padding' => 'Cell padding',
'cell_spacing' => 'Cell spacing',
'caption' => 'Caption',
'show_caption' => 'Show caption',
'constrain' => 'Constrain proportions',
'cell_border_solid' => 'Solid',
'cell_border_dotted' => 'Dotted',
'cell_border_dashed' => 'Dashed',
'cell_border_double' => 'Double',
'cell_border_groove' => 'Groove',
'cell_border_ridge' => 'Ridge',
'cell_border_inset' => 'Inset',
'cell_border_outset' => 'Outset',
'cell_border_none' => 'None',
'cell_border_hidden' => 'Hidden',
// Images, links, details/summary & embed
'source' => 'Source',
'alt_desc' => 'Alternative description',
'embed' => 'Embed',
'paste_embed' => 'Paste your embed code below:',
'url' => 'URL',
'text_to_display' => 'Text to display',
'title' => 'Title',
'browse_links' => 'Browse links',
'open_link' => 'Open link',
'open_link_in' => 'Open link in...',
'open_link_current' => 'Current window',
'open_link_new' => 'New window',
'remove_link' => 'Remove link',
'insert_collapsible' => 'Insert collapsible block',
'collapsible_unwrap' => 'Unwrap',
'edit_label' => 'Edit label',
'toggle_open_closed' => 'Toggle open/closed',
'collapsible_edit' => 'Edit collapsible block',
'toggle_label' => 'Toggle label',
// About view
'about' => 'About the editor',
'about_title' => 'About the WYSIWYG Editor',
'editor_license' => 'Editor License & Copyright',
'editor_lexical_license' => 'This editor is built as a fork of :lexicalLink which is distributed under the MIT license.',
'editor_lexical_license_link' => 'Full license details can be found here.',
'editor_tiny_license' => 'This editor is built using :tinyLink which is provided under the MIT license.',
'editor_tiny_license_link' => 'The copyright and license details of TinyMCE can be found here.',
'save_continue' => 'Save Page & Continue',
'callouts_cycle' => '(Keep pressing to toggle through types)',
'link_selector' => 'Link to content',
'shortcuts' => 'Shortcuts',
'shortcut' => 'Shortcut',
'shortcuts_intro' => 'The following shortcuts are available in the editor:',
'windows_linux' => '(Windows/Linux)',
'mac' => '(Mac)',
'description' => 'Description',
];