You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/i18n/locales/ar/translation.json
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@
77
77
},
78
78
"eyebrow": "الخطة الاحترافية",
79
79
"headline": "تقدّم أكثر مع الخطة الاحترافية",
80
-
"subheadline": "النسخة المدفوعة القادمة ستفتح ميزات أقوى مثل المدخلات المخصصة والمقارنات جنبًا إلى جنب والتصدير بدون علامة مائية والمزيد.",
80
+
"subheadline": "النسخة المدفوعة القادمة ستفتح ميزات أقوى مثل المدخلات المخصصة والمقارنات جنبًا إلى جنب والتصدير بدون علامة مائية والاختبارات المخصصة والأدوات القابلة للتضمين.",
81
81
"featuresHeading": "ما تفتحه الخطة الاحترافية",
82
82
"features": {
83
83
"customInput": {
@@ -95,6 +95,18 @@
95
95
"presentation": {
96
96
"title": "وضع العرض",
97
97
"body": "استخدم عرضًا تعليميًا أكثر تركيزًا مع واجهة أبسط وحالات مرئية أكبر."
98
+
},
99
+
"quizExam": {
100
+
"title": "مولّد الاختبارات والامتحانات",
101
+
"body": "حوّل أي مجموعة خوارزميات إلى اختبار قابل للتصحيح أو امتحان محدّد بوقت، قابل للتصدير كملف PDF."
102
+
},
103
+
"studyGuide": {
104
+
"title": "ملاحظات دراسية متطورة",
105
+
"body": "صدّر ملاحظاتك كدليل دراسة، وأرفق مقتطفات أكواد قابلة للتشغيل، وابحث في كل خوارزمية درستها."
106
+
},
107
+
"embedWidget": {
108
+
"title": "أداة قابلة للتضمين",
109
+
"body": "ضع عارضًا تفاعليًا مباشرًا في موقع كورسك أو شرائحك أو مدونتك."
98
110
}
99
111
},
100
112
"form": {
@@ -1452,7 +1464,7 @@
1452
1464
"badge": "قريباً",
1453
1465
"badgeJoined": "أنت على القائمة",
1454
1466
"heading": "انطلق أبعد مع الخطة الاحترافية",
1455
-
"subheading": "مصممة للتحضير للمقابلات والتدريس في الصف: مدخلات مخصصة، مقارنات جنباً إلى جنب، تصدير بدون علامة مائية، والمزيد قريباً.",
1467
+
"subheading": "مصممة للتحضير للمقابلات والتدريس في الصف: مدخلات مخصصة، مقارنات جنباً إلى جنب، تصدير بدون علامة مائية، اختبارات مخصصة، عارضات قابلة للتضمين، والمزيد قريباً.",
1456
1468
"cta": "انضم إلى قائمة الانتظار",
1457
1469
"ctaJoined": "الخطة الاحترافية",
1458
1470
"table": {
@@ -1473,8 +1485,12 @@
1473
1485
"customInput": "مدخلات مخصصة",
1474
1486
"comparison": "وضع مقارنة الخوارزميات",
1475
1487
"presentation": "وضع العرض (مخصص للمعلمين)",
1488
+
"quizExam": "مولّد الاختبارات والامتحانات",
1489
+
"embedWidget": "أداة عارض قابلة للتضمين",
1476
1490
"pseudocode": "شبه الشيفرة خطوة بخطوة",
1477
-
"notes": "ملاحظات على كل خوارزمية"
1491
+
"notes": "ملاحظات دراسية",
1492
+
"notesFree": "ملاحظات نصية أساسية على كل خوارزمية",
1493
+
"notesPro": "تصدير دليل دراسة، مقتطفات أكواد، وبحث"
Copy file name to clipboardExpand all lines: src/i18n/locales/en/translation.json
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@
77
77
},
78
78
"eyebrow": "The Pro Plan",
79
79
"headline": "Go further with the Pro Plan",
80
-
"subheadline": "The upcoming paid plan will unlock more powerful features like custom inputs, side-by-side comparisons, watermark-free exports, and more.",
80
+
"subheadline": "The upcoming paid plan will unlock more powerful features like custom inputs, side-by-side comparisons, watermark-free exports, custom quizzes, and embeddable widgets.",
81
81
"featuresHeading": "What the Pro Plan unlocks",
82
82
"features": {
83
83
"customInput": {
@@ -95,6 +95,18 @@
95
95
"presentation": {
96
96
"title": "Presentation mode",
97
97
"body": "Use a focused teaching view with cleaner chrome and larger visual states."
98
+
},
99
+
"quizExam": {
100
+
"title": "Custom quiz & exam generator",
101
+
"body": "Turn any algorithm set into a gradeable quiz or timed exam, exportable as PDF."
102
+
},
103
+
"studyGuide": {
104
+
"title": "Supercharged study notes",
105
+
"body": "Export your notes as a study guide, attach runnable code snippets, and search across every algorithm you've studied."
106
+
},
107
+
"embedWidget": {
108
+
"title": "Embeddable widget",
109
+
"body": "Drop a live, interactive visualizer into your own course site, slides, or blog."
98
110
}
99
111
},
100
112
"form": {
@@ -1452,7 +1464,7 @@
1452
1464
"badge": "Coming Soon",
1453
1465
"badgeJoined": "You're on the list",
1454
1466
"heading": "Go Further with Pro",
1455
-
"subheading": "Built for interview prep and classroom teaching: custom inputs, side-by-side comparisons, watermark-free exports, and more...",
1467
+
"subheading": "Built for interview prep and classroom teaching: custom inputs, side-by-side comparisons, watermark-free exports, custom quizzes, embeddable visualizers, and more...",
1456
1468
"cta": "Join The Waitlist",
1457
1469
"ctaJoined": "View Your Spot",
1458
1470
"table": {
@@ -1473,8 +1485,12 @@
1473
1485
"customInput": "Custom Inputs",
1474
1486
"comparison": "Algorithms Comparison Mode",
1475
1487
"presentation": "Presentation Mode (Dedicated For Teachers)",
Copy file name to clipboardExpand all lines: src/i18n/locales/fr/translation.json
+19-3Lines changed: 19 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@
77
77
},
78
78
"eyebrow": "Le Plan Pro",
79
79
"headline": "Allez plus loin avec le Plan Pro",
80
-
"subheadline": "La version payante à venir débloquera des fonctionnalités plus puissantes comme des entrées personnalisées, des comparaisons côte à côte, des exports sans filigraneet plus encore.",
80
+
"subheadline": "La version payante à venir débloquera des fonctionnalités plus puissantes comme des entrées personnalisées, des comparaisons côte à côte, des exports sans filigrane, des quiz personnalisés et des widgets intégrables.",
81
81
"featuresHeading": "Ce que le Plan Pro débloque",
82
82
"features": {
83
83
"customInput": {
@@ -95,6 +95,18 @@
95
95
"presentation": {
96
96
"title": "Mode présentation",
97
97
"body": "Utilisez une vue d'enseignement plus ciblée avec moins de chrome et des états visuels plus grands."
98
+
},
99
+
"quizExam": {
100
+
"title": "Générateur de quiz et d'examens",
101
+
"body": "Transformez n'importe quel ensemble d'algorithmes en quiz noté ou examen chronométré, exportable en PDF."
102
+
},
103
+
"studyGuide": {
104
+
"title": "Notes d'étude améliorées",
105
+
"body": "Exportez vos notes en guide de révision, joignez des extraits de code exécutables et recherchez dans chaque algorithme que vous avez étudié."
106
+
},
107
+
"embedWidget": {
108
+
"title": "Widget intégrable",
109
+
"body": "Intégrez un visualiseur interactif en direct dans votre site de cours, vos diapositives ou votre blog."
98
110
}
99
111
},
100
112
"form": {
@@ -1452,7 +1464,7 @@
1452
1464
"badge": "Bientôt Disponible",
1453
1465
"badgeJoined": "Vous êtes sur la liste",
1454
1466
"heading": "Allez Plus Loin avec Pro",
1455
-
"subheading": "Conçu pour la préparation aux entretiens et l'enseignement en classe : entrées personnalisées, comparaisons côte à côte, exports sans filigrane, et plus encore, bientôt disponible.",
1467
+
"subheading": "Conçu pour la préparation aux entretiens et l'enseignement en classe : entrées personnalisées, comparaisons côte à côte, exports sans filigrane, quiz personnalisés, visualiseurs intégrables, et plus encore, bientôt disponible.",
1456
1468
"cta": "Rejoignez la liste d'attente",
1457
1469
"ctaJoined": "Plan Pro",
1458
1470
"table": {
@@ -1473,8 +1485,12 @@
1473
1485
"customInput": "Entrées personnalisées",
1474
1486
"comparison": "Mode comparaison d'algorithmes",
1475
1487
"presentation": "Mode présentation (dédié aux enseignants)",
1488
+
"quizExam": "Générateur de quiz et d'examens",
1489
+
"embedWidget": "Widget visualiseur intégrable",
1476
1490
"pseudocode": "Pseudo-code pas à pas",
1477
-
"notes": "Notes sur chaque algorithme"
1491
+
"notes": "Notes d'étude",
1492
+
"notesFree": "Notes texte de base sur chaque algorithme",
1493
+
"notesPro": "Export en guide de révision, extraits de code et recherche"
0 commit comments