Implemented interaction with docker registry.
This commit is contained in:
7
app/application/lang/ru/access-token-permission.php
Normal file
7
app/application/lang/ru/access-token-permission.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'RepoReadWriteDelete' => 'Чтение, Запись, Удаление',
|
||||
'RepoReadWrite' => 'Чтение и Запись',
|
||||
'RepoRead' => 'Только чтение',
|
||||
];
|
Reference in New Issue
Block a user