update ID language (#281)

This commit is contained in:
BabyPunk 2022-03-24 16:48:58 +07:00 committed by GitHub
parent aa50daa3a7
commit 821aeb0abe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
{ {
"bot": { "bot": {
"missing_permissions": { "missing_permissions": {
"description": "Discord Tickets requires the following permissions:\n%s", "description": "Discord Tickets memerlukan izin berikut:\n%s",
"title": "⚠️" "title": "⚠️"
}, },
"version": "[Discord Tickets](%s) versi %s oleh [eartharoid](%s)" "version": "[Discord Tickets](%s) versi %s oleh [eartharoid](%s)"
@ -13,24 +13,24 @@
}, },
"commands": { "commands": {
"add": { "add": {
"description": "Add a member to a ticket", "description": "Tambahkan anggota ke tiket",
"name": "add", "name": "tambahkan",
"response": { "response": {
"added": { "added": {
"description": "%s has been added to %s.", "description": "%s telah ditambahkan ke %s.",
"title": "✅ Member added" "title": "✅ Anggota ditambahkan"
}, },
"no_member": { "no_member": {
"description": "Please mention the member you want to add.", "description": "Sebutkan anggota yang ingin Anda tambahkan.",
"title": "❌ Unknown member" "title": "❌ Anggota tidak dikenal"
}, },
"no_permission": { "no_permission": {
"description": "You are not the creator of this ticket and you are not a staff member; you can't add members to this ticket.", "description": "Anda bukan pembuat tiket ini dan Anda bukan anggota staf; Anda tidak dapat menambahkan anggota ke tiket ini.",
"title": "❌ Insufficient permission" "title": "❌ Izin tidak memadai"
}, },
"not_a_ticket": { "not_a_ticket": {
"description": "Please use this command in the ticket channel, or mention the channel.", "description": "Silakan gunakan perintah ini di saluran tiket, atau sebutkan salurannya.",
"title": "❌ This isn't a ticket channel" "title": "❌ Ini bukan saluran tiket"
} }
} }
}, },
@ -72,13 +72,13 @@
"name": "tutup", "name": "tutup",
"response": { "response": {
"closed": { "closed": {
"description": "Ticket #%s has been closed.", "description": "Ticket #%s sudah di tutup.",
"title": "✅ Tiket ditutup" "title": "✅ Tiket ditutup"
}, },
"closed_multiple": { "closed_multiple": {
"description": [ "description": [
"%d ticket has been closed.", "%d tiket sudah ditutup.",
"%d tickets have been closed." "%d tiket sudah ditutup."
], ],
"title": [ "title": [
"✅ Tiket ditutup", "✅ Tiket ditutup",
@ -86,28 +86,28 @@
] ]
}, },
"confirm": { "confirm": {
"description": "React with ✅ to close this ticket.", "description": "Bereaksi dengan ✅ untuk menutup tiket ini.",
"description_with_archive": "You will be able to view an archived version of it after.\nReact with ✅ to close this ticket.", "description_with_archive": "Anda akan dapat melihat versi yang diarsipkan setelahnya.\nBereaksi dengan ✅ untuk menutup tiket.",
"title": "❔ Are you sure?" "title": "❔ Apa kamu yakin?"
}, },
"confirm_multiple": { "confirm_multiple": {
"description": [ "description": [
"React with ✅ to close %d ticket.", "Bereaksi dengan ✅ untuk menutup %d tiket.",
"React with ✅ to close %d tickets." "Bereaksi dengan ✅ untuk menutup %d tiket."
], ],
"title": "❔ Are you sure?" "title": "❔ Apa kamu yakin?"
}, },
"confirmation_timeout": { "confirmation_timeout": {
"description": "You took too long to confirm.", "description": "Anda terlalu lama untuk mengonfirmasi.",
"title": "❌ Waktu reaksi habis" "title": "❌ Waktu reaksi habis"
}, },
"invalid_time": { "invalid_time": {
"description": "The time period provided could not be parsed.", "description": "Jangka waktu yang disediakan tidak dapat diuraikan.",
"title": "❌ Invalid input" "title": "❌ Masukan tidak valid"
}, },
"no_tickets": { "no_tickets": {
"description": "There are no tickets which have been inactive for this time period.", "description": "Tidak ada tiket yang tidak aktif selama periode waktu ini.",
"title": "❌ No tickets to close" "title": "❌ Tidak ada tickets untuk menutup"
}, },
"not_a_ticket": { "not_a_ticket": {
"description": "Please use this command in a ticket channel or use the ticket flag.\nType `%shelp close` for more information.", "description": "Please use this command in a ticket channel or use the ticket flag.\nType `%shelp close` for more information.",
@ -316,7 +316,7 @@
"title": "✅ Thank you" "title": "✅ Thank you"
}, },
"start": { "start": {
"description": "Hey, %s. Before this channel is deleted, would you mind completing a quick %d-question survey? React with ✅ to start, or ignore this message.", "description": "Hey, %s. Before this channel is deleted, would you mind completing a quick %d-question survey? Bereaksi dengan ✅ to start, or ignore this message.",
"title": "❔ Feedback" "title": "❔ Feedback"
} }
} }