[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(i18n): update missing arabic i18n keys (#754)

authored by

Maher and committed by
GitHub
8d99bb09 83e3de62

+154 -2
+77 -1
i18n/locales/ar.json
··· 77 77 "help_translate": "ساهم في ترجمة npmx", 78 78 "accent_colors": "ألوان الموقع", 79 79 "clear_accent": "مسح لون التمييز", 80 - "translation_progress": "تقدم الترجمة" 80 + "translation_progress": "تقدم الترجمة", 81 + "background_themes": "درجة خلفية الصفحة" 81 82 }, 82 83 "i18n": { 83 84 "missing_keys": "{count} ترجمات مفقودة | ترجمة واحدة مفقودة | ترجمتان مفقودتان | {count} ترجمات مفقودة | {count} ترجمة مفقودة | {count} ترجمة مفقودة", ··· 142 143 "deps": "الاعتماديات", 143 144 "install_size": "حجم التثبيت", 144 145 "vulns": "الثغرات", 146 + "published": "تاريخ النشر", 147 + "published_tooltip": "تاريخ نشر {package}{'@'}{version}", 145 148 "skills": "المهارات", 146 149 "view_dependency_graph": "عرض مخطط الاعتماديات", 147 150 "inspect_dependency_tree": "فحص شجرة الاعتماديات", ··· 205 208 "compatibility": "التوافق", 206 209 "card": { 207 210 "publisher": "الناشر", 211 + "published": "تاريخ النشر", 208 212 "weekly_downloads": "التنزيلات الأسبوعية", 209 213 "keywords": "الكلمات المفتاحية", 210 214 "license": "الترخيص" ··· 364 368 "weekly": "أسبوعيًا", 365 369 "size": "الحجم", 366 370 "deps": "الاعتماديات", 371 + "published": "تاريخ النشر", 367 372 "get_started": "ابدأ", 368 373 "readme": "README", 369 374 "maintainers": "المشرفون", ··· 373 378 }, 374 379 "sort": { 375 380 "downloads": "الأكثر تنزيلًا", 381 + "published": "الأحدث نشرًا", 376 382 "name_asc": "الاسم (A-Z)", 377 383 "name_desc": "الاسم (Z-A)" 378 384 } ··· 627 633 "more_keywords": "+{count} المزيد", 628 634 "clear_all": "مسح الكل", 629 635 "remove_filter": "إزالة فلتر {label}", 636 + "chips": { 637 + "search": "بحث", 638 + "downloads": "التنزيلات", 639 + "keyword": "كلمة مفتاحية", 640 + "security": "الأمان", 641 + "updated": "محدّث" 642 + }, 630 643 "download_range": { 631 644 "any": "أي", 632 645 "lt100": "< 100", ··· 657 670 "downloads_day": "التنزيلات/اليوم", 658 671 "downloads_month": "التنزيلات/الشهر", 659 672 "downloads_year": "التنزيلات/السنة", 673 + "published": "آخر نشر", 660 674 "name": "الاسم", 661 675 "quality": "الجودة", 662 676 "popularity": "الشعبية", ··· 672 686 "version": "الإصدار", 673 687 "description": "الوصف", 674 688 "downloads": "التنزيلات/الأسبوع", 689 + "published": "آخر نشر", 675 690 "maintainers": "المشرفون", 676 691 "keywords": "الكلمات المفتاحية", 677 692 "quality_score": "درجة الجودة", ··· 846 861 "deselect_all": "إلغاء تحديد كل المحاور", 847 862 "select_category": "تحديد جميع محاور {category}", 848 863 "deselect_category": "إلغاء تحديد جميع محاور {category}", 864 + "binary_only_tooltip": "هذه الحزمة تعرض ملفات تنفيذية فقط دون تصديرات", 849 865 "categories": { 850 866 "performance": "الأداء", 851 867 "health": "الصحة", 852 868 "compatibility": "التوافق", 853 869 "security": "الأمان والامتثال" 870 + }, 871 + "items": { 872 + "packageSize": { 873 + "label": "حجم الحزمة", 874 + "description": "حجم الحزمة نفسها (غير المضغوطة)" 875 + }, 876 + "installSize": { 877 + "label": "حجم التثبيت", 878 + "description": "إجمالي حجم التثبيت بما في ذلك جميع الاعتماديات" 879 + }, 880 + "dependencies": { 881 + "label": "الاعتماديات المباشرة", 882 + "description": "عدد الاعتماديات المباشرة" 883 + }, 884 + "totalDependencies": { 885 + "label": "إجمالي الاعتماديات", 886 + "description": "إجمالي عدد الاعتماديات بما فيها غير المباشرة" 887 + }, 888 + "downloads": { 889 + "label": "التنزيلات/أسبوع", 890 + "description": "عدد التنزيلات الأسبوعية" 891 + }, 892 + "lastUpdated": { 893 + "label": "تاريخ النشر", 894 + "description": "متى نُشر هذا الإصدار" 895 + }, 896 + "deprecated": { 897 + "label": "مهملة؟", 898 + "description": "هل الحزمة مهملة" 899 + }, 900 + "engines": { 901 + "label": "المحركات", 902 + "description": "متطلبات إصدار Node.js" 903 + }, 904 + "types": { 905 + "label": "الأنواع", 906 + "description": "تعريفات أنواع TypeScript" 907 + }, 908 + "moduleFormat": { 909 + "label": "صيغة الوحدة", 910 + "description": "دعم ESM/CJS" 911 + }, 912 + "license": { 913 + "label": "الترخيص", 914 + "description": "ترخيص الحزمة" 915 + }, 916 + "vulnerabilities": { 917 + "label": "الثغرات", 918 + "description": "ثغرات أمنية معروفة" 919 + } 920 + }, 921 + "values": { 922 + "any": "أي من", 923 + "none": "لا شيء", 924 + "unknown": "غير معروف", 925 + "deprecated": "مهملة", 926 + "not_deprecated": "غير مهملة", 927 + "types_included": "الأنواع مضمّنة", 928 + "types_none": "الأنواع غير مضمّنة", 929 + "vulnerabilities_summary": "{count} ({critical} حرجة/{high} عالية)" 854 930 } 855 931 } 856 932 }
+77 -1
lunaria/files/ar-EG.json
··· 77 77 "help_translate": "ساهم في ترجمة npmx", 78 78 "accent_colors": "ألوان الموقع", 79 79 "clear_accent": "مسح لون التمييز", 80 - "translation_progress": "تقدم الترجمة" 80 + "translation_progress": "تقدم الترجمة", 81 + "background_themes": "درجة خلفية الصفحة" 81 82 }, 82 83 "i18n": { 83 84 "missing_keys": "{count} ترجمات مفقودة | ترجمة واحدة مفقودة | ترجمتان مفقودتان | {count} ترجمات مفقودة | {count} ترجمة مفقودة | {count} ترجمة مفقودة", ··· 142 143 "deps": "الاعتماديات", 143 144 "install_size": "حجم التثبيت", 144 145 "vulns": "الثغرات", 146 + "published": "تاريخ النشر", 147 + "published_tooltip": "تاريخ نشر {package}{'@'}{version}", 145 148 "skills": "المهارات", 146 149 "view_dependency_graph": "عرض مخطط الاعتماديات", 147 150 "inspect_dependency_tree": "فحص شجرة الاعتماديات", ··· 205 208 "compatibility": "التوافق", 206 209 "card": { 207 210 "publisher": "الناشر", 211 + "published": "تاريخ النشر", 208 212 "weekly_downloads": "التنزيلات الأسبوعية", 209 213 "keywords": "الكلمات المفتاحية", 210 214 "license": "الترخيص" ··· 364 368 "weekly": "أسبوعيًا", 365 369 "size": "الحجم", 366 370 "deps": "الاعتماديات", 371 + "published": "تاريخ النشر", 367 372 "get_started": "ابدأ", 368 373 "readme": "README", 369 374 "maintainers": "المشرفون", ··· 373 378 }, 374 379 "sort": { 375 380 "downloads": "الأكثر تنزيلًا", 381 + "published": "الأحدث نشرًا", 376 382 "name_asc": "الاسم (A-Z)", 377 383 "name_desc": "الاسم (Z-A)" 378 384 } ··· 627 633 "more_keywords": "+{count} المزيد", 628 634 "clear_all": "مسح الكل", 629 635 "remove_filter": "إزالة فلتر {label}", 636 + "chips": { 637 + "search": "بحث", 638 + "downloads": "التنزيلات", 639 + "keyword": "كلمة مفتاحية", 640 + "security": "الأمان", 641 + "updated": "محدّث" 642 + }, 630 643 "download_range": { 631 644 "any": "أي", 632 645 "lt100": "< 100", ··· 657 670 "downloads_day": "التنزيلات/اليوم", 658 671 "downloads_month": "التنزيلات/الشهر", 659 672 "downloads_year": "التنزيلات/السنة", 673 + "published": "آخر نشر", 660 674 "name": "الاسم", 661 675 "quality": "الجودة", 662 676 "popularity": "الشعبية", ··· 672 686 "version": "الإصدار", 673 687 "description": "الوصف", 674 688 "downloads": "التنزيلات/الأسبوع", 689 + "published": "آخر نشر", 675 690 "maintainers": "المشرفون", 676 691 "keywords": "الكلمات المفتاحية", 677 692 "quality_score": "درجة الجودة", ··· 846 861 "deselect_all": "إلغاء تحديد كل المحاور", 847 862 "select_category": "تحديد جميع محاور {category}", 848 863 "deselect_category": "إلغاء تحديد جميع محاور {category}", 864 + "binary_only_tooltip": "هذه الحزمة تعرض ملفات تنفيذية فقط دون تصديرات", 849 865 "categories": { 850 866 "performance": "الأداء", 851 867 "health": "الصحة", 852 868 "compatibility": "التوافق", 853 869 "security": "الأمان والامتثال" 870 + }, 871 + "items": { 872 + "packageSize": { 873 + "label": "حجم الحزمة", 874 + "description": "حجم الحزمة نفسها (غير المضغوطة)" 875 + }, 876 + "installSize": { 877 + "label": "حجم التثبيت", 878 + "description": "إجمالي حجم التثبيت بما في ذلك جميع الاعتماديات" 879 + }, 880 + "dependencies": { 881 + "label": "الاعتماديات المباشرة", 882 + "description": "عدد الاعتماديات المباشرة" 883 + }, 884 + "totalDependencies": { 885 + "label": "إجمالي الاعتماديات", 886 + "description": "إجمالي عدد الاعتماديات بما فيها غير المباشرة" 887 + }, 888 + "downloads": { 889 + "label": "التنزيلات/أسبوع", 890 + "description": "عدد التنزيلات الأسبوعية" 891 + }, 892 + "lastUpdated": { 893 + "label": "تاريخ النشر", 894 + "description": "متى نُشر هذا الإصدار" 895 + }, 896 + "deprecated": { 897 + "label": "مهملة؟", 898 + "description": "هل الحزمة مهملة" 899 + }, 900 + "engines": { 901 + "label": "المحركات", 902 + "description": "متطلبات إصدار Node.js" 903 + }, 904 + "types": { 905 + "label": "الأنواع", 906 + "description": "تعريفات أنواع TypeScript" 907 + }, 908 + "moduleFormat": { 909 + "label": "صيغة الوحدة", 910 + "description": "دعم ESM/CJS" 911 + }, 912 + "license": { 913 + "label": "الترخيص", 914 + "description": "ترخيص الحزمة" 915 + }, 916 + "vulnerabilities": { 917 + "label": "الثغرات", 918 + "description": "ثغرات أمنية معروفة" 919 + } 920 + }, 921 + "values": { 922 + "any": "أي من", 923 + "none": "لا شيء", 924 + "unknown": "غير معروف", 925 + "deprecated": "مهملة", 926 + "not_deprecated": "غير مهملة", 927 + "types_included": "الأنواع مضمّنة", 928 + "types_none": "الأنواع غير مضمّنة", 929 + "vulnerabilities_summary": "{count} ({critical} حرجة/{high} عالية)" 854 930 } 855 931 } 856 932 }