Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
fix filter translation
Browse files
frontend/leaderboard.html
CHANGED
|
@@ -1463,7 +1463,15 @@
|
|
| 1463 |
setTxt('tableOptionsMenuTitle', getUi('table_options'));
|
| 1464 |
setTxt('resetTableOpsLabel', window.getCurrentLanguage && window.getCurrentLanguage() === 'ar' ? 'إعادة التعيين' : 'Reset');
|
| 1465 |
setTxt('rankingModeLabel', window.getCurrentLanguage && window.getCurrentLanguage() === 'ar' ? 'نمط الترتيب' : 'Ranking Mode');
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1466 |
setTxt('averageCalcLabel', window.getCurrentLanguage && window.getCurrentLanguage() === 'ar' ? 'احتساب المتوسط' : 'Average Score Calculation');
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1467 |
setTxt('columnVisibilityTriggerLabel', getUi('column_visibility'));
|
| 1468 |
setTxt('columnVisibilityMenuTitle', getUi('column_visibility'));
|
| 1469 |
setTxt('resetColumnsLabel', window.getCurrentLanguage && window.getCurrentLanguage() === 'ar' ? 'إعادة التعيين' : 'Reset');
|
|
|
|
| 1463 |
setTxt('tableOptionsMenuTitle', getUi('table_options'));
|
| 1464 |
setTxt('resetTableOpsLabel', window.getCurrentLanguage && window.getCurrentLanguage() === 'ar' ? 'إعادة التعيين' : 'Reset');
|
| 1465 |
setTxt('rankingModeLabel', window.getCurrentLanguage && window.getCurrentLanguage() === 'ar' ? 'نمط الترتيب' : 'Ranking Mode');
|
| 1466 |
+
setTxt('rankModeHelpGlobal', window.getCurrentLanguage && window.getCurrentLanguage() === 'ar' ? 'الترتيب العام: يعتمد على المتوسط العام عبر جميع المعايير.' : 'Global ranking: based on the global average across all benchmarks.');
|
| 1467 |
+
setTxt('rankModeHelpCurrent', window.getCurrentLanguage && window.getCurrentLanguage() === 'ar' ? 'ترتيب العرض الحالي: يتغير حسب الفرز والفلاتر النشطة.' : 'Current view ranking: changes based on the active sort and filters.');
|
| 1468 |
+
setTxt('rankBtnStatic', window.getCurrentLanguage && window.getCurrentLanguage() === 'ar' ? 'الترتيب العام' : 'Global Ranking');
|
| 1469 |
+
setTxt('rankBtnDynamic', window.getCurrentLanguage && window.getCurrentLanguage() === 'ar' ? 'ترتيب العرض الحالي' : 'Current View Ranking');
|
| 1470 |
setTxt('averageCalcLabel', window.getCurrentLanguage && window.getCurrentLanguage() === 'ar' ? 'احتساب المتوسط' : 'Average Score Calculation');
|
| 1471 |
+
setTxt('averageCalcHelpGlobal', window.getCurrentLanguage && window.getCurrentLanguage() === 'ar' ? 'المتوسط العام: يحسب النتيجة عبر جميع المعايير.' : 'Global average: calculates the score across all benchmarks.');
|
| 1472 |
+
setTxt('averageCalcHelpFiltered', window.getCurrentLanguage && window.getCurrentLanguage() === 'ar' ? 'المتوسط المفلتر: يعيد الحساب باستخدام الأعمدة الظاهرة فقط.' : 'Filtered average: recalculates using only the visible columns.');
|
| 1473 |
+
setTxt('avgBtnAll', window.getCurrentLanguage && window.getCurrentLanguage() === 'ar' ? 'المتوسط العام' : 'Global Average');
|
| 1474 |
+
setTxt('avgBtnVisible', window.getCurrentLanguage && window.getCurrentLanguage() === 'ar' ? 'المتوسط المفلتر' : 'Filtered Average');
|
| 1475 |
setTxt('columnVisibilityTriggerLabel', getUi('column_visibility'));
|
| 1476 |
setTxt('columnVisibilityMenuTitle', getUi('column_visibility'));
|
| 1477 |
setTxt('resetColumnsLabel', window.getCurrentLanguage && window.getCurrentLanguage() === 'ar' ? 'إعادة التعيين' : 'Reset');
|