Browse Source

Created localized exception.php (DE)

forenta 3 năm trước cách đây
mục cha
commit
236559a4d9
1 tập tin đã thay đổi với 11 bổ sung0 xóa
  1. 11 0
      resources/lang/de/exception.php

+ 11 - 0
resources/lang/de/exception.php

@@ -0,0 +1,11 @@
+<?php
+
+return [
+
+	'compose' => [
+		'invalid' => [
+			'album' => 'Mindestens 1 Foto oder Video muss enthalten sein.',
+		],
+	],
+
+];