mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-06 01:25:00 +02:00
Added a few more translations
This commit is contained in:
parent
c9636114d8
commit
014b679b46
3 changed files with 74 additions and 8 deletions
|
@ -179,24 +179,24 @@
|
|||
</a>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="{{route('domains')}}">
|
||||
List Domains
|
||||
{{ __('List Domains') }}
|
||||
</a>
|
||||
<a class="dropdown-item" href="#">
|
||||
Check Domain
|
||||
{{ __('Check Domain') }}
|
||||
</a>
|
||||
<a class="dropdown-item" href="#">
|
||||
Create Domain
|
||||
{{ __('Create Domain') }}
|
||||
</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="#">
|
||||
List Applications
|
||||
{{ __('List Applications') }}
|
||||
</a>
|
||||
<a class="dropdown-item" href="#">
|
||||
Create Application
|
||||
{{ __('Create Application') }}
|
||||
</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="#">
|
||||
Transfers
|
||||
{{ __('Transfers') }}
|
||||
</a>
|
||||
</div>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue