From 71884607b43269ff21d37a95cf0c7edb5a4af8c5 Mon Sep 17 00:00:00 2001 From: Jordi Brunet Date: Thu, 2 Jan 2020 12:47:43 +0100 Subject: [PATCH] Create notification.php - Catalan --- resources/lang/ca/notification.php | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 resources/lang/ca/notification.php diff --git a/resources/lang/ca/notification.php b/resources/lang/ca/notification.php new file mode 100644 index 000000000..62506cb22 --- /dev/null +++ b/resources/lang/ca/notification.php @@ -0,0 +1,9 @@ + 'li ha agradat la vostra publicació.', + 'likedComment' => 'li ha agradat el vostre comentari.', + 'startedFollowingYou' => 'ha començat a seguir-vos.', + 'commented' => 'ha comentat la vostra publicació.', + 'mentionedYou' => 'us ha esmentat.', + 'shared' => 'ha compartit la vostra publicació.', +];