mirror of https://github.com/pixelfed/pixelfed.git
parent
173d08f1a7
commit
7edb3c1329
|
@ -13,7 +13,7 @@ return [
|
||||||
'shared' => 'Dibagikan',
|
'shared' => 'Dibagikan',
|
||||||
'shares' => 'Dibagikan',
|
'shares' => 'Dibagikan',
|
||||||
'unshare' => 'Batalkan berbagi',
|
'unshare' => 'Batalkan berbagi',
|
||||||
'bookmark' => 'Bookmark',
|
'bookmark' => 'Penanda Buku',
|
||||||
|
|
||||||
'cancel' => 'Batal',
|
'cancel' => 'Batal',
|
||||||
'copyLink' => 'Salin tautan',
|
'copyLink' => 'Salin tautan',
|
||||||
|
@ -24,10 +24,10 @@ return [
|
||||||
'other' => 'Lainnya',
|
'other' => 'Lainnya',
|
||||||
'readMore' => 'Baca selengkapnya',
|
'readMore' => 'Baca selengkapnya',
|
||||||
'success' => 'Berhasil',
|
'success' => 'Berhasil',
|
||||||
'proceed' => 'Proceed',
|
'proceed' => 'Lanjut',
|
||||||
'next' => 'Next',
|
'next' => 'Berikutnya',
|
||||||
'close' => 'Close',
|
'close' => 'Tutup',
|
||||||
'clickHere' => 'click here',
|
'clickHere' => 'klik di sini',
|
||||||
|
|
||||||
'sensitive' => 'Sensitif',
|
'sensitive' => 'Sensitif',
|
||||||
'sensitiveContent' => 'Konten Sensitif',
|
'sensitiveContent' => 'Konten Sensitif',
|
||||||
|
@ -102,7 +102,7 @@ return [
|
||||||
'modlog' => 'modlog',
|
'modlog' => 'modlog',
|
||||||
'post' => 'postingan',
|
'post' => 'postingan',
|
||||||
'story' => 'cerita',
|
'story' => 'cerita',
|
||||||
'noneFound' => 'No notifications found',
|
'noneFound' => 'Tak ditemukan pemberitahuan',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
|
@ -185,10 +185,10 @@ return [
|
||||||
'peopleYouMayKnow' => 'Orang yang mungkin Anda kenal',
|
'peopleYouMayKnow' => 'Orang yang mungkin Anda kenal',
|
||||||
|
|
||||||
'onboarding' => [
|
'onboarding' => [
|
||||||
'welcome' => 'Welcome',
|
'welcome' => 'Selamat Datang',
|
||||||
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
'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',
|
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||||
'refreshFeed' => 'Refresh my feed',
|
'refreshFeed' => 'Segarkan laman umpan',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
@ -197,11 +197,11 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'report' => [
|
'report' => [
|
||||||
'report' => 'Report',
|
'report' => 'Laporkan',
|
||||||
'selectReason' => 'Select a reason',
|
'selectReason' => 'Pilih alasan',
|
||||||
'reported' => 'Reported',
|
'reported' => 'Terlaporkan',
|
||||||
'sendingReport' => 'Sending report',
|
'sendingReport' => 'Mengirim laporan',
|
||||||
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
'thanksMsg' => 'Terima kasih atas laporannya, tindakan Anda amat membantu menjaga komunitas!',
|
||||||
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue