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

@@ -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',
],
];