forked from zelo72/mastodon-ios
New translations app.json (Indonesian)
This commit is contained in:
parent
6b1a7429c9
commit
705c80df89
|
@ -46,7 +46,7 @@
|
|||
},
|
||||
"delete_post": {
|
||||
"title": "Apakah Anda yakin ingin menghapus postingan ini?",
|
||||
"delete": "Hapus"
|
||||
"message": "Are you sure you want to delete this post?"
|
||||
},
|
||||
"clean_cache": {
|
||||
"title": "Bersihkan Cache",
|
||||
|
@ -140,7 +140,8 @@
|
|||
"unreblog": "Undo reblog",
|
||||
"favorite": "Favorit",
|
||||
"unfavorite": "Unfavorite",
|
||||
"menu": "Menu"
|
||||
"menu": "Menu",
|
||||
"hide": "Hide"
|
||||
},
|
||||
"tag": {
|
||||
"url": "URL",
|
||||
|
@ -149,6 +150,12 @@
|
|||
"hashtag": "Tagar",
|
||||
"email": "Surel",
|
||||
"emoji": "Emoji"
|
||||
},
|
||||
"visibility": {
|
||||
"unlisted": "Everyone can see this post but not display in the public timeline.",
|
||||
"private": "Only their followers can see this post.",
|
||||
"private_from_me": "Only my followers can see this post.",
|
||||
"direct": "Only mentioned user can see this post."
|
||||
}
|
||||
},
|
||||
"friendship": {
|
||||
|
@ -412,15 +419,25 @@
|
|||
"segmented_control": {
|
||||
"posts": "Postingan",
|
||||
"replies": "Balasan",
|
||||
"media": "Media"
|
||||
"posts_and_replies": "Posts and Replies",
|
||||
"media": "Media",
|
||||
"about": "About"
|
||||
},
|
||||
"relationship_action_alert": {
|
||||
"confirm_mute_user": {
|
||||
"title": "Mute Account",
|
||||
"message": "Confirm to mute %s"
|
||||
},
|
||||
"confirm_unmute_user": {
|
||||
"title": "Berhenti Membisukan Akun",
|
||||
"message": "Confirm to unmute %s"
|
||||
},
|
||||
"confirm_unblock_usre": {
|
||||
"title": "Berhenti Memblokir Akun",
|
||||
"confirm_block_user": {
|
||||
"title": "Block Account",
|
||||
"message": "Confirm to block %s"
|
||||
},
|
||||
"confirm_unblock_user": {
|
||||
"title": "Unblock Account",
|
||||
"message": "Confirm to unblock %s"
|
||||
}
|
||||
}
|
||||
|
@ -472,12 +489,14 @@
|
|||
"Everything": "Segalanya",
|
||||
"Mentions": "Sebutan"
|
||||
},
|
||||
"user_followed_you": "%s mengikuti Anda",
|
||||
"user_favorited your post": "%s favorited your post",
|
||||
"user_reblogged_your_post": "%s reblogged your post",
|
||||
"user_mentioned_you": "%s menyebut Anda",
|
||||
"user_requested_to_follow_you": "%s ingin mengikuti Anda",
|
||||
"user_your_poll_has_ended": "%s Japat Anda telah berakhir",
|
||||
"notification_description": {
|
||||
"followed_you": "followd you",
|
||||
"favorited_your_post": "favorited your post",
|
||||
"reblogged_your_post": "reblogged your post",
|
||||
"mentioned_you": "mentioned you",
|
||||
"request_to_follow_you": "request to follow you",
|
||||
"poll_has_ended": "poll has ended"
|
||||
},
|
||||
"keyobard": {
|
||||
"show_everything": "Tampilkan Segalanya",
|
||||
"show_mentions": "Tampilkan Sebutan"
|
||||
|
@ -496,6 +515,13 @@
|
|||
"light": "Selalu Cerah",
|
||||
"dark": "Selalu Gelap"
|
||||
},
|
||||
"look_and_feel": {
|
||||
"title": "Look and Feel",
|
||||
"use_system": "Use System",
|
||||
"really_dark": "Really Dark",
|
||||
"sorta_dark": "Sorta Dark",
|
||||
"light": "Light"
|
||||
},
|
||||
"notifications": {
|
||||
"title": "Notifikasi",
|
||||
"favorites": "Favorites my post",
|
||||
|
@ -537,14 +563,17 @@
|
|||
}
|
||||
},
|
||||
"report": {
|
||||
"title_report": "Report",
|
||||
"title": "Laporkan %s",
|
||||
"step1": "Langkah 1 dari 2",
|
||||
"step2": "Langkah 2 dari 2",
|
||||
"content1": "Apakah ada postingan lain yang ingin Anda tambahkan ke laporannya?",
|
||||
"content2": "Ada yang moderator harus tahu tentang laporan ini?",
|
||||
"report_sent_title": "Thanks for reporting, we’ll look into this.",
|
||||
"send": "Kirim Laporan",
|
||||
"skip_to_send": "Kirim tanpa komentar",
|
||||
"text_placeholder": "Ketik atau tempel komentar tambahan"
|
||||
"text_placeholder": "Ketik atau tempel komentar tambahan",
|
||||
"reported": "REPORTED"
|
||||
},
|
||||
"preview": {
|
||||
"keyboard": {
|
||||
|
@ -564,4 +593,4 @@
|
|||
"accessibility_hint": "Double tap to dismiss this wizard"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue