clash-verge-rev/src/locales/ar/proxies.json
2025-11-10 12:40:59 +08:00

91 lines
3.0 KiB
JSON

{
"page": {
"modes": {
"rule": "Rule",
"global": "Global",
"direct": "Direct"
},
"actions": {
"toggleChain": "بروكسي السلسلة",
"connect": "Connect",
"disconnect": "Disconnect",
"connecting": "Connecting...",
"clearChainConfig": "Delete Chain Config"
},
"provider": {
"title": "مزود الوكيل",
"actions": {
"updateAll": "تحديث الكل",
"update": "تحديث"
}
},
"rules": {
"title": "Proxy Rules",
"select": "Select Rules"
},
"labels": {
"proxyCount": "Proxy Count",
"delayCheckReset": "فحص التأخير لإلغاء الثابت"
},
"tooltips": {
"locate": "الموقع",
"delayCheck": "فحص التأخير",
"sortDefault": "الترتيب الافتراضي",
"sortDelay": "الترتيب حسب التأخير",
"sortName": "الترتيب حسب الاسم",
"delayCheckUrl": "رابط فحص التأخير",
"showBasic": "إعدادات الوكيل الأساسية",
"showDetail": "تفاصيل الوكيل",
"filter": "تصفية"
},
"placeholders": {
"delayCheckUrl": "رابط فحص التأخير"
},
"chain": {
"header": "Chain Proxy Config",
"empty": "No proxy chain configured",
"instruction": "Click nodes in order to add to proxy chain",
"minimumNodes": "Chain proxy requires at least 2 nodes",
"minimumNodesHint": "Chain proxy requires at least 2 nodes. Please add one more node.",
"connectFailed": "Failed to connect to proxy chain",
"disconnectFailed": "Failed to disconnect from proxy chain",
"duplicateNode": "Proxy node already exists in chain"
},
"messages": {
"directMode": "الوضع المباشر"
},
"title": {
"default": "مجموعات الوكلاء",
"chainMode": "Proxy Chain Mode"
}
},
"feedback": {
"notifications": {
"provider": {
"updateSuccess": "{{name}} updated successfully",
"updateFailed": "Failed to update {{name}}: {{message}}",
"genericError": "Update failed: {{message}}",
"none": "No providers available to update",
"allUpdated": "All providers updated successfully"
}
}
},
"components": {
"enums": {
"strategies": {
"select": "اختيار الوكيل يدويًا",
"url-test": "اختيار الوكيل بناءً على تأخير اختبار الرابط",
"fallback": "التبديل إلى وكيل آخر عند حدوث خطأ",
"load-balance": "توزيع التحميل بين الوكلاء",
"relay": "التمرير عبر سلسلة الوكلاء المحددة"
},
"policies": {
"DIRECT": "البيانات تخرج مباشرة",
"REJECT": "رفض الطلبات",
"REJECT-DROP": "تجاهل الطلبات",
"PASS": "تخطي هذه القاعدة عند المطابقة"
}
}
}
}