Skip to content

Commit

Permalink
Merge pull request #275 from BestInSpire/patch-1
Browse files Browse the repository at this point in the history
Create tr.json
  • Loading branch information
utarwyn committed Jul 12, 2022
2 parents 48fb5df + 1f06759 commit 77a245a
Showing 1 changed file with 29 additions and 0 deletions.
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"
}
}

0 comments on commit 77a245a

Please sign in to comment.