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 01:27:48 -07:00
parent ce066baf34
commit 4c7f4fd7cb

View file

@ -4,14 +4,14 @@ return [
'common' => [ 'common' => [
'comment' => 'Komentar', 'comment' => 'Komentar',
'commented' => 'Mengomentari', 'commented' => 'Dikomentari',
'comments' => 'Komentar', 'comments' => 'Komentar',
'like' => 'Menyukai', 'like' => 'Menyukai',
'liked' => 'Menyukai', 'liked' => 'Disukai',
'likes' => 'Suka', 'likes' => 'Suka',
'share' => 'Bagikan', 'share' => 'Bagikan',
'shared' => 'Dibagikan', 'shared' => 'Dibagikan',
'shares' => 'Shares', 'shares' => 'Bagi',
'unshare' => 'Batalkan berbagi', 'unshare' => 'Batalkan berbagi',
'cancel' => 'Batal', 'cancel' => 'Batal',
@ -21,7 +21,7 @@ return [
'errorMsg' => 'Telah terjadi kesalahan. Silakan coba lagi nanti.', 'errorMsg' => 'Telah terjadi kesalahan. Silakan coba lagi nanti.',
'oops' => 'Oops!', 'oops' => 'Oops!',
'other' => 'Lainnya', 'other' => 'Lainnya',
'readMore' => 'Baca lebih lanjut', 'readMore' => 'Baca selengkapnya',
'success' => 'Berhasil', 'success' => 'Berhasil',
'sensitive' => 'Sensitif', 'sensitive' => 'Sensitif',
@ -40,59 +40,59 @@ return [
// Timelines // Timelines
'homeFeed' => 'Beranda', 'homeFeed' => 'Beranda',
'localFeed' => 'Local Feed', 'localFeed' => 'Umpan lokal',
'globalFeed' => 'Global Feed', 'globalFeed' => 'Umpan global',
// Core features // Core features
'discover' => 'Discover', 'discover' => 'Jelajahi',
'directMessages' => 'Direct Messages', 'directMessages' => 'Pesan Langsung',
'notifications' => 'Notifications', 'notifications' => 'Notifikasi',
'groups' => 'Groups', 'groups' => 'Grup',
'stories' => 'Stories', 'stories' => 'Cerita',
// Self links // Self links
'profile' => 'Profile', 'profile' => 'Profil',
'drive' => 'Drive', 'drive' => 'Perangkat Keras',
'settings' => 'Settings', 'settings' => 'Pengaturan',
'compose' => 'Create New', 'compose' => 'Membuat baru',
// Nav footer // Nav footer
'about' => 'About', 'about' => 'Tentang',
'help' => 'Help', 'help' => 'Bantuan',
'language' => 'Language', 'language' => 'Bahasa',
'privacy' => 'Privacy', 'privacy' => 'Privasi',
'terms' => 'Terms', 'terms' => 'Ketentuan',
// Temporary links // Temporary links
'backToPreviousDesign' => 'Go back to previous design' 'backToPreviousDesign' => 'Kembali ke desain sebelumnya'
], ],
'directMessages' => [ 'directMessages' => [
'inbox' => 'Inbox', 'inbox' => 'Kotak Masuk',
'sent' => 'Sent', 'sent' => 'Terkirim',
'requests' => 'Requests' 'requests' => 'Permintaan'
], ],
'notifications' => [ 'notifications' => [
'liked' => 'liked your', 'liked' => 'menyukai',
'commented' => 'commented on your', 'commented' => 'mengomentari',
'reacted' => 'reacted to your', 'reacted' => 'reacted to your',
'shared' => 'shared your', 'shared' => 'membagikan',
'tagged' => 'tagged you in a', 'tagged' => 'menandai Anda pada sebuah',
'updatedA' => 'updated a', 'updatedA' => 'mengupdate sebuah',
'sentA' => 'sent a', 'sentA' => 'mengirim sebuah',
'followed' => 'followed', 'followed' => 'diikuti',
'mentioned' => 'mentioned', 'mentioned' => 'disebut',
'you' => 'you', 'you' => 'anda',
'yourApplication' => 'Your application to join', 'yourApplication' => 'Aplikasi anda untuk mengikuti',
'applicationApproved' => 'was approved!', 'applicationApproved' => 'telah disetujui!',
'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.', 'applicationRejected' => 'telah ditolak. Anda dapat kembali mengajukan untuk bergabung dalam 6 bulan.',
'dm' => 'dm', 'dm' => 'dm',
'groupPost' => 'group post', 'groupPost' => 'postingan grup',
'modlog' => 'modlog', 'modlog' => 'modlog',
'post' => 'post', 'post' => 'post',
'story' => 'story', 'story' => 'story',