mdhub/app/application/lang/ru/site.php

27 lines
1.4 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'logo' => 'Логотип MDHub',
'Menu' => 'Меню',
'required field' => 'обязательное поле',
'profile_repositories :username' => 'Репозитории пользователя: :username',
'Create repository' => 'Создать репозиторий',
'Update repository :name' => 'Обновить репозиторий: :name',
'The repository has been successfully created' => 'Репозиторий успешно создан',
'The repository has been successfully updated' => 'Репозиторий успешно обновлен',
'Repository deleted successfully' => 'Репозиторий успешно удален',
'Tag removed successfully' => 'Тег успешно удален',
'Create an access token' => 'Создать токен доступа',
'Editing a token' => 'Редактирование токена',
'Token updated successfully' => 'Токен успешно обновлен',
'The token has been deleted' => 'Токен был удален',
'Joined :date' => 'Присоединился :date',
'Name' => 'Имя',
'Repositories' => 'Репозитории',
'Updated :date' => 'Обновлено :date',
'Repository :repository' => 'Репозиторий :repository',
'Overview' => 'Обзор',
'Tags' => 'Теги',
'Docker Pull Command' => 'Команда Pull от Docker\'а',
];