New translations editor.php (Serbian (Cyrillic))
This commit is contained in:
parent
704729c27b
commit
101709eb75
1 changed files with 36 additions and 36 deletions
|
@ -7,39 +7,39 @@
|
|||
*/
|
||||
return [
|
||||
// General editor terms
|
||||
'general' => 'General',
|
||||
'advanced' => 'Advanced',
|
||||
'none' => 'None',
|
||||
'cancel' => 'Cancel',
|
||||
'save' => 'Save',
|
||||
'close' => 'Close',
|
||||
'undo' => 'Undo',
|
||||
'redo' => 'Redo',
|
||||
'left' => 'Left',
|
||||
'center' => 'Center',
|
||||
'right' => 'Right',
|
||||
'top' => 'Top',
|
||||
'middle' => 'Middle',
|
||||
'bottom' => 'Bottom',
|
||||
'width' => 'Width',
|
||||
'height' => 'Height',
|
||||
'More' => 'More',
|
||||
'select' => 'Select...',
|
||||
'general' => 'Опште',
|
||||
'advanced' => 'Напредно',
|
||||
'none' => 'Ништа',
|
||||
'cancel' => 'Поништи',
|
||||
'save' => 'Сачувај',
|
||||
'close' => 'Затвори',
|
||||
'undo' => 'Опозови',
|
||||
'redo' => 'Понови',
|
||||
'left' => 'Лево',
|
||||
'center' => 'Центар',
|
||||
'right' => 'Десно',
|
||||
'top' => 'Врх',
|
||||
'middle' => 'Средина',
|
||||
'bottom' => 'Дно',
|
||||
'width' => 'Ширина',
|
||||
'height' => 'Висина',
|
||||
'More' => 'Више',
|
||||
'select' => 'Изабери...',
|
||||
|
||||
// Toolbar
|
||||
'formats' => 'Formats',
|
||||
'formats' => 'Формати',
|
||||
'header_large' => 'Large Header',
|
||||
'header_medium' => 'Medium Header',
|
||||
'header_small' => 'Small Header',
|
||||
'header_tiny' => 'Tiny Header',
|
||||
'paragraph' => 'Paragraph',
|
||||
'paragraph' => 'Параграф',
|
||||
'blockquote' => 'Blockquote',
|
||||
'inline_code' => 'Inline code',
|
||||
'callouts' => 'Callouts',
|
||||
'callout_information' => 'Information',
|
||||
'callout_success' => 'Success',
|
||||
'callout_warning' => 'Warning',
|
||||
'callout_danger' => 'Danger',
|
||||
'callout_information' => 'Информација',
|
||||
'callout_success' => 'Успешно',
|
||||
'callout_warning' => 'Упозорење',
|
||||
'callout_danger' => 'Опасност',
|
||||
'bold' => 'Bold',
|
||||
'italic' => 'Italic',
|
||||
'underline' => 'Underline',
|
||||
|
@ -50,15 +50,15 @@ return [
|
|||
'custom_color' => 'Custom color',
|
||||
'remove_color' => 'Remove color',
|
||||
'background_color' => 'Background color',
|
||||
'align_left' => 'Align left',
|
||||
'align_center' => 'Align center',
|
||||
'align_right' => 'Align right',
|
||||
'align_left' => 'Поравнај лево',
|
||||
'align_center' => 'Поравнај по средини',
|
||||
'align_right' => 'Поравнај деcно',
|
||||
'align_justify' => 'Justify',
|
||||
'list_bullet' => 'Bullet list',
|
||||
'list_numbered' => 'Numbered list',
|
||||
'list_task' => 'Task list',
|
||||
'indent_increase' => 'Increase indent',
|
||||
'indent_decrease' => 'Decrease indent',
|
||||
'list_bullet' => 'Листа ставки',
|
||||
'list_numbered' => 'Нумерисана листа',
|
||||
'list_task' => 'Листа задатака',
|
||||
'indent_increase' => 'Повећај увлачење',
|
||||
'indent_decrease' => 'Умањи увлачење',
|
||||
'table' => 'Table',
|
||||
'insert_image' => 'Insert image',
|
||||
'insert_image_title' => 'Insert/Edit Image',
|
||||
|
@ -93,11 +93,11 @@ return [
|
|||
'cell_properties' => 'Cell properties',
|
||||
'cell_properties_title' => 'Cell Properties',
|
||||
'cell_type' => 'Cell type',
|
||||
'cell_type_cell' => 'Cell',
|
||||
'cell_scope' => 'Scope',
|
||||
'cell_type_cell' => 'Ћелија',
|
||||
'cell_scope' => 'Обим',
|
||||
'cell_type_header' => 'Header cell',
|
||||
'merge_cells' => 'Merge cells',
|
||||
'split_cell' => 'Split cell',
|
||||
'merge_cells' => 'Обједини ћелије',
|
||||
'split_cell' => 'Подели ћелију',
|
||||
'table_row_group' => 'Row Group',
|
||||
'table_column_group' => 'Column Group',
|
||||
'horizontal_align' => 'Horizontal align',
|
||||
|
|
Loading…
Reference in a new issue