-
-
Notifications
You must be signed in to change notification settings - Fork 944
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'next' into ne-postcodes
- Loading branch information
Showing
17 changed files
with
474 additions
and
4 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
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
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
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
export default [ | ||
'راک', | ||
'متال', | ||
'پاپ', | ||
'الکترونیک', | ||
'محلی', | ||
'جهانی', | ||
'کانتری', | ||
'جاز', | ||
'فانک', | ||
'سول', | ||
'هیپ هاپ', | ||
'کلاسیک', | ||
'لاتین', | ||
'رگه', | ||
'بلوز', | ||
'غیرموسیقی', | ||
'رپ', | ||
]; |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { MusicDefinition } from '../../..'; | ||
import genre from './genre'; | ||
|
||
const music: MusicDefinition = { | ||
genre, | ||
}; | ||
|
||
export default music; |
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 |
---|---|---|
@@ -0,0 +1,97 @@ | ||
export default [ | ||
'زیبا', | ||
'بزرگ', | ||
'کوچک', | ||
'قدیمی', | ||
'جدید', | ||
'خوب', | ||
'بد', | ||
'داغ', | ||
'سریع', | ||
'کند', | ||
'پر', | ||
'خالی', | ||
'پرت', | ||
'خوشحال', | ||
'غمگین', | ||
'خسته', | ||
'شاد', | ||
'تاریک', | ||
'روشن', | ||
'نرم', | ||
'سخت', | ||
'دشوار', | ||
'آسان', | ||
'پایین', | ||
'بالا', | ||
'ضعیف', | ||
'قوی', | ||
'نازک', | ||
'ضخیم', | ||
'تنگ', | ||
'گشاد', | ||
'بارانی', | ||
'خشک', | ||
'زنده', | ||
'مرده', | ||
'نزدیک', | ||
'دور', | ||
'ساده', | ||
'پیچیده', | ||
'فوقالعاده', | ||
'عادی', | ||
'گرم', | ||
'سرد', | ||
'پوشیده', | ||
'باز', | ||
'بسته', | ||
'بلند', | ||
'کوتاه', | ||
'دقیق', | ||
'نامرئی', | ||
'مشهور', | ||
'ناشناخته', | ||
'پرنده', | ||
'خیابانی', | ||
'روستایی', | ||
'شهری', | ||
'دانشجویی', | ||
'کارمندی', | ||
'تولیدی', | ||
'ساحلی', | ||
'کوهستانی', | ||
'کشاورزی', | ||
'فنی', | ||
'علمی', | ||
'خبری', | ||
'ورزشی', | ||
'هنری', | ||
'شیرین', | ||
'تلخ', | ||
'شور', | ||
'بوییده', | ||
'بیبو', | ||
'تازه', | ||
'خراب', | ||
'شکسته', | ||
'مناسب', | ||
'نامناسب', | ||
'عالی', | ||
'خام', | ||
'کامل', | ||
'ناقص', | ||
'موفق', | ||
'ناموفق', | ||
'سرگرمکننده', | ||
'خستهکننده', | ||
'آشنا', | ||
'ناشنا', | ||
'اصلی', | ||
'ثانوی', | ||
'محلی', | ||
'بینالمللی', | ||
'فارسی', | ||
'انگلیسی', | ||
'مفید', | ||
'بیفایده', | ||
]; |
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
export default [ | ||
'و', | ||
'یا', | ||
'اما', | ||
'بلکه', | ||
'لیکن', | ||
'زیرا', | ||
'چون', | ||
'هر چند', | ||
'تا', | ||
'همچنین', | ||
'بنابراین', | ||
'اگرچه', | ||
'همچون', | ||
]; |
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
/* | ||
* This file is automatically generated. | ||
* Run 'pnpm run generate:locales' to update. | ||
*/ | ||
import type { WordDefinition } from '../../..'; | ||
import adjective from './adjective'; | ||
import conjunction from './conjunction'; | ||
import interjection from './interjection'; | ||
import noun from './noun'; | ||
import preposition from './preposition'; | ||
import verb from './verb'; | ||
|
||
const word: WordDefinition = { | ||
adjective, | ||
conjunction, | ||
interjection, | ||
noun, | ||
preposition, | ||
verb, | ||
}; | ||
|
||
export default word; |
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export default [ | ||
'آه', | ||
'وای', | ||
'اوه', | ||
'اوف', | ||
'اَخ', | ||
'آهان', | ||
'اِی وای', | ||
'وایسا', | ||
'آفرین', | ||
'هورا', | ||
'واو', | ||
'یاالله', | ||
]; |
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 |
---|---|---|
@@ -0,0 +1,108 @@ | ||
export default [ | ||
'میوه', | ||
'گل', | ||
'کتاب', | ||
'خانه', | ||
'ماشین', | ||
'دست', | ||
'پدر', | ||
'مادر', | ||
'بچه', | ||
'دختر', | ||
'پسر', | ||
'مرد', | ||
'زن', | ||
'دوست', | ||
'خواب', | ||
'آسمان', | ||
'دریا', | ||
'شیر', | ||
'گربه', | ||
'سگ', | ||
'میز', | ||
'صندلی', | ||
'پنجره', | ||
'در', | ||
'روز', | ||
'ماه', | ||
'سال', | ||
'صبح', | ||
'شب', | ||
'کوه', | ||
'درخت', | ||
'باغ', | ||
'رنگ', | ||
'آب', | ||
'آتش', | ||
'خورشید', | ||
'ماهی', | ||
'پرنده', | ||
'حیوان', | ||
'مرغ', | ||
'میمون', | ||
'گوش', | ||
'چشم', | ||
'زبان', | ||
'دندان', | ||
'صدا', | ||
'خنده', | ||
'گریه', | ||
'خیابان', | ||
'شهر', | ||
'روستا', | ||
'مدرسه', | ||
'دانشگاه', | ||
'پزشک', | ||
'دندانپزشک', | ||
'مهندس', | ||
'آهنگ', | ||
'فیلم', | ||
'تئاتر', | ||
'نقاشی', | ||
'عکس', | ||
'خبر', | ||
'روزنامه', | ||
'مجله', | ||
'تلویزیون', | ||
'رادیو', | ||
'موسیقی', | ||
'رقص', | ||
'ورزش', | ||
'فوتبال', | ||
'بسکتبال', | ||
'والیبال', | ||
'شنا', | ||
'تنیس', | ||
'بیسبال', | ||
'هنر', | ||
'نقش', | ||
'خواننده', | ||
'هنرمند', | ||
'نویسنده', | ||
'شاعر', | ||
'کارگر', | ||
'مدیر', | ||
'رئیس', | ||
'کشاورز', | ||
'فروشنده', | ||
'مشتری', | ||
'کامپیوتر', | ||
'تلفن', | ||
'اینترنت', | ||
'موبایل', | ||
'تبلت', | ||
'دوربین', | ||
'نظارت', | ||
'ساعت', | ||
'کیف', | ||
'کفش', | ||
'لباس', | ||
'شلوار', | ||
'پیراهن', | ||
'دستکش', | ||
'شال', | ||
'کلاه', | ||
'عینک', | ||
'شامپو', | ||
'صابون', | ||
]; |
Oops, something went wrong.