added enabled/disable to styles
This commit is contained in:
10
resources/lang/de/api.php
Normal file
10
resources/lang/de/api.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'image_uploaded_successfully' => 'Bild erfolgreich hochgeladen.',
|
||||
'style_or_provider_not_found' => 'Stil oder API-Anbieter nicht gefunden oder nicht aktiviert.',
|
||||
'image_not_found' => 'Bild nicht gefunden.',
|
||||
'image_kept_successfully' => 'Bild erfolgreich behalten.',
|
||||
'image_deleted_successfully' => 'Bild erfolgreich gelöscht.',
|
||||
'image_or_provider_not_found' => 'Bild oder API-Anbieter nicht gefunden.',
|
||||
];
|
||||
@@ -32,6 +32,13 @@ return [
|
||||
'plugin' => 'Plugin',
|
||||
'enabled' => 'Aktiviert',
|
||||
],
|
||||
'action' => [
|
||||
'enable' => 'Aktivieren',
|
||||
'disable' => 'Deaktivieren',
|
||||
'delete' => 'Löschen',
|
||||
'enable_selected' => 'Ausgewählte aktivieren',
|
||||
'disable_selected' => 'Ausgewählte deaktivieren',
|
||||
],
|
||||
],
|
||||
'image' => [
|
||||
'form' => [
|
||||
|
||||
Reference in New Issue
Block a user