From bc69463492c3034557f554115e155a1f1a3c0292 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 00:07:51 -0700 Subject: [PATCH 01/47] New translations web.php (Russian) [ci skip] --- resources/lang/ru/web.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/ru/web.php b/resources/lang/ru/web.php index acae889a3..23d3628bf 100644 --- a/resources/lang/ru/web.php +++ b/resources/lang/ru/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Диск', 'settings' => 'Настройки', 'compose' => 'Создать новый пост', - 'logout' => 'Logout', + 'logout' => 'Выйти', // Nav footer 'about' => 'О нас', @@ -159,12 +159,12 @@ return [ 'modMarkAsSpammerConfirm' => 'Вы уверены, что хотите отметить этого пользователя спамом? Все существующие и будущие сообщения будут исключены из списка в сроки, и будет применяться предупреждение о содержании.', 'modMarkAsSpammerSuccess' => 'Аккаунт успешно помечен как спаммер', - 'toFollowers' => 'to Followers', + 'toFollowers' => 'подписчикам', 'showCaption' => 'Показать подпись', 'showLikes' => 'Показать отметки "мне нравится"', 'compactMode' => 'Компактный режим', - 'embedConfirmText' => 'By using this embed, you agree to our', + 'embedConfirmText' => 'Используя этот инстант, вы соглашаетесь с нашими', 'deletePostConfirm' => 'Вы действительно хотите удалить этот пост?', 'archivePostConfirm' => 'Вы действительно хотите архивировать этот пост?', From 44d877d670073040c0721cf758bef52ab27bc56c Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 00:07:52 -0700 Subject: [PATCH 02/47] New translations web.php (Vietnamese) [ci skip] --- resources/lang/vi/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/vi/web.php b/resources/lang/vi/web.php index bc72cb1ec..5e116d800 100644 --- a/resources/lang/vi/web.php +++ b/resources/lang/vi/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Lưu trữ', 'settings' => 'Thiết lập', 'compose' => 'Ảnh mới', - 'logout' => 'Logout', + 'logout' => 'Đăng xuất', // Nav footer 'about' => 'Giới thiệu', From 5646fbf878ae236bca9e11b19fd11ce54680ee28 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 02:17:04 -0700 Subject: [PATCH 03/47] New translations web.php (Czech) [ci skip] --- resources/lang/cs/web.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/lang/cs/web.php b/resources/lang/cs/web.php index e9462780b..d4354c2c9 100644 --- a/resources/lang/cs/web.php +++ b/resources/lang/cs/web.php @@ -39,9 +39,9 @@ return [ 'admin' => 'Administrátorský ovládací panel', // Timelines - 'homeFeed' => 'Domovská časová osa', - 'localFeed' => 'Místní časová osa', - 'globalFeed' => 'Globalní časová osa', + 'homeFeed' => 'Domů', + 'localFeed' => 'Místní kanál', + 'globalFeed' => 'Globální kanál', // Core features 'discover' => 'Objevovat', @@ -55,7 +55,7 @@ return [ 'drive' => 'Úložiště', 'settings' => 'Nastavení', 'compose' => 'Vytvořit nový', - 'logout' => 'Logout', + 'logout' => 'Odhlásit', // Nav footer 'about' => 'O aplikaci', @@ -109,7 +109,7 @@ return [ 'profile' => [ 'posts' => 'Příspěvky', 'followers' => 'Sledující', - 'following' => 'Sledovaní', + 'following' => 'Sleduje', 'admin' => 'Administrátor', 'collections' => 'Sbírky', 'follow' => 'Sledovat', From c047237f33f4393d0fc38da55a034b99f54b55e0 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 02:17:05 -0700 Subject: [PATCH 04/47] New translations web.php (German) [ci skip] --- resources/lang/de/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de/web.php b/resources/lang/de/web.php index 95daf4a26..7c557d03d 100644 --- a/resources/lang/de/web.php +++ b/resources/lang/de/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Festplatte', 'settings' => 'Einstellungen', 'compose' => 'Neu erstellen', - 'logout' => 'Logout', + 'logout' => 'Ausloggen', // Nav footer 'about' => 'Über uns', From 50f59c82ee4b0b075ea7fa19b9ab26757f89d5e2 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 03:31:42 -0700 Subject: [PATCH 05/47] New translations web.php (French) [ci skip] --- resources/lang/fr/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr/web.php b/resources/lang/fr/web.php index 874ca5cfc..fa251d803 100644 --- a/resources/lang/fr/web.php +++ b/resources/lang/fr/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Médiathèque', 'settings' => 'Paramètres', 'compose' => 'Publier', - 'logout' => 'Logout', + 'logout' => 'Déconnexion', // Nav footer 'about' => 'À propos', From 012d81b67a1a909e1d12fde50385899da089d950 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 03:31:43 -0700 Subject: [PATCH 06/47] New translations web.php (Czech) [ci skip] --- resources/lang/cs/web.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/cs/web.php b/resources/lang/cs/web.php index d4354c2c9..b9eba5368 100644 --- a/resources/lang/cs/web.php +++ b/resources/lang/cs/web.php @@ -6,7 +6,7 @@ return [ 'comment' => 'Komentář', 'commented' => 'Okomentováno', 'comments' => 'Komentáře', - 'like' => 'Líbí se mi', + 'like' => 'To se mi líbí', 'liked' => 'Líbí se', 'likes' => 'To se mi líbí', 'share' => 'Sdílet', @@ -55,7 +55,7 @@ return [ 'drive' => 'Úložiště', 'settings' => 'Nastavení', 'compose' => 'Vytvořit nový', - 'logout' => 'Odhlásit', + 'logout' => 'Odhlásit se', // Nav footer 'about' => 'O aplikaci', @@ -71,7 +71,7 @@ return [ 'directMessages' => [ 'inbox' => 'Přijaté zprávy', 'sent' => 'Odeslané', - 'requests' => 'Požadavky' + 'requests' => 'Žádosti' ], 'notifications' => [ @@ -116,10 +116,10 @@ return [ 'unfollow' => 'Přestat sledovat', 'editProfile' => 'Upravit profil', 'followRequested' => 'Sledování vyžádáno', - 'joined' => 'Joined', + 'joined' => 'Připojen/a', - 'emptyCollections' => 'We can\'t seem to find any collections', - 'emptyPosts' => 'We can\'t seem to find any posts', + 'emptyCollections' => 'Zdá se, že nelze najít žádné kolekce', + 'emptyPosts' => 'Zdá se, že nelze najít žádné příspěvky', ], 'menu' => [ @@ -142,7 +142,7 @@ return [ 'abusive' => 'Urážlivé nebo škodlivé', 'underageAccount' => 'Účet nezletilých', 'copyrightInfringement' => 'Porušení autorských práv', - 'impersonation' => 'Impersonation', + 'impersonation' => 'Předstírání identity', 'scamOrFraud' => 'Podvod', 'confirmReport' => 'Potvrdit hlášení', 'confirmReportText' => 'Jste si jisti, že chcete nahlásit tento příspěvek?', @@ -159,7 +159,7 @@ return [ 'modMarkAsSpammerConfirm' => 'Jste si jisti, že chcete tohoto uživatele označit jako spammer? Všechny existující a budoucí příspěvky budou vyřazeny z časových os a bude na ně aplikováno varování o obsahu.', 'modMarkAsSpammerSuccess' => 'Účet byl označen jako spammer', - 'toFollowers' => 'to Followers', + 'toFollowers' => 'sledujícím', 'showCaption' => 'Ukázat popisek', 'showLikes' => 'Zobrazit To se mi líbí', From fd8a0a603cde4fd4993b6f48d87e513694d19f84 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 03:31:44 -0700 Subject: [PATCH 07/47] New translations web.php (Hungarian) [ci skip] --- resources/lang/hu/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/hu/web.php b/resources/lang/hu/web.php index 65a3f2bcf..c11c22c25 100644 --- a/resources/lang/hu/web.php +++ b/resources/lang/hu/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Meghajtó', 'settings' => 'Beállítások', 'compose' => 'Új létrehozása', - 'logout' => 'Logout', + 'logout' => 'Kijelentkezés', // Nav footer 'about' => 'Rólunk', From 18b50702065d5b36fdb4f9eeaad193d021a0b814 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 03:31:45 -0700 Subject: [PATCH 08/47] New translations web.php (Italian) [ci skip] --- resources/lang/it/web.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/it/web.php b/resources/lang/it/web.php index fc5f693ef..b67d6fd6a 100644 --- a/resources/lang/it/web.php +++ b/resources/lang/it/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Drive', 'settings' => 'Impostazioni', 'compose' => 'Crea Nuovo', - 'logout' => 'Logout', + 'logout' => 'Esci', // Nav footer 'about' => 'Info', @@ -118,8 +118,8 @@ return [ 'followRequested' => 'Richiesta in attesa', 'joined' => 'Iscritto', - 'emptyCollections' => 'We can\'t seem to find any collections', - 'emptyPosts' => 'We can\'t seem to find any posts', + 'emptyCollections' => 'Non riusciamo a trovare alcuna collezione', + 'emptyPosts' => 'Non riusciamo a trovare alcun post', ], 'menu' => [ @@ -180,7 +180,7 @@ return [ ], 'hashtags' => [ - 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + 'emptyFeed' => 'Non riusciamo a trovare nessun post con questo hashtag' ], ]; From 970fa7db62b7d06b0f24f6bf4582e5dec75def29 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 04:52:58 -0700 Subject: [PATCH 09/47] New translations web.php (Spanish) [ci skip] --- resources/lang/es/web.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/es/web.php b/resources/lang/es/web.php index 8384d1a93..77af990c9 100644 --- a/resources/lang/es/web.php +++ b/resources/lang/es/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Multimedia', 'settings' => 'Ajustes', 'compose' => 'Crear Nuevo', - 'logout' => 'Logout', + 'logout' => 'Cerrar sesión', // Nav footer 'about' => 'Acerca de', @@ -118,8 +118,8 @@ return [ 'followRequested' => 'Seguimiento Solicitado', 'joined' => 'Se unió', - 'emptyCollections' => 'We can\'t seem to find any collections', - 'emptyPosts' => 'We can\'t seem to find any posts', + 'emptyCollections' => 'Parece que no podemos encontrar ninguna colección', + 'emptyPosts' => 'Parece que no podemos encontrar ningún post', ], 'menu' => [ @@ -180,7 +180,7 @@ return [ ], 'hashtags' => [ - 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + 'emptyFeed' => 'Parece que no podemos encontrar posts para este hashtag' ], ]; From 853d64e91c8b01f9586121290b3d1aa4373a9426 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 05:54:45 -0700 Subject: [PATCH 10/47] New translations web.php (Portuguese, Brazilian) [ci skip] --- resources/lang/pt/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pt/web.php b/resources/lang/pt/web.php index 315274076..cbe27dbb7 100644 --- a/resources/lang/pt/web.php +++ b/resources/lang/pt/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Drive', 'settings' => 'Configurações', 'compose' => 'Criar novo', - 'logout' => 'Logout', + 'logout' => 'Sair', // Nav footer 'about' => 'Sobre', From 88e48df000be9f3ad77ae2ee29d3f43230b782c0 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 10:00:38 -0700 Subject: [PATCH 11/47] New translations web.php (Finnish) [ci skip] --- resources/lang/fi/web.php | 64 +++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/resources/lang/fi/web.php b/resources/lang/fi/web.php index 3844f847a..9f498b4de 100644 --- a/resources/lang/fi/web.php +++ b/resources/lang/fi/web.php @@ -3,51 +3,51 @@ return [ 'common' => [ - 'comment' => 'Comment', - 'commented' => 'Commented', + 'comment' => 'Kommentti', + 'commented' => 'Kommentoitu', 'comments' => 'Comments', - 'like' => 'Like', - 'liked' => 'Liked', - 'likes' => 'Likes', - 'share' => 'Share', - 'shared' => 'Shared', - 'shares' => 'Shares', - 'unshare' => 'Unshare', + 'like' => 'Tykkää', + 'liked' => 'Tykätty', + 'likes' => 'Tykkäykset', + 'share' => 'Jaa', + 'shared' => 'Jaettu', + 'shares' => 'Jaot', + 'unshare' => 'Peru jakaminen', - 'cancel' => 'Cancel', - 'copyLink' => 'Copy Link', - 'delete' => 'Delete', - 'error' => 'Error', - 'errorMsg' => 'Something went wrong. Please try again later.', - 'oops' => 'Oops!', - 'other' => 'Other', - 'readMore' => 'Read more', - 'success' => 'Success', + 'cancel' => 'Peruuta', + 'copyLink' => 'Kopioi linkki', + 'delete' => 'Poista', + 'error' => 'Virhe', + 'errorMsg' => 'Jokin meni pieleen. Yritä myöhemmin uudelleen.', + 'oops' => 'Oho!', + 'other' => 'Muu', + 'readMore' => 'Lue lisää', + 'success' => 'Onnistui', - 'sensitive' => 'Sensitive', - 'sensitiveContent' => 'Sensitive Content', - 'sensitiveContentWarning' => 'This post may contain sensitive content', + 'sensitive' => 'Sensitiivinen', + 'sensitiveContent' => 'Sensitiivinen sisältö', + 'sensitiveContentWarning' => 'Tämä julkaisu saattaa sisältää sensitiivistä sisältöä', ], 'site' => [ - 'terms' => 'Terms of Use', - 'privacy' => 'Privacy Policy', + 'terms' => 'Käyttöehdot', + 'privacy' => 'Tietosuojakäytäntö', ], 'navmenu' => [ - 'search' => 'Search', - 'admin' => 'Admin Dashboard', + 'search' => 'Hae', + 'admin' => 'Ylläpitäjän hallintapaneeli', // Timelines - 'homeFeed' => 'Home Feed', - 'localFeed' => 'Local Feed', - 'globalFeed' => 'Global Feed', + 'homeFeed' => 'Kotisyöte', + 'localFeed' => 'Paikallinen syöte', + 'globalFeed' => 'Maailmanlaajuinen syöte', // Core features - 'discover' => 'Discover', - 'directMessages' => 'Direct Messages', - 'notifications' => 'Notifications', - 'groups' => 'Groups', + 'discover' => 'Tutustu', + 'directMessages' => 'Yksityisviestit', + 'notifications' => 'Ilmoitukset', + 'groups' => 'Ryhmät', 'stories' => 'Stories', // Self links From 4a346712611593ae7c23ab7ea9b26ecec4c734b9 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 10:58:40 -0700 Subject: [PATCH 12/47] New translations web.php (Finnish) [ci skip] --- resources/lang/fi/web.php | 86 +++++++++++++++++++-------------------- 1 file changed, 43 insertions(+), 43 deletions(-) diff --git a/resources/lang/fi/web.php b/resources/lang/fi/web.php index 9f498b4de..852d97268 100644 --- a/resources/lang/fi/web.php +++ b/resources/lang/fi/web.php @@ -5,7 +5,7 @@ return [ 'common' => [ 'comment' => 'Kommentti', 'commented' => 'Kommentoitu', - 'comments' => 'Comments', + 'comments' => 'Kommentit', 'like' => 'Tykkää', 'liked' => 'Tykätty', 'likes' => 'Tykkäykset', @@ -48,35 +48,35 @@ return [ 'directMessages' => 'Yksityisviestit', 'notifications' => 'Ilmoitukset', 'groups' => 'Ryhmät', - 'stories' => 'Stories', + 'stories' => 'Tarinat', // Self links - 'profile' => 'Profile', - 'drive' => 'Drive', - 'settings' => 'Settings', - 'compose' => 'Create New', - 'logout' => 'Logout', + 'profile' => 'Profiili', + 'drive' => 'Asema', + 'settings' => 'Asetukset', + 'compose' => 'Luo uusi', + 'logout' => 'Kirjaudu ulos', // Nav footer - 'about' => 'About', - 'help' => 'Help', - 'language' => 'Language', - 'privacy' => 'Privacy', - 'terms' => 'Terms', + 'about' => 'Tietoja', + 'help' => 'Ohje', + 'language' => 'Kieli', + 'privacy' => 'Yksityisyys', + 'terms' => 'Ehdot', // Temporary links - 'backToPreviousDesign' => 'Go back to previous design' + 'backToPreviousDesign' => 'Palaa aiempaan ulkoasuun' ], 'directMessages' => [ - 'inbox' => 'Inbox', - 'sent' => 'Sent', - 'requests' => 'Requests' + 'inbox' => 'Saapuneet', + 'sent' => 'Lähetetty', + 'requests' => 'Pyynnöt' ], 'notifications' => [ - 'liked' => 'liked your', - 'commented' => 'commented on your', + 'liked' => 'tykkäsi sinun', + 'commented' => 'kommentoi sinun', 'reacted' => 'reacted to your', 'shared' => 'shared your', 'tagged' => 'tagged you in a', @@ -141,38 +141,38 @@ return [ 'sensitive' => 'Sensitive Content', 'abusive' => 'Abusive or Harmful', 'underageAccount' => 'Underage Account', - 'copyrightInfringement' => 'Copyright Infringement', - 'impersonation' => 'Impersonation', - 'scamOrFraud' => 'Scam or Fraud', - 'confirmReport' => 'Confirm Report', - 'confirmReportText' => 'Are you sure you want to report this post?', - 'reportSent' => 'Report Sent!', - 'reportSentText' => 'We have successfully received your report.', - 'reportSentError' => 'There was an issue reporting this post.', + 'copyrightInfringement' => 'Tekijänoikeusloukkaus', + 'impersonation' => 'Väärennetty henkilöllisyys', + 'scamOrFraud' => 'Huijaus tai petos', + 'confirmReport' => 'Vahvista ilmianto', + 'confirmReportText' => 'Oletko varma, että haluat ilmiantaa tämän viestin?', + 'reportSent' => 'Ilmoitus lähetetty!', + 'reportSentText' => 'Saimme ilmoituksesi.', + 'reportSentError' => 'Julkaisun ilmianto epäonnistui.', - 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', - 'modCWSuccess' => 'Successfully added content warning', - 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', - 'modRemoveCWSuccess' => 'Successfully removed content warning', - '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.', - 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + 'modAddCWConfirm' => 'Haluatko varmasti lisätä sisältövaroituksen tähän julkaisuun?', + 'modCWSuccess' => 'Sisältövaroitus lisätty onnistuneesti', + 'modRemoveCWConfirm' => 'Haluatko varmasti poistaa julkaisun sisältövaroituksen?', + 'modRemoveCWSuccess' => 'Sisältövaroitus poistettu', + 'modUnlistConfirm' => 'Haluatko varmasti piilottaa julkaisun?', + 'modUnlistSuccess' => 'Julkaisu piilotettu onnistuneesti', + 'modMarkAsSpammerConfirm' => 'Haluatko varmasti merkitä käyttäjän roskapostittajaksi? Kaikki nykyiset ja tulevat julkaisut saavat sisältövaroituksen ja julkaisut piilotetaan julkisilta aikajanoilta.', + 'modMarkAsSpammerSuccess' => 'Tili merkitty roskapostittajaksi', - 'toFollowers' => 'to Followers', + 'toFollowers' => 'seuraajille', - 'showCaption' => 'Show Caption', - 'showLikes' => 'Show Likes', - 'compactMode' => 'Compact Mode', - 'embedConfirmText' => 'By using this embed, you agree to our', + 'showCaption' => 'Näytä kuvaus', + 'showLikes' => 'Näytä tykkäykset', + 'compactMode' => 'Kompakti tila', + 'embedConfirmText' => 'Käyttämällä upotusta, hyväksyt', - 'deletePostConfirm' => 'Are you sure you want to delete this post?', - 'archivePostConfirm' => 'Are you sure you want to archive this post?', - 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + 'deletePostConfirm' => 'Haluatko varmasti poistaa julkaisun?', + 'archivePostConfirm' => 'Haluatko varmasti arkistoida julkaisun?', + 'unarchivePostConfirm' => 'Haluatko varmasti peruuttaa julkaisun arkistoinnin?', ], 'story' => [ - 'add' => 'Add Story' + 'add' => 'Lisää tarina' ], 'timeline' => [ From ed183ade4bde09d8518be14b54a85e027c710d4b Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 12:15:48 -0700 Subject: [PATCH 13/47] New translations web.php (Galician) [ci skip] --- resources/lang/gl/web.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/gl/web.php b/resources/lang/gl/web.php index 71c597f09..3174e29c2 100644 --- a/resources/lang/gl/web.php +++ b/resources/lang/gl/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Drive', 'settings' => 'Axustes', 'compose' => 'Crear Nova', - 'logout' => 'Logout', + 'logout' => 'Saír', // Nav footer 'about' => 'Acerca de', @@ -84,16 +84,16 @@ return [ 'updatedA' => 'actualizou unha', 'sentA' => 'enviou unha', - 'followed' => 'seguiu', - 'mentioned' => 'mencionou', - 'you' => 'you', + 'followed' => 'seguiute', + 'mentioned' => 'mencionoute', + 'you' => '.', 'yourApplication' => 'A túa solicitude para unirte', 'applicationApproved' => 'foi aprobada!', 'applicationRejected' => 'for rexeitada. Podes volver a solicitar unirte en 6 meses.', 'dm' => 'md', - 'groupPost' => 'group post', + 'groupPost' => 'publicación grupal', 'modlog' => 'modlog', 'post' => 'publicación', 'story' => 'historia', @@ -118,8 +118,8 @@ return [ 'followRequested' => 'Seguimento pedido', 'joined' => 'Uniuse', - 'emptyCollections' => 'We can\'t seem to find any collections', - 'emptyPosts' => 'We can\'t seem to find any posts', + 'emptyCollections' => 'Non podemos atopar ningunha colección', + 'emptyPosts' => 'Non podemos atopar ningunha publicación', ], 'menu' => [ @@ -180,7 +180,7 @@ return [ ], 'hashtags' => [ - 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + 'emptyFeed' => 'Non podemos atopar ningunha publicación con este cancelo' ], ]; From c0f04a0dfbb99ee4fe651231c1bf3b4ba429cc05 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 12:15:49 -0700 Subject: [PATCH 14/47] New translations web.php (Indonesian) [ci skip] --- resources/lang/id/web.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/id/web.php b/resources/lang/id/web.php index be72512e7..7912b3aac 100644 --- a/resources/lang/id/web.php +++ b/resources/lang/id/web.php @@ -17,7 +17,7 @@ return [ 'cancel' => 'Batal', 'copyLink' => 'Salin tautan', 'delete' => 'Hapus', - 'error' => 'Kesalahan', + 'error' => 'Galat', 'errorMsg' => 'Telah terjadi kesalahan. Silakan coba lagi nanti.', 'oops' => 'Oops!', 'other' => 'Lainnya', @@ -54,7 +54,7 @@ return [ 'profile' => 'Profil', 'drive' => 'Perangkat Keras', 'settings' => 'Pengaturan', - 'compose' => 'Membuat baru', + 'compose' => 'Buat baru', 'logout' => 'Keluar', // Nav footer @@ -81,7 +81,7 @@ return [ 'shared' => 'membagikan', 'tagged' => 'menandai Anda pada sebuah', - 'updatedA' => 'mengupdate sebuah', + 'updatedA' => 'memperbarui sebuah', 'sentA' => 'mengirim sebuah', 'followed' => 'diikuti', @@ -110,7 +110,7 @@ return [ 'posts' => 'Postingan', 'followers' => 'Pengikut', 'following' => 'Mengikuti', - 'admin' => 'Pengelola', + 'admin' => 'Pengurus', 'collections' => 'Koleksi', 'follow' => 'Ikuti', 'unfollow' => 'Berhenti Ikuti', From 68e82c0aead348b902450682b312e4371e84dda1 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 12:15:50 -0700 Subject: [PATCH 15/47] New translations web.php (Welsh) [ci skip] --- resources/lang/cy/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/cy/web.php b/resources/lang/cy/web.php index 2f21f8d66..ad7d23457 100644 --- a/resources/lang/cy/web.php +++ b/resources/lang/cy/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Gyriant storio', 'settings' => 'Gosodiadau', 'compose' => 'Creu newydd', - 'logout' => 'Logout', + 'logout' => 'Allgofnodi', // Nav footer 'about' => 'Amdano', From 4c0626f4284ff740a694db08125f4334621e69a7 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 13:24:57 -0700 Subject: [PATCH 16/47] New translations web.php (Polish) [ci skip] --- resources/lang/pl/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pl/web.php b/resources/lang/pl/web.php index 0d4a914b2..778786fa0 100644 --- a/resources/lang/pl/web.php +++ b/resources/lang/pl/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Dysk', 'settings' => 'Ustawienia', 'compose' => 'Utwórz nowy', - 'logout' => 'Logout', + 'logout' => 'Wyloguj się', // Nav footer 'about' => 'O nas', From fa1cf25c704035f5d3c7f2e714400d338b90fa12 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 18:27:09 -0700 Subject: [PATCH 17/47] New translations web.php (Chinese Simplified) [ci skip] --- resources/lang/zh/web.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/zh/web.php b/resources/lang/zh/web.php index d568f9388..b9e65e4bc 100644 --- a/resources/lang/zh/web.php +++ b/resources/lang/zh/web.php @@ -3,13 +3,13 @@ return [ 'common' => [ - 'comment' => 'Comment', - 'commented' => 'Commented', - 'comments' => 'Comments', - 'like' => 'Like', - 'liked' => 'Liked', - 'likes' => 'Likes', - 'share' => 'Share', + 'comment' => '评论', + 'commented' => '已评论', + 'comments' => '评论', + 'like' => '赞', + 'liked' => '已赞', + 'likes' => '赞', + 'share' => '分享', 'shared' => 'Shared', 'shares' => 'Shares', 'unshare' => 'Unshare', From 69bb55e9d753a3c7bb1ac61657b35ab6ca3470bd Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 29 Dec 2021 19:32:31 -0700 Subject: [PATCH 18/47] New translations web.php (Chinese Simplified) [ci skip] --- resources/lang/zh/web.php | 60 +++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/resources/lang/zh/web.php b/resources/lang/zh/web.php index b9e65e4bc..987a9bf94 100644 --- a/resources/lang/zh/web.php +++ b/resources/lang/zh/web.php @@ -9,34 +9,34 @@ return [ 'like' => '赞', 'liked' => '已赞', 'likes' => '赞', - 'share' => '分享', + 'share' => 'Share', 'shared' => 'Shared', 'shares' => 'Shares', 'unshare' => 'Unshare', - 'cancel' => 'Cancel', + 'cancel' => '取消', 'copyLink' => '复制链接', 'delete' => '删除', 'error' => '错误', 'errorMsg' => '出错了。请稍后再试。', 'oops' => '哎呀!', - 'other' => 'Other', - 'readMore' => 'Read more', - 'success' => 'Success', + 'other' => '其它', + 'readMore' => '阅读更多', + 'success' => '成功', - 'sensitive' => 'Sensitive', - 'sensitiveContent' => 'Sensitive Content', - 'sensitiveContentWarning' => 'This post may contain sensitive content', + 'sensitive' => '敏感的', + 'sensitiveContent' => '敏感内容', + 'sensitiveContentWarning' => '此帖子可能包含敏感内容', ], 'site' => [ - 'terms' => 'Terms of Use', - 'privacy' => 'Privacy Policy', + 'terms' => '使用条款', + 'privacy' => '隐私政策', ], 'navmenu' => [ - 'search' => 'Search', - 'admin' => 'Admin Dashboard', + 'search' => '搜索', + 'admin' => '管理面板', // Timelines 'homeFeed' => 'Home Feed', @@ -44,45 +44,45 @@ return [ 'globalFeed' => 'Global Feed', // Core features - 'discover' => 'Discover', + 'discover' => '探索', 'directMessages' => 'Direct Messages', - 'notifications' => 'Notifications', - 'groups' => 'Groups', - 'stories' => 'Stories', + 'notifications' => '通知', + 'groups' => '群組', + 'stories' => '故事', // Self links 'profile' => 'Profile', 'drive' => 'Drive', - 'settings' => 'Settings', - 'compose' => 'Create New', - 'logout' => 'Logout', + 'settings' => '设置', + 'compose' => '创建', + 'logout' => '退出登录', // Nav footer - 'about' => 'About', - 'help' => 'Help', + 'about' => '关于', + 'help' => '帮助', 'language' => '语言', - 'privacy' => 'Privacy', - 'terms' => 'Terms', + 'privacy' => '隐私', + 'terms' => '条款', // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], 'directMessages' => [ - 'inbox' => 'Inbox', + 'inbox' => '收件箱', 'sent' => 'Sent', - 'requests' => 'Requests' + 'requests' => '申请' ], 'notifications' => [ - 'liked' => 'liked your', - 'commented' => 'commented on your', + 'liked' => '赞了你的', + 'commented' => '评论了你的', 'reacted' => 'reacted to your', - 'shared' => 'shared your', + 'shared' => '转发了你的', 'tagged' => 'tagged you in a', - 'updatedA' => 'updated a', - 'sentA' => 'sent a', + 'updatedA' => '更新了一个', + 'sentA' => '发送了一个', 'followed' => 'followed', 'mentioned' => 'mentioned', From 4b982a14233d65fdf70241d2fa72148f3d403571 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 02:07:25 -0700 Subject: [PATCH 19/47] New translations web.php (Chinese Simplified) [ci skip] --- resources/lang/zh/web.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/zh/web.php b/resources/lang/zh/web.php index 987a9bf94..2d2adfb42 100644 --- a/resources/lang/zh/web.php +++ b/resources/lang/zh/web.php @@ -39,9 +39,9 @@ return [ 'admin' => '管理面板', // Timelines - 'homeFeed' => 'Home Feed', - 'localFeed' => 'Local Feed', - 'globalFeed' => 'Global Feed', + 'homeFeed' => '主页', + 'localFeed' => '本站', + 'globalFeed' => '全球', // Core features 'discover' => '探索', @@ -86,7 +86,7 @@ return [ 'followed' => 'followed', 'mentioned' => 'mentioned', - 'you' => 'you', + 'you' => '你', 'yourApplication' => 'Your application to join', 'applicationApproved' => 'was approved!', From 37a57e5a4673d09e52ec4a7d24f34db13c5133df Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 10:39:06 -0700 Subject: [PATCH 20/47] New translations web.php (Basque) [ci skip] --- resources/lang/eu/web.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/eu/web.php b/resources/lang/eu/web.php index 521156694..496ccf001 100644 --- a/resources/lang/eu/web.php +++ b/resources/lang/eu/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Unitatea', 'settings' => 'Ezarpenak', 'compose' => 'Sortu berria', - 'logout' => 'Logout', + 'logout' => 'Itxi saioa', // Nav footer 'about' => 'Honi buruz', @@ -132,11 +132,11 @@ return [ 'embed' => 'Kapsulatu', 'selectOneOption' => 'Hautatu aukera hauetako bat', - 'unlistFromTimelines' => 'Unlist from Timelines', + 'unlistFromTimelines' => 'Denbora-lerroetatik ezkutatu', 'addCW' => 'Gehitu edukiaren abisua', 'removeCW' => 'Kendu edukiaren abisua', 'markAsSpammer' => 'Markatu zabor-bidaltzaile gisa', - 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'markAsSpammerText' => 'Ezkutatu + edukiaren abisua jarri etorkizuneko bidalketei', 'spam' => 'Zaborra', 'sensitive' => 'Eduki hunkigarria', 'abusive' => 'Bortxazko edo Mingarria', @@ -154,9 +154,9 @@ return [ 'modCWSuccess' => 'Edukiaren abisua ondo gehitu da', 'modRemoveCWConfirm' => 'Ziur al zaude edukiaren abisua kendu nahi duzula bidalketa honetarako?', 'modRemoveCWSuccess' => 'Edukiaren abisua ondo 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.', + 'modUnlistConfirm' => 'Ziur al zaude bidalketa hau ezkutatu nahi duzula?', + 'modUnlistSuccess' => 'Bidalketa ondo ezkutatu da', + 'modMarkAsSpammerConfirm' => 'Ziur al zaude erabiltzaile hau zabor-bidaltzaile bezala markatu nahi duzula? Dagoeneko bidali dituen eta etorkizunean bidaliko dituen bidalketak denbora-lerroetatik ezkutatuko dira eta edukiaren abisua ezarriko zaie.', 'modMarkAsSpammerSuccess' => 'Kontua zabor-bidaltzaile gisa ondo markatu da', 'toFollowers' => 'jarraitzaileei', @@ -164,7 +164,7 @@ return [ 'showCaption' => 'Irudiaren azalpena erakutsi', 'showLikes' => 'Erakutsi atsegiteak', 'compactMode' => 'Modu trinkoa', - 'embedConfirmText' => 'By using this embed, you agree to our', + 'embedConfirmText' => 'Kapsulatze hau erabiliz, onartzen dituzu gure', 'deletePostConfirm' => 'Ziur al zaude bidalketa hau ezabatu nahi duzula?', 'archivePostConfirm' => 'Ziur al zaude bidalketa hau artxibatu nahi duzula?', From ff7c7915f92746530d50eacde2e6841966733619 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 11:40:36 -0700 Subject: [PATCH 21/47] New translations web.php (Romanian) [ci skip] --- resources/lang/ro/web.php | 104 +++++++++++++++++++------------------- 1 file changed, 52 insertions(+), 52 deletions(-) diff --git a/resources/lang/ro/web.php b/resources/lang/ro/web.php index 3844f847a..cd6dcb765 100644 --- a/resources/lang/ro/web.php +++ b/resources/lang/ro/web.php @@ -3,80 +3,80 @@ return [ 'common' => [ - 'comment' => 'Comment', - 'commented' => 'Commented', - 'comments' => 'Comments', - 'like' => 'Like', - 'liked' => 'Liked', - 'likes' => 'Likes', - 'share' => 'Share', - 'shared' => 'Shared', - 'shares' => 'Shares', - 'unshare' => 'Unshare', + 'comment' => 'Comentariu', + 'commented' => 'Comentariu', + 'comments' => 'Comentarii', + 'like' => 'Îmi place', + 'liked' => 'Apreciate', + 'likes' => 'Aprecieri', + 'share' => 'Partajează', + 'shared' => 'Partajat', + 'shares' => 'Partajează', + 'unshare' => 'Anularea partajării', - 'cancel' => 'Cancel', - 'copyLink' => 'Copy Link', - 'delete' => 'Delete', - 'error' => 'Error', - 'errorMsg' => 'Something went wrong. Please try again later.', - 'oops' => 'Oops!', - 'other' => 'Other', - 'readMore' => 'Read more', - 'success' => 'Success', + 'cancel' => 'Anulează', + 'copyLink' => 'Copiere legătură', + 'delete' => 'Șterge', + 'error' => 'Eroare', + 'errorMsg' => 'A apărut o problemă. Te rugăm să încerci din nou mai târziu.', + 'oops' => 'Ups!', + 'other' => 'Altele', + 'readMore' => 'Citește mai mult', + 'success' => 'Succes', - 'sensitive' => 'Sensitive', - 'sensitiveContent' => 'Sensitive Content', - 'sensitiveContentWarning' => 'This post may contain sensitive content', + 'sensitive' => 'Sensibil', + 'sensitiveContent' => 'Conținut sensibil', + 'sensitiveContentWarning' => 'Această postare poate conține conținut sensibil', ], 'site' => [ - 'terms' => 'Terms of Use', - 'privacy' => 'Privacy Policy', + 'terms' => 'Condiții de utilizare', + 'privacy' => 'Politica de confidenţialitate', ], 'navmenu' => [ - 'search' => 'Search', - 'admin' => 'Admin Dashboard', + 'search' => 'Caută', + 'admin' => 'Panou de administrare', // Timelines - 'homeFeed' => 'Home Feed', - 'localFeed' => 'Local Feed', - 'globalFeed' => 'Global Feed', + 'homeFeed' => 'Flux Acasă', + 'localFeed' => 'Flux local', + 'globalFeed' => 'Flux Global', // Core features - 'discover' => 'Discover', - 'directMessages' => 'Direct Messages', - 'notifications' => 'Notifications', - 'groups' => 'Groups', - 'stories' => 'Stories', + 'discover' => 'Descoperă', + 'directMessages' => 'Mesaje directe', + 'notifications' => 'Notificări', + 'groups' => 'Grupuri', + 'stories' => 'Poveşti', // Self links - 'profile' => 'Profile', - 'drive' => 'Drive', - 'settings' => 'Settings', - 'compose' => 'Create New', - 'logout' => 'Logout', + 'profile' => 'Profil', + 'drive' => 'Unitate', + 'settings' => 'Setări', + 'compose' => 'Crează nou', + 'logout' => 'Deconectare', // Nav footer - 'about' => 'About', - 'help' => 'Help', - 'language' => 'Language', - 'privacy' => 'Privacy', - 'terms' => 'Terms', + 'about' => 'Despre', + 'help' => 'Ajutor', + 'language' => 'Limbă', + 'privacy' => 'Confidențialitate', + 'terms' => 'Termeni', // Temporary links - 'backToPreviousDesign' => 'Go back to previous design' + 'backToPreviousDesign' => 'Înapoi la design-ul anterior' ], 'directMessages' => [ - 'inbox' => 'Inbox', - 'sent' => 'Sent', - 'requests' => 'Requests' + 'inbox' => 'Mesaje', + 'sent' => 'Trimis', + 'requests' => 'Cereri' ], 'notifications' => [ - 'liked' => 'liked your', - 'commented' => 'commented on your', + 'liked' => 'ți-a plăcut', + 'commented' => 'a comentat la', 'reacted' => 'reacted to your', 'shared' => 'shared your', 'tagged' => 'tagged you in a', @@ -142,8 +142,8 @@ return [ 'abusive' => 'Abusive or Harmful', 'underageAccount' => 'Underage Account', 'copyrightInfringement' => 'Copyright Infringement', - 'impersonation' => 'Impersonation', - 'scamOrFraud' => 'Scam or Fraud', + 'impersonation' => 'Furt de identitate', + 'scamOrFraud' => 'Înșelătorie sau fraudă', 'confirmReport' => 'Confirm Report', 'confirmReportText' => 'Are you sure you want to report this post?', 'reportSent' => 'Report Sent!', From 9b55e48dca9d44c0661d4bf8f5824db544e4dd01 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 12:48:14 -0700 Subject: [PATCH 22/47] New translations web.php (Romanian) [ci skip] --- resources/lang/ro/web.php | 142 +++++++++++++++++++------------------- 1 file changed, 71 insertions(+), 71 deletions(-) diff --git a/resources/lang/ro/web.php b/resources/lang/ro/web.php index cd6dcb765..c2f6d0f13 100644 --- a/resources/lang/ro/web.php +++ b/resources/lang/ro/web.php @@ -77,110 +77,110 @@ return [ 'notifications' => [ 'liked' => 'ți-a plăcut', 'commented' => 'a comentat la', - 'reacted' => 'reacted to your', - 'shared' => 'shared your', - 'tagged' => 'tagged you in a', + 'reacted' => 'a reacționat la', + 'shared' => 'ți-a distribuit', + 'tagged' => 'te-a etichetat într-un', - 'updatedA' => 'updated a', - 'sentA' => 'sent a', + 'updatedA' => 'a actualizat o', + 'sentA' => 'a trimis o', - 'followed' => 'followed', - 'mentioned' => 'mentioned', - 'you' => 'you', + 'followed' => 'urmărit', + 'mentioned' => 'menționat', + 'you' => 'tu', - 'yourApplication' => 'Your application to join', - 'applicationApproved' => 'was approved!', - 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + 'yourApplication' => 'Cererea ta de a te alătura', + 'applicationApproved' => 'a fost aprobată!', + 'applicationRejected' => 'a fost respins. Puteţi aplica din nou pentru a vă alătura în 6 luni.', 'dm' => 'dm', - 'groupPost' => 'group post', + 'groupPost' => 'postare grup', 'modlog' => 'modlog', - 'post' => 'post', - 'story' => 'story', + 'post' => 'postare', + 'story' => 'poveste', ], 'post' => [ - 'shareToFollowers' => 'Share to followers', - 'shareToOther' => 'Share to other', - 'noLikes' => 'No likes yet', - 'uploading' => 'Uploading', + 'shareToFollowers' => 'Distribuie către urmăritori', + 'shareToOther' => 'Distribuiți altora', + 'noLikes' => 'Încă nu sunt aprecieri', + 'uploading' => 'Se încarcă', ], 'profile' => [ - 'posts' => 'Posts', - 'followers' => 'Followers', - 'following' => 'Following', - 'admin' => 'Admin', - 'collections' => 'Collections', - 'follow' => 'Follow', - 'unfollow' => 'Unfollow', - 'editProfile' => 'Edit Profile', - 'followRequested' => 'Follow Requested', - 'joined' => 'Joined', + 'posts' => 'Postări', + 'followers' => 'Urmăritori', + 'following' => 'Urmăriți', + 'admin' => 'Administrator', + 'collections' => 'Colecții', + 'follow' => 'Urmărește', + 'unfollow' => 'Nu mai urmări', + 'editProfile' => 'Editare profil', + 'followRequested' => 'Urmărește cererea', + 'joined' => 'S-a alăturat', - 'emptyCollections' => 'We can\'t seem to find any collections', - 'emptyPosts' => 'We can\'t seem to find any posts', + 'emptyCollections' => 'Se pare că nu putem găsi colecții', + 'emptyPosts' => 'Se pare că nu putem găsi niciun post', ], 'menu' => [ - 'viewPost' => 'View Post', - 'viewProfile' => 'View Profile', - 'moderationTools' => 'Moderation Tools', - 'report' => 'Report', - 'archive' => 'Archive', - 'unarchive' => 'Unarchive', - 'embed' => 'Embed', + 'viewPost' => 'Vizualizați postul', + 'viewProfile' => 'Vezi Profilul', + 'moderationTools' => 'Instrumente de moderare', + 'report' => 'Raportează', + 'archive' => 'Arhivă', + 'unarchive' => 'Dezarhivează', + 'embed' => 'Încorporează', - 'selectOneOption' => 'Select one of the following options', - 'unlistFromTimelines' => 'Unlist from Timelines', - 'addCW' => 'Add Content Warning', - 'removeCW' => 'Remove Content Warning', - 'markAsSpammer' => 'Mark as Spammer', - 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'selectOneOption' => 'Selectaţi una dintre următoarele opţiuni', + 'unlistFromTimelines' => 'Dezlistare din Timelines', + 'addCW' => 'Adaugă un avertisment privind conținutul', + 'removeCW' => 'Elimină avertismentul privind conținutul', + 'markAsSpammer' => 'Marchează ca Spammer', + 'markAsSpammerText' => 'Anulare listă + postări CW existente și viitoare', 'spam' => 'Spam', - 'sensitive' => 'Sensitive Content', - 'abusive' => 'Abusive or Harmful', - 'underageAccount' => 'Underage Account', - 'copyrightInfringement' => 'Copyright Infringement', + 'sensitive' => 'Conținut sensibil', + 'abusive' => 'Abusiv sau dăunător', + 'underageAccount' => 'Cont Minor', + 'copyrightInfringement' => 'Încălcarea drepturilor de autor', 'impersonation' => 'Furt de identitate', 'scamOrFraud' => 'Înșelătorie sau fraudă', - 'confirmReport' => 'Confirm Report', - 'confirmReportText' => 'Are you sure you want to report this post?', - 'reportSent' => 'Report Sent!', - 'reportSentText' => 'We have successfully received your report.', - 'reportSentError' => 'There was an issue reporting this post.', + 'confirmReport' => 'Confirmați raportul', + 'confirmReportText' => 'Ești sigur că vrei să raportezi această postare?', + 'reportSent' => 'Raport trimis!', + 'reportSentText' => 'Am primit cu succes raportul dvs.', + 'reportSentError' => 'A existat o problemă la raportarea acestei postări.', - 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', - 'modCWSuccess' => 'Successfully added content warning', - 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', - 'modRemoveCWSuccess' => 'Successfully removed content warning', - '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.', - 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + 'modAddCWConfirm' => 'Sunteţi sigur că doriţi să adăugaţi un avertisment cu privire la conţinut la acest post?', + 'modCWSuccess' => 'Avertizare conținut adăugat cu succes', + 'modRemoveCWConfirm' => 'Sigur doriți să eliminați avertizarea conținutului pe acest post?', + 'modRemoveCWSuccess' => 'Avertisment conținut șters cu succes', + 'modUnlistConfirm' => 'Ești sigur că vrei să elimini această postare?', + 'modUnlistSuccess' => 'Mesaj nelistat cu succes', + 'modMarkAsSpammerConfirm' => 'Sunteţi sigur că doriţi să marcaţi acest utilizator ca un spammer? Toate postările existente și viitoare vor fi nelistate pe calendare și se va aplica un avertisment privind conținutul.', + 'modMarkAsSpammerSuccess' => 'Contul marcat cu succes ca spammer', - 'toFollowers' => 'to Followers', + 'toFollowers' => 'la Urmăritori', - 'showCaption' => 'Show Caption', - 'showLikes' => 'Show Likes', - 'compactMode' => 'Compact Mode', - 'embedConfirmText' => 'By using this embed, you agree to our', + 'showCaption' => 'Afișați legenda', + 'showLikes' => 'Arată like-urile', + 'compactMode' => 'Modul compact', + 'embedConfirmText' => 'Folosind acest lucru încorporat, sunteți de acord cu', - 'deletePostConfirm' => 'Are you sure you want to delete this post?', - 'archivePostConfirm' => 'Are you sure you want to archive this post?', - 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + 'deletePostConfirm' => 'Sunteţi sigur că doriţi să ştergeţi acest post?', + 'archivePostConfirm' => 'Sunteți sigur că doriți să arhivați acest post?', + 'unarchivePostConfirm' => 'Sunteți sigur că doriți să dezarhivați acest post?', ], 'story' => [ - 'add' => 'Add Story' + 'add' => 'Adăugați poveste' ], 'timeline' => [ - 'peopleYouMayKnow' => 'People you may know' + 'peopleYouMayKnow' => 'Persoane pe care i-ai putea cunoaște' ], 'hashtags' => [ - 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + 'emptyFeed' => 'Nu putem găsi postări pentru acest hashtag' ], ]; From c70a4c786e7f7446e862b189f8670a045fd8063f Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:13 -0700 Subject: [PATCH 23/47] New translations web.php (Romanian) [ci skip] --- resources/lang/ro/web.php | 246 +++++++++++++++++++------------------- 1 file changed, 123 insertions(+), 123 deletions(-) diff --git a/resources/lang/ro/web.php b/resources/lang/ro/web.php index c2f6d0f13..3844f847a 100644 --- a/resources/lang/ro/web.php +++ b/resources/lang/ro/web.php @@ -3,184 +3,184 @@ return [ 'common' => [ - 'comment' => 'Comentariu', - 'commented' => 'Comentariu', - 'comments' => 'Comentarii', - 'like' => 'Îmi place', - 'liked' => 'Apreciate', - 'likes' => 'Aprecieri', - 'share' => 'Partajează', - 'shared' => 'Partajat', - 'shares' => 'Partajează', - 'unshare' => 'Anularea partajării', + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', - 'cancel' => 'Anulează', - 'copyLink' => 'Copiere legătură', - 'delete' => 'Șterge', - 'error' => 'Eroare', - 'errorMsg' => 'A apărut o problemă. Te rugăm să încerci din nou mai târziu.', - 'oops' => 'Ups!', - 'other' => 'Altele', - 'readMore' => 'Citește mai mult', - 'success' => 'Succes', + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', - 'sensitive' => 'Sensibil', - 'sensitiveContent' => 'Conținut sensibil', - 'sensitiveContentWarning' => 'Această postare poate conține conținut sensibil', + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', ], 'site' => [ - 'terms' => 'Condiții de utilizare', - 'privacy' => 'Politica de confidenţialitate', + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', ], 'navmenu' => [ - 'search' => 'Caută', - 'admin' => 'Panou de administrare', + 'search' => 'Search', + 'admin' => 'Admin Dashboard', // Timelines - 'homeFeed' => 'Flux Acasă', - 'localFeed' => 'Flux local', - 'globalFeed' => 'Flux Global', + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', // Core features - 'discover' => 'Descoperă', - 'directMessages' => 'Mesaje directe', - 'notifications' => 'Notificări', - 'groups' => 'Grupuri', - 'stories' => 'Poveşti', + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', // Self links - 'profile' => 'Profil', - 'drive' => 'Unitate', - 'settings' => 'Setări', - 'compose' => 'Crează nou', - 'logout' => 'Deconectare', + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + 'logout' => 'Logout', // Nav footer - 'about' => 'Despre', - 'help' => 'Ajutor', - 'language' => 'Limbă', - 'privacy' => 'Confidențialitate', - 'terms' => 'Termeni', + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', // Temporary links - 'backToPreviousDesign' => 'Înapoi la design-ul anterior' + 'backToPreviousDesign' => 'Go back to previous design' ], 'directMessages' => [ - 'inbox' => 'Mesaje', - 'sent' => 'Trimis', - 'requests' => 'Cereri' + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' ], 'notifications' => [ - 'liked' => 'ți-a plăcut', - 'commented' => 'a comentat la', - 'reacted' => 'a reacționat la', - 'shared' => 'ți-a distribuit', - 'tagged' => 'te-a etichetat într-un', + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', - 'updatedA' => 'a actualizat o', - 'sentA' => 'a trimis o', + 'updatedA' => 'updated a', + 'sentA' => 'sent a', - 'followed' => 'urmărit', - 'mentioned' => 'menționat', - 'you' => 'tu', + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', - 'yourApplication' => 'Cererea ta de a te alătura', - 'applicationApproved' => 'a fost aprobată!', - 'applicationRejected' => 'a fost respins. Puteţi aplica din nou pentru a vă alătura în 6 luni.', + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', 'dm' => 'dm', - 'groupPost' => 'postare grup', + 'groupPost' => 'group post', 'modlog' => 'modlog', - 'post' => 'postare', - 'story' => 'poveste', + 'post' => 'post', + 'story' => 'story', ], 'post' => [ - 'shareToFollowers' => 'Distribuie către urmăritori', - 'shareToOther' => 'Distribuiți altora', - 'noLikes' => 'Încă nu sunt aprecieri', - 'uploading' => 'Se încarcă', + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', ], 'profile' => [ - 'posts' => 'Postări', - 'followers' => 'Urmăritori', - 'following' => 'Urmăriți', - 'admin' => 'Administrator', - 'collections' => 'Colecții', - 'follow' => 'Urmărește', - 'unfollow' => 'Nu mai urmări', - 'editProfile' => 'Editare profil', - 'followRequested' => 'Urmărește cererea', - 'joined' => 'S-a alăturat', + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', - 'emptyCollections' => 'Se pare că nu putem găsi colecții', - 'emptyPosts' => 'Se pare că nu putem găsi niciun post', + 'emptyCollections' => 'We can\'t seem to find any collections', + 'emptyPosts' => 'We can\'t seem to find any posts', ], 'menu' => [ - 'viewPost' => 'Vizualizați postul', - 'viewProfile' => 'Vezi Profilul', - 'moderationTools' => 'Instrumente de moderare', - 'report' => 'Raportează', - 'archive' => 'Arhivă', - 'unarchive' => 'Dezarhivează', - 'embed' => 'Încorporează', + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', - 'selectOneOption' => 'Selectaţi una dintre următoarele opţiuni', - 'unlistFromTimelines' => 'Dezlistare din Timelines', - 'addCW' => 'Adaugă un avertisment privind conținutul', - 'removeCW' => 'Elimină avertismentul privind conținutul', - 'markAsSpammer' => 'Marchează ca Spammer', - 'markAsSpammerText' => 'Anulare listă + postări CW existente și viitoare', + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', 'spam' => 'Spam', - 'sensitive' => 'Conținut sensibil', - 'abusive' => 'Abusiv sau dăunător', - 'underageAccount' => 'Cont Minor', - 'copyrightInfringement' => 'Încălcarea drepturilor de autor', - 'impersonation' => 'Furt de identitate', - 'scamOrFraud' => 'Înșelătorie sau fraudă', - 'confirmReport' => 'Confirmați raportul', - 'confirmReportText' => 'Ești sigur că vrei să raportezi această postare?', - 'reportSent' => 'Raport trimis!', - 'reportSentText' => 'Am primit cu succes raportul dvs.', - 'reportSentError' => 'A existat o problemă la raportarea acestei postări.', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', - 'modAddCWConfirm' => 'Sunteţi sigur că doriţi să adăugaţi un avertisment cu privire la conţinut la acest post?', - 'modCWSuccess' => 'Avertizare conținut adăugat cu succes', - 'modRemoveCWConfirm' => 'Sigur doriți să eliminați avertizarea conținutului pe acest post?', - 'modRemoveCWSuccess' => 'Avertisment conținut șters cu succes', - 'modUnlistConfirm' => 'Ești sigur că vrei să elimini această postare?', - 'modUnlistSuccess' => 'Mesaj nelistat cu succes', - 'modMarkAsSpammerConfirm' => 'Sunteţi sigur că doriţi să marcaţi acest utilizator ca un spammer? Toate postările existente și viitoare vor fi nelistate pe calendare și se va aplica un avertisment privind conținutul.', - 'modMarkAsSpammerSuccess' => 'Contul marcat cu succes ca spammer', + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + '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.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', - 'toFollowers' => 'la Urmăritori', + 'toFollowers' => 'to Followers', - 'showCaption' => 'Afișați legenda', - 'showLikes' => 'Arată like-urile', - 'compactMode' => 'Modul compact', - 'embedConfirmText' => 'Folosind acest lucru încorporat, sunteți de acord cu', + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', - 'deletePostConfirm' => 'Sunteţi sigur că doriţi să ştergeţi acest post?', - 'archivePostConfirm' => 'Sunteți sigur că doriți să arhivați acest post?', - 'unarchivePostConfirm' => 'Sunteți sigur că doriți să dezarhivați acest post?', + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', ], 'story' => [ - 'add' => 'Adăugați poveste' + 'add' => 'Add Story' ], 'timeline' => [ - 'peopleYouMayKnow' => 'Persoane pe care i-ai putea cunoaște' + 'peopleYouMayKnow' => 'People you may know' ], 'hashtags' => [ - 'emptyFeed' => 'Nu putem găsi postări pentru acest hashtag' + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' ], ]; From fb02f1e8c49f7d944cf62cad03b4aeb9c4f1c647 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:14 -0700 Subject: [PATCH 24/47] New translations web.php (Chinese Traditional) [ci skip] --- resources/lang/zh/web.php | 78 +++++++++++++++++++-------------------- 1 file changed, 39 insertions(+), 39 deletions(-) diff --git a/resources/lang/zh/web.php b/resources/lang/zh/web.php index 2d2adfb42..d568f9388 100644 --- a/resources/lang/zh/web.php +++ b/resources/lang/zh/web.php @@ -3,90 +3,90 @@ return [ 'common' => [ - 'comment' => '评论', - 'commented' => '已评论', - 'comments' => '评论', - 'like' => '赞', - 'liked' => '已赞', - 'likes' => '赞', + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', 'share' => 'Share', 'shared' => 'Shared', 'shares' => 'Shares', 'unshare' => 'Unshare', - 'cancel' => '取消', + 'cancel' => 'Cancel', 'copyLink' => '复制链接', 'delete' => '删除', 'error' => '错误', 'errorMsg' => '出错了。请稍后再试。', 'oops' => '哎呀!', - 'other' => '其它', - 'readMore' => '阅读更多', - 'success' => '成功', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', - 'sensitive' => '敏感的', - 'sensitiveContent' => '敏感内容', - 'sensitiveContentWarning' => '此帖子可能包含敏感内容', + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', ], 'site' => [ - 'terms' => '使用条款', - 'privacy' => '隐私政策', + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', ], 'navmenu' => [ - 'search' => '搜索', - 'admin' => '管理面板', + 'search' => 'Search', + 'admin' => 'Admin Dashboard', // Timelines - 'homeFeed' => '主页', - 'localFeed' => '本站', - 'globalFeed' => '全球', + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', // Core features - 'discover' => '探索', + 'discover' => 'Discover', 'directMessages' => 'Direct Messages', - 'notifications' => '通知', - 'groups' => '群組', - 'stories' => '故事', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', // Self links 'profile' => 'Profile', 'drive' => 'Drive', - 'settings' => '设置', - 'compose' => '创建', - 'logout' => '退出登录', + 'settings' => 'Settings', + 'compose' => 'Create New', + 'logout' => 'Logout', // Nav footer - 'about' => '关于', - 'help' => '帮助', + 'about' => 'About', + 'help' => 'Help', 'language' => '语言', - 'privacy' => '隐私', - 'terms' => '条款', + 'privacy' => 'Privacy', + 'terms' => 'Terms', // Temporary links 'backToPreviousDesign' => 'Go back to previous design' ], 'directMessages' => [ - 'inbox' => '收件箱', + 'inbox' => 'Inbox', 'sent' => 'Sent', - 'requests' => '申请' + 'requests' => 'Requests' ], 'notifications' => [ - 'liked' => '赞了你的', - 'commented' => '评论了你的', + 'liked' => 'liked your', + 'commented' => 'commented on your', 'reacted' => 'reacted to your', - 'shared' => '转发了你的', + 'shared' => 'shared your', 'tagged' => 'tagged you in a', - 'updatedA' => '更新了一个', - 'sentA' => '发送了一个', + 'updatedA' => 'updated a', + 'sentA' => 'sent a', 'followed' => 'followed', 'mentioned' => 'mentioned', - 'you' => '你', + 'you' => 'you', 'yourApplication' => 'Your application to join', 'applicationApproved' => 'was approved!', From c2eddbd4a14749ec3957c455e75e29fef4914865 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:18 -0700 Subject: [PATCH 25/47] New translations web.php (Chinese Simplified) [ci skip] --- resources/lang/zh/web.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/zh/web.php b/resources/lang/zh/web.php index d568f9388..3844f847a 100644 --- a/resources/lang/zh/web.php +++ b/resources/lang/zh/web.php @@ -15,11 +15,11 @@ return [ 'unshare' => 'Unshare', 'cancel' => 'Cancel', - 'copyLink' => '复制链接', - 'delete' => '删除', - 'error' => '错误', - 'errorMsg' => '出错了。请稍后再试。', - 'oops' => '哎呀!', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', 'other' => 'Other', 'readMore' => 'Read more', 'success' => 'Success', @@ -60,7 +60,7 @@ return [ // Nav footer 'about' => 'About', 'help' => 'Help', - 'language' => '语言', + 'language' => 'Language', 'privacy' => 'Privacy', 'terms' => 'Terms', From 37555b4da5b8c6fd4b7a8c4ef0e2a791d02f4bc3 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:19 -0700 Subject: [PATCH 26/47] New translations web.php (Vietnamese) [ci skip] --- resources/lang/vi/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/vi/web.php b/resources/lang/vi/web.php index 5e116d800..bc72cb1ec 100644 --- a/resources/lang/vi/web.php +++ b/resources/lang/vi/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Lưu trữ', 'settings' => 'Thiết lập', 'compose' => 'Ảnh mới', - 'logout' => 'Đăng xuất', + 'logout' => 'Logout', // Nav footer 'about' => 'Giới thiệu', From 9eca5de3c7f8d30dfaba42eadc2c18e6f5243462 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:20 -0700 Subject: [PATCH 27/47] New translations web.php (Portuguese) [ci skip] --- resources/lang/pt/web.php | 248 +++++++++++++++++++------------------- 1 file changed, 124 insertions(+), 124 deletions(-) diff --git a/resources/lang/pt/web.php b/resources/lang/pt/web.php index cbe27dbb7..3844f847a 100644 --- a/resources/lang/pt/web.php +++ b/resources/lang/pt/web.php @@ -3,184 +3,184 @@ return [ 'common' => [ - 'comment' => 'Comentar', - 'commented' => 'Comentado', - 'comments' => 'Comentários', - 'like' => 'Curtir', - 'liked' => 'Curtiu', - 'likes' => 'Curtidas', - 'share' => 'Compartilhar', - 'shared' => 'Compartilhado', - 'shares' => 'Compartilhamentos', - 'unshare' => 'Desfazer compartilhamento', + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', - 'cancel' => 'Cancelar', - 'copyLink' => 'Copiar link', - 'delete' => 'Apagar', - 'error' => 'Erro', - 'errorMsg' => 'Algo deu errado. Por favor, tente novamente mais tarde.', - 'oops' => 'Opa!', - 'other' => 'Outro', - 'readMore' => 'Leia mais', - 'success' => 'Sucesso', + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', - 'sensitive' => 'Sensível', - 'sensitiveContent' => 'Conteúdo sensível', - 'sensitiveContentWarning' => 'Esta publicação pode conter conteúdo inapropriado', + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', ], 'site' => [ - 'terms' => 'Termos de Uso', - 'privacy' => 'Política de Privacidade', + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', ], 'navmenu' => [ - 'search' => 'Pesquisar', - 'admin' => 'Painel do Administrador', + 'search' => 'Search', + 'admin' => 'Admin Dashboard', // Timelines - 'homeFeed' => 'Página inicial', - 'localFeed' => 'Feed local', - 'globalFeed' => 'Feed global', + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', // Core features - 'discover' => 'Explorar', - 'directMessages' => 'Mensagens privadas', - 'notifications' => 'Notificações', - 'groups' => 'Grupos', + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', 'stories' => 'Stories', // Self links - 'profile' => 'Perfil', + 'profile' => 'Profile', 'drive' => 'Drive', - 'settings' => 'Configurações', - 'compose' => 'Criar novo', - 'logout' => 'Sair', + 'settings' => 'Settings', + 'compose' => 'Create New', + 'logout' => 'Logout', // Nav footer - 'about' => 'Sobre', - 'help' => 'Ajuda', - 'language' => 'Idioma', - 'privacy' => 'Privacidade', - 'terms' => 'Termos', + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', // Temporary links - 'backToPreviousDesign' => 'Voltar ao design anterior' + 'backToPreviousDesign' => 'Go back to previous design' ], 'directMessages' => [ - 'inbox' => 'Caixa de entrada', - 'sent' => 'Enviadas', - 'requests' => 'Solicitações' + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' ], 'notifications' => [ - 'liked' => 'curtiu seu', - 'commented' => 'comentou em seu', - 'reacted' => 'reagiu ao seu', - 'shared' => 'compartilhou seu', - 'tagged' => 'marcou você em um', + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', - 'updatedA' => 'atualizou um(a)', - 'sentA' => 'enviou um', + 'updatedA' => 'updated a', + 'sentA' => 'sent a', - 'followed' => 'seguiu', - 'mentioned' => 'mencionado', - 'you' => 'você', + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', - 'yourApplication' => 'Sua inscrição para participar', - 'applicationApproved' => 'foi aprovado!', - 'applicationRejected' => 'foi rejeitado. Você pode se inscrever novamente para participar em 6 meses.', + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', - 'dm' => 'mensagem direta', - 'groupPost' => 'postagem do grupo', - 'modlog' => 'histórico de moderação', - 'post' => 'publicação', - 'story' => 'história', + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', ], 'post' => [ - 'shareToFollowers' => 'Compartilhar com os seguidores', - 'shareToOther' => 'Compartilhar com outros', - 'noLikes' => 'Ainda sem curtidas', - 'uploading' => 'Enviando', + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', ], 'profile' => [ - 'posts' => 'Publicações', - 'followers' => 'Seguidores', - 'following' => 'Seguindo', - 'admin' => 'Administrador', - 'collections' => 'Coleções', - 'follow' => 'Seguir', - 'unfollow' => 'Deixar de seguir', - 'editProfile' => 'Editar Perfil', - 'followRequested' => 'Solicitação de seguir enviada', - 'joined' => 'Entrou', + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', - 'emptyCollections' => 'Não conseguimos encontrar nenhuma coleção', - 'emptyPosts' => 'Não encontramos nenhuma publicação', + 'emptyCollections' => 'We can\'t seem to find any collections', + 'emptyPosts' => 'We can\'t seem to find any posts', ], 'menu' => [ - 'viewPost' => 'Ver publicação', - 'viewProfile' => 'Ver Perfil', - 'moderationTools' => 'Ferramentas de moderação', - 'report' => 'Denunciar', - 'archive' => 'Arquivo', - 'unarchive' => 'Desarquivar', - 'embed' => 'Incorporar', + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', - 'selectOneOption' => 'Selecione uma das opções a seguir', - 'unlistFromTimelines' => 'Retirar das linhas do tempo', - 'addCW' => 'Adicionar aviso de conteúdo', - 'removeCW' => 'Remover aviso de conteúdo', - 'markAsSpammer' => 'Marcar como Spammer', - 'markAsSpammerText' => 'Retirar das linhas do tempo + adicionar aviso de conteúdo às publicações antigas e futuras', - 'spam' => 'Lixo Eletrônico', - 'sensitive' => 'Conteúdo sensível', - 'abusive' => 'Abusivo ou Prejudicial', - 'underageAccount' => 'Conta de menor de idade', - 'copyrightInfringement' => 'Violação de direitos autorais', - 'impersonation' => 'Roubo de identidade', - 'scamOrFraud' => 'Golpe ou Fraude', - 'confirmReport' => 'Confirmar denúncia', - 'confirmReportText' => 'Você realmente quer denunciar esta publicação?', - 'reportSent' => 'Denúncia enviada!', - 'reportSentText' => 'Nós recebemos sua denúncia com sucesso.', - 'reportSentError' => 'Houve um problema ao denunciar esta publicação.', + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', - 'modAddCWConfirm' => 'Você realmente quer adicionar um aviso de conteúdo a esta publicação?', - 'modCWSuccess' => 'Aviso de conteúdo sensível adicionado com sucesso', - 'modRemoveCWConfirm' => 'Você realmente quer remover o aviso de conteúdo desta publicação?', - 'modRemoveCWSuccess' => 'Aviso de conteúdo sensível removido com sucesso', - 'modUnlistConfirm' => 'Você realmente quer definir esta publicação como não listada?', - 'modUnlistSuccess' => 'A publicação foi definida como não listada com sucesso', - 'modMarkAsSpammerConfirm' => 'Você realmente quer denunciar este usuário por spam? Todas as suas publicações anteriores e futuras serão marcadas com um aviso de conteúdo e removidas das linhas do tempo.', - 'modMarkAsSpammerSuccess' => 'Perfil denunciado com sucesso', + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + '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.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', - 'toFollowers' => 'para seguidores', + 'toFollowers' => 'to Followers', - 'showCaption' => 'Mostrar legenda', - 'showLikes' => 'Mostrar curtidas', - 'compactMode' => 'Modo compacto', - 'embedConfirmText' => 'Ao usar de forma “embed”, você concorda com nossas', + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', - 'deletePostConfirm' => 'Você tem certeza que deseja excluir esta publicação?', - 'archivePostConfirm' => 'Tem certeza que deseja arquivar esta publicação?', - 'unarchivePostConfirm' => 'Tem certeza que deseja desarquivar esta publicação?', + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', ], 'story' => [ - 'add' => 'Adicionar Story' + 'add' => 'Add Story' ], 'timeline' => [ - 'peopleYouMayKnow' => 'Pessoas que você talvez conheça' + 'peopleYouMayKnow' => 'People you may know' ], 'hashtags' => [ - 'emptyFeed' => 'Não encontramos nenhuma publicação com esta hashtag' + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' ], ]; From 9ab11f49b68ac7ce4782f0396f09e360a9341f56 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:21 -0700 Subject: [PATCH 28/47] New translations web.php (Galician) [ci skip] --- resources/lang/gl/web.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/resources/lang/gl/web.php b/resources/lang/gl/web.php index 3174e29c2..71c597f09 100644 --- a/resources/lang/gl/web.php +++ b/resources/lang/gl/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Drive', 'settings' => 'Axustes', 'compose' => 'Crear Nova', - 'logout' => 'Saír', + 'logout' => 'Logout', // Nav footer 'about' => 'Acerca de', @@ -84,16 +84,16 @@ return [ 'updatedA' => 'actualizou unha', 'sentA' => 'enviou unha', - 'followed' => 'seguiute', - 'mentioned' => 'mencionoute', - 'you' => '.', + 'followed' => 'seguiu', + 'mentioned' => 'mencionou', + 'you' => 'you', 'yourApplication' => 'A túa solicitude para unirte', 'applicationApproved' => 'foi aprobada!', 'applicationRejected' => 'for rexeitada. Podes volver a solicitar unirte en 6 meses.', 'dm' => 'md', - 'groupPost' => 'publicación grupal', + 'groupPost' => 'group post', 'modlog' => 'modlog', 'post' => 'publicación', 'story' => 'historia', @@ -118,8 +118,8 @@ return [ 'followRequested' => 'Seguimento pedido', 'joined' => 'Uniuse', - 'emptyCollections' => 'Non podemos atopar ningunha colección', - 'emptyPosts' => 'Non podemos atopar ningunha publicación', + 'emptyCollections' => 'We can\'t seem to find any collections', + 'emptyPosts' => 'We can\'t seem to find any posts', ], 'menu' => [ @@ -180,7 +180,7 @@ return [ ], 'hashtags' => [ - 'emptyFeed' => 'Non podemos atopar ningunha publicación con este cancelo' + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' ], ]; From 6b76e85ff5aa30d20006b48a69f25f0d517dd7f7 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:22 -0700 Subject: [PATCH 29/47] New translations web.php (Portuguese, Brazilian) [ci skip] --- resources/lang/pt/web.php | 246 +++++++++++++++++++------------------- 1 file changed, 123 insertions(+), 123 deletions(-) diff --git a/resources/lang/pt/web.php b/resources/lang/pt/web.php index 3844f847a..315274076 100644 --- a/resources/lang/pt/web.php +++ b/resources/lang/pt/web.php @@ -3,184 +3,184 @@ return [ 'common' => [ - 'comment' => 'Comment', - 'commented' => 'Commented', - 'comments' => 'Comments', - 'like' => 'Like', - 'liked' => 'Liked', - 'likes' => 'Likes', - 'share' => 'Share', - 'shared' => 'Shared', - 'shares' => 'Shares', - 'unshare' => 'Unshare', + 'comment' => 'Comentar', + 'commented' => 'Comentado', + 'comments' => 'Comentários', + 'like' => 'Curtir', + 'liked' => 'Curtiu', + 'likes' => 'Curtidas', + 'share' => 'Compartilhar', + 'shared' => 'Compartilhado', + 'shares' => 'Compartilhamentos', + 'unshare' => 'Desfazer compartilhamento', - 'cancel' => 'Cancel', - 'copyLink' => 'Copy Link', - 'delete' => 'Delete', - 'error' => 'Error', - 'errorMsg' => 'Something went wrong. Please try again later.', - 'oops' => 'Oops!', - 'other' => 'Other', - 'readMore' => 'Read more', - 'success' => 'Success', + 'cancel' => 'Cancelar', + 'copyLink' => 'Copiar link', + 'delete' => 'Apagar', + 'error' => 'Erro', + 'errorMsg' => 'Algo deu errado. Por favor, tente novamente mais tarde.', + 'oops' => 'Opa!', + 'other' => 'Outro', + 'readMore' => 'Leia mais', + 'success' => 'Sucesso', - 'sensitive' => 'Sensitive', - 'sensitiveContent' => 'Sensitive Content', - 'sensitiveContentWarning' => 'This post may contain sensitive content', + 'sensitive' => 'Sensível', + 'sensitiveContent' => 'Conteúdo sensível', + 'sensitiveContentWarning' => 'Esta publicação pode conter conteúdo inapropriado', ], 'site' => [ - 'terms' => 'Terms of Use', - 'privacy' => 'Privacy Policy', + 'terms' => 'Termos de Uso', + 'privacy' => 'Política de Privacidade', ], 'navmenu' => [ - 'search' => 'Search', - 'admin' => 'Admin Dashboard', + 'search' => 'Pesquisar', + 'admin' => 'Painel do Administrador', // Timelines - 'homeFeed' => 'Home Feed', - 'localFeed' => 'Local Feed', - 'globalFeed' => 'Global Feed', + 'homeFeed' => 'Página inicial', + 'localFeed' => 'Feed local', + 'globalFeed' => 'Feed global', // Core features - 'discover' => 'Discover', - 'directMessages' => 'Direct Messages', - 'notifications' => 'Notifications', - 'groups' => 'Groups', + 'discover' => 'Explorar', + 'directMessages' => 'Mensagens privadas', + 'notifications' => 'Notificações', + 'groups' => 'Grupos', 'stories' => 'Stories', // Self links - 'profile' => 'Profile', + 'profile' => 'Perfil', 'drive' => 'Drive', - 'settings' => 'Settings', - 'compose' => 'Create New', + 'settings' => 'Configurações', + 'compose' => 'Criar novo', 'logout' => 'Logout', // Nav footer - 'about' => 'About', - 'help' => 'Help', - 'language' => 'Language', - 'privacy' => 'Privacy', - 'terms' => 'Terms', + 'about' => 'Sobre', + 'help' => 'Ajuda', + 'language' => 'Idioma', + 'privacy' => 'Privacidade', + 'terms' => 'Termos', // Temporary links - 'backToPreviousDesign' => 'Go back to previous design' + 'backToPreviousDesign' => 'Voltar ao design anterior' ], 'directMessages' => [ - 'inbox' => 'Inbox', - 'sent' => 'Sent', - 'requests' => 'Requests' + 'inbox' => 'Caixa de entrada', + 'sent' => 'Enviadas', + 'requests' => 'Solicitações' ], 'notifications' => [ - 'liked' => 'liked your', - 'commented' => 'commented on your', - 'reacted' => 'reacted to your', - 'shared' => 'shared your', - 'tagged' => 'tagged you in a', + 'liked' => 'curtiu seu', + 'commented' => 'comentou em seu', + 'reacted' => 'reagiu ao seu', + 'shared' => 'compartilhou seu', + 'tagged' => 'marcou você em um', - 'updatedA' => 'updated a', - 'sentA' => 'sent a', + 'updatedA' => 'atualizou um(a)', + 'sentA' => 'enviou um', - 'followed' => 'followed', - 'mentioned' => 'mentioned', - 'you' => 'you', + 'followed' => 'seguiu', + 'mentioned' => 'mencionado', + 'you' => 'você', - 'yourApplication' => 'Your application to join', - 'applicationApproved' => 'was approved!', - 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + 'yourApplication' => 'Sua inscrição para participar', + 'applicationApproved' => 'foi aprovado!', + 'applicationRejected' => 'foi rejeitado. Você pode se inscrever novamente para participar em 6 meses.', - 'dm' => 'dm', - 'groupPost' => 'group post', - 'modlog' => 'modlog', - 'post' => 'post', - 'story' => 'story', + 'dm' => 'mensagem direta', + 'groupPost' => 'postagem do grupo', + 'modlog' => 'histórico de moderação', + 'post' => 'publicação', + 'story' => 'história', ], 'post' => [ - 'shareToFollowers' => 'Share to followers', - 'shareToOther' => 'Share to other', - 'noLikes' => 'No likes yet', - 'uploading' => 'Uploading', + 'shareToFollowers' => 'Compartilhar com os seguidores', + 'shareToOther' => 'Compartilhar com outros', + 'noLikes' => 'Ainda sem curtidas', + 'uploading' => 'Enviando', ], 'profile' => [ - 'posts' => 'Posts', - 'followers' => 'Followers', - 'following' => 'Following', - 'admin' => 'Admin', - 'collections' => 'Collections', - 'follow' => 'Follow', - 'unfollow' => 'Unfollow', - 'editProfile' => 'Edit Profile', - 'followRequested' => 'Follow Requested', - 'joined' => 'Joined', + 'posts' => 'Publicações', + 'followers' => 'Seguidores', + 'following' => 'Seguindo', + 'admin' => 'Administrador', + 'collections' => 'Coleções', + 'follow' => 'Seguir', + 'unfollow' => 'Deixar de seguir', + 'editProfile' => 'Editar Perfil', + 'followRequested' => 'Solicitação de seguir enviada', + 'joined' => 'Entrou', - 'emptyCollections' => 'We can\'t seem to find any collections', - 'emptyPosts' => 'We can\'t seem to find any posts', + 'emptyCollections' => 'Não conseguimos encontrar nenhuma coleção', + 'emptyPosts' => 'Não encontramos nenhuma publicação', ], 'menu' => [ - 'viewPost' => 'View Post', - 'viewProfile' => 'View Profile', - 'moderationTools' => 'Moderation Tools', - 'report' => 'Report', - 'archive' => 'Archive', - 'unarchive' => 'Unarchive', - 'embed' => 'Embed', + 'viewPost' => 'Ver publicação', + 'viewProfile' => 'Ver Perfil', + 'moderationTools' => 'Ferramentas de moderação', + 'report' => 'Denunciar', + 'archive' => 'Arquivo', + 'unarchive' => 'Desarquivar', + 'embed' => 'Incorporar', - 'selectOneOption' => 'Select one of the following options', - 'unlistFromTimelines' => 'Unlist from Timelines', - 'addCW' => 'Add Content Warning', - 'removeCW' => 'Remove Content Warning', - 'markAsSpammer' => 'Mark as Spammer', - 'markAsSpammerText' => 'Unlist + CW existing and future posts', - 'spam' => 'Spam', - 'sensitive' => 'Sensitive Content', - 'abusive' => 'Abusive or Harmful', - 'underageAccount' => 'Underage Account', - 'copyrightInfringement' => 'Copyright Infringement', - 'impersonation' => 'Impersonation', - 'scamOrFraud' => 'Scam or Fraud', - 'confirmReport' => 'Confirm Report', - 'confirmReportText' => 'Are you sure you want to report this post?', - 'reportSent' => 'Report Sent!', - 'reportSentText' => 'We have successfully received your report.', - 'reportSentError' => 'There was an issue reporting this post.', + 'selectOneOption' => 'Selecione uma das opções a seguir', + 'unlistFromTimelines' => 'Retirar das linhas do tempo', + 'addCW' => 'Adicionar aviso de conteúdo', + 'removeCW' => 'Remover aviso de conteúdo', + 'markAsSpammer' => 'Marcar como Spammer', + 'markAsSpammerText' => 'Retirar das linhas do tempo + adicionar aviso de conteúdo às publicações antigas e futuras', + 'spam' => 'Lixo Eletrônico', + 'sensitive' => 'Conteúdo sensível', + 'abusive' => 'Abusivo ou Prejudicial', + 'underageAccount' => 'Conta de menor de idade', + 'copyrightInfringement' => 'Violação de direitos autorais', + 'impersonation' => 'Roubo de identidade', + 'scamOrFraud' => 'Golpe ou Fraude', + 'confirmReport' => 'Confirmar denúncia', + 'confirmReportText' => 'Você realmente quer denunciar esta publicação?', + 'reportSent' => 'Denúncia enviada!', + 'reportSentText' => 'Nós recebemos sua denúncia com sucesso.', + 'reportSentError' => 'Houve um problema ao denunciar esta publicação.', - 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', - 'modCWSuccess' => 'Successfully added content warning', - 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', - 'modRemoveCWSuccess' => 'Successfully removed content warning', - '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.', - 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + 'modAddCWConfirm' => 'Você realmente quer adicionar um aviso de conteúdo a esta publicação?', + 'modCWSuccess' => 'Aviso de conteúdo sensível adicionado com sucesso', + 'modRemoveCWConfirm' => 'Você realmente quer remover o aviso de conteúdo desta publicação?', + 'modRemoveCWSuccess' => 'Aviso de conteúdo sensível removido com sucesso', + 'modUnlistConfirm' => 'Você realmente quer definir esta publicação como não listada?', + 'modUnlistSuccess' => 'A publicação foi definida como não listada com sucesso', + 'modMarkAsSpammerConfirm' => 'Você realmente quer denunciar este usuário por spam? Todas as suas publicações anteriores e futuras serão marcadas com um aviso de conteúdo e removidas das linhas do tempo.', + 'modMarkAsSpammerSuccess' => 'Perfil denunciado com sucesso', - 'toFollowers' => 'to Followers', + 'toFollowers' => 'para seguidores', - 'showCaption' => 'Show Caption', - 'showLikes' => 'Show Likes', - 'compactMode' => 'Compact Mode', - 'embedConfirmText' => 'By using this embed, you agree to our', + 'showCaption' => 'Mostrar legenda', + 'showLikes' => 'Mostrar curtidas', + 'compactMode' => 'Modo compacto', + 'embedConfirmText' => 'Ao usar de forma “embed”, você concorda com nossas', - 'deletePostConfirm' => 'Are you sure you want to delete this post?', - 'archivePostConfirm' => 'Are you sure you want to archive this post?', - 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + 'deletePostConfirm' => 'Você tem certeza que deseja excluir esta publicação?', + 'archivePostConfirm' => 'Tem certeza que deseja arquivar esta publicação?', + 'unarchivePostConfirm' => 'Tem certeza que deseja desarquivar esta publicação?', ], 'story' => [ - 'add' => 'Add Story' + 'add' => 'Adicionar Story' ], 'timeline' => [ - 'peopleYouMayKnow' => 'People you may know' + 'peopleYouMayKnow' => 'Pessoas que você talvez conheça' ], 'hashtags' => [ - 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + 'emptyFeed' => 'Não encontramos nenhuma publicação com esta hashtag' ], ]; From 38784a344f052a00016d93d02399d9a10be5296c Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:23 -0700 Subject: [PATCH 30/47] New translations web.php (Indonesian) [ci skip] --- resources/lang/id/web.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/id/web.php b/resources/lang/id/web.php index 7912b3aac..be72512e7 100644 --- a/resources/lang/id/web.php +++ b/resources/lang/id/web.php @@ -17,7 +17,7 @@ return [ 'cancel' => 'Batal', 'copyLink' => 'Salin tautan', 'delete' => 'Hapus', - 'error' => 'Galat', + 'error' => 'Kesalahan', 'errorMsg' => 'Telah terjadi kesalahan. Silakan coba lagi nanti.', 'oops' => 'Oops!', 'other' => 'Lainnya', @@ -54,7 +54,7 @@ return [ 'profile' => 'Profil', 'drive' => 'Perangkat Keras', 'settings' => 'Pengaturan', - 'compose' => 'Buat baru', + 'compose' => 'Membuat baru', 'logout' => 'Keluar', // Nav footer @@ -81,7 +81,7 @@ return [ 'shared' => 'membagikan', 'tagged' => 'menandai Anda pada sebuah', - 'updatedA' => 'memperbarui sebuah', + 'updatedA' => 'mengupdate sebuah', 'sentA' => 'mengirim sebuah', 'followed' => 'diikuti', @@ -110,7 +110,7 @@ return [ 'posts' => 'Postingan', 'followers' => 'Pengikut', 'following' => 'Mengikuti', - 'admin' => 'Pengurus', + 'admin' => 'Pengelola', 'collections' => 'Koleksi', 'follow' => 'Ikuti', 'unfollow' => 'Berhenti Ikuti', From 1df0669c093a2a6402830f58b71a74304decb53c Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:25 -0700 Subject: [PATCH 31/47] New translations web.php (Welsh) [ci skip] --- resources/lang/cy/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/cy/web.php b/resources/lang/cy/web.php index ad7d23457..2f21f8d66 100644 --- a/resources/lang/cy/web.php +++ b/resources/lang/cy/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Gyriant storio', 'settings' => 'Gosodiadau', 'compose' => 'Creu newydd', - 'logout' => 'Allgofnodi', + 'logout' => 'Logout', // Nav footer 'about' => 'Amdano', From 73c7e0d4462ebe96217bbbc1370b905f73935683 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:27 -0700 Subject: [PATCH 32/47] New translations web.php (Russian) [ci skip] --- resources/lang/ru/web.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/ru/web.php b/resources/lang/ru/web.php index 23d3628bf..acae889a3 100644 --- a/resources/lang/ru/web.php +++ b/resources/lang/ru/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Диск', 'settings' => 'Настройки', 'compose' => 'Создать новый пост', - 'logout' => 'Выйти', + 'logout' => 'Logout', // Nav footer 'about' => 'О нас', @@ -159,12 +159,12 @@ return [ 'modMarkAsSpammerConfirm' => 'Вы уверены, что хотите отметить этого пользователя спамом? Все существующие и будущие сообщения будут исключены из списка в сроки, и будет применяться предупреждение о содержании.', 'modMarkAsSpammerSuccess' => 'Аккаунт успешно помечен как спаммер', - 'toFollowers' => 'подписчикам', + 'toFollowers' => 'to Followers', 'showCaption' => 'Показать подпись', 'showLikes' => 'Показать отметки "мне нравится"', 'compactMode' => 'Компактный режим', - 'embedConfirmText' => 'Используя этот инстант, вы соглашаетесь с нашими', + 'embedConfirmText' => 'By using this embed, you agree to our', 'deletePostConfirm' => 'Вы действительно хотите удалить этот пост?', 'archivePostConfirm' => 'Вы действительно хотите архивировать этот пост?', From e1fa9d9a8738ce02fc988f4e32be2bdc47388bc1 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:28 -0700 Subject: [PATCH 33/47] New translations web.php (Polish) [ci skip] --- resources/lang/pl/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/pl/web.php b/resources/lang/pl/web.php index 778786fa0..0d4a914b2 100644 --- a/resources/lang/pl/web.php +++ b/resources/lang/pl/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Dysk', 'settings' => 'Ustawienia', 'compose' => 'Utwórz nowy', - 'logout' => 'Wyloguj się', + 'logout' => 'Logout', // Nav footer 'about' => 'O nas', From 1efd420f33251dfb9bb0a902ce5999cd94a0a5cf Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:29 -0700 Subject: [PATCH 34/47] New translations web.php (French) [ci skip] --- resources/lang/fr/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/fr/web.php b/resources/lang/fr/web.php index fa251d803..874ca5cfc 100644 --- a/resources/lang/fr/web.php +++ b/resources/lang/fr/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Médiathèque', 'settings' => 'Paramètres', 'compose' => 'Publier', - 'logout' => 'Déconnexion', + 'logout' => 'Logout', // Nav footer 'about' => 'À propos', From efb60698c93d08aff4d235437084a6bfaa80d0cc Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:30 -0700 Subject: [PATCH 35/47] New translations web.php (Spanish) [ci skip] --- resources/lang/es/web.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/es/web.php b/resources/lang/es/web.php index 77af990c9..8384d1a93 100644 --- a/resources/lang/es/web.php +++ b/resources/lang/es/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Multimedia', 'settings' => 'Ajustes', 'compose' => 'Crear Nuevo', - 'logout' => 'Cerrar sesión', + 'logout' => 'Logout', // Nav footer 'about' => 'Acerca de', @@ -118,8 +118,8 @@ return [ 'followRequested' => 'Seguimiento Solicitado', 'joined' => 'Se unió', - 'emptyCollections' => 'Parece que no podemos encontrar ninguna colección', - 'emptyPosts' => 'Parece que no podemos encontrar ningún post', + 'emptyCollections' => 'We can\'t seem to find any collections', + 'emptyPosts' => 'We can\'t seem to find any posts', ], 'menu' => [ @@ -180,7 +180,7 @@ return [ ], 'hashtags' => [ - 'emptyFeed' => 'Parece que no podemos encontrar posts para este hashtag' + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' ], ]; From d157a7608f05de184262b4b0fe808d42a81c771a Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:33 -0700 Subject: [PATCH 36/47] New translations web.php (Czech) [ci skip] --- resources/lang/cs/web.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/resources/lang/cs/web.php b/resources/lang/cs/web.php index b9eba5368..e9462780b 100644 --- a/resources/lang/cs/web.php +++ b/resources/lang/cs/web.php @@ -6,7 +6,7 @@ return [ 'comment' => 'Komentář', 'commented' => 'Okomentováno', 'comments' => 'Komentáře', - 'like' => 'To se mi líbí', + 'like' => 'Líbí se mi', 'liked' => 'Líbí se', 'likes' => 'To se mi líbí', 'share' => 'Sdílet', @@ -39,9 +39,9 @@ return [ 'admin' => 'Administrátorský ovládací panel', // Timelines - 'homeFeed' => 'Domů', - 'localFeed' => 'Místní kanál', - 'globalFeed' => 'Globální kanál', + 'homeFeed' => 'Domovská časová osa', + 'localFeed' => 'Místní časová osa', + 'globalFeed' => 'Globalní časová osa', // Core features 'discover' => 'Objevovat', @@ -55,7 +55,7 @@ return [ 'drive' => 'Úložiště', 'settings' => 'Nastavení', 'compose' => 'Vytvořit nový', - 'logout' => 'Odhlásit se', + 'logout' => 'Logout', // Nav footer 'about' => 'O aplikaci', @@ -71,7 +71,7 @@ return [ 'directMessages' => [ 'inbox' => 'Přijaté zprávy', 'sent' => 'Odeslané', - 'requests' => 'Žádosti' + 'requests' => 'Požadavky' ], 'notifications' => [ @@ -109,17 +109,17 @@ return [ 'profile' => [ 'posts' => 'Příspěvky', 'followers' => 'Sledující', - 'following' => 'Sleduje', + 'following' => 'Sledovaní', 'admin' => 'Administrátor', 'collections' => 'Sbírky', 'follow' => 'Sledovat', 'unfollow' => 'Přestat sledovat', 'editProfile' => 'Upravit profil', 'followRequested' => 'Sledování vyžádáno', - 'joined' => 'Připojen/a', + 'joined' => 'Joined', - 'emptyCollections' => 'Zdá se, že nelze najít žádné kolekce', - 'emptyPosts' => 'Zdá se, že nelze najít žádné příspěvky', + 'emptyCollections' => 'We can\'t seem to find any collections', + 'emptyPosts' => 'We can\'t seem to find any posts', ], 'menu' => [ @@ -142,7 +142,7 @@ return [ 'abusive' => 'Urážlivé nebo škodlivé', 'underageAccount' => 'Účet nezletilých', 'copyrightInfringement' => 'Porušení autorských práv', - 'impersonation' => 'Předstírání identity', + 'impersonation' => 'Impersonation', 'scamOrFraud' => 'Podvod', 'confirmReport' => 'Potvrdit hlášení', 'confirmReportText' => 'Jste si jisti, že chcete nahlásit tento příspěvek?', @@ -159,7 +159,7 @@ return [ 'modMarkAsSpammerConfirm' => 'Jste si jisti, že chcete tohoto uživatele označit jako spammer? Všechny existující a budoucí příspěvky budou vyřazeny z časových os a bude na ně aplikováno varování o obsahu.', 'modMarkAsSpammerSuccess' => 'Účet byl označen jako spammer', - 'toFollowers' => 'sledujícím', + 'toFollowers' => 'to Followers', 'showCaption' => 'Ukázat popisek', 'showLikes' => 'Zobrazit To se mi líbí', From 1a33a91effe164f12c28df49dc099d42bd73b2cc Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:35 -0700 Subject: [PATCH 37/47] New translations web.php (German) [ci skip] --- resources/lang/de/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/de/web.php b/resources/lang/de/web.php index 7c557d03d..95daf4a26 100644 --- a/resources/lang/de/web.php +++ b/resources/lang/de/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Festplatte', 'settings' => 'Einstellungen', 'compose' => 'Neu erstellen', - 'logout' => 'Ausloggen', + 'logout' => 'Logout', // Nav footer 'about' => 'Über uns', From ac9e7eac6d739f47a71b1d2760abae3215b40208 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:35 -0700 Subject: [PATCH 38/47] New translations web.php (Basque) [ci skip] --- resources/lang/eu/web.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/eu/web.php b/resources/lang/eu/web.php index 496ccf001..521156694 100644 --- a/resources/lang/eu/web.php +++ b/resources/lang/eu/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Unitatea', 'settings' => 'Ezarpenak', 'compose' => 'Sortu berria', - 'logout' => 'Itxi saioa', + 'logout' => 'Logout', // Nav footer 'about' => 'Honi buruz', @@ -132,11 +132,11 @@ return [ 'embed' => 'Kapsulatu', 'selectOneOption' => 'Hautatu aukera hauetako bat', - 'unlistFromTimelines' => 'Denbora-lerroetatik ezkutatu', + 'unlistFromTimelines' => 'Unlist from Timelines', 'addCW' => 'Gehitu edukiaren abisua', 'removeCW' => 'Kendu edukiaren abisua', 'markAsSpammer' => 'Markatu zabor-bidaltzaile gisa', - 'markAsSpammerText' => 'Ezkutatu + edukiaren abisua jarri etorkizuneko bidalketei', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', 'spam' => 'Zaborra', 'sensitive' => 'Eduki hunkigarria', 'abusive' => 'Bortxazko edo Mingarria', @@ -154,9 +154,9 @@ return [ 'modCWSuccess' => 'Edukiaren abisua ondo gehitu da', 'modRemoveCWConfirm' => 'Ziur al zaude edukiaren abisua kendu nahi duzula bidalketa honetarako?', 'modRemoveCWSuccess' => 'Edukiaren abisua ondo kendu da', - 'modUnlistConfirm' => 'Ziur al zaude bidalketa hau ezkutatu nahi duzula?', - 'modUnlistSuccess' => 'Bidalketa ondo ezkutatu da', - 'modMarkAsSpammerConfirm' => 'Ziur al zaude erabiltzaile hau zabor-bidaltzaile bezala markatu nahi duzula? Dagoeneko bidali dituen eta etorkizunean bidaliko dituen bidalketak denbora-lerroetatik ezkutatuko dira eta edukiaren abisua ezarriko zaie.', + '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.', 'modMarkAsSpammerSuccess' => 'Kontua zabor-bidaltzaile gisa ondo markatu da', 'toFollowers' => 'jarraitzaileei', @@ -164,7 +164,7 @@ return [ 'showCaption' => 'Irudiaren azalpena erakutsi', 'showLikes' => 'Erakutsi atsegiteak', 'compactMode' => 'Modu trinkoa', - 'embedConfirmText' => 'Kapsulatze hau erabiliz, onartzen dituzu gure', + 'embedConfirmText' => 'By using this embed, you agree to our', 'deletePostConfirm' => 'Ziur al zaude bidalketa hau ezabatu nahi duzula?', 'archivePostConfirm' => 'Ziur al zaude bidalketa hau artxibatu nahi duzula?', From 11ffe5973b278d8383587c1ec2ec05cbc7b9d17d Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:37 -0700 Subject: [PATCH 39/47] New translations web.php (Finnish) [ci skip] --- resources/lang/fi/web.php | 150 +++++++++++++++++++------------------- 1 file changed, 75 insertions(+), 75 deletions(-) diff --git a/resources/lang/fi/web.php b/resources/lang/fi/web.php index 852d97268..3844f847a 100644 --- a/resources/lang/fi/web.php +++ b/resources/lang/fi/web.php @@ -3,80 +3,80 @@ return [ 'common' => [ - 'comment' => 'Kommentti', - 'commented' => 'Kommentoitu', - 'comments' => 'Kommentit', - 'like' => 'Tykkää', - 'liked' => 'Tykätty', - 'likes' => 'Tykkäykset', - 'share' => 'Jaa', - 'shared' => 'Jaettu', - 'shares' => 'Jaot', - 'unshare' => 'Peru jakaminen', + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', - 'cancel' => 'Peruuta', - 'copyLink' => 'Kopioi linkki', - 'delete' => 'Poista', - 'error' => 'Virhe', - 'errorMsg' => 'Jokin meni pieleen. Yritä myöhemmin uudelleen.', - 'oops' => 'Oho!', - 'other' => 'Muu', - 'readMore' => 'Lue lisää', - 'success' => 'Onnistui', + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', - 'sensitive' => 'Sensitiivinen', - 'sensitiveContent' => 'Sensitiivinen sisältö', - 'sensitiveContentWarning' => 'Tämä julkaisu saattaa sisältää sensitiivistä sisältöä', + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', ], 'site' => [ - 'terms' => 'Käyttöehdot', - 'privacy' => 'Tietosuojakäytäntö', + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', ], 'navmenu' => [ - 'search' => 'Hae', - 'admin' => 'Ylläpitäjän hallintapaneeli', + 'search' => 'Search', + 'admin' => 'Admin Dashboard', // Timelines - 'homeFeed' => 'Kotisyöte', - 'localFeed' => 'Paikallinen syöte', - 'globalFeed' => 'Maailmanlaajuinen syöte', + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', // Core features - 'discover' => 'Tutustu', - 'directMessages' => 'Yksityisviestit', - 'notifications' => 'Ilmoitukset', - 'groups' => 'Ryhmät', - 'stories' => 'Tarinat', + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', + 'stories' => 'Stories', // Self links - 'profile' => 'Profiili', - 'drive' => 'Asema', - 'settings' => 'Asetukset', - 'compose' => 'Luo uusi', - 'logout' => 'Kirjaudu ulos', + 'profile' => 'Profile', + 'drive' => 'Drive', + 'settings' => 'Settings', + 'compose' => 'Create New', + 'logout' => 'Logout', // Nav footer - 'about' => 'Tietoja', - 'help' => 'Ohje', - 'language' => 'Kieli', - 'privacy' => 'Yksityisyys', - 'terms' => 'Ehdot', + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', // Temporary links - 'backToPreviousDesign' => 'Palaa aiempaan ulkoasuun' + 'backToPreviousDesign' => 'Go back to previous design' ], 'directMessages' => [ - 'inbox' => 'Saapuneet', - 'sent' => 'Lähetetty', - 'requests' => 'Pyynnöt' + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' ], 'notifications' => [ - 'liked' => 'tykkäsi sinun', - 'commented' => 'kommentoi sinun', + 'liked' => 'liked your', + 'commented' => 'commented on your', 'reacted' => 'reacted to your', 'shared' => 'shared your', 'tagged' => 'tagged you in a', @@ -141,38 +141,38 @@ return [ 'sensitive' => 'Sensitive Content', 'abusive' => 'Abusive or Harmful', 'underageAccount' => 'Underage Account', - 'copyrightInfringement' => 'Tekijänoikeusloukkaus', - 'impersonation' => 'Väärennetty henkilöllisyys', - 'scamOrFraud' => 'Huijaus tai petos', - 'confirmReport' => 'Vahvista ilmianto', - 'confirmReportText' => 'Oletko varma, että haluat ilmiantaa tämän viestin?', - 'reportSent' => 'Ilmoitus lähetetty!', - 'reportSentText' => 'Saimme ilmoituksesi.', - 'reportSentError' => 'Julkaisun ilmianto epäonnistui.', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', - 'modAddCWConfirm' => 'Haluatko varmasti lisätä sisältövaroituksen tähän julkaisuun?', - 'modCWSuccess' => 'Sisältövaroitus lisätty onnistuneesti', - 'modRemoveCWConfirm' => 'Haluatko varmasti poistaa julkaisun sisältövaroituksen?', - 'modRemoveCWSuccess' => 'Sisältövaroitus poistettu', - 'modUnlistConfirm' => 'Haluatko varmasti piilottaa julkaisun?', - 'modUnlistSuccess' => 'Julkaisu piilotettu onnistuneesti', - 'modMarkAsSpammerConfirm' => 'Haluatko varmasti merkitä käyttäjän roskapostittajaksi? Kaikki nykyiset ja tulevat julkaisut saavat sisältövaroituksen ja julkaisut piilotetaan julkisilta aikajanoilta.', - 'modMarkAsSpammerSuccess' => 'Tili merkitty roskapostittajaksi', + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + '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.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', - 'toFollowers' => 'seuraajille', + 'toFollowers' => 'to Followers', - 'showCaption' => 'Näytä kuvaus', - 'showLikes' => 'Näytä tykkäykset', - 'compactMode' => 'Kompakti tila', - 'embedConfirmText' => 'Käyttämällä upotusta, hyväksyt', + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', - 'deletePostConfirm' => 'Haluatko varmasti poistaa julkaisun?', - 'archivePostConfirm' => 'Haluatko varmasti arkistoida julkaisun?', - 'unarchivePostConfirm' => 'Haluatko varmasti peruuttaa julkaisun arkistoinnin?', + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', ], 'story' => [ - 'add' => 'Lisää tarina' + 'add' => 'Add Story' ], 'timeline' => [ From 318062cc34ca7e3c4b5582e24a3b7bbb2cf2044e Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:38 -0700 Subject: [PATCH 40/47] New translations web.php (Hungarian) [ci skip] --- resources/lang/hu/web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/lang/hu/web.php b/resources/lang/hu/web.php index c11c22c25..65a3f2bcf 100644 --- a/resources/lang/hu/web.php +++ b/resources/lang/hu/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Meghajtó', 'settings' => 'Beállítások', 'compose' => 'Új létrehozása', - 'logout' => 'Kijelentkezés', + 'logout' => 'Logout', // Nav footer 'about' => 'Rólunk', From 03b4b8a81e6c3dc985d89be0b841d8673346a1ff Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 17:31:39 -0700 Subject: [PATCH 41/47] New translations web.php (Italian) [ci skip] --- resources/lang/it/web.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lang/it/web.php b/resources/lang/it/web.php index b67d6fd6a..fc5f693ef 100644 --- a/resources/lang/it/web.php +++ b/resources/lang/it/web.php @@ -55,7 +55,7 @@ return [ 'drive' => 'Drive', 'settings' => 'Impostazioni', 'compose' => 'Crea Nuovo', - 'logout' => 'Esci', + 'logout' => 'Logout', // Nav footer 'about' => 'Info', @@ -118,8 +118,8 @@ return [ 'followRequested' => 'Richiesta in attesa', 'joined' => 'Iscritto', - 'emptyCollections' => 'Non riusciamo a trovare alcuna collezione', - 'emptyPosts' => 'Non riusciamo a trovare alcun post', + 'emptyCollections' => 'We can\'t seem to find any collections', + 'emptyPosts' => 'We can\'t seem to find any posts', ], 'menu' => [ @@ -180,7 +180,7 @@ return [ ], 'hashtags' => [ - 'emptyFeed' => 'Non riusciamo a trovare nessun post con questo hashtag' + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' ], ]; From bc91909ca6c98646dceb1b3430233fc8cca4745c Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 30 Dec 2021 18:45:30 -0700 Subject: [PATCH 42/47] Update i18n strings --- public/_lang/zh.json | Bin 5658 -> 5598 bytes resources/assets/js/i18n/zh.json | 12 ++++++------ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/public/_lang/zh.json b/public/_lang/zh.json index daa21732faa7580a578bdbb00f148ff0de367050..1acb08636dd877d2311a07129effc6b696042e6d 100644 GIT binary patch delta 185 zcmbQGb5DCiJY&6cenF*zPi9`Wk`9*w6ey*n=A@RSDp@Hgxj6*@S5cGlx%NUV3R_dg|sUtY!iLG}<;8 delta 229 zcmcboJxgapJY#fBsi~zw3Xn81Hj62>G)YU1DK#@rG*!~!Qh)-bl+>Kml2j!t1tpL= zBLkp1Gcyxp6{$r<`9%-~mZpZ5F{KtsscDnvF-jx>br_~40(F3eO;Rm@wip{27=e_e zna7lxCxUG^F#y_YYG?s;iA7S1DMSsj4f**6#ZVWRB!kqNm;l|8mS$kM`48g~W*)GW TAl-=u29vd! Date: Thu, 30 Dec 2021 19:33:18 -0700 Subject: [PATCH 43/47] New translations web.php (Chinese Traditional) [ci skip] --- resources/lang/zh/web.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/zh/web.php b/resources/lang/zh/web.php index 3844f847a..d568f9388 100644 --- a/resources/lang/zh/web.php +++ b/resources/lang/zh/web.php @@ -15,11 +15,11 @@ return [ 'unshare' => 'Unshare', 'cancel' => 'Cancel', - 'copyLink' => 'Copy Link', - 'delete' => 'Delete', - 'error' => 'Error', - 'errorMsg' => 'Something went wrong. Please try again later.', - 'oops' => 'Oops!', + 'copyLink' => '复制链接', + 'delete' => '删除', + 'error' => '错误', + 'errorMsg' => '出错了。请稍后再试。', + 'oops' => '哎呀!', 'other' => 'Other', 'readMore' => 'Read more', 'success' => 'Success', @@ -60,7 +60,7 @@ return [ // Nav footer 'about' => 'About', 'help' => 'Help', - 'language' => 'Language', + 'language' => '语言', 'privacy' => 'Privacy', 'terms' => 'Terms', From 3baa27529201c10b314b5becc20f42d2036d7e2c Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 19:33:22 -0700 Subject: [PATCH 44/47] New translations web.php (Chinese Simplified) [ci skip] --- resources/lang/zh/web.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/zh/web.php b/resources/lang/zh/web.php index d568f9388..3844f847a 100644 --- a/resources/lang/zh/web.php +++ b/resources/lang/zh/web.php @@ -15,11 +15,11 @@ return [ 'unshare' => 'Unshare', 'cancel' => 'Cancel', - 'copyLink' => '复制链接', - 'delete' => '删除', - 'error' => '错误', - 'errorMsg' => '出错了。请稍后再试。', - 'oops' => '哎呀!', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', 'other' => 'Other', 'readMore' => 'Read more', 'success' => 'Success', @@ -60,7 +60,7 @@ return [ // Nav footer 'about' => 'About', 'help' => 'Help', - 'language' => '语言', + 'language' => 'Language', 'privacy' => 'Privacy', 'terms' => 'Terms', From faabe3e70875d7355adda7bc7960643d236056db Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 19:33:23 -0700 Subject: [PATCH 45/47] New translations web.php (Portuguese) [ci skip] --- resources/lang/pt/web.php | 246 +++++++++++++++++++------------------- 1 file changed, 123 insertions(+), 123 deletions(-) diff --git a/resources/lang/pt/web.php b/resources/lang/pt/web.php index 315274076..3844f847a 100644 --- a/resources/lang/pt/web.php +++ b/resources/lang/pt/web.php @@ -3,184 +3,184 @@ return [ 'common' => [ - 'comment' => 'Comentar', - 'commented' => 'Comentado', - 'comments' => 'Comentários', - 'like' => 'Curtir', - 'liked' => 'Curtiu', - 'likes' => 'Curtidas', - 'share' => 'Compartilhar', - 'shared' => 'Compartilhado', - 'shares' => 'Compartilhamentos', - 'unshare' => 'Desfazer compartilhamento', + 'comment' => 'Comment', + 'commented' => 'Commented', + 'comments' => 'Comments', + 'like' => 'Like', + 'liked' => 'Liked', + 'likes' => 'Likes', + 'share' => 'Share', + 'shared' => 'Shared', + 'shares' => 'Shares', + 'unshare' => 'Unshare', - 'cancel' => 'Cancelar', - 'copyLink' => 'Copiar link', - 'delete' => 'Apagar', - 'error' => 'Erro', - 'errorMsg' => 'Algo deu errado. Por favor, tente novamente mais tarde.', - 'oops' => 'Opa!', - 'other' => 'Outro', - 'readMore' => 'Leia mais', - 'success' => 'Sucesso', + 'cancel' => 'Cancel', + 'copyLink' => 'Copy Link', + 'delete' => 'Delete', + 'error' => 'Error', + 'errorMsg' => 'Something went wrong. Please try again later.', + 'oops' => 'Oops!', + 'other' => 'Other', + 'readMore' => 'Read more', + 'success' => 'Success', - 'sensitive' => 'Sensível', - 'sensitiveContent' => 'Conteúdo sensível', - 'sensitiveContentWarning' => 'Esta publicação pode conter conteúdo inapropriado', + 'sensitive' => 'Sensitive', + 'sensitiveContent' => 'Sensitive Content', + 'sensitiveContentWarning' => 'This post may contain sensitive content', ], 'site' => [ - 'terms' => 'Termos de Uso', - 'privacy' => 'Política de Privacidade', + 'terms' => 'Terms of Use', + 'privacy' => 'Privacy Policy', ], 'navmenu' => [ - 'search' => 'Pesquisar', - 'admin' => 'Painel do Administrador', + 'search' => 'Search', + 'admin' => 'Admin Dashboard', // Timelines - 'homeFeed' => 'Página inicial', - 'localFeed' => 'Feed local', - 'globalFeed' => 'Feed global', + 'homeFeed' => 'Home Feed', + 'localFeed' => 'Local Feed', + 'globalFeed' => 'Global Feed', // Core features - 'discover' => 'Explorar', - 'directMessages' => 'Mensagens privadas', - 'notifications' => 'Notificações', - 'groups' => 'Grupos', + 'discover' => 'Discover', + 'directMessages' => 'Direct Messages', + 'notifications' => 'Notifications', + 'groups' => 'Groups', 'stories' => 'Stories', // Self links - 'profile' => 'Perfil', + 'profile' => 'Profile', 'drive' => 'Drive', - 'settings' => 'Configurações', - 'compose' => 'Criar novo', + 'settings' => 'Settings', + 'compose' => 'Create New', 'logout' => 'Logout', // Nav footer - 'about' => 'Sobre', - 'help' => 'Ajuda', - 'language' => 'Idioma', - 'privacy' => 'Privacidade', - 'terms' => 'Termos', + 'about' => 'About', + 'help' => 'Help', + 'language' => 'Language', + 'privacy' => 'Privacy', + 'terms' => 'Terms', // Temporary links - 'backToPreviousDesign' => 'Voltar ao design anterior' + 'backToPreviousDesign' => 'Go back to previous design' ], 'directMessages' => [ - 'inbox' => 'Caixa de entrada', - 'sent' => 'Enviadas', - 'requests' => 'Solicitações' + 'inbox' => 'Inbox', + 'sent' => 'Sent', + 'requests' => 'Requests' ], 'notifications' => [ - 'liked' => 'curtiu seu', - 'commented' => 'comentou em seu', - 'reacted' => 'reagiu ao seu', - 'shared' => 'compartilhou seu', - 'tagged' => 'marcou você em um', + 'liked' => 'liked your', + 'commented' => 'commented on your', + 'reacted' => 'reacted to your', + 'shared' => 'shared your', + 'tagged' => 'tagged you in a', - 'updatedA' => 'atualizou um(a)', - 'sentA' => 'enviou um', + 'updatedA' => 'updated a', + 'sentA' => 'sent a', - 'followed' => 'seguiu', - 'mentioned' => 'mencionado', - 'you' => 'você', + 'followed' => 'followed', + 'mentioned' => 'mentioned', + 'you' => 'you', - 'yourApplication' => 'Sua inscrição para participar', - 'applicationApproved' => 'foi aprovado!', - 'applicationRejected' => 'foi rejeitado. Você pode se inscrever novamente para participar em 6 meses.', + 'yourApplication' => 'Your application to join', + 'applicationApproved' => 'was approved!', + 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', - 'dm' => 'mensagem direta', - 'groupPost' => 'postagem do grupo', - 'modlog' => 'histórico de moderação', - 'post' => 'publicação', - 'story' => 'história', + 'dm' => 'dm', + 'groupPost' => 'group post', + 'modlog' => 'modlog', + 'post' => 'post', + 'story' => 'story', ], 'post' => [ - 'shareToFollowers' => 'Compartilhar com os seguidores', - 'shareToOther' => 'Compartilhar com outros', - 'noLikes' => 'Ainda sem curtidas', - 'uploading' => 'Enviando', + 'shareToFollowers' => 'Share to followers', + 'shareToOther' => 'Share to other', + 'noLikes' => 'No likes yet', + 'uploading' => 'Uploading', ], 'profile' => [ - 'posts' => 'Publicações', - 'followers' => 'Seguidores', - 'following' => 'Seguindo', - 'admin' => 'Administrador', - 'collections' => 'Coleções', - 'follow' => 'Seguir', - 'unfollow' => 'Deixar de seguir', - 'editProfile' => 'Editar Perfil', - 'followRequested' => 'Solicitação de seguir enviada', - 'joined' => 'Entrou', + 'posts' => 'Posts', + 'followers' => 'Followers', + 'following' => 'Following', + 'admin' => 'Admin', + 'collections' => 'Collections', + 'follow' => 'Follow', + 'unfollow' => 'Unfollow', + 'editProfile' => 'Edit Profile', + 'followRequested' => 'Follow Requested', + 'joined' => 'Joined', - 'emptyCollections' => 'Não conseguimos encontrar nenhuma coleção', - 'emptyPosts' => 'Não encontramos nenhuma publicação', + 'emptyCollections' => 'We can\'t seem to find any collections', + 'emptyPosts' => 'We can\'t seem to find any posts', ], 'menu' => [ - 'viewPost' => 'Ver publicação', - 'viewProfile' => 'Ver Perfil', - 'moderationTools' => 'Ferramentas de moderação', - 'report' => 'Denunciar', - 'archive' => 'Arquivo', - 'unarchive' => 'Desarquivar', - 'embed' => 'Incorporar', + 'viewPost' => 'View Post', + 'viewProfile' => 'View Profile', + 'moderationTools' => 'Moderation Tools', + 'report' => 'Report', + 'archive' => 'Archive', + 'unarchive' => 'Unarchive', + 'embed' => 'Embed', - 'selectOneOption' => 'Selecione uma das opções a seguir', - 'unlistFromTimelines' => 'Retirar das linhas do tempo', - 'addCW' => 'Adicionar aviso de conteúdo', - 'removeCW' => 'Remover aviso de conteúdo', - 'markAsSpammer' => 'Marcar como Spammer', - 'markAsSpammerText' => 'Retirar das linhas do tempo + adicionar aviso de conteúdo às publicações antigas e futuras', - 'spam' => 'Lixo Eletrônico', - 'sensitive' => 'Conteúdo sensível', - 'abusive' => 'Abusivo ou Prejudicial', - 'underageAccount' => 'Conta de menor de idade', - 'copyrightInfringement' => 'Violação de direitos autorais', - 'impersonation' => 'Roubo de identidade', - 'scamOrFraud' => 'Golpe ou Fraude', - 'confirmReport' => 'Confirmar denúncia', - 'confirmReportText' => 'Você realmente quer denunciar esta publicação?', - 'reportSent' => 'Denúncia enviada!', - 'reportSentText' => 'Nós recebemos sua denúncia com sucesso.', - 'reportSentError' => 'Houve um problema ao denunciar esta publicação.', + 'selectOneOption' => 'Select one of the following options', + 'unlistFromTimelines' => 'Unlist from Timelines', + 'addCW' => 'Add Content Warning', + 'removeCW' => 'Remove Content Warning', + 'markAsSpammer' => 'Mark as Spammer', + 'markAsSpammerText' => 'Unlist + CW existing and future posts', + 'spam' => 'Spam', + 'sensitive' => 'Sensitive Content', + 'abusive' => 'Abusive or Harmful', + 'underageAccount' => 'Underage Account', + 'copyrightInfringement' => 'Copyright Infringement', + 'impersonation' => 'Impersonation', + 'scamOrFraud' => 'Scam or Fraud', + 'confirmReport' => 'Confirm Report', + 'confirmReportText' => 'Are you sure you want to report this post?', + 'reportSent' => 'Report Sent!', + 'reportSentText' => 'We have successfully received your report.', + 'reportSentError' => 'There was an issue reporting this post.', - 'modAddCWConfirm' => 'Você realmente quer adicionar um aviso de conteúdo a esta publicação?', - 'modCWSuccess' => 'Aviso de conteúdo sensível adicionado com sucesso', - 'modRemoveCWConfirm' => 'Você realmente quer remover o aviso de conteúdo desta publicação?', - 'modRemoveCWSuccess' => 'Aviso de conteúdo sensível removido com sucesso', - 'modUnlistConfirm' => 'Você realmente quer definir esta publicação como não listada?', - 'modUnlistSuccess' => 'A publicação foi definida como não listada com sucesso', - 'modMarkAsSpammerConfirm' => 'Você realmente quer denunciar este usuário por spam? Todas as suas publicações anteriores e futuras serão marcadas com um aviso de conteúdo e removidas das linhas do tempo.', - 'modMarkAsSpammerSuccess' => 'Perfil denunciado com sucesso', + 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', + 'modCWSuccess' => 'Successfully added content warning', + 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', + 'modRemoveCWSuccess' => 'Successfully removed content warning', + '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.', + 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', - 'toFollowers' => 'para seguidores', + 'toFollowers' => 'to Followers', - 'showCaption' => 'Mostrar legenda', - 'showLikes' => 'Mostrar curtidas', - 'compactMode' => 'Modo compacto', - 'embedConfirmText' => 'Ao usar de forma “embed”, você concorda com nossas', + 'showCaption' => 'Show Caption', + 'showLikes' => 'Show Likes', + 'compactMode' => 'Compact Mode', + 'embedConfirmText' => 'By using this embed, you agree to our', - 'deletePostConfirm' => 'Você tem certeza que deseja excluir esta publicação?', - 'archivePostConfirm' => 'Tem certeza que deseja arquivar esta publicação?', - 'unarchivePostConfirm' => 'Tem certeza que deseja desarquivar esta publicação?', + 'deletePostConfirm' => 'Are you sure you want to delete this post?', + 'archivePostConfirm' => 'Are you sure you want to archive this post?', + 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', ], 'story' => [ - 'add' => 'Adicionar Story' + 'add' => 'Add Story' ], 'timeline' => [ - 'peopleYouMayKnow' => 'Pessoas que você talvez conheça' + 'peopleYouMayKnow' => 'People you may know' ], 'hashtags' => [ - 'emptyFeed' => 'Não encontramos nenhuma publicação com esta hashtag' + 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' ], ]; From cd3f8f1cce3c1d5fe452307e211a9a7f60678d6b Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 30 Dec 2021 19:33:25 -0700 Subject: [PATCH 46/47] New translations web.php (Portuguese, Brazilian) [ci skip] --- resources/lang/pt/web.php | 246 +++++++++++++++++++------------------- 1 file changed, 123 insertions(+), 123 deletions(-) diff --git a/resources/lang/pt/web.php b/resources/lang/pt/web.php index 3844f847a..315274076 100644 --- a/resources/lang/pt/web.php +++ b/resources/lang/pt/web.php @@ -3,184 +3,184 @@ return [ 'common' => [ - 'comment' => 'Comment', - 'commented' => 'Commented', - 'comments' => 'Comments', - 'like' => 'Like', - 'liked' => 'Liked', - 'likes' => 'Likes', - 'share' => 'Share', - 'shared' => 'Shared', - 'shares' => 'Shares', - 'unshare' => 'Unshare', + 'comment' => 'Comentar', + 'commented' => 'Comentado', + 'comments' => 'Comentários', + 'like' => 'Curtir', + 'liked' => 'Curtiu', + 'likes' => 'Curtidas', + 'share' => 'Compartilhar', + 'shared' => 'Compartilhado', + 'shares' => 'Compartilhamentos', + 'unshare' => 'Desfazer compartilhamento', - 'cancel' => 'Cancel', - 'copyLink' => 'Copy Link', - 'delete' => 'Delete', - 'error' => 'Error', - 'errorMsg' => 'Something went wrong. Please try again later.', - 'oops' => 'Oops!', - 'other' => 'Other', - 'readMore' => 'Read more', - 'success' => 'Success', + 'cancel' => 'Cancelar', + 'copyLink' => 'Copiar link', + 'delete' => 'Apagar', + 'error' => 'Erro', + 'errorMsg' => 'Algo deu errado. Por favor, tente novamente mais tarde.', + 'oops' => 'Opa!', + 'other' => 'Outro', + 'readMore' => 'Leia mais', + 'success' => 'Sucesso', - 'sensitive' => 'Sensitive', - 'sensitiveContent' => 'Sensitive Content', - 'sensitiveContentWarning' => 'This post may contain sensitive content', + 'sensitive' => 'Sensível', + 'sensitiveContent' => 'Conteúdo sensível', + 'sensitiveContentWarning' => 'Esta publicação pode conter conteúdo inapropriado', ], 'site' => [ - 'terms' => 'Terms of Use', - 'privacy' => 'Privacy Policy', + 'terms' => 'Termos de Uso', + 'privacy' => 'Política de Privacidade', ], 'navmenu' => [ - 'search' => 'Search', - 'admin' => 'Admin Dashboard', + 'search' => 'Pesquisar', + 'admin' => 'Painel do Administrador', // Timelines - 'homeFeed' => 'Home Feed', - 'localFeed' => 'Local Feed', - 'globalFeed' => 'Global Feed', + 'homeFeed' => 'Página inicial', + 'localFeed' => 'Feed local', + 'globalFeed' => 'Feed global', // Core features - 'discover' => 'Discover', - 'directMessages' => 'Direct Messages', - 'notifications' => 'Notifications', - 'groups' => 'Groups', + 'discover' => 'Explorar', + 'directMessages' => 'Mensagens privadas', + 'notifications' => 'Notificações', + 'groups' => 'Grupos', 'stories' => 'Stories', // Self links - 'profile' => 'Profile', + 'profile' => 'Perfil', 'drive' => 'Drive', - 'settings' => 'Settings', - 'compose' => 'Create New', + 'settings' => 'Configurações', + 'compose' => 'Criar novo', 'logout' => 'Logout', // Nav footer - 'about' => 'About', - 'help' => 'Help', - 'language' => 'Language', - 'privacy' => 'Privacy', - 'terms' => 'Terms', + 'about' => 'Sobre', + 'help' => 'Ajuda', + 'language' => 'Idioma', + 'privacy' => 'Privacidade', + 'terms' => 'Termos', // Temporary links - 'backToPreviousDesign' => 'Go back to previous design' + 'backToPreviousDesign' => 'Voltar ao design anterior' ], 'directMessages' => [ - 'inbox' => 'Inbox', - 'sent' => 'Sent', - 'requests' => 'Requests' + 'inbox' => 'Caixa de entrada', + 'sent' => 'Enviadas', + 'requests' => 'Solicitações' ], 'notifications' => [ - 'liked' => 'liked your', - 'commented' => 'commented on your', - 'reacted' => 'reacted to your', - 'shared' => 'shared your', - 'tagged' => 'tagged you in a', + 'liked' => 'curtiu seu', + 'commented' => 'comentou em seu', + 'reacted' => 'reagiu ao seu', + 'shared' => 'compartilhou seu', + 'tagged' => 'marcou você em um', - 'updatedA' => 'updated a', - 'sentA' => 'sent a', + 'updatedA' => 'atualizou um(a)', + 'sentA' => 'enviou um', - 'followed' => 'followed', - 'mentioned' => 'mentioned', - 'you' => 'you', + 'followed' => 'seguiu', + 'mentioned' => 'mencionado', + 'you' => 'você', - 'yourApplication' => 'Your application to join', - 'applicationApproved' => 'was approved!', - 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', + 'yourApplication' => 'Sua inscrição para participar', + 'applicationApproved' => 'foi aprovado!', + 'applicationRejected' => 'foi rejeitado. Você pode se inscrever novamente para participar em 6 meses.', - 'dm' => 'dm', - 'groupPost' => 'group post', - 'modlog' => 'modlog', - 'post' => 'post', - 'story' => 'story', + 'dm' => 'mensagem direta', + 'groupPost' => 'postagem do grupo', + 'modlog' => 'histórico de moderação', + 'post' => 'publicação', + 'story' => 'história', ], 'post' => [ - 'shareToFollowers' => 'Share to followers', - 'shareToOther' => 'Share to other', - 'noLikes' => 'No likes yet', - 'uploading' => 'Uploading', + 'shareToFollowers' => 'Compartilhar com os seguidores', + 'shareToOther' => 'Compartilhar com outros', + 'noLikes' => 'Ainda sem curtidas', + 'uploading' => 'Enviando', ], 'profile' => [ - 'posts' => 'Posts', - 'followers' => 'Followers', - 'following' => 'Following', - 'admin' => 'Admin', - 'collections' => 'Collections', - 'follow' => 'Follow', - 'unfollow' => 'Unfollow', - 'editProfile' => 'Edit Profile', - 'followRequested' => 'Follow Requested', - 'joined' => 'Joined', + 'posts' => 'Publicações', + 'followers' => 'Seguidores', + 'following' => 'Seguindo', + 'admin' => 'Administrador', + 'collections' => 'Coleções', + 'follow' => 'Seguir', + 'unfollow' => 'Deixar de seguir', + 'editProfile' => 'Editar Perfil', + 'followRequested' => 'Solicitação de seguir enviada', + 'joined' => 'Entrou', - 'emptyCollections' => 'We can\'t seem to find any collections', - 'emptyPosts' => 'We can\'t seem to find any posts', + 'emptyCollections' => 'Não conseguimos encontrar nenhuma coleção', + 'emptyPosts' => 'Não encontramos nenhuma publicação', ], 'menu' => [ - 'viewPost' => 'View Post', - 'viewProfile' => 'View Profile', - 'moderationTools' => 'Moderation Tools', - 'report' => 'Report', - 'archive' => 'Archive', - 'unarchive' => 'Unarchive', - 'embed' => 'Embed', + 'viewPost' => 'Ver publicação', + 'viewProfile' => 'Ver Perfil', + 'moderationTools' => 'Ferramentas de moderação', + 'report' => 'Denunciar', + 'archive' => 'Arquivo', + 'unarchive' => 'Desarquivar', + 'embed' => 'Incorporar', - 'selectOneOption' => 'Select one of the following options', - 'unlistFromTimelines' => 'Unlist from Timelines', - 'addCW' => 'Add Content Warning', - 'removeCW' => 'Remove Content Warning', - 'markAsSpammer' => 'Mark as Spammer', - 'markAsSpammerText' => 'Unlist + CW existing and future posts', - 'spam' => 'Spam', - 'sensitive' => 'Sensitive Content', - 'abusive' => 'Abusive or Harmful', - 'underageAccount' => 'Underage Account', - 'copyrightInfringement' => 'Copyright Infringement', - 'impersonation' => 'Impersonation', - 'scamOrFraud' => 'Scam or Fraud', - 'confirmReport' => 'Confirm Report', - 'confirmReportText' => 'Are you sure you want to report this post?', - 'reportSent' => 'Report Sent!', - 'reportSentText' => 'We have successfully received your report.', - 'reportSentError' => 'There was an issue reporting this post.', + 'selectOneOption' => 'Selecione uma das opções a seguir', + 'unlistFromTimelines' => 'Retirar das linhas do tempo', + 'addCW' => 'Adicionar aviso de conteúdo', + 'removeCW' => 'Remover aviso de conteúdo', + 'markAsSpammer' => 'Marcar como Spammer', + 'markAsSpammerText' => 'Retirar das linhas do tempo + adicionar aviso de conteúdo às publicações antigas e futuras', + 'spam' => 'Lixo Eletrônico', + 'sensitive' => 'Conteúdo sensível', + 'abusive' => 'Abusivo ou Prejudicial', + 'underageAccount' => 'Conta de menor de idade', + 'copyrightInfringement' => 'Violação de direitos autorais', + 'impersonation' => 'Roubo de identidade', + 'scamOrFraud' => 'Golpe ou Fraude', + 'confirmReport' => 'Confirmar denúncia', + 'confirmReportText' => 'Você realmente quer denunciar esta publicação?', + 'reportSent' => 'Denúncia enviada!', + 'reportSentText' => 'Nós recebemos sua denúncia com sucesso.', + 'reportSentError' => 'Houve um problema ao denunciar esta publicação.', - 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?', - 'modCWSuccess' => 'Successfully added content warning', - 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?', - 'modRemoveCWSuccess' => 'Successfully removed content warning', - '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.', - 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer', + 'modAddCWConfirm' => 'Você realmente quer adicionar um aviso de conteúdo a esta publicação?', + 'modCWSuccess' => 'Aviso de conteúdo sensível adicionado com sucesso', + 'modRemoveCWConfirm' => 'Você realmente quer remover o aviso de conteúdo desta publicação?', + 'modRemoveCWSuccess' => 'Aviso de conteúdo sensível removido com sucesso', + 'modUnlistConfirm' => 'Você realmente quer definir esta publicação como não listada?', + 'modUnlistSuccess' => 'A publicação foi definida como não listada com sucesso', + 'modMarkAsSpammerConfirm' => 'Você realmente quer denunciar este usuário por spam? Todas as suas publicações anteriores e futuras serão marcadas com um aviso de conteúdo e removidas das linhas do tempo.', + 'modMarkAsSpammerSuccess' => 'Perfil denunciado com sucesso', - 'toFollowers' => 'to Followers', + 'toFollowers' => 'para seguidores', - 'showCaption' => 'Show Caption', - 'showLikes' => 'Show Likes', - 'compactMode' => 'Compact Mode', - 'embedConfirmText' => 'By using this embed, you agree to our', + 'showCaption' => 'Mostrar legenda', + 'showLikes' => 'Mostrar curtidas', + 'compactMode' => 'Modo compacto', + 'embedConfirmText' => 'Ao usar de forma “embed”, você concorda com nossas', - 'deletePostConfirm' => 'Are you sure you want to delete this post?', - 'archivePostConfirm' => 'Are you sure you want to archive this post?', - 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?', + 'deletePostConfirm' => 'Você tem certeza que deseja excluir esta publicação?', + 'archivePostConfirm' => 'Tem certeza que deseja arquivar esta publicação?', + 'unarchivePostConfirm' => 'Tem certeza que deseja desarquivar esta publicação?', ], 'story' => [ - 'add' => 'Add Story' + 'add' => 'Adicionar Story' ], 'timeline' => [ - 'peopleYouMayKnow' => 'People you may know' + 'peopleYouMayKnow' => 'Pessoas que você talvez conheça' ], 'hashtags' => [ - 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + 'emptyFeed' => 'Não encontramos nenhuma publicação com esta hashtag' ], ]; From 59ffa22e08025bb1060fe139b28272547528318d Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 30 Dec 2021 20:31:12 -0700 Subject: [PATCH 47/47] Update compiled assets --- public/js/spa.js | Bin 1701683 -> 1701975 bytes public/mix-manifest.json | Bin 1983 -> 1983 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/public/js/spa.js b/public/js/spa.js index 1ad7d6df685bf1b946d63d7ad5b57fad548a4e72..fac852b9b2e1ee29f1e21c4382e9ad7efeb621e4 100644 GIT binary patch delta 1927 zcmZ`(TTE0(7|!fnE_-GUu&}tT$QjF0B2p!F1yRsa|9C@9n$|YaYOG9}DBfC4W3{%`+W4SYAGEe8CVi-_Z92PWo9HHen9R;M-+bTq z|FdUKJgUDrUf&Z$K}}E_)CKiHL(mvB1t$b!g0aE4V0_RVb!ukj?P?Z?G@kzyBW8nT?C(jxi= z$700}_$ZgCb+jmOZd7Z9QAFbCXg}VgL2Kyd?YKm5ljMR7B}15ATwKc%zmP8g11GRZ z=kCNCbYSl@o53q^0${)#OxTU9&~$imD$xdK?RtYr^!Z<@6SLe<`7w*r^{&APS1+15 z7#~SA(d)bM^;pPB#yV&?gss&35k86Zxj90o9h$D_j_W_D&~+H>LVH7tO4xrK-BrwK8-&}q1HgzJPaMzj`s?=T)TA|>1n`oS?g zsSVW+?e;iD_gvNozgJWQ``SSE#+D3Wo-mF5@Mi?F z|Ko{HXCO0kJyhzg7C6dt$vc!8MwoLWF+S!0*pN1YQ=n_uYNU-6Pv(#Z1~1|n8c_yu zpLrOGaOgUI7+OAI*BY7!&vUiNN7=o8iI9i3{)9cq=2wgH*13Gq#rPukbOkpXkXu!E zM%10EI$MU-*&J4H4yorMcyJSML+*%0t!lAyX8X)&i{`Ke%)NpQRKA6sdgO&Gcko_| zB-@2ZbF%z$tyClW1cwY=qu65gKet!sal1XOvQjTNYUSttjNgyqfWg+FIy;*ynxmb) zs`I)>*hDYi$BQ(mE_BCfaJHYM(4`OY-x|~iOU7`CrcMTOf?G|08^hlabBn6kRNhp^ zG@*A4rvsKOU%}96&b;#s`2p3#`h1c~k04^x@HO&_A7{Nx4|y$bAZpQ*gC^8YX*@Zj zL#=9iH%8jKQEe|5QjM6{?O9|h zn+$m*oiBbl4n9I;P|IxDRq>RKVxha zY9EU8T)EM`T|q0V$O0>>Qu+59NwChAyA7F$+mEayEJN2koC6oh6)1p#n+QSIN zDq(C7xxk?^$}E0FFU?mgSo6BHD!PI)87hOZ$?6+=EHkkKPRH>kT6TndW<(3a2GEnv z^K|V=Qb^Ep*ng3^EDX6g>BLLqmRu!~*{tvVW zp6U5iO?8xGK8%WZUf34S82DbaQZ4I!BR{OOtx}`sR~5BHM_(B>f=|-5nBIuvQ*`DM zxq!Vuuerp~OWYKa$%AkAb8(PE_*hMeyyLibB3(`RS^azk`?T0wLj1U&PKrH z4D?IRW}h5rS5J2^L~itYd=ckGY%R5^Ykerns=oXoo{a=H5^4TW(uFxJJpJcZQp|^% z1{t<>S*$R*+rsN>B&|+Pga&6wKu2%sq4N z_kHJ_d+%Jn({%iHQ(piDxIjd}5HJQJ15p7}AUY5ehz-OA;sfS@J%E9GbB;%5dDH{BcN`#4jT>QK_tohp32Iob|CWx8Fv=$+!@DmU<3Rlg zKLcmB^GW4xT1M9F29K{%_GK^7j#ODci`sQK0CyG-Z7b=<7eTKi~Qa#Et2WwS(OK~@A)s)7t zDzh>GD}#x?cLFbtfKGdY8Ol##yLo}|vdSJ!f2j8qUSi=y1r`k^WO2T5znEqHx{1Q= zV$)E&{2>)HVeIz=GyUf>jz%zg4(~!D-SsQ>Ak+$1F0d~6C+VZ<`ioeL%ua5j0LC0EDD4wig~=Vc3mNVE2sTW+T_Ez*xR586J+|ezp(##&Ke%M{x>X zpU17V${B7?YpZ9g>|-0M^(nWaHVH1T0^}F`EWI(#v?4dWa-9)1PZF8vmFu{Y}im2TmOoVi2q!Gd)~Ue*K1S8R58<2IhN_a;e(O&?qGX~bXnJV8x+FOd|~5rj;F zF%jp%X$23!fiEp)7(wJGu0er3#g;_Ra%2Wax|FF0t%0(ISEJEZdeKb2GH~_ba(0Hx z$!w^c%!bOzY^aDk1k{P&Jg+FcFn{ zz?mBIXA)}B1MaKjH3KP|2Gyd=Ws$R??elIJW91~I38a0Ic6e~YngT;TsEj^(og9otb173S8&X&37-eEX z#dM6hPhb@8j!%St{iF^0e#QnE0%D}`Z;@CdD%LY|zeCa@QcHETwb>h=LMwg(EqPBo zq1OH6m<27@m$R&PAhZgGKVg+y9t;iLxER{LH+KQ6jEPD|$){0hO)$P34$bEY^_?X7 zB(+@U6mz8J=^3n<EaBrIHG>zZ|2v{(p>Cah@dNTcO0Cg>s#j_`(}B7t zflRdeKhkMJMWL0D63O37U8gU6VR?J--!kQnDw>+gQvFy2^MR2legLi41spcN%akNzv!o=8G&4&B^CU|HQ^Taq>)8Yt0k)b6;Q#;t delta 33 ocmdnbzn_1@Y&H=COLG%T(?p}xL`x&XM3Yn_3qym=>)8Yt0j_`vcK`qY