Implemented interaction with docker registry.

This commit is contained in:
2024-07-06 18:07:13 +05:00
parent a8d656148a
commit 10ccf2f800
155 changed files with 5142 additions and 89 deletions

View File

@@ -237,5 +237,23 @@
"example:": "example:",
"or": "or",
"My Profile": "My Profile",
"Powered by MDHub": "Powered by MDHub"
"Powered by MDHub": "Powered by MDHub",
"Repositories": "Repositories",
"My repositories": "My repositories",
"Access Tokens": "Access Tokens",
"Token created": "Token created",
"Token Name": "Token Name",
"Access Permissions": "Access Permissions",
"To use the access token from your Docker CLI client:": "To use the access token from your Docker CLI client:",
"Run command": "Run command",
"At the password prompt, enter the personal access token.": "At the password prompt, enter the personal access token.",
"WARNING": "WARNING",
"This access token will only be displayed once. It will not be stored and cannot be retrieved. Please be sure to save it now.": "WARNING: This access token will only be displayed once. It will not be stored and cannot be retrieved. Please be sure to save it now.",
"OK, I saved it": "OK, I saved it",
"Error copy": "Error, couldn't copy",
"Copied": "Copied",
"Copy": "Copy",
"Last Used": "Last Used",
"Never": "Never",
"by": "by"
}

View File

@@ -0,0 +1,7 @@
<?php
return [
'RepoReadWriteDelete' => 'Read, Write, Delete',
'RepoReadWrite' => 'Read & Write',
'RepoRead' => 'Read-only',
];

View File

@@ -4,4 +4,23 @@ return [
'logo' => 'MDHub Logo',
'Menu' => 'Menu',
'required field' => 'required field',
'profile_repositories :username' => 'User Repositories: :username',
'Create repository' => 'Create repository',
'Update repository :name' => 'Update repository: :name',
'The repository has been successfully created' => 'The repository has been successfully created',
'The repository has been successfully updated' => 'The repository has been successfully updated',
'Repository deleted successfully' => 'Repository deleted successfully',
'Tag removed successfully' => 'Tag removed successfully',
'Create an access token' => 'Create an access token',
'Editing a token' => 'Editing a token',
'Token updated successfully' => 'Token updated successfully',
'The token has been deleted' => 'The token has been deleted',
'Joined :date' => 'Joined :date',
'Name' => 'Name',
'Repositories' => 'Repositories',
'Updated :date' => 'Updated :date',
'Repository :repository' => 'Repository :repository',
'Overview' => 'Overview',
'Tags' => 'Tags',
'Docker Pull Command' => 'Docker Pull Command',
];

View File

@@ -279,5 +279,7 @@ return [
'permissions' => 'permissions',
'is_active' => 'is active',
'roles' => 'user group',
'is_public' => 'public',
'overview' => 'overview',
],
];

View File

@@ -237,5 +237,23 @@
"example:": "пример:",
"or": "или",
"My Profile": "Мой профиль",
"Powered by MDHub": "Работает на MDHub"
"Powered by MDHub": "Работает на MDHub",
"Repositories": "Репозитории",
"My repositories": "Мои репозитории",
"Access Tokens": "Токены доступа",
"Token created": "Токен создан",
"Token Name": "Название токена",
"Access Permissions": "Разрешения на доступ",
"To use the access token from your Docker CLI client:": "Чтобы использовать токен доступа из клиента Docker CLI:",
"Run command": "Запустить команду",
"At the password prompt, enter the personal access token.": "В ответ на запрос пароля введите токен личного доступа.",
"WARNING": "ВНИМАНИЕ",
"This access token will only be displayed once. It will not be stored and cannot be retrieved. Please be sure to save it now.": "этот токен доступа будет отображаться только один раз. Он не будет сохранен и не может быть получен. Пожалуйста, обязательно сохраните его сейчас.",
"OK, I saved it": "Хорошо, я сохранил",
"Error copy": "Ошибка, не удалось скопировать",
"Copied": "Скопировано",
"Copy": "Скопировать",
"Last Used": "Время использования",
"Never": "Никогда",
"by": "от"
}

View File

@@ -0,0 +1,7 @@
<?php
return [
'RepoReadWriteDelete' => 'Чтение, Запись, Удаление',
'RepoReadWrite' => 'Чтение и Запись',
'RepoRead' => 'Только чтение',
];

View File

@@ -4,4 +4,23 @@ 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\'а',
];

View File

@@ -279,5 +279,7 @@ return [
'permissions' => 'разрешения',
'is_active' => 'активен',
'roles' => 'группа пользователей',
'is_public' => 'публичный',
'overview' => 'обзор',
],
];