Skip to content

Commit

Permalink
Improved translations Offcanvas Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
MGeurts committed Oct 19, 2024
1 parent e985a0e commit 750aec2
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions lang/de/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'terms_of_service' => 'Nutzungsbedingungen',
'useful_links' => 'Nützliche Links',
'impressum' => 'Impressum',
'log_viewer' => 'Protokollbetrachter',

// Labels
'api_tokens' => 'API-Token',
Expand Down
1 change: 1 addition & 0 deletions lang/en/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'terms_of_service' => 'Terms of service',
'useful_links' => 'Useful links',
'impressum' => 'Impressum',
'log_viewer' => 'Logs Viewer',

// Labels
'api_tokens' => 'API tokens',
Expand Down
1 change: 1 addition & 0 deletions lang/nl/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'terms_of_service' => 'Algemene voorwaarden',
'useful_links' => 'Bruikbare links',
'impressum' => 'Impressum',
'log_viewer' => 'Log Viewer',

// Labels
'api_tokens' => 'API tokens',
Expand Down
1 change: 1 addition & 0 deletions lang/vn/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
'terms_of_service' => 'Điều khoản dịch vụ',
'useful_links' => 'Liên kết hữu ích',
'impressum' => 'Gây ấn tượng',
'log_viewer' => 'Trình xem nhật ký',

// Labels
'api_tokens' => 'Mã thông báo API',
Expand Down
4 changes: 2 additions & 2 deletions resources/views/layouts/partials/offcanvas.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@

<p>
<x-nav-link-responsive href="{{ route('developer.backups') }}" :active="request()->routeIs('developer.backups')">
{{ __('Backups') }}
{{ __('backup.backups') }}
</x-nav-link-responsive>
</p>

<x-hr.narrow class="w-full h-1 my-1 bg-gray-100 border-0 rounded max-md:mx-auto dark:bg-gray-700" />

<p>
<x-nav-link-responsive href="{{ url('log-viewer') }}" target="_blank">
{{ __('Log Viewer') }}
{{ __('app.log_viewer') }}
</x-nav-link-responsive>
</p>
</div>
Expand Down

0 comments on commit 750aec2

Please sign in to comment.