forked from chvin/react-tetris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Persian Language
- Loading branch information
Showing
1 changed file
with
43 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,111 +1,132 @@ | ||
{ | ||
"lan": ["cn", "en", "fr"], | ||
"lan": ["cn", "en", "fr", "fa"], | ||
"default": "cn", | ||
"data": { | ||
"title": { | ||
"cn": "俄罗斯方块", | ||
"en": "T E T R I S", | ||
"fr": "T E T R I S" | ||
"fr": "T E T R I S", | ||
"fa": "خانه سازی" | ||
}, | ||
"github": { | ||
"cn": "GitHub", | ||
"en": "GitHub", | ||
"fr": "GitHub" | ||
"fr": "GitHub", | ||
"fa": "گیتهاب" | ||
}, | ||
"linkTitle": { | ||
"cn": "查看源代码", | ||
"en": "View data source", | ||
"fr": "Afficher la source des données" | ||
"fr": "Afficher la source des données", | ||
"fa": "مشاهده سورس پروژه" | ||
}, | ||
"QRCode":{ | ||
"cn": "二维码", | ||
"en": "QR code", | ||
"fr": "QR code" | ||
"fr": "QR code", | ||
"fa": "کیوآر کد" | ||
}, | ||
"QRNotice": { | ||
"cn": "扫一扫用手机玩", | ||
"en": "Scan QR code to play with a mobile phone", | ||
"fr": "Numérisez le code QR pour jouer avec un téléphone mobile" | ||
"fr": "Numérisez le code QR pour jouer avec un téléphone mobile", | ||
"fa": "اسکن کیوآر کد برای بازی در تلفن همراه" | ||
}, | ||
"titleCenter": { | ||
"cn": "俄罗斯方块<br />TETRIS", | ||
"en": "TETRIS", | ||
"fr": "TETRIS" | ||
"fr": "TETRIS", | ||
"fa": "خانه سازی" | ||
}, | ||
"point": { | ||
"cn": "得分", | ||
"en": "Point", | ||
"fr": "Score" | ||
"fr": "Score", | ||
"fa": "امتیاز" | ||
}, | ||
"highestScore": { | ||
"cn": "最高分", | ||
"en": "Max", | ||
"fr": "Max" | ||
"fr": "Max", | ||
"fa": "حداکثر" | ||
}, | ||
"lastRound": { | ||
"cn": "上轮得分", | ||
"en": "Last Round", | ||
"fr": "Dernier Tour" | ||
"fr": "Dernier Tour", | ||
"fa": "آخرین دور" | ||
}, | ||
"cleans": { | ||
"cn": "消除行", | ||
"en": "Cleans", | ||
"fr": "Lignes" | ||
"fr": "Lignes", | ||
"fa": "پاک کرد" | ||
}, | ||
"level": { | ||
"cn": "级别", | ||
"en": "Level", | ||
"fr": "Difficulté" | ||
"fr": "Difficulté", | ||
"fa": "سطح" | ||
}, | ||
"startLine": { | ||
"cn": "起始行", | ||
"en": "Start Line", | ||
"fr": "Ligne Départ" | ||
"fr": "Ligne Départ", | ||
"fa": "خط شروع" | ||
}, | ||
"next": { | ||
"cn": "下一个", | ||
"en": "Next", | ||
"fr": "Prochain" | ||
"fr": "Prochain", | ||
"fa": "بعدی" | ||
}, | ||
"pause": { | ||
"cn": "暂停", | ||
"en": "Pause", | ||
"fr": "Pause" | ||
"fr": "Pause", | ||
"fa": "مکث" | ||
}, | ||
"sound": { | ||
"cn": "音效", | ||
"en": "Sound", | ||
"fr": "Sonore" | ||
"fr": "Sonore", | ||
"fa": "صدا" | ||
}, | ||
"reset": { | ||
"cn": "重玩", | ||
"en": "Reset", | ||
"fr": "Réinitialiser" | ||
"fr": "Réinitialiser", | ||
"fa": "ریست" | ||
}, | ||
"rotation": { | ||
"cn": "旋转", | ||
"en": "Rotation", | ||
"fr": "Rotation" | ||
"fr": "Rotation", | ||
"fa": "چرخش" | ||
}, | ||
"left": { | ||
"cn": "左移", | ||
"en": "Left", | ||
"fr": "Gauche" | ||
"fr": "Gauche", | ||
"fa": "چپ" | ||
}, | ||
"right": { | ||
"cn": "右移", | ||
"en": "Right", | ||
"fr": "Droite" | ||
"fr": "Droite", | ||
"fa": "راست" | ||
}, | ||
"down": { | ||
"cn": "下移", | ||
"en": "Down", | ||
"fr": "Bas" | ||
"fr": "Bas", | ||
"fa": "پایین" | ||
}, | ||
"drop": { | ||
"cn": "掉落", | ||
"en": "Drop", | ||
"fr": "Tomber" | ||
"fr": "Tomber", | ||
"fa": "سقوط" | ||
} | ||
} | ||
} |