mdhub/app/application/lang/en/site.php

27 lines
1.2 KiB
PHP
Raw Normal View History

2024-06-18 22:35:54 +05:00
<?php
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',
2024-06-18 22:35:54 +05:00
];