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

Create id.json #222

Merged
merged 1 commit into from
Apr 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
29 changes: 29 additions & 0 deletions config/locales/id.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"command": {
"description": "Mainkan Permainan TicTacToe",
"option-user": "Pengguna Yang Ingin Kamu Ajak Main"
},
"duel": {
"title": ":crossed_swords: Tantangan duel baru",
"challenge": "**{initier}** Menantangmu Untuk Bertanding!",
"action": "Reaksi ke pesan Ini untuk menerima tantangan atau menolak tantangan.",
"expire": ":x: `{invited}` Tidak menanggapi tantangan.",
"reject": ":x: `{invited}` Telah menolak tantangan",
"unknown-user": "Kamu tidak bisa menantang orang itu.",
"no-bot": "kamu tidak bisa melawan bot!",
"button": {
"accept": "Terima",
"decline": "Tolak"
}
},
"game": {
"title": ":game_die: `{player1}` **VS** `{player2}`",
"action": "{player}, Pilih langkahmu:",
"load": "Reaksi sedang memuat, tunggu sebentar...",
"end": "Tidak ada yang menang, Ini seri! Coba lagi?",
"win": ":tada: {player} Memenangkan permainan",
"expire": ":x: Game telah **Kadaluarsa**... Mungkin salah satu pemain tidak aktif",
"waiting-ai": ":robot: AI Sedang bermain, tunggu sebentar...",
"ai": "sang AI"
}
}