Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update ID language #281

Merged
merged 1 commit into from
Mar 24, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 26 additions & 26 deletions src/locales/id-ID.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"bot": {
"missing_permissions": {
"description": "Discord Tickets requires the following permissions:\n%s",
"description": "Discord Tickets memerlukan izin berikut:\n%s",
"title": "⚠️"
},
"version": "[Discord Tickets](%s) versi %s oleh [eartharoid](%s)"
Expand All @@ -13,24 +13,24 @@
},
"commands": {
"add": {
"description": "Add a member to a ticket",
"name": "add",
"description": "Tambahkan anggota ke tiket",
"name": "tambahkan",
"response": {
"added": {
"description": "%s has been added to %s.",
"title": "✅ Member added"
"description": "%s telah ditambahkan ke %s.",
"title": "✅ Anggota ditambahkan"
},
"no_member": {
"description": "Please mention the member you want to add.",
"title": "❌ Unknown member"
"description": "Sebutkan anggota yang ingin Anda tambahkan.",
"title": "❌ Anggota tidak dikenal"
},
"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.",
"title": "❌ Insufficient permission"
"description": "Anda bukan pembuat tiket ini dan Anda bukan anggota staf; Anda tidak dapat menambahkan anggota ke tiket ini.",
"title": "❌ Izin tidak memadai"
},
"not_a_ticket": {
"description": "Please use this command in the ticket channel, or mention the channel.",
"title": "❌ This isn't a ticket channel"
"description": "Silakan gunakan perintah ini di saluran tiket, atau sebutkan salurannya.",
"title": "❌ Ini bukan saluran tiket"
}
}
},
Expand Down Expand Up @@ -72,42 +72,42 @@
"name": "tutup",
"response": {
"closed": {
"description": "Ticket #%s has been closed.",
"description": "Ticket #%s sudah di tutup.",
"title": "✅ Tiket ditutup"
},
"closed_multiple": {
"description": [
"%d ticket has been closed.",
"%d tickets have been closed."
"%d tiket sudah ditutup.",
"%d tiket sudah ditutup."
],
"title": [
"✅ Tiket ditutup",
"✅ Tickets closed"
]
},
"confirm": {
"description": "React withto close this ticket.",
"description_with_archive": "You will be able to view an archived version of it after.\nReact withto close this ticket.",
"title": "❔ Are you sure?"
"description": "Bereaksi denganuntuk menutup tiket ini.",
"description_with_archive": "Anda akan dapat melihat versi yang diarsipkan setelahnya.\nBereaksi denganuntuk menutup tiket.",
"title": "❔ Apa kamu yakin?"
},
"confirm_multiple": {
"description": [
"React withto close %d ticket.",
"React withto close %d tickets."
"Bereaksi denganuntuk menutup %d tiket.",
"Bereaksi denganuntuk menutup %d tiket."
],
"title": "❔ Are you sure?"
"title": "❔ Apa kamu yakin?"
},
"confirmation_timeout": {
"description": "You took too long to confirm.",
"description": "Anda terlalu lama untuk mengonfirmasi.",
"title": "❌ Waktu reaksi habis"
},
"invalid_time": {
"description": "The time period provided could not be parsed.",
"title": "❌ Invalid input"
"description": "Jangka waktu yang disediakan tidak dapat diuraikan.",
"title": "❌ Masukan tidak valid"
},
"no_tickets": {
"description": "There are no tickets which have been inactive for this time period.",
"title": "❌ No tickets to close"
"description": "Tidak ada tiket yang tidak aktif selama periode waktu ini.",
"title": "❌ Tidak ada tickets untuk menutup"
},
"not_a_ticket": {
"description": "Please use this command in a ticket channel or use the ticket flag.\nType `%shelp close` for more information.",
Expand Down Expand Up @@ -316,7 +316,7 @@
"title": "✅ Thank you"
},
"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"
}
}
Expand Down