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

Production deployment #55

Merged
merged 6 commits into from
Dec 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions crowdin.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
"project_id_env": "CROWDIN_PROJECT_ID"
"api_token_env": "CROWDIN_API_TOKEN"
"base_path": "."
"base_url": "https://api.crowdin.com"

"preserve_hierarchy": true
"files": [
{
"source": "locales/en/*.json",
"translation": "locales/%two_letters_code%/%original_file_name%",
"dest": "%original_file_name%"
},
{
"source": "content/about/en.mdx",
"translation": "content/about/%two_letters_code%.mdx"
}
]
24 changes: 16 additions & 8 deletions locales/ar/reader.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"notes": "الملاحظات",
"bookmarks": "العلامات",
"content": "المحتوى",
"history": "التاريخ",
"history": {
"title": "التاريخ",
"empty-state": "لا يوجد تاريخ بعد",
"delete": "حذف"
},
"ask-ai": "اسأل الذكاء الاصطناعي",
"edition-warning": "الميزة {feature} غير مدعومة في النسخة التي تشاهدها.",
"switch-edition": "التبديل إلى {edition}",
Expand All @@ -14,6 +18,8 @@
"share": "مشاركة",
"e-book": "كتاب إلكتروني",
"pdf": "PDF",
"select": "اختر",
"selected": "محدد",
"view-e-book": "عرض الكتاب الإلكتروني",
"view-pdf": "عرض PDF",
"go-to-page-x": "اذهب إلى الصفحة {vol}/{page, number, nogroup}",
Expand Down Expand Up @@ -51,9 +57,13 @@
"sources": "مصادر",
"error": "حدث خطأ ما. <retry>حاول مرة أخرى</retry> أو <contact>اتصل بنا</contact> إذا استمرت المشكلة.",
"pg-x": "صفحة {page, number, nogroup}",
"pg-x-vol": "المجلد {vol, number, nogroup}، صفحة {page, number, nogroup}"
"pg-x-vol": "المجلد {vol, number, nogroup}, الصفحة {page, number, nogroup}"
},
"edition": "الإصدار",
"editions-modal": {
"title": "الإصدارات",
"description": "اختر الإصدار المطلوب"
},
"select-edition": "اختر إصدارًا",
"single-page": "صفحة واحدة",
"all-pages": "جميع الصفحات",
Expand All @@ -67,13 +77,11 @@
"download-pdf": "تحميل PDF",
"publication-details": {
"title": "تفاصيل النشر",
"book-title": "العنوان",
"author": "مؤلف",
"editor": "محرر",
"investigator": "محقق",
"publisher": "الناشر",
"print-version": "نسخة الطباعة",
"volumes": "المجلدات",
"page-numbers-match-print": "أرقام الصفحات تتطابق مع الطباعة"
"publication-year": "سنة النشر",
"publisher-location": "مكان النشر",
"edition-number": "رقم الإصدار"
},
"feedback-submitted": "تم إرسال التعليق!"
}
24 changes: 16 additions & 8 deletions locales/bn/reader.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"notes": "নোট",
"bookmarks": "বুকমার্কস",
"content": "বিষয়বস্তু",
"history": "ইতিহাস",
"history": {
"title": "ইতিহাস",
"empty-state": "এখনও কোন ইতিহাস নেই",
"delete": "মুছে ফেলুন"
},
"ask-ai": "এআইকে জিজ্ঞাসা করুন",
"edition-warning": "আপনি যে সংস্করণটি দেখছেন, তাতে {feature} সমর্থিত নয়।",
"switch-edition": "{edition} এ পরিবর্তন করুন",
Expand All @@ -14,6 +18,8 @@
"share": "শেয়ার",
"e-book": "ই-বই",
"pdf": "পিডিএফ",
"select": "নির্বাচন করুন",
"selected": "নির্বাচিত",
"view-e-book": "ই-বুক দেখুন",
"view-pdf": "পিডিএফ দেখুন",
"go-to-page-x": "পৃষ্ঠা {vol}/{page, number, nogroup}-এ যান",
Expand Down Expand Up @@ -51,9 +57,13 @@
"sources": "উৎস",
"error": "কিছু ভুল হয়েছে। <retry>আবার চেষ্টা করুন</retry> অথবা যদি এটি অব্যাহত থাকে, <contact>আমাদের সাথে যোগাযোগ করুন</contact>.",
"pg-x": "P{page, number, nogroup}",
"pg-x-vol": "P{vol, number, nogroup}/{page, number, nogroup}"
"pg-x-vol": "ভলিউম {vol, number, nogroup}, পৃষ্ঠা {page, number, nogroup}"
},
"edition": "সংস্করণ",
"editions-modal": {
"title": "সংস্করণসমূহ",
"description": "পছন্দের সংস্করণ নির্বাচন করুন"
},
"select-edition": "একটি সংস্করণ নির্বাচন করুন",
"single-page": "একক পৃষ্ঠা",
"all-pages": "সব পৃষ্ঠা",
Expand All @@ -67,13 +77,11 @@
"download-pdf": "PDF ডাউনলোড করুন",
"publication-details": {
"title": "প্রকাশনার বিবরণ",
"book-title": "শিরোনাম",
"author": "লেখক",
"editor": "সম্পাদক",
"investigator": "তদারক",
"publisher": "প্রকাশক",
"print-version": "মুদ্রিত সংস্করণ",
"volumes": "খণ্ড",
"page-numbers-match-print": "পৃষ্ঠা সংখ্যা মুদ্রণের সাথে মেলে"
"publication-year": "প্রকাশনার বছর",
"publisher-location": "প্রকাশনার স্থান",
"edition-number": "সংস্করণের সংখ্যা"
},
"feedback-submitted": "প্রতিক্রিয়া জমা দেওয়া হয়েছে!"
}
22 changes: 15 additions & 7 deletions locales/en/reader.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"notes": "Notes",
"bookmarks": "Bookmarks",
"content": "Content",
"history": "History",
"history": {
"title": "History",
"empty-state": "No history yet",
"delete": "Delete"
},
"ask-ai": "Ask AI",
"edition-warning": "{feature} is not supported on the edition you're viewing.",
"switch-edition": "Switch to {edition}",
Expand All @@ -14,6 +18,8 @@
"share": "Share",
"e-book": "e-Book",
"pdf": "PDF",
"select": "Select",
"selected": "Selected",
"view-e-book": "View e-Book",
"view-pdf": "View PDF",
"go-to-page-x": "Go to page {vol}/{page, number, nogroup}",
Expand Down Expand Up @@ -54,6 +60,10 @@
"pg-x-vol": "Vol {vol, number, nogroup}, Pg {page, number, nogroup}"
},
"edition": "Edition",
"editions-modal": {
"title": "Editions",
"description": "Select the desired edition"
},
"select-edition": "Select an edition",
"single-page": "Single Page",
"all-pages": "All Pages",
Expand All @@ -67,13 +77,11 @@
"download-pdf": "Download PDF",
"publication-details": {
"title": "Publication Details",
"book-title": "Title",
"author": "Author",
"editor": "Editor",
"investigator": "Investigator",
"publisher": "Publisher",
"print-version": "Print Version",
"volumes": "Volumes",
"page-numbers-match-print": "Page numbers match print"
"publication-year": "Publication Year",
"publisher-location": "Publisher Location",
"edition-number": "Edition Number"
},
"feedback-submitted": "Feedback submitted!"
}
24 changes: 16 additions & 8 deletions locales/es/reader.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"notes": "Notas",
"bookmarks": "Marcadores",
"content": "Contenido",
"history": "Historial",
"history": {
"title": "Historial",
"empty-state": "No hay historial aún",
"delete": "Eliminar"
},
"ask-ai": "Preguntar a la IA",
"edition-warning": "{feature} no es compatible con la edición que estás viendo.",
"switch-edition": "Cambiar a {edition}",
Expand All @@ -14,6 +18,8 @@
"share": "Compartir",
"e-book": "e-Book",
"pdf": "PDF",
"select": "Seleccionar",
"selected": "Seleccionado",
"view-e-book": "Ver e-Book",
"view-pdf": "Ver PDF",
"go-to-page-x": "Ir a la página {vol}/{page, number, nogroup}",
Expand Down Expand Up @@ -51,9 +57,13 @@
"sources": "Fuentes",
"error": "Algo salió mal. <retry>Inténtalo de nuevo</retry> o <contact>contáctanos</contact> si persiste.",
"pg-x": "P{page, number, nogroup}",
"pg-x-vol": "P{vol, number, nogroup}/{page, number, nogroup}"
"pg-x-vol": "Vol {vol, number, nogroup}, Pág {page, number, nogroup}"
},
"edition": "Edición",
"editions-modal": {
"title": "Ediciones",
"description": "Seleccione la edición deseada"
},
"select-edition": "Selecciona una edición",
"single-page": "Página Única",
"all-pages": "Todas las Páginas",
Expand All @@ -67,13 +77,11 @@
"download-pdf": "Descargar PDF",
"publication-details": {
"title": "Detalles de la publicación",
"book-title": "Título",
"author": "Autor",
"editor": "Editor",
"investigator": "Investigador",
"publisher": "Editorial",
"print-version": "Versión impresa",
"volumes": "Volúmenes",
"page-numbers-match-print": "Los números de página coinciden con la impresión"
"publication-year": "Año de publicación",
"publisher-location": "Ubicación del editor",
"edition-number": "Número de edición"
},
"feedback-submitted": "¡Comentarios enviados!"
}
24 changes: 16 additions & 8 deletions locales/fa/reader.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"notes": "یادداشت‌ها",
"bookmarks": "نشانک‌ها",
"content": "محتوا",
"history": "تاریخچه",
"history": {
"title": "تاریخ",
"empty-state": "هنوز تاریخی موجود نیست",
"delete": "حذف"
},
"ask-ai": "پرسیدن از هوش مصنوعی",
"edition-warning": "{feature} در نسخه‌ای که در حال مشاهده آن هستید پشتیبانی نمی‌شود.",
"switch-edition": "تغییر به {edition}",
Expand All @@ -14,6 +18,8 @@
"share": "اشتراک گذاری",
"e-book": "کتاب الکترونیکی",
"pdf": "PDF",
"select": "انتخاب",
"selected": "انتخاب شد",
"view-e-book": "مشاهده e-Book",
"view-pdf": "مشاهده PDF",
"go-to-page-x": "برو به صفحه {vol}/{page, number, nogroup}",
Expand Down Expand Up @@ -51,9 +57,13 @@
"sources": "منابع",
"error": "مشکلی پیش آمد. <retry>دوباره امتحان کنید</retry> یا <contact>با ما تماس بگیرید</contact> اگر ادامه پیدا کرد.",
"pg-x": "ص{page, number, nogroup}",
"pg-x-vol": "ج{vol, number, nogroup}{page, number, nogroup}"
"pg-x-vol": "جلد {vol, number, nogroup}، صفحه {page, number, nogroup}"
},
"edition": "نسخه",
"editions-modal": {
"title": "نسخه‌ها",
"description": "نسخه مورد نظر را انتخاب کنید"
},
"select-edition": "انتخاب یک نسخه",
"single-page": "صفحه واحد",
"all-pages": "همه صفحات",
Expand All @@ -67,13 +77,11 @@
"download-pdf": "دانلود PDF",
"publication-details": {
"title": "جزئیات انتشار",
"book-title": "عنوان",
"author": "نویسنده",
"editor": "ویرایشگر",
"investigator": "پژوهشگر",
"publisher": "ناشر",
"print-version": "نسخه چاپی",
"volumes": "جلدها",
"page-numbers-match-print": "شماره صفحات مطابق چاپ"
"publication-year": "سال انتشار",
"publisher-location": "محل انتشار",
"edition-number": "شماره نسخه"
},
"feedback-submitted": "بازخورد ارسال شد!"
}
24 changes: 16 additions & 8 deletions locales/fr/reader.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"notes": "Notes",
"bookmarks": "Signets",
"content": "Contenu",
"history": "Historique",
"history": {
"title": "Historique",
"empty-state": "Aucun historique pour le moment",
"delete": "Supprimer"
},
"ask-ai": "Demander à l'IA",
"edition-warning": "{feature} n'est pas pris en charge sur l'édition que vous consultez.",
"switch-edition": "Passer à {edition}",
Expand All @@ -14,6 +18,8 @@
"share": "Partager",
"e-book": "e-Book",
"pdf": "PDF",
"select": "Sélectionner",
"selected": "Sélectionné",
"view-e-book": "Voir l'e-book",
"view-pdf": "Voir le PDF",
"go-to-page-x": "Aller à la page {vol}/{page, number, nogroup}",
Expand Down Expand Up @@ -51,9 +57,13 @@
"sources": "Sources",
"error": "Quelque chose s'est mal passé. <retry>Réessayez</retry> ou <contact>contactez-nous</contact> si le problème persiste.",
"pg-x": "P{page, number, nogroup}",
"pg-x-vol": "P{vol, number, nogroup}/{page, number, nogroup}"
"pg-x-vol": "Vol {vol, number, nogroup}, Pg {page, number, nogroup}"
},
"edition": "Édition",
"editions-modal": {
"title": "Éditions",
"description": "Sélectionnez l'édition souhaitée"
},
"select-edition": "Sélectionner une édition",
"single-page": "Page unique",
"all-pages": "Toutes les pages",
Expand All @@ -67,13 +77,11 @@
"download-pdf": "Télécharger le PDF",
"publication-details": {
"title": "Détails de la publication",
"book-title": "Titre",
"author": "Auteur",
"editor": "Éditeur",
"investigator": "Chercheur",
"publisher": "Maison d'édition",
"print-version": "Version imprimée",
"volumes": "Volumes",
"page-numbers-match-print": "Les numéros de page correspondent à l'imprimé"
"publication-year": "Année de publication",
"publisher-location": "Lieu d'édition",
"edition-number": "Numéro d'édition"
},
"feedback-submitted": "Commentaires soumis !"
}
Loading