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 tr.json #275

Merged
merged 1 commit into from
Jul 12, 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/tr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"command": {
"description": "TicTacToe oyunu oyna",
"option-user": "Oynamak istediğiniz kullanıcı"
},
"duel": {
"title": ":crossed_swords: Yeni düello",
"challenge": "**{initier}**, seni düelloya davet etti!",
"action": "Düelloyu kabul etmek veya reddetmek için bu mesaja tepki verin.",
"expire": ":x: `{invited}` cevap süresi doldu.",
"reject": ":x: `{invited}` düello reddedildi.",
"unknown-user": "o kullanıcıya düello teklif edemezsiniz.",
"no-bot": "botlarla oynayamazsınız.",
"button": {
"accept": "Kabul Et",
"decline": "Reddet"
}
},
"game": {
"title": ":game_die: `{player1}` **VS** `{player2}`",
"action": "{player}, hamleni seç:",
"load": "Tepkiler yükleniyor, lütfen bekleyin...",
"end": "Maçı kimse kazanamadı, berabere kaldı!",
"win": ":tada: {player} oyunu kazandı!",
"expire": ":x: Oyunun süresi **doldu**... Bir kullanıcının hareketsizliğinden olabilir",
"waiting-ai": ":robot: Yapay Zeka oynuyor, lütfen bekle...",
"ai": "Yapay Zeka"
}
}