From 821eb77f4159c468d3b8cf642d681a6e10cc472a Mon Sep 17 00:00:00 2001 From: Artur Mancha Date: Thu, 2 Dec 2021 11:11:48 +0100 Subject: [PATCH] Create exception.php Added missing translation --- resources/lang/pt/exception.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 resources/lang/pt/exception.php diff --git a/resources/lang/pt/exception.php b/resources/lang/pt/exception.php new file mode 100644 index 000000000..a34d23f19 --- /dev/null +++ b/resources/lang/pt/exception.php @@ -0,0 +1,11 @@ + [ + 'invalid' => [ + 'album' => 'Deve conter uma única fotografia ou vídeo, ou várias fotografias.', + ], + ], + +];