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

ar.json #213

Merged
merged 1 commit into from Apr 3, 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
28 changes: 28 additions & 0 deletions config/locales/ar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"command": {
"description": "لعبة xo",
"option-user": "شخص الذي تريد لعب معه"
},
"duel": {
"title": ":crossed_swords: جولة اخرى",
"challenge": "تحداك **{initier}** في جولة",
"action": "يرجى رد على هذه الرسالة بـ القبول أو رفض",
"expire": ":x: `{invited}` لم يرتقوا إلى مستوى التحدي.",
"reject": ":x: `{invited}` تم رفض الجولة",
"unknown-user": "لا تستطيع تحدي هادا اللاعب",
"no-bot": "لا يمكنك تحدي بوت",
"button": {
"accept": "قبول",
"decline": "رفض"
}
},
"game": {
"title": ":game_die: `{player1}` **ضد** `{player2}`",
"action": "{player}, اختر:",
"load": "يتم تحميل رياكشن, انتضر رجاءً...",
"end": "لم يفز أي أحد في هذه الجولة, هل تريدون لعب مرة اخرى؟",
"win": ":tada: فاز {player} في هذه الجولة",
"expire": ":x: **انتهت** اللعبة ... بسبب عدم تفاعل",
"waiting-ai": ":robot: الروبوت يلعب, انتضر رجاءً...",
"ai": "الروبوت"
}