mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
German Translation (#719)
This commit is contained in:
committed by
Dane Everitt
parent
6a2cb72ede
commit
df9d746b4b
9
resources/lang/de/admin/pack.php
Normal file
9
resources/lang/de/admin/pack.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'notices' => [
|
||||
'pack_updated' => 'Pack erfolgreich aktualisiert',
|
||||
'pack_deleted' => 'Pack ":name" erfolgreich gelöscht.',
|
||||
'pack_created' => 'Ein neues Pack wurde erfolgreich erstellt.',
|
||||
],
|
||||
];
|
||||
Reference in New Issue
Block a user