mirror of https://github.com/pixelfed/pixelfed.git
parent
e677c09430
commit
f999424751
|
@ -13,16 +13,21 @@ return [
|
||||||
'shared' => 'Dibagikan',
|
'shared' => 'Dibagikan',
|
||||||
'shares' => 'Dibagikan',
|
'shares' => 'Dibagikan',
|
||||||
'unshare' => 'Batalkan berbagi',
|
'unshare' => 'Batalkan berbagi',
|
||||||
|
'bookmark' => 'Bookmark',
|
||||||
|
|
||||||
'cancel' => 'Batal',
|
'cancel' => 'Batal',
|
||||||
'copyLink' => 'Salin tautan',
|
'copyLink' => 'Salin tautan',
|
||||||
'delete' => 'Hapus',
|
'delete' => 'Hapus',
|
||||||
'error' => 'Kesalahan',
|
'error' => 'Kesalahan',
|
||||||
'errorMsg' => 'Telah terjadi kesalahan. Silakan coba lagi nanti.',
|
'errorMsg' => 'Telah terjadi kesalahan. Silakan coba lagi nanti.',
|
||||||
'oops' => 'Oops!',
|
'oops' => 'Waduh!',
|
||||||
'other' => 'Lainnya',
|
'other' => 'Lainnya',
|
||||||
'readMore' => 'Baca selengkapnya',
|
'readMore' => 'Baca selengkapnya',
|
||||||
'success' => 'Berhasil',
|
'success' => 'Berhasil',
|
||||||
|
'proceed' => 'Proceed',
|
||||||
|
'next' => 'Next',
|
||||||
|
'close' => 'Close',
|
||||||
|
'clickHere' => 'click here',
|
||||||
|
|
||||||
'sensitive' => 'Sensitif',
|
'sensitive' => 'Sensitif',
|
||||||
'sensitiveContent' => 'Konten Sensitif',
|
'sensitiveContent' => 'Konten Sensitif',
|
||||||
|
@ -97,6 +102,7 @@ return [
|
||||||
'modlog' => 'modlog',
|
'modlog' => 'modlog',
|
||||||
'post' => 'postingan',
|
'post' => 'postingan',
|
||||||
'story' => 'cerita',
|
'story' => 'cerita',
|
||||||
|
'noneFound' => 'No notifications found',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
|
@ -110,7 +116,7 @@ return [
|
||||||
'posts' => 'Postingan',
|
'posts' => 'Postingan',
|
||||||
'followers' => 'Pengikut',
|
'followers' => 'Pengikut',
|
||||||
'following' => 'Mengikuti',
|
'following' => 'Mengikuti',
|
||||||
'admin' => 'Pengelola',
|
'admin' => 'Pengurus',
|
||||||
'collections' => 'Koleksi',
|
'collections' => 'Koleksi',
|
||||||
'follow' => 'Ikuti',
|
'follow' => 'Ikuti',
|
||||||
'unfollow' => 'Berhenti Ikuti',
|
'unfollow' => 'Berhenti Ikuti',
|
||||||
|
@ -129,7 +135,7 @@ return [
|
||||||
'report' => 'Laporkan',
|
'report' => 'Laporkan',
|
||||||
'archive' => 'Arsipkan',
|
'archive' => 'Arsipkan',
|
||||||
'unarchive' => 'Keluarkan dari arsip',
|
'unarchive' => 'Keluarkan dari arsip',
|
||||||
'embed' => 'Penyemat',
|
'embed' => 'Sematkan',
|
||||||
|
|
||||||
'selectOneOption' => 'Pilih salah satu dari opsi berikut',
|
'selectOneOption' => 'Pilih salah satu dari opsi berikut',
|
||||||
'unlistFromTimelines' => 'Keluarkan dari Timeline',
|
'unlistFromTimelines' => 'Keluarkan dari Timeline',
|
||||||
|
@ -176,11 +182,27 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'timeline' => [
|
'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' => [
|
'hashtags' => [
|
||||||
'emptyFeed' => 'Sepertinya kami tidak dapat menemukan postingan untuk tagar ini'
|
'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',
|
||||||
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue