From 101709eb75aac9476fd20b1ff78739fd7a7b19ce Mon Sep 17 00:00:00 2001 From: Dan Brown Date: Wed, 7 Feb 2024 22:19:54 +0000 Subject: [PATCH] New translations editor.php (Serbian (Cyrillic)) --- lang/sr/editor.php | 72 +++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/lang/sr/editor.php b/lang/sr/editor.php index 670c1c5e1..973571639 100644 --- a/lang/sr/editor.php +++ b/lang/sr/editor.php @@ -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',