From faee34ff46860e3e8362cb51106956bd25cb421d Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 15 Feb 2025 00:37:38 -0700 Subject: [PATCH 1/6] New translations web.php (Bengali) [ci skip] --- resources/lang/bn/web.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/bn/web.php b/resources/lang/bn/web.php index ab60b932e..016521371 100644 --- a/resources/lang/bn/web.php +++ b/resources/lang/bn/web.php @@ -146,13 +146,13 @@ return [ 'spam' => 'স্প্যাম', 'sensitive' => 'সংবেদনশীল বস্তু', 'abusive' => 'অত্যাচারজনক বা ক্ষতিকারক', - 'underageAccount' => 'Underage Account', - 'copyrightInfringement' => 'Copyright Infringement', + 'underageAccount' => 'কমবয়সী অ্যাকাউন্ট', + 'copyrightInfringement' => 'স্বত্ত্বাধিকার লঙ্ঘন', 'impersonation' => 'Impersonation', - 'scamOrFraud' => 'Scam or Fraud', - 'confirmReport' => 'Confirm Report', - 'confirmReportText' => 'Are you sure you want to report this post?', - 'reportSent' => 'Report Sent!', + 'scamOrFraud' => 'ভণ্ডামি বা প্রতারণা', + 'confirmReport' => 'প্রতিবেদন নিশ্চিত করো', + 'confirmReportText' => 'তুমি কী এই পোস্টটি নিয়ে সমস্যা জানানোর ব্যাপারে নিশ্চিত?', + 'reportSent' => 'প্রতিবেদন পাঠানো হয়েছে!', 'reportSentText' => 'We have successfully received your report.', 'reportSentError' => 'There was an issue reporting this post.', From bdf935c158fbb1f419680f73e84dce03b2db7664 Mon Sep 17 00:00:00 2001 From: daniel Date: Sun, 16 Feb 2025 01:00:13 -0700 Subject: [PATCH 2/6] 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 b8a850c07..823bb4eb2 100644 --- a/resources/lang/ru/web.php +++ b/resources/lang/ru/web.php @@ -93,9 +93,9 @@ return [ 'mentioned' => 'упомянул(а)', 'you' => 'вы', - 'yourApplication' => 'Ваше заявка на вступление', - 'applicationApproved' => 'было одобрено!', - 'applicationRejected' => 'было отклонено. Вы можете повторно подать заявку на регистрацию в течение 6 месяцев.', + 'yourApplication' => 'Ваша заявка на вступление', + 'applicationApproved' => 'была одобрена!', + 'applicationRejected' => 'была отклонена. Вы можете повторно подать заявку на регистрацию в течение 6 месяцев.', 'dm' => 'сообщение', 'groupPost' => 'запись в группе', From 0a08f375389ed2fd0ec05e0e4032fd82ebf9eba6 Mon Sep 17 00:00:00 2001 From: daniel Date: Mon, 17 Feb 2025 08:53:47 -0700 Subject: [PATCH 3/6] New translations web.php (French) [ci skip] --- resources/lang/fr/web.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/fr/web.php b/resources/lang/fr/web.php index 0bd57fc76..518682eda 100644 --- a/resources/lang/fr/web.php +++ b/resources/lang/fr/web.php @@ -44,8 +44,8 @@ return [ 'admin' => 'Tableau de bord d\'administration', // Timelines - 'homeFeed' => 'Flux principal', - 'localFeed' => 'Flux local', + 'homeFeed' => 'Fil principal', + 'localFeed' => 'Fil local', 'globalFeed' => 'Fil global', // Core features @@ -93,7 +93,7 @@ return [ 'mentioned' => 'a mentionné', 'you' => 'vous', - 'yourApplication' => 'Votre candidature à rejoindre', + 'yourApplication' => 'Votre demande d\'adhésion', 'applicationApproved' => 'a été approuvée !', 'applicationRejected' => 'a été rejetée. Vous pouvez refaire une demande dans 6 mois.', From e7fe719ec9f63eb964e1f6ba0f567c039a44be09 Mon Sep 17 00:00:00 2001 From: daniel Date: Thu, 20 Feb 2025 04:50:07 -0700 Subject: [PATCH 4/6] New translations web.php (Italian) [ci skip] --- resources/lang/it/web.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/lang/it/web.php b/resources/lang/it/web.php index f8f809aeb..119b777b9 100644 --- a/resources/lang/it/web.php +++ b/resources/lang/it/web.php @@ -24,10 +24,10 @@ return [ 'other' => 'Altro', 'readMore' => 'Leggi di più', 'success' => 'Riuscito', - 'proceed' => 'Continua', + 'proceed' => 'Procedi', 'next' => 'Avanti', 'close' => 'Chiudi', - 'clickHere' => 'clicca qui', + 'clickHere' => 'cclicca qui', 'sensitive' => 'Sensibile', 'sensitiveContent' => 'Contenuto Sensibile', From 74c4b04c27cf4bb3eacccd5846a72d9f294926d1 Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 22 Feb 2025 08:18:56 -0700 Subject: [PATCH 5/6] New translations web.php (Hindi) [ci skip] --- resources/lang/hi/web.php | 64 +++++++++++++++++++-------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/resources/lang/hi/web.php b/resources/lang/hi/web.php index 79ab3ebe4..14f422546 100644 --- a/resources/lang/hi/web.php +++ b/resources/lang/hi/web.php @@ -133,8 +133,8 @@ return [ 'viewProfile' => 'प्रोफाइल देखें', 'moderationTools' => 'मॉडरेशन टूल्स', 'report' => 'रिपोर्ट', - 'archive' => 'Archive', - 'unarchive' => 'Unarchive', + 'archive' => 'पुरालेख', + 'unarchive' => 'अपुरालेख', 'embed' => 'एम्बेड', 'selectOneOption' => 'किसी एक विकल्प को चुने', @@ -149,60 +149,60 @@ return [ 'underageAccount' => 'नाबालिग अकाउंट', 'copyrightInfringement' => 'कॉपीराईट का उल्लंघन', '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.', + 'scamOrFraud' => 'घोटाला या धोखाधड़ी', + 'confirmReport' => 'रिपोर्ट की पुष्टि करें', + 'confirmReportText' => 'क्या आप निश्चित रूप से इस पोस्ट की रिपोर्ट करना चाहते हैं?', + 'reportSent' => 'रिपोर्ट भेजी गई!', + 'reportSentText' => 'हमें आपकी रिपोर्ट सफलतापूर्वक प्राप्त हो गई है।', + 'reportSentError' => 'इस पोस्ट की रिपोर्ट करने में समस्या हुई।', 'modAddCWConfirm' => 'क्या यह निश्चित है कि आप प्रकाशित सामग्री के साथ विषय-वस्तु सम्बंधित चेतावनी जोड़ना चाहते हैं?', 'modCWSuccess' => 'विषय-वस्तु सम्बंधित चेतावनी सफलता से जोड़ी गयी', 'modRemoveCWConfirm' => 'क्या यह निश्चित है कि आप प्रकाशित सामग्री से विषय-वस्तु सम्बंधित चेतावनी हटाना चाहते हैं?', 'modRemoveCWSuccess' => 'विषय-वस्तु सम्बंधित चेतावनी सफलता से हटाई गयी', - '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', + 'modUnlistConfirm' => 'क्या आप निश्चित रूप से इस पोस्ट को करना चाहते हैं?', + 'modUnlistSuccess' => 'पोस्ट को सफलतापूर्वक असूचीबद्ध किया गया', + 'modMarkAsSpammerConfirm' => 'क्या आप वाकई इस उपयोगकर्ता को स्पैमर के रूप में चिह्नित करना चाहते हैं? सभी मौजूदा और भविष्य की पोस्ट टाइमलाइन पर असूचीबद्ध कर दी जाएंगी और एक सामग्री चेतावनी लागू की जाएगी।', + 'modMarkAsSpammerSuccess' => 'खाते को स्पैमर के रूप में सफलतापूर्वक चिह्नित किया गया', - 'toFollowers' => 'to Followers', + 'toFollowers' => 'अनुयायियों के लिए', - 'showCaption' => 'Show Caption', - 'showLikes' => 'Show Likes', - 'compactMode' => 'Compact Mode', + 'showCaption' => 'शीर्षक दिखाएं', + 'showLikes' => 'लाइक दिखाएं', + 'compactMode' => 'संक्षिप्त मोड', 'embedConfirmText' => 'By using this embed, you agree to our', - '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' => 'क्या आप वाकई में इस पोस्ट को हटाना चाहते हैं?', + 'archivePostConfirm' => 'क्या आप वाकई इस आइटम को आर्काइव करना चाहते हैं?', + 'unarchivePostConfirm' => 'क्या आप वाकई इस पोस्ट को अनआर्काइव करना चाहते हैं?', ], 'story' => [ - 'add' => 'Add Story' + 'add' => 'कहानी जोड़ें' ], 'timeline' => [ - 'peopleYouMayKnow' => 'People you may know', + 'peopleYouMayKnow' => 'जिन लोगों को आप जानते हों', 'onboarding' => [ - 'welcome' => 'Welcome', - 'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.', - 'letUsHelpYouFind' => 'Let us help you find some interesting people to follow', - 'refreshFeed' => 'Refresh my feed', + 'welcome' => 'स्वागत', + 'thisIsYourHomeFeed' => 'यह आपका होम फीड है, जो आपके द्वारा अनुसरण किये जाने वाले खातों के पोस्टों का कालानुक्रमिक फीड है।', + 'letUsHelpYouFind' => 'आइए हम आपको अनुसरण करने के लिए कुछ दिलचस्प लोगों को खोजने में मदद करें', + 'refreshFeed' => 'मेरा फ़ीड ताज़ा करें', ], ], 'hashtags' => [ - 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' + 'emptyFeed' => 'हमें इस हैशटैग के लिए कोई पोस्ट नहीं मिल रहा है' ], 'report' => [ - 'report' => 'Report', - 'selectReason' => 'Select a reason', - 'reported' => 'Reported', - 'sendingReport' => 'Sending report', - 'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!', - 'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report', + 'report' => 'रिपोर्ट', + 'selectReason' => 'कारण चुनें', + 'reported' => 'रिपोर्ट किया गया', + 'sendingReport' => 'रिपोर्ट भेज रहे हैं', + 'thanksMsg' => 'रिपोर्ट के लिए धन्यवाद, आप जैसे लोग हमारे समुदाय को सुरक्षित रखने में मदद करते हैं!', + 'contactAdminMsg' => 'यदि आप इस पोस्ट या रिपोर्ट के बारे में किसी व्यवस्थापक से संपर्क करना चाहते हैं', ], ]; From 3be6b6f6f7b9d74fbadbf9feed3542e9b0c48c85 Mon Sep 17 00:00:00 2001 From: daniel Date: Wed, 26 Feb 2025 04:52:38 -0700 Subject: [PATCH 6/6] New translations web.php (Spanish) [ci skip] --- resources/lang/es/web.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/lang/es/web.php b/resources/lang/es/web.php index 77a93d237..4e00854ea 100644 --- a/resources/lang/es/web.php +++ b/resources/lang/es/web.php @@ -120,7 +120,7 @@ return [ 'collections' => 'Colecciones', 'follow' => 'Seguir', 'unfollow' => 'Dejar de seguir', - 'editProfile' => 'Editar Perfil', + 'editProfile' => 'Editar perfil', 'followRequested' => 'Seguimiento Solicitado', 'joined' => 'Se unió', @@ -129,12 +129,12 @@ return [ ], 'menu' => [ - 'viewPost' => 'Ver Publicación', - 'viewProfile' => 'Ver Perfil', - 'moderationTools' => 'Herramientas de Moderación', + 'viewPost' => 'Ver publicación', + 'viewProfile' => 'Ver perfil', + 'moderationTools' => 'Herramientas de moderación', 'report' => 'Reportar', 'archive' => 'Archivar', - 'unarchive' => 'No Archivar', + 'unarchive' => 'Desarchivar', 'embed' => 'Incrustar', 'selectOneOption' => 'Selecciona una de las siguientes opciones', @@ -160,7 +160,7 @@ return [ 'modCWSuccess' => 'Spoiler añadido correctamente', 'modRemoveCWConfirm' => '¿Seguro que desea eliminar el spoiler de esta publicación?', 'modRemoveCWSuccess' => 'Spoiler eliminado correctamente', - 'modUnlistConfirm' => '¿Seguro que desea no listar esta publicación?', + 'modUnlistConfirm' => '¿Estás seguro de que deseas no listar esta publicación?', 'modUnlistSuccess' => 'Publicación no listada correctamente', 'modMarkAsSpammerConfirm' => '¿Seguro que quiere marcar este usuario como spammer? Todas las publicaciones existentes y futuras no serán listadas en las líneas temporales y se les agregará un Spoiler o alerta de contenido.', 'modMarkAsSpammerSuccess' => 'Cuenta marcada como spam correctamente',