1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pixelfed_ynh.git synced 2024-09-03 20:06:04 +02:00

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

View file

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