소스 검색

Merge pull request #2914 from forenta/patch-1

Created localized exception.php (DE)
daniel 3 년 전
부모
커밋
df972ea157
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  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.',
+		],
+	],
+
+];