Implemented interaction with docker registry.
This commit is contained in:
@@ -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',
|
||||
];
|
||||
|
Reference in New Issue
Block a user