]> BookStack Code Mirror - bookstack/blobdiff - resources/lang/uk/common.php
Decode HTML entities
[bookstack] / resources / lang / uk / common.php
index c2f23f75e5277557bec037dd2a3c8bb36dd83a59..225429ffa1aa594b52ee0abcb9a2efc9d3d1ccf5 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * Common elements found throughout many areas of BookStack. / Загальні елементи, використовуються в багатьох областях BookStack.
+ * Common elements found throughout many areas of BookStack.
  */
 return [
 
@@ -38,9 +38,14 @@ return [
     'reset' => 'Скинути',
     'remove' => 'Видалити',
     'add' => 'Додати',
-    
+    'fullscreen' => 'Fullscreen',
+
     // Sort Options
-    'sort_name' => 'Ім’я',
+    'sort_options' => 'Параметри сортування',
+    'sort_direction_toggle' => 'Перемикач напрямку сортування',
+    'sort_ascending' => 'За зростанням',
+    'sort_descending' => 'За спаданням',
+    'sort_name' => 'Ім\'я',
     'sort_created_at' => 'Дата створення',
     'sort_updated_at' => 'Дата оновлення',
 
@@ -55,11 +60,15 @@ return [
     'grid_view' => 'Вигляд Сіткою',
     'list_view' => 'Вигляд Списком',
     'default' => 'За замовчуванням',
+    'breadcrumb' => 'Навігація',
 
     // Header
+    'profile_menu' => 'Меню профілю',
     'view_profile' => 'Переглянути профіль',
     'edit_profile' => 'Редагувати профіль',
-    
+    'dark_mode' => 'Dark Mode',
+    'light_mode' => 'Light Mode',
+
     // Layout tabs
     'tab_info' => 'Інфо',
     'tab_content' => 'Вміст',