1
0
Fork 0

New translations web.php (Indonesian)

[ci skip]
This commit is contained in:
daniel 2021-12-22 00:24:51 -07:00
parent 25deee375f
commit 75b8553ddc
1 changed files with 32 additions and 25 deletions

View File

@ -3,43 +3,43 @@
return [
'common' => [
'comment' => 'Comment',
'commented' => 'Commented',
'comments' => 'Comments',
'like' => 'Like',
'liked' => 'Liked',
'likes' => 'Likes',
'share' => 'Share',
'shared' => 'Shared',
'comment' => 'Komentar',
'commented' => 'Mengomentari',
'comments' => 'Komentar',
'like' => 'Menyukai',
'liked' => 'Menyukai',
'likes' => 'Suka',
'share' => 'Bagikan',
'shared' => 'Dibagikan',
'shares' => 'Shares',
'unshare' => 'Unshare',
'unshare' => 'Batalkan berbagi',
'cancel' => 'Cancel',
'copyLink' => 'Copy Link',
'delete' => 'Delete',
'error' => 'Error',
'errorMsg' => 'Something went wrong. Please try again later.',
'cancel' => 'Batal',
'copyLink' => 'Salin tautan',
'delete' => 'Hapus',
'error' => 'Kesalahan',
'errorMsg' => 'Telah terjadi kesalahan. Silakan coba lagi nanti.',
'oops' => 'Oops!',
'other' => 'Other',
'readMore' => 'Read more',
'success' => 'Success',
'other' => 'Lainnya',
'readMore' => 'Baca lebih lanjut',
'success' => 'Berhasil',
'sensitive' => 'Sensitive',
'sensitiveContent' => 'Sensitive Content',
'sensitiveContentWarning' => 'This post may contain sensitive content',
'sensitive' => 'Sensitif',
'sensitiveContent' => 'Konten Sensitif',
'sensitiveContentWarning' => 'Postingan ini mengandung konten sensitif',
],
'site' => [
'terms' => 'Terms of Use',
'privacy' => 'Privacy Policy',
'terms' => 'Ketentuan Penggunaan',
'privacy' => 'Kebijakan Privasi',
],
'navmenu' => [
'search' => 'Search',
'admin' => 'Admin Dashboard',
'search' => 'Cari',
'admin' => 'Dasbor Admin',
// Timelines
'homeFeed' => 'Home Feed',
'homeFeed' => 'Beranda',
'localFeed' => 'Local Feed',
'globalFeed' => 'Global Feed',
@ -56,6 +56,13 @@ return [
'settings' => 'Settings',
'compose' => 'Create New',
// Nav footer
'about' => 'About',
'help' => 'Help',
'language' => 'Language',
'privacy' => 'Privacy',
'terms' => 'Terms',
// Temporary links
'backToPreviousDesign' => 'Go back to previous design'
],