Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions lang/en/profile.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [
/*
/*
|--------------------------------------------------------------------------
| Profile page
|--------------------------------------------------------------------------
Expand Down
9 changes: 4 additions & 5 deletions lang/ru/changelogs.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?php

return [
/*
/*
|--------------------------------------------------------------------------
| Changelogs page
|--------------------------------------------------------------------------
*/
'title' => 'Change logs',
'description' => 'This page contains the changelogs up to the latest available version of Lychee. It is voluntarily not limited to the changes on your installed version. With this, we want to give you a better overview of what to expect when you decide to upgrade.',
];
'title' => 'Последние изменния',
'description' => 'Эта страница содержит список последних изменений вплоть до последней доступной версии Lychee. Намеренно указаны изменения до последней доступной версии Lychee, а не версии, которая у вас установлена. Таким образом мы хотим показать вам, какие изменения следует ожидать после обновления.',
];
5 changes: 2 additions & 3 deletions lang/ru/diagnostics.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

return [
/*
/*
|--------------------------------------------------------------------------
| Diagnostics page
|--------------------------------------------------------------------------
Expand All @@ -13,7 +12,7 @@
'space' => 'Пространство',
'load_space' => 'Загрузить использование пространства.',
'configuration' => 'Конфигурация',
'loading' => 'Загрузка...',
'loading' => 'Загрузка',
'identical_content' => 'Идентичное содержимое',
'toast' => [
'info' => 'Информация',
Expand Down
Loading