Implemented interaction with docker registry.
This commit is contained in:
7
app/application/lang/en/access-token-permission.php
Normal file
7
app/application/lang/en/access-token-permission.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'RepoReadWriteDelete' => 'Read, Write, Delete',
|
||||
'RepoReadWrite' => 'Read & Write',
|
||||
'RepoRead' => 'Read-only',
|
||||
];
|
@@ -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',
|
||||
];
|
||||
|
@@ -279,5 +279,7 @@ return [
|
||||
'permissions' => 'permissions',
|
||||
'is_active' => 'is active',
|
||||
'roles' => 'user group',
|
||||
'is_public' => 'public',
|
||||
'overview' => 'overview',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user