@section('title', __('Translation Editor'))
{{ __('This Translation Editor is only functional in production environment. You are currently in') }} {{ app()->environment() }} {{ __('environment') }}.
{{ __('All editing functions are disabled. To enable this feature, switch to production environment.') }}
{{ __('Create a new language by copying translations from an existing language. The new language will be automatically added to your backend configuration.') }}
{{ __('2-5 characters, letters only') }}
@error('newLanguageCode') {{ $message }} @enderror{{ __('Select source language to copy from') }}
@error('sourceLanguage') {{ $message }} @enderror{{ __('What happens when you create a new language?') }}
| {{ __('Key') }} | {{ __('Value') }} | {{ __('Actions') }} |
|---|---|---|
| {{ $key }} |
@if($editingKey === $key)
@else
{{ $value }}
@endif
|
@if($editingKey === $key) @else @endif |
|
{{ __('No translations found') }} @if(!empty($searchTerm)){{ __('Try a different search term') }} @endif |
||
{{ __('Note') }}: {{ __('Translation changes are automatically backed up before saving. Cache is cleared after each update to ensure changes take effect immediately.') }}
{{ __('Backups are stored in') }} resources/lang/backups/