commit
9a933784d4
|
@ -2,70 +2,70 @@
|
||||||
"main_menu": {
|
"main_menu": {
|
||||||
"application": {
|
"application": {
|
||||||
"name": "Whalebird",
|
"name": "Whalebird",
|
||||||
"about": "About Whalebird",
|
"about": "Tentang Whalebird",
|
||||||
"preferences": "Preferences...",
|
"preferences": "Preferensi...",
|
||||||
"services": "Services",
|
"services": "Layanan",
|
||||||
"hide": "Hide Whalebird",
|
"hide": "Sembunyikan Whalebird",
|
||||||
"hide_others": "Hide Others",
|
"hide_others": "Sembunyikan lainnya",
|
||||||
"show_all": "Show All",
|
"show_all": "Lihat semua",
|
||||||
"open": "Open Window",
|
"open": "Buka jendela",
|
||||||
"quit": "Quit"
|
"quit": "Keluar"
|
||||||
},
|
},
|
||||||
"toot": {
|
"toot": {
|
||||||
"name": "Toot",
|
"name": "Toot",
|
||||||
"new": "New Toot"
|
"new": "Toot baru"
|
||||||
},
|
},
|
||||||
"edit": {
|
"edit": {
|
||||||
"name": "Edit",
|
"name": "Sunting",
|
||||||
"undo": "Undo",
|
"undo": "Urungkan",
|
||||||
"redo": "Redo",
|
"redo": "Ulangi",
|
||||||
"cut": "Cut",
|
"cut": "Potong",
|
||||||
"copy": "Copy",
|
"copy": "Salin",
|
||||||
"paste": "Paste",
|
"paste": "Tempel",
|
||||||
"select_all": "Select All"
|
"select_all": "Pilih semua"
|
||||||
},
|
},
|
||||||
"view": {
|
"view": {
|
||||||
"name": "View",
|
"name": "Tampilan",
|
||||||
"toggle_full_screen": "Toggle Full Screen"
|
"toggle_full_screen": "Layar Penuh"
|
||||||
},
|
},
|
||||||
"window": {
|
"window": {
|
||||||
"always_show_menu_bar": "Always Show Menu Bar",
|
"always_show_menu_bar": "Selalu tampilkan bilah menu",
|
||||||
"name": "Window",
|
"name": "Jendela",
|
||||||
"close": "Close Window",
|
"close": "Tutup jendela",
|
||||||
"open": "Open Window",
|
"open": "Buka jendela",
|
||||||
"minimize": "Minimize",
|
"minimize": "Perkecil",
|
||||||
"jump_to": "Jump to"
|
"jump_to": "Lompat ke"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"global_header": {
|
"global_header": {
|
||||||
"add_new_account": "Add new account"
|
"add_new_account": "Tambahkan akun baru"
|
||||||
},
|
},
|
||||||
"side_menu": {
|
"side_menu": {
|
||||||
"profile": "Profile",
|
"profile": "Profil",
|
||||||
"show_profile": "Show profile",
|
"show_profile": "Lihat profil",
|
||||||
"edit_profile": "Edit profile",
|
"edit_profile": "Sunting profil",
|
||||||
"settings": "Settings",
|
"settings": "Pengaturan",
|
||||||
"collapse": "Collapse",
|
"collapse": "Ciutkan",
|
||||||
"expand": "Expand",
|
"expand": "Perluas",
|
||||||
"home": "Home",
|
"home": "Beranda",
|
||||||
"notification": "Notification",
|
"notification": "Pemberitahuan",
|
||||||
"mention": "Mention",
|
"mention": "Sebutan",
|
||||||
"direct": "Direct messages",
|
"direct": "Pesan langsung",
|
||||||
"follow_requests": "Follow Requests",
|
"follow_requests": "Permintaan Mengikuti",
|
||||||
"favourite": "Favourite",
|
"favourite": "Favorit",
|
||||||
"bookmark": "Bookmark",
|
"bookmark": "Markah",
|
||||||
"local": "Local timeline",
|
"local": "Linimasa lokal",
|
||||||
"public": "Public timeline",
|
"public": "Linimasa publik",
|
||||||
"hashtag": "Hashtag",
|
"hashtag": "Tagar",
|
||||||
"search": "Search",
|
"search": "Cari",
|
||||||
"lists": "Lists"
|
"lists": "Daftar"
|
||||||
},
|
},
|
||||||
"header_menu": {
|
"header_menu": {
|
||||||
"home": "Home",
|
"home": "Beranda",
|
||||||
"notification": "Notification",
|
"notification": "Pemberitahuan",
|
||||||
"mention": "Mention",
|
"mention": "Sebutan",
|
||||||
"favourite": "Favourite",
|
"favourite": "Favorit",
|
||||||
"bookmark": "Bookmark",
|
"bookmark": "Markah",
|
||||||
"follow_requests": "Follow Requests",
|
"follow_requests": "Follow Requests",
|
||||||
"direct_messages": "Direct Messages",
|
"direct_messages": "Direct Messages",
|
||||||
"local": "Local timeline",
|
"local": "Local timeline",
|
||||||
|
@ -134,14 +134,14 @@
|
||||||
"1_week": "1 week"
|
"1_week": "1 week"
|
||||||
},
|
},
|
||||||
"new": {
|
"new": {
|
||||||
"title": "New"
|
"title": "Baru"
|
||||||
},
|
},
|
||||||
"edit": {
|
"edit": {
|
||||||
"title": "Edit"
|
"title": "Sunting"
|
||||||
},
|
},
|
||||||
"delete": {
|
"delete": {
|
||||||
"title": "Delete",
|
"title": "Hapus",
|
||||||
"confirm": "Are you sure to delete this filter?",
|
"confirm": "Anda yakin ingin menghapus filter ini?",
|
||||||
"confirm_ok": "Delete",
|
"confirm_ok": "Delete",
|
||||||
"confirm_cancel": "Cancel"
|
"confirm_cancel": "Cancel"
|
||||||
}
|
}
|
||||||
|
@ -152,44 +152,44 @@
|
||||||
"general": {
|
"general": {
|
||||||
"title": "General",
|
"title": "General",
|
||||||
"sounds": {
|
"sounds": {
|
||||||
"title": "Sounds",
|
"title": "Bunyi",
|
||||||
"description": "Please set feedback sounds.",
|
"description": "Mohon setel bunyi timpal balik.",
|
||||||
"fav_rb": "When you favorite or boost the toot",
|
"fav_rb": "Ketika memfavorit atau memboostihg toot",
|
||||||
"toot": "When you post toot"
|
"toot": "Ketika memposting toot"
|
||||||
},
|
},
|
||||||
"timeline": {
|
"timeline": {
|
||||||
"title": "Timeline",
|
"title": "Linimasa",
|
||||||
"description": "Customize view in your timelines.",
|
"description": "Kustomisasi tampilan linimasa anda.",
|
||||||
"cw": "Always ignore contents warnings",
|
"cw": "Selalu abaikan peringatan konten",
|
||||||
"nsfw": "Always ignore NSFW of medias",
|
"nsfw": "Selalu abaikan media NSFW",
|
||||||
"hideAllAttachments": "Hide all medias"
|
"hideAllAttachments": "Sembunyikan semua media"
|
||||||
},
|
},
|
||||||
"other": {
|
"other": {
|
||||||
"title": "Other options",
|
"title": "Pilihan lainnya",
|
||||||
"launch": "Launch app on login"
|
"launch": "Luncurkan aplikasi saat login"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"appearance": {
|
"appearance": {
|
||||||
"title": "Appearance",
|
"title": "Penampilan",
|
||||||
"theme_color": "Theme color",
|
"theme_color": "Warna tema",
|
||||||
"theme": {
|
"theme": {
|
||||||
"light": "Light",
|
"light": "Terang",
|
||||||
"dark": "Dark",
|
"dark": "Gelap",
|
||||||
"solarized_light": "SolarizedLight",
|
"solarized_light": "Solarized Light",
|
||||||
"solarized_dark": "SolarizedDark",
|
"solarized_dark": "Solarized Dark",
|
||||||
"kimbie_dark": "KimbieDark",
|
"kimbie_dark": "Kimbie Dark",
|
||||||
"custom": "Custom"
|
"custom": "Kustom"
|
||||||
},
|
},
|
||||||
"custom_theme": {
|
"custom_theme": {
|
||||||
"background_color": "Base background",
|
"background_color": "Latar belakang dasar",
|
||||||
"selected_background_color": "Focused background",
|
"selected_background_color": "Latar belakang fokus",
|
||||||
"global_header_color": "Account menu",
|
"global_header_color": "Menu akun",
|
||||||
"side_menu_color": "Side menu",
|
"side_menu_color": "Menu samping",
|
||||||
"primary_color": "Primary font",
|
"primary_color": "Font utama",
|
||||||
"regular_color": "Regular font",
|
"regular_color": "Font reguler",
|
||||||
"secondary_color": "Secondary font",
|
"secondary_color": "Font sekunder",
|
||||||
"border_color": "Border",
|
"border_color": "Tepian",
|
||||||
"header_menu_color": "Header menu",
|
"header_menu_color": "Menu header",
|
||||||
"wrapper_mask_color": "Modal wrapper"
|
"wrapper_mask_color": "Modal wrapper"
|
||||||
},
|
},
|
||||||
"font_size": "Font size",
|
"font_size": "Font size",
|
||||||
|
|
Loading…
Reference in New Issue