{{ $language->name }}

{{ __('dashboard.Translate existing UI phrases.') }}

{{ __('dashboard.Translate with AI') }} {{ __('dashboard.Translating…') }}
@if ($rows === [])

{{ filled($search) ? __('dashboard.No results.') : __('dashboard.No phrases on this page.') }}

@else
@foreach ($rows as $index => $row) @if ($row['source'] !== $row['key']) {{ $row['source'] }} @endif @endforeach
@endif
{{ __('dashboard.Save changes') }}