]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/ru/components.php
Update components.php
[bookstack] / resources / lang / ru / components.php
index ed4fa6704f86116eaecee0a8e653e86b3a88b818..2fc88d46218ae29c2d2f011b84e0e65744744192 100644 (file)
@@ -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' => 'Содержимое кода',