Skip to content

Commit

Permalink
Added Ukrainian Translation
Browse files Browse the repository at this point in the history
  • Loading branch information
pliasun committed Jun 18, 2019
1 parent 65e931b commit 81633e8
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Feel free to check out the [releases](https://github.com/ARCANEDEV/LogViewer/rel
| `sv` | Swedish |
| `th` | Thai |
| `tr` | Turkish |
| `uk` | Ukrainian |
| `zh` | Chinese (Simplified) |
| `zh-TW` | Chinese (Traditional) |

Expand Down
32 changes: 32 additions & 0 deletions resources/lang/uk/general.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<?php

return [
'all' => 'Всі',
'date' => 'Дата',
'empty-logs' => 'Список журналів порожній!',
'dashboard' => 'Інформаційна панель',
'entries' => 'запис|записів',
'logs' => 'Журнали',
'log' => 'журнал',
'log_info' => 'журнал інформації',
'download' => 'Завантажити',
'delete' => 'Видалити',
'file_path' => 'Шлях до файлу :',
'log_entries' => 'Записи журналу :',
'size' => 'Розмір :',
'created_at' => 'Створено в :',
'updated_at' => 'Оновлено в :',
'pagination' => 'Сторінка :current із :last',
'env' => 'Змінні оточення',
'levels' => 'Рівні',
'level' => 'Рівень',
'time' => 'Час',
'header' => 'Опис',
'actions' => 'Дії',
'stack' => 'Стек',
'close' => 'Закрити',
'delete_log_file' => 'ВИДАЛИТИ ФАЙЛ ЖУРНАЛУ',
'sure_delete' => 'Ви впевнені, що хочете :delete_button цей файл журналу :log_file ?',
'cancel' => 'Скасувати',
'delete_file' => 'ВИДАЛИТИ ФАЙЛ ЖУРНАЛУ',
];
13 changes: 13 additions & 0 deletions resources/lang/uk/levels.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?php

return [
'all' => 'Всі',
'emergency' => 'Аварійна',
'alert' => 'Попередження',
'critical' => 'Критична',
'error' => 'Помилка',
'warning' => 'Попереждення',
'notice' => 'Сповіщення',
'info' => 'Інформація',
'debug' => 'Відладка',
];
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ abstract class TestCase extends BaseTestCase
/** @var array */
protected static $locales = [
'ar', 'bg', 'de', 'en', 'es', 'et', 'fa', 'fr', 'hu', 'hy', 'id', 'it', 'ja', 'ko', 'nl', 'pl',
'pt-BR', 'ro', 'ru', 'sv', 'th', 'tr', 'zh-TW', 'zh'
'pt-BR', 'ro', 'ru', 'sv', 'th', 'tr', 'uk', 'zh-TW', 'zh'
];

/* -----------------------------------------------------------------
Expand Down

0 comments on commit 81633e8

Please sign in to comment.