mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 13:34:54 +03:00
Merge pull request #397 from hydralauncher/add-prettier-check-on-pipeline
add prettier check on ci
This commit is contained in:
commit
29d9c43834
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -26,3 +26,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Lint
|
- name: Lint
|
||||||
run: yarn lint
|
run: yarn lint
|
||||||
|
|
||||||
|
- name: Format check
|
||||||
|
run: yarn format-check
|
||||||
|
@ -19,7 +19,6 @@
|
|||||||
[![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md)
|
[![uk-UA](https://img.shields.io/badge/lang-uk--UA-blue)](README.uk-UA.md)
|
||||||
[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md)
|
[![be](https://img.shields.io/badge/lang-be-orange)](README.be.md)
|
||||||
|
|
||||||
|
|
||||||
![Hydra Catalogue](./docs/screenshot.png)
|
![Hydra Catalogue](./docs/screenshot.png)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -12,6 +12,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
|
"format-check": "prettier --check .",
|
||||||
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
"lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
||||||
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
|
"typecheck:node": "tsc --noEmit -p tsconfig.node.json --composite false",
|
||||||
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
|
"typecheck:web": "tsc --noEmit -p tsconfig.web.json --composite false",
|
||||||
|
@ -55,62 +55,62 @@
|
|||||||
"remove_from_list": "إزالة",
|
"remove_from_list": "إزالة",
|
||||||
"space_left_on_disk": "{{space}} متبقية على القرص",
|
"space_left_on_disk": "{{space}} متبقية على القرص",
|
||||||
"eta": "الوقت المتبقي {{eta}}",
|
"eta": "الوقت المتبقي {{eta}}",
|
||||||
"downloading_metadata": "جاري تنزيل البيانات الوصفية...",
|
"downloading_metadata": "جاري تنزيل البيانات الوصفية...",
|
||||||
"checking_files": "جاري التحقق من الملفات...",
|
"checking_files": "جاري التحقق من الملفات...",
|
||||||
"filter": "تصفية حزم إعادة التجميع",
|
"filter": "تصفية حزم إعادة التجميع",
|
||||||
"requirements": "متطلبات النظام",
|
"requirements": "متطلبات النظام",
|
||||||
"minimum": "الحد الأدنى",
|
"minimum": "الحد الأدنى",
|
||||||
"recommended": "موصى به",
|
"recommended": "موصى به",
|
||||||
"no_minimum_requirements": "{{title}} لا تتوفر معلومات عن الحد الأدنى للمتطلبات",
|
"no_minimum_requirements": "{{title}} لا تتوفر معلومات عن الحد الأدنى للمتطلبات",
|
||||||
"no_recommended_requirements": "{{title}} لا تتوفر معلومات عن المتطلبات الموصى بها",
|
"no_recommended_requirements": "{{title}} لا تتوفر معلومات عن المتطلبات الموصى بها",
|
||||||
"paused_progress": "{{progress}} (متوقف)",
|
"paused_progress": "{{progress}} (متوقف)",
|
||||||
"release_date": "تم الإصدار في {{date}}",
|
"release_date": "تم الإصدار في {{date}}",
|
||||||
"publisher": "نشر بواسطة {{publisher}}",
|
"publisher": "نشر بواسطة {{publisher}}",
|
||||||
"copy_link_to_clipboard": "نسخ الرابط",
|
"copy_link_to_clipboard": "نسخ الرابط",
|
||||||
"copied_link_to_clipboard": "تم نسخ الرابط",
|
"copied_link_to_clipboard": "تم نسخ الرابط",
|
||||||
"hours": "ساعات",
|
"hours": "ساعات",
|
||||||
"minutes": "دقائق",
|
"minutes": "دقائق",
|
||||||
"amount_hours": "{{amount}} ساعات",
|
"amount_hours": "{{amount}} ساعات",
|
||||||
"amount_minutes": "{{amount}} دقائق",
|
"amount_minutes": "{{amount}} دقائق",
|
||||||
"accuracy": "دقة {{accuracy}}%",
|
"accuracy": "دقة {{accuracy}}%",
|
||||||
"add_to_library": "إضافة إلى المكتبة",
|
"add_to_library": "إضافة إلى المكتبة",
|
||||||
"remove_from_library": "إزالة من المكتبة",
|
"remove_from_library": "إزالة من المكتبة",
|
||||||
"no_downloads": "لا توجد تنزيلات متاحة",
|
"no_downloads": "لا توجد تنزيلات متاحة",
|
||||||
"play_time": "تم اللعب لمدة {{amount}}",
|
"play_time": "تم اللعب لمدة {{amount}}",
|
||||||
"last_time_played": "آخر مرة لعبت {{period}}",
|
"last_time_played": "آخر مرة لعبت {{period}}",
|
||||||
"not_played_yet": "لم تلعب {{title}} بعد",
|
"not_played_yet": "لم تلعب {{title}} بعد",
|
||||||
"next_suggestion": "الاقتراح التالي",
|
"next_suggestion": "الاقتراح التالي",
|
||||||
"play": "لعب",
|
"play": "لعب",
|
||||||
"deleting": "جاري حذف المثبت...",
|
"deleting": "جاري حذف المثبت...",
|
||||||
"close": "إغلاق",
|
"close": "إغلاق",
|
||||||
"playing_now": "قيد التشغيل الآن",
|
"playing_now": "قيد التشغيل الآن",
|
||||||
"change": "تغيير",
|
"change": "تغيير",
|
||||||
"repacks_modal_description": "اختر الحزمة التي تريد تنزيلها",
|
"repacks_modal_description": "اختر الحزمة التي تريد تنزيلها",
|
||||||
"select_folder_hint": "لتغيير المجلد الافتراضي، انتقل إلى الإعدادات",
|
"select_folder_hint": "لتغيير المجلد الافتراضي، انتقل إلى الإعدادات",
|
||||||
"download_now": "تنزيل الآن",
|
"download_now": "تنزيل الآن",
|
||||||
"installation_instructions": "إرشادات التثبيت",
|
"installation_instructions": "إرشادات التثبيت",
|
||||||
"installation_instructions_description": "هناك خطوات إضافية مطلوبة لتثبيت هذه اللعبة",
|
"installation_instructions_description": "هناك خطوات إضافية مطلوبة لتثبيت هذه اللعبة",
|
||||||
"online_fix_instruction": "تتطلب ألعاب OnlineFix كلمة مرور لاستخراجها. عند الحاجة، استخدم كلمة المرور التالية:",
|
"online_fix_instruction": "تتطلب ألعاب OnlineFix كلمة مرور لاستخراجها. عند الحاجة، استخدم كلمة المرور التالية:",
|
||||||
"dodi_installation_instruction": "عند فتح مثبت DODI، اضغط على مفتاح التشغيل لأعلى <0 /> لبدء عملية التثبيت:",
|
"dodi_installation_instruction": "عند فتح مثبت DODI، اضغط على مفتاح التشغيل لأعلى <0 /> لبدء عملية التثبيت:",
|
||||||
"dont_show_it_again": "لا تعرضها مرة أخرى",
|
"dont_show_it_again": "لا تعرضها مرة أخرى",
|
||||||
"copy_to_clipboard": "نسخ",
|
"copy_to_clipboard": "نسخ",
|
||||||
"copied_to_clipboard": "تم النسخ",
|
"copied_to_clipboard": "تم النسخ",
|
||||||
"got_it": "حسنأ",
|
"got_it": "حسنأ",
|
||||||
"no_shop_details": "لم يتم استرداد تفاصيل المتجر.",
|
"no_shop_details": "لم يتم استرداد تفاصيل المتجر.",
|
||||||
"download_options": "خيارات التنزيل",
|
"download_options": "خيارات التنزيل",
|
||||||
"download_path": "مسار التنزيل",
|
"download_path": "مسار التنزيل",
|
||||||
"previous_screenshot": "لقطة الشاشة السابقة",
|
"previous_screenshot": "لقطة الشاشة السابقة",
|
||||||
"next_screenshot": "لقطة الشاشة التالية",
|
"next_screenshot": "لقطة الشاشة التالية",
|
||||||
"screenshot": "لقطة شاشة {{number}}",
|
"screenshot": "لقطة شاشة {{number}}",
|
||||||
"open_screenshot": "افتح لقطة الشاشة {{number}}"
|
"open_screenshot": "افتح لقطة الشاشة {{number}}"
|
||||||
},
|
},
|
||||||
"activation": {
|
"activation": {
|
||||||
"title": "تفعيل هايدرا",
|
"title": "تفعيل هايدرا",
|
||||||
"installation_id": "معرف التثبيت:",
|
"installation_id": "معرف التثبيت:",
|
||||||
"enter_activation_code": "أدخل رمز التفعيل الخاص بك",
|
"enter_activation_code": "أدخل رمز التفعيل الخاص بك",
|
||||||
"message": "إذا كنت لا تعرف أين تسأل عن هذا ، فلا يجب أن يكون لديك هذا.",
|
"message": "إذا كنت لا تعرف أين تسأل عن هذا ، فلا يجب أن يكون لديك هذا.",
|
||||||
"activate": "تفعيل",
|
"activate": "تفعيل",
|
||||||
"loading": "جار التحميل…"
|
"loading": "جار التحميل…"
|
||||||
},
|
},
|
||||||
"downloads": {
|
"downloads": {
|
||||||
"resume": "استئناف",
|
"resume": "استئناف",
|
||||||
@ -146,7 +146,7 @@
|
|||||||
"telemetry": "القياس عن بعد",
|
"telemetry": "القياس عن بعد",
|
||||||
"telemetry_description": "تفعيل إحصائيات الاستخدام مجهولة المصدر",
|
"telemetry_description": "تفعيل إحصائيات الاستخدام مجهولة المصدر",
|
||||||
"real_debrid_api_token_label": "رمز واجهة برمجة التطبيقات (API) لـReal Debrid ",
|
"real_debrid_api_token_label": "رمز واجهة برمجة التطبيقات (API) لـReal Debrid ",
|
||||||
"quit_app_instead_hiding": "إنهاء هايدرا بدلاً من التصغير الى شريط الحالة",
|
"quit_app_instead_hiding": "إنهاء هايدرا بدلاً من التصغير الى شريط الحالة",
|
||||||
"launch_with_system": "تشغيل هايدرا عند بدء تشغيل النظام",
|
"launch_with_system": "تشغيل هايدرا عند بدء تشغيل النظام",
|
||||||
"general": "عام",
|
"general": "عام",
|
||||||
"behavior": "السلوك",
|
"behavior": "السلوك",
|
||||||
@ -177,4 +177,4 @@
|
|||||||
"modal": {
|
"modal": {
|
||||||
"close": "زر إغلاق"
|
"close": "زر إغلاق"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -37,10 +37,10 @@
|
|||||||
"checking_files": "Analizando archivos de {{title}} - ({{percentage}} completado)",
|
"checking_files": "Analizando archivos de {{title}} - ({{percentage}} completado)",
|
||||||
"downloading": "Descargando {{title}}… ({{percentage}} completado) - Finalizando {{eta}} - {{speed}}"
|
"downloading": "Descargando {{title}}… ({{percentage}} completado) - Finalizando {{eta}} - {{speed}}"
|
||||||
},
|
},
|
||||||
"catalogue": {
|
"catalogue": {
|
||||||
"next_page": "Siguiente página",
|
"next_page": "Siguiente página",
|
||||||
"previous_page": "Pagina anterior"
|
"previous_page": "Pagina anterior"
|
||||||
},
|
},
|
||||||
"game_details": {
|
"game_details": {
|
||||||
"open_download_options": "Ver opciones de descargas",
|
"open_download_options": "Ver opciones de descargas",
|
||||||
"download_options_zero": "No hay opciones de descargas disponibles",
|
"download_options_zero": "No hay opciones de descargas disponibles",
|
||||||
|
Loading…
Reference in New Issue
Block a user