Added a few more translations

This commit is contained in:
Pinga 2023-08-30 20:29:54 +03:00
parent c9636114d8
commit 014b679b46
3 changed files with 74 additions and 8 deletions

View file

@ -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>