From f9994247517e1dbb16713f588bb605faac8ff49b Mon Sep 17 00:00:00 2001 From: daniel Date: Tue, 1 Mar 2022 22:15:44 -0700 Subject: [PATCH] New translations web.php (Indonesian) [ci skip] --- resources/lang/id/web.php | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/resources/lang/id/web.php b/resources/lang/id/web.php index be72512e7..a10b1558c 100644 --- a/resources/lang/id/web.php +++ b/resources/lang/id/web.php @@ -13,16 +13,21 @@ return [ 'shared' => 'Dibagikan', 'shares' => 'Dibagikan', 'unshare' => 'Batalkan berbagi', + 'bookmark' => 'Bookmark', 'cancel' => 'Batal', 'copyLink' => 'Salin tautan', 'delete' => 'Hapus', 'error' => 'Kesalahan', 'errorMsg' => 'Telah terjadi kesalahan. Silakan coba lagi nanti.', - 'oops' => 'Oops!', + 'oops' => 'Waduh!', 'other' => 'Lainnya', 'readMore' => 'Baca selengkapnya', 'success' => 'Berhasil', + 'proceed' => 'Proceed', + 'next' => 'Next', + 'close' => 'Close', + 'clickHere' => 'click here', 'sensitive' => 'Sensitif', 'sensitiveContent' => 'Konten Sensitif', @@ -97,6 +102,7 @@ return [ 'modlog' => 'modlog', 'post' => 'postingan', 'story' => 'cerita', + 'noneFound' => 'No notifications found', ], 'post' => [ @@ -110,7 +116,7 @@ return [ 'posts' => 'Postingan', 'followers' => 'Pengikut', 'following' => 'Mengikuti', - 'admin' => 'Pengelola', + 'admin' => 'Pengurus', 'collections' => 'Koleksi', 'follow' => 'Ikuti', 'unfollow' => 'Berhenti Ikuti', @@ -129,7 +135,7 @@ return [ 'report' => 'Laporkan', 'archive' => 'Arsipkan', 'unarchive' => 'Keluarkan dari arsip', - 'embed' => 'Penyemat', + 'embed' => 'Sematkan', 'selectOneOption' => 'Pilih salah satu dari opsi berikut', 'unlistFromTimelines' => 'Keluarkan dari Timeline', @@ -176,11 +182,27 @@ return [ ], 'timeline' => [ - 'peopleYouMayKnow' => 'Orang yang mungkin Anda kenal' + 'peopleYouMayKnow' => 'Orang yang mungkin Anda kenal', + + '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', + ], ], 'hashtags' => [ 'emptyFeed' => 'Sepertinya kami tidak dapat menemukan postingan untuk tagar ini' ], + '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', + ], + ];