From 55322bb298332c4703a759b456d5e24ebb959a6c Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 25 Dec 2021 01:49:42 -0700 Subject: [PATCH] New translations web.php (Basque) [ci skip] --- resources/lang/eu/web.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/eu/web.php b/resources/lang/eu/web.php index 0ab9be5bb..bff232767 100644 --- a/resources/lang/eu/web.php +++ b/resources/lang/eu/web.php @@ -147,9 +147,9 @@ return [ 'reportSentError' => 'Arazo bat egon da bidalketa hau salatzerakoan.', 'modAddCWConfirm' => 'Ziur al zaude edukiaren abisua jarri nahi duzula argitalpen honetarako?', - 'modCWSuccess' => 'Successfully added content warning', - 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', - 'modRemoveCWSuccess' => 'Successfully removed content warning', + 'modCWSuccess' => 'Ongi gehitu da kontuzko edukiaren oharra', + 'modRemoveCWConfirm' => 'Ziur al zaude edukiaren oharra kendu nahi duzula argitalpen honetarako?', + 'modRemoveCWSuccess' => 'Kontuzko oharra ongi kendu da', 'modUnlistConfirm' => 'Are you sure you want to unlist this post?', 'modUnlistSuccess' => 'Successfully unlisted post', 'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.',