Updated translation
This commit is contained in:
parent
6930904747
commit
d8cc915610
|
@ -123,7 +123,7 @@ return [
|
|||
'Scheme' => 'Farbschema',
|
||||
'Auto' => 'Auto',
|
||||
'Dark' => 'Dunkel',
|
||||
'Light' => 'Licht',
|
||||
'Light' => 'Hell',
|
||||
'Color Customizer' => 'Farbanpassung',
|
||||
'Sidebar Color' => 'Farbe der Seitenleiste',
|
||||
'Default' => 'Standard',
|
||||
|
@ -613,7 +613,7 @@ return [
|
|||
'Port' => 'Port',
|
||||
'Username' => 'Nutzername',
|
||||
'Encryption type' => 'Verschlüsselungstyp',
|
||||
'From address' => 'Von Adresse',
|
||||
'From address' => 'Absenderadresse',
|
||||
'Apply changes' => 'Änderungen übernehmen',
|
||||
'Test E-Mail setup:' => 'E-Mail-Setup testen:',
|
||||
'Send Test E-Mail' => 'Test-E-Mail senden',
|
||||
|
|
|
@ -172,7 +172,7 @@ $(window).on('load', function() {
|
|||
<div class="modal-dialog modal-fullscreen">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title" id="exampleModalLabel">Select a theme</h5>
|
||||
<h5 class="modal-title" id="exampleModalLabel">{{__('messages.Select a theme')}}</h5>
|
||||
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
|
|
Loading…
Reference in New Issue