Browse Source

Create exception.php

Added missing translation
Artur Mancha 3 years ago
parent
commit
821eb77f41
1 changed files with 11 additions and 0 deletions
  1. 11 0
      resources/lang/pt/exception.php

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

@@ -0,0 +1,11 @@
+<?php
+
+return [
+
+	'compose' => [
+		'invalid' => [
+			'album' => 'Deve conter uma única fotografia ou vídeo, ou várias fotografias.',
+		],
+	],
+
+];