mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
Update components.php
update ru
This commit is contained in:
parent
16d8a667b1
commit
22a665a942
@ -1,9 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Text used in custom JavaScript driven components.
|
||||
*/
|
||||
return [
|
||||
|
||||
/**
|
||||
* Image Manager
|
||||
*/
|
||||
//Image Manager
|
||||
'image_select' => 'Выбрать изображение',
|
||||
'image_all' => 'Все',
|
||||
'image_all_title' => 'Простмотр всех изображений',
|
||||
@ -24,9 +25,7 @@ return [
|
||||
'image_delete_success' => 'Изображение успешно удалено',
|
||||
'image_upload_remove' => 'Удалить изображение',
|
||||
|
||||
/**
|
||||
* Code editor
|
||||
*/
|
||||
//Code editor
|
||||
'code_editor' => 'Изменить код',
|
||||
'code_language' => 'Язык кода',
|
||||
'code_content' => 'Содержимое кода',
|
||||
|
Loading…
Reference in New Issue
Block a user