chore(i18n): remove unused i18n keys
This commit is contained in:
@@ -8,11 +8,16 @@ import { fileURLToPath } from "url";
|
||||
const __filename = fileURLToPath(import.meta.url);
|
||||
const __dirname = path.dirname(__filename);
|
||||
|
||||
const LOCALES_DIR = path.resolve(__dirname, "../src/locales");
|
||||
const TAURI_LOCALES_DIR = path.resolve(
|
||||
__dirname,
|
||||
"../src-tauri/resources/locales",
|
||||
);
|
||||
const DEFAULT_SOURCE_DIRS = [
|
||||
path.resolve(__dirname, "../src"),
|
||||
path.resolve(__dirname, "../src-tauri"),
|
||||
];
|
||||
const LOCALES_DIR = path.resolve(__dirname, "../src/locales");
|
||||
const EXCLUDE_USAGE_DIRS = [LOCALES_DIR, TAURI_LOCALES_DIR];
|
||||
const DEFAULT_BASELINE_LANG = "en";
|
||||
const IGNORE_DIR_NAMES = new Set([
|
||||
".git",
|
||||
@@ -174,8 +179,14 @@ function getAllFiles(start, predicate) {
|
||||
|
||||
function loadSourceContents(sourceDirs) {
|
||||
const sourceFiles = sourceDirs.flatMap((dir) =>
|
||||
getAllFiles(dir, (filePath) =>
|
||||
SUPPORTED_EXTENSIONS.has(path.extname(filePath)),
|
||||
getAllFiles(
|
||||
dir,
|
||||
(filePath) =>
|
||||
SUPPORTED_EXTENSIONS.has(path.extname(filePath)) &&
|
||||
!EXCLUDE_USAGE_DIRS.some((excluded) =>
|
||||
filePath.startsWith(`${excluded}${path.sep}`),
|
||||
) &&
|
||||
!EXCLUDE_USAGE_DIRS.includes(filePath),
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"millis": "ميلي ثانية",
|
||||
"seconds": "ثواني",
|
||||
"mins": "دقائق",
|
||||
"Back": "رجوع",
|
||||
"Close": "إغلاق",
|
||||
"Cancel": "إلغاء",
|
||||
"Confirm": "تأكيد",
|
||||
@@ -15,7 +14,6 @@
|
||||
"Save": "حفظ",
|
||||
"Delete": "حذف",
|
||||
"Enable": "تمكين",
|
||||
"Disable": "تعطيل",
|
||||
"pages": {
|
||||
"home": {
|
||||
"title": "Home",
|
||||
@@ -170,66 +168,31 @@
|
||||
"Label-Unlock": "Test",
|
||||
"Label-Settings": "الإعدادات",
|
||||
"Proxies": "الوكلاء",
|
||||
"Proxy Groups": "مجموعات الوكلاء",
|
||||
"Proxy Chain Mode": "Proxy Chain Mode",
|
||||
"Connect": "Connect",
|
||||
"Connecting...": "Connecting...",
|
||||
"Disconnect": "Disconnect",
|
||||
"Failed to connect to proxy chain": "Failed to connect to proxy chain",
|
||||
"Proxy Provider": "مزود الوكيل",
|
||||
"Proxy Count": "Proxy Count",
|
||||
"Update All": "تحديث الكل",
|
||||
"Update At": "التحديث عند",
|
||||
"rule": "قاعدة",
|
||||
"global": "عالمي",
|
||||
"direct": "مباشر",
|
||||
"Chain Proxy": "🔗 بروكسي السلسلة",
|
||||
"Chain Proxy Config": "Chain Proxy Config",
|
||||
"Proxy Rules": "Proxy Rules",
|
||||
"Select Rules": "Select Rules",
|
||||
"Click nodes in order to add to proxy chain": "Click nodes in order to add to proxy chain",
|
||||
"No proxy chain configured": "No proxy chain configured",
|
||||
"Proxy Order": "Proxy Order",
|
||||
"timeout": "Timeout",
|
||||
"Clear All": "Clear All",
|
||||
"script": "سكريبت",
|
||||
"locate": "الموقع",
|
||||
"Delay check": "فحص التأخير",
|
||||
"Sort by default": "الترتيب الافتراضي",
|
||||
"Sort by delay": "الترتيب حسب التأخير",
|
||||
"Sort by name": "الترتيب حسب الاسم",
|
||||
"Delay check URL": "رابط فحص التأخير",
|
||||
"Delay check to cancel fixed": "فحص التأخير لإلغاء الثابت",
|
||||
"Proxy basic": "إعدادات الوكيل الأساسية",
|
||||
"Proxy detail": "تفاصيل الوكيل",
|
||||
"Profiles": "الملفات الشخصية",
|
||||
"Update All Profiles": "تحديث جميع الملفات الشخصية",
|
||||
"View Runtime Config": "عرض تكوين وقت التشغيل",
|
||||
"Reactivate Profiles": "إعادة تنشيط الملفات الشخصية",
|
||||
"Paste": "لصق",
|
||||
"Profile URL": "رابط الملف الشخصي",
|
||||
"Import": "استيراد",
|
||||
"From": "من",
|
||||
"Update Time": "وقت التحديث",
|
||||
"Used / Total": "المستخدم / الإجمالي",
|
||||
"Expire Time": "وقت الانتهاء",
|
||||
"Create Profile": "إنشاء ملف شخصي",
|
||||
"Edit Profile": "تعديل الملف الشخصي",
|
||||
"Edit Proxies": "تعديل الوكلاء",
|
||||
"Use newlines for multiple uri": "استخدم أسطرًا جديدة لعدّة عناوين URI (يدعم التشفير Base64)",
|
||||
"Edit Rules": "تعديل القواعد",
|
||||
"Rule Type": "نوع القاعدة",
|
||||
"Rule Content": "محتوى القاعدة",
|
||||
"Proxy Policy": "سياسة الوكيل",
|
||||
"No Resolve": "لا يوجد حل",
|
||||
"Prepend Rule": "إضافة قاعدة في البداية",
|
||||
"Append Rule": "إضافة قاعدة في النهاية",
|
||||
"Prepend Group": "إضافة مجموعة في البداية",
|
||||
"Append Group": "إضافة مجموعة في النهاية",
|
||||
"Prepend Proxy": "إضافة وكيل في البداية",
|
||||
"Append Proxy": "إضافة وكيل في النهاية",
|
||||
"Rule Condition Required": "شرط القاعدة مطلوب",
|
||||
"Invalid Rule": "قاعدة غير صالحة",
|
||||
"Advanced": "متقدم",
|
||||
"Visualization": "تصور",
|
||||
"DOMAIN": "مطابقة اسم المجال الكامل",
|
||||
@@ -298,17 +261,8 @@
|
||||
"Group Name Already Exists": "اسم المجموعة موجود بالفعل",
|
||||
"Extend Config": "توسيع الإعدادات",
|
||||
"Extend Script": "توسيع السكربت",
|
||||
"Global Merge": "دمج عالمي للإعدادات",
|
||||
"Global Script": "سكريبت عالمي",
|
||||
"Type": "النوع",
|
||||
"Name": "الاسم",
|
||||
"Descriptions": "الوصف",
|
||||
"Subscription URL": "رابط الاشتراك",
|
||||
"Update Interval": "فاصل التحديث",
|
||||
"Choose File": "اختر ملف",
|
||||
"Use System Proxy": "استخدام وكيل النظام",
|
||||
"Use Clash Proxy": "استخدام وكيل Clash",
|
||||
"Accept Invalid Certs (Danger)": "قبول الشهادات غير الصالحة (خطر)",
|
||||
"Refresh": "تحديث",
|
||||
"Home": "الصفحة الرئيسية",
|
||||
"Select": "اختيار",
|
||||
@@ -317,37 +271,18 @@
|
||||
"Open File": "فتح الملف",
|
||||
"Update": "تحديث",
|
||||
"Update via proxy": "Update via proxy",
|
||||
"Update(Proxy)": "تحديث (الوكيل)",
|
||||
"Confirm deletion": "تأكيد الحذف",
|
||||
"This operation is not reversible": "لا يمكن التراجع عن هذه العملية",
|
||||
"Script Console": "وحدة التحكم للسكريبت",
|
||||
"To Top": "إلى الأعلى",
|
||||
"To End": "إلى النهاية",
|
||||
"Connections": "الاتصالات",
|
||||
"Table View": "عرض الجدول",
|
||||
"List View": "عرض القائمة",
|
||||
"Close All": "إغلاق الكل",
|
||||
"Close All Connections": "Close All Connections",
|
||||
"Upload": "Upload",
|
||||
"Download": "Download",
|
||||
"Download Speed": "سرعة التنزيل",
|
||||
"Upload Speed": "سرعة الرفع",
|
||||
"Host": "المضيف",
|
||||
"Downloaded": "تم التنزيل",
|
||||
"Uploaded": "تم الرفع",
|
||||
"DL Speed": "سرعة التنزيل",
|
||||
"UL Speed": "سرعة الرفع",
|
||||
"Active Connections": "Active Connections",
|
||||
"Chains": "السلاسل",
|
||||
"Rule": "قاعدة",
|
||||
"Process": "عملية",
|
||||
"Time": "الوقت",
|
||||
"Source": "المصدر",
|
||||
"Destination": "عنوان IP الوجهة",
|
||||
"DestinationPort": "ميناء الوجهة",
|
||||
"Close Connection": "إغلاق الاتصال",
|
||||
"Rules": "القواعد",
|
||||
"Rule Provider": "مزود القواعد",
|
||||
"notice.forceRefreshCompleted": "Force refresh completed",
|
||||
"notice.emergencyRefreshFailed": "Emergency refresh failed: {{message}}",
|
||||
"notice.provider.updateSuccess": "{{name}} updated successfully",
|
||||
@@ -367,30 +302,12 @@
|
||||
"Icon": "أيقونة",
|
||||
"Test URL": "رابط الاختبار",
|
||||
"Settings": "الإعدادات",
|
||||
"System Setting": "إعدادات النظام",
|
||||
"Tun Mode": "وضع TUN",
|
||||
"TUN requires Service Mode": "يتطلب وضع TUN خدمة",
|
||||
"Install Service": "تثبيت الخدمة ",
|
||||
"Install Service failed": "Install Service failed",
|
||||
"Uninstall Service": "Uninstall Service",
|
||||
"Restart Core failed": "Restart Core failed",
|
||||
"Reset to Default": "إعادة تعيين إلى الافتراضي",
|
||||
"Tun Mode Info": "وضع TUN (بطاقة شبكة افتراضية): يلتقط كل حركة المرور في النظام. عند تمكينه، لا حاجة لتفعيل وكيل النظام.",
|
||||
"TUN requires Service Mode or Admin Mode": "TUN requires Service Mode or Admin Mode",
|
||||
"TUN Mode automatically disabled due to service unavailable": "TUN Mode automatically disabled due to service unavailable",
|
||||
"Failed to disable TUN Mode automatically": "Failed to disable TUN Mode automatically",
|
||||
"System Proxy Enabled": "System proxy is enabled, your applications will access the network through the proxy",
|
||||
"System Proxy Disabled": "System proxy is disabled, it is recommended for most users to turn on this option",
|
||||
"TUN Mode Enabled": "TUN mode is enabled, applications will access the network through the virtual network card",
|
||||
"TUN Mode Disabled": "TUN mode is disabled, suitable for special applications",
|
||||
"TUN Mode Service Required": "TUN mode requires service mode, please install the service first",
|
||||
"TUN Mode Intercept Info": "TUN mode can take over all application traffic, suitable for special applications that do not follow the system proxy settings",
|
||||
"Core communication error": "Core communication error",
|
||||
"Rule Mode Description": "Routes traffic according to preset rules, provides flexible proxy strategies",
|
||||
"Global Mode Description": "All traffic goes through proxy servers, suitable for scenarios requiring global internet access",
|
||||
"Direct Mode Description": "All traffic doesn't go through proxy nodes, but is forwarded by Clash kernel to target servers, suitable for specific scenarios requiring kernel traffic distribution",
|
||||
"Stack": "مكدس TUN",
|
||||
"System and Mixed Can Only be Used in Service Mode": "لا يمكن استخدام النظام والمختلط إلا في وضع الخدمة",
|
||||
"Device": "اسم الجهاز",
|
||||
"Auto Route": "توجيه تلقائي",
|
||||
"Strict Route": "توجيه صارم",
|
||||
@@ -398,19 +315,11 @@
|
||||
"DNS Hijack": "اختطاف DNS",
|
||||
"MTU": "وحدة الإرسال القصوى",
|
||||
"Service Mode": "وضع الخدمة",
|
||||
"Service Mode Info": "يرجى تثبيت وضع الخدمة قبل تمكين وضع TUN. يمكن للعمليات الأساسية التي يبدأها وضع الخدمة الحصول على إذن لتثبيت بطاقة الشبكة الافتراضية (TUN).",
|
||||
"Current State": "الحالة الحالية",
|
||||
"pending": "معلق",
|
||||
"installed": "مثبت",
|
||||
"uninstall": "إلغاء التثبيت",
|
||||
"active": "نشط",
|
||||
"unknown": "غير معروف",
|
||||
"Information: Please make sure that the Clash Verge Service is installed and enabled": "معلومة: يرجى التأكد من تثبيت وتشغيل خدمة Clash Verge",
|
||||
"Install": "تثبيت",
|
||||
"Uninstall": "إلغاء التثبيت",
|
||||
"Disable Service Mode": "تعطيل وضع الخدمة",
|
||||
"System Proxy": "وكيل النظام",
|
||||
"System Proxy Info": "عند التمكين، سيتم تعديل إعدادات الوكيل في نظام التشغيل. إذا فشل التمكين، فقم بتعديل إعدادات الوكيل في النظام يدويًا.",
|
||||
"System Proxy Setting": "إعداد وكيل النظام",
|
||||
"Current System Proxy": "الوكيل الحالي للنظام",
|
||||
"Enable status": "حالة التمكين:",
|
||||
@@ -419,12 +328,10 @@
|
||||
"Server Addr": "عنوان الخادم:",
|
||||
"Proxy Host": "مضيف الوكيل",
|
||||
"Invalid Proxy Host Format": "تنسيق مضيف الوكيل غير صالح",
|
||||
"Not available": "غير متوفر",
|
||||
"Proxy Guard": "حماية الوكيل",
|
||||
"Proxy Guard Info": "عند التمكين، يمنع برامج أخرى من تعديل إعدادات وكيل النظام",
|
||||
"Guard Duration": "مدة الحماية",
|
||||
"Always use Default Bypass": "استخدام التخطي الافتراضي دائمًا",
|
||||
"Use Bypass Check": "Use Bypass Check",
|
||||
"Proxy Bypass": "إعدادات تخطي الوكيل:",
|
||||
"Bypass": "تخطي:",
|
||||
"Use PAC Mode": "استخدام وضع PAC",
|
||||
@@ -432,15 +339,6 @@
|
||||
"PAC URL": "رابط PAC:",
|
||||
"Auto Launch": "إطلاق تلقائي",
|
||||
"Administrator mode may not support auto launch": "Administrator mode may not support auto launch",
|
||||
"Silent Start": "بدء صامت",
|
||||
"Silent Start Info": "بدء البرنامج في الخلفية دون عرض الواجهة",
|
||||
"Hover Jump Navigator": "Hover Jump Navigator",
|
||||
"Hover Jump Navigator Info": "Automatically scroll to the corresponding proxy group when hovering over alphabet letters",
|
||||
"Hover Jump Navigator Delay": "Hover Jump Navigator Delay",
|
||||
"Hover Jump Navigator Delay Info": "Delay before auto scrolling when hovering, in milliseconds",
|
||||
"TG Channel": "قناة تيليجرام",
|
||||
"Manual": "دليل",
|
||||
"Github Repo": "مستودع Github",
|
||||
"Clash Setting": "إعدادات Clash",
|
||||
"Allow Lan": "السماح بالشبكة المحلية",
|
||||
"Network Interface": "واجهة الشبكة",
|
||||
@@ -473,50 +371,16 @@
|
||||
"Restart": "إعادة التشغيل",
|
||||
"Release Version": "إصدار مستقر",
|
||||
"Alpha Version": "إصدار ألفا",
|
||||
"Please Enable Service Mode": "يرجى تثبيت وتفعيل وضع الخدمة أولاً",
|
||||
"Please enter your root password": "يرجى إدخال كلمة مرور الرووت",
|
||||
"Grant": "منح الصلاحيات",
|
||||
"Open UWP tool": "فتح أداة UWP",
|
||||
"Open UWP tool Info": "منذ نظام ويندوز 8، يتم تقييد تطبيقات UWP من الوصول المباشر إلى المضيف المحلي. هذه الأداة تتيح تجاوز هذا التقييد",
|
||||
"Update GeoData": "تحديث البيانات الجغرافية",
|
||||
"Verge Basic Setting": "الإعدادات الأساسية Verge",
|
||||
"Verge Advanced Setting": "الإعدادات الأساسية Verge",
|
||||
"Language": "اللغة",
|
||||
"Theme Mode": "وضع السمة",
|
||||
"theme.light": "سمة فاتحة",
|
||||
"theme.dark": "سمة داكنة",
|
||||
"theme.system": "سمة النظام",
|
||||
"Tray Click Event": "حدث النقر على الأيقونة في شريط المهام",
|
||||
"Show Main Window": "إظهار النافذة الرئيسية",
|
||||
"Show Tray Menu": "Show Tray Menu",
|
||||
"Copy Env Type": "نسخ نوع البيئة",
|
||||
"Copy Success": "تم النسخ بنجاح",
|
||||
"Start Page": "صفحة البدء",
|
||||
"Startup Script": "سكريبت بدء التشغيل",
|
||||
"Browse": "استعراض",
|
||||
"Theme Setting": "إعدادات السمة",
|
||||
"Primary Color": "اللون الأساسي",
|
||||
"Secondary Color": "اللون الثانوي",
|
||||
"Primary Text": "النص الأساسي",
|
||||
"Secondary Text": "النص الثانوي",
|
||||
"Info Color": "لون المعلومات",
|
||||
"Warning Color": "لون التحذير",
|
||||
"Error Color": "لون الخطأ",
|
||||
"Success Color": "لون النجاح",
|
||||
"Font Family": "عائلة الخط",
|
||||
"CSS Injection": "حقن CSS",
|
||||
"Layout Setting": "إعدادات التخطيط",
|
||||
"Traffic Graph": "مخطط حركة المرور",
|
||||
"Memory Usage": "استهلاك الذاكرة",
|
||||
"Memory Cleanup": "انقر لتنظيف الذاكرة",
|
||||
"Proxy Group Icon": "أيقونة مجموعة الوكلاء",
|
||||
"Nav Icon": "أيقونة التنقل",
|
||||
"Monochrome": "أحادي اللون",
|
||||
"Colorful": "ملون",
|
||||
"Tray Icon": "أيقونة شريط المهام",
|
||||
"Common Tray Icon": "أيقونة شريط مهام عامة",
|
||||
"System Proxy Tray Icon": "أيقونة شريط المهام لوكيل النظام",
|
||||
"Tun Tray Icon": "أيقونة شريط المهام لـ TUN",
|
||||
"Miscellaneous": "متفرقات",
|
||||
"App Log Level": "مستوى سجلات التطبيق",
|
||||
"Auto Close Connections": "إغلاق الاتصالات تلقائيًا",
|
||||
@@ -544,19 +408,10 @@
|
||||
"toggle_tun_mode": "تفعيل/تعطيل وضع TUN",
|
||||
"entry_lightweight_mode": "Entry Lightweight Mode",
|
||||
"Backup Setting": "إعداد النسخ الاحتياطي",
|
||||
"Backup Setting Info": "Support local or WebDAV backup of configuration files",
|
||||
"Runtime Config": "تكوين وقت التشغيل",
|
||||
"Open Conf Dir": "فتح مجلد التكوين",
|
||||
"Open Conf Dir Info": "إذا عمل البرنامج بشكل غير طبيعي، قم بالنسخ الاحتياطي ثم حذف جميع الملفات في هذا المجلد ثم أعد تشغيل البرنامج",
|
||||
"Open Core Dir": "فتح مجلد النواة",
|
||||
"Open Logs Dir": "فتح مجلد السجلات",
|
||||
"Check for Updates": "التحقق من وجود تحديثات",
|
||||
"Go to Release Page": "الانتقال إلى صفحة الإصدارات",
|
||||
"Portable Updater Error": "الإصدار المحمول لا يدعم التحديث داخل التطبيق. يرجى التنزيل والاستبدال يدويًا",
|
||||
"Break Change Update Error": "هذا الإصدار هو تحديث رئيسي ولا يدعم التحديث داخل التطبيق. يرجى إلغاء التثبيت وتنزيل الإصدار الجديد وتثبيته يدويًا",
|
||||
"Open Dev Tools": "أدوات المطور",
|
||||
"Export Diagnostic Info": "Export Diagnostic Info",
|
||||
"Export Diagnostic Info For Issue Reporting": "Export Diagnostic Info For Issue Reporting",
|
||||
"Exit": "خروج",
|
||||
"Verge Version": "إصدار Verge",
|
||||
"ReadOnly": "للقراءة فقط",
|
||||
@@ -567,10 +422,6 @@
|
||||
"Match Whole Word": "مطابقة الكلمة بأكملها",
|
||||
"Use Regular Expression": "استخدام التعبيرات العادية",
|
||||
"Profile Imported Successfully": "تم استيراد الملف الشخصي بنجاح",
|
||||
"Profile Switched": "تم التبديل إلى الملف الشخصي",
|
||||
"Profile Reactivated": "تم إعادة تنشيط الملف الشخصي",
|
||||
"Profile switch interrupted by new selection": "Profile switch interrupted by new selection",
|
||||
"Only YAML Files Supported": "لا يتم دعم سوى ملفات YAML",
|
||||
"Settings Applied": "تم تطبيق الإعدادات",
|
||||
"Stopping Core...": "Stopping Core...",
|
||||
"Restarting Core...": "Restarting Core...",
|
||||
@@ -587,19 +438,11 @@
|
||||
"Service was ready, but core restart might have issues or service became unavailable. Please check.": "Service was ready, but core restart might have issues or service became unavailable. Please check.",
|
||||
"Service installation or core restart encountered issues. Service might not be available. Please check system logs.": "Service installation or core restart encountered issues. Service might not be available. Please check system logs.",
|
||||
"Attempting to restart core as a fallback...": "Attempting to restart core as a fallback...",
|
||||
"Fallback core restart also failed: {message}": "Fallback core restart also failed: {{message}}",
|
||||
"Service is ready and core restarted": "Service is ready and core restarted",
|
||||
"Core restarted. Service is now available.": "Core restarted. Service is now available.",
|
||||
"Clash Port Modified": "تم تعديل منفذ Clash",
|
||||
"Port Conflict": "تعارض في المنفذ",
|
||||
"Restart Application to Apply Modifications": "أعد تشغيل التطبيق لتطبيق التعديلات",
|
||||
"External Controller Address Modified": "تم تعديل عنوان وحدة التحكم الخارجية",
|
||||
"Permissions Granted Successfully for _clash Core": "تم منح الأذونات بنجاح لـ {{core}} Core",
|
||||
"Core Version Updated": "تم تحديث إصدار النواة",
|
||||
"Clash Core Restarted": "تم إعادة تشغيل نواة Clash",
|
||||
"GeoData Updated": "تم تحديث البيانات الجغرافية",
|
||||
"Currently on the Latest Version": "أنت على أحدث إصدار حاليًا",
|
||||
"Already Using Latest Core": "Already Using Latest Core",
|
||||
"Import Subscription Successful": "تم استيراد الاشتراك بنجاح",
|
||||
"WebDAV Server URL": "عنوان خادم WebDAV",
|
||||
"Username": "اسم المستخدم",
|
||||
@@ -617,7 +460,6 @@
|
||||
"Invalid WebDAV URL": "تنسيق رابط WebDAV غير صالح",
|
||||
"Username Required": "لا يمكن ترك اسم المستخدم فارغًا",
|
||||
"Password Required": "لا يمكن ترك كلمة المرور فارغة",
|
||||
"Failed to Fetch Backups": "فشل في جلب ملفات النسخ الاحتياطي",
|
||||
"WebDAV Config Saved": "تم حفظ إعدادات WebDAV بنجاح",
|
||||
"WebDAV Config Save Failed": "فشل حفظ إعدادات WebDAV: {{error}}",
|
||||
"Backup Created": "تم إنشاء النسخة الاحتياطية بنجاح",
|
||||
@@ -636,24 +478,7 @@
|
||||
"Restore Success, App will restart in 1s": "تمت الاستعادة بنجاح، سيعاد تشغيل التطبيق خلال ثانية واحدة",
|
||||
"Failed to fetch backup files": "فشل في جلب ملفات النسخ الاحتياطي",
|
||||
"Profile": "الملف الشخصي",
|
||||
"Help": "مساعدة",
|
||||
"About": "حول",
|
||||
"Theme": "السمة",
|
||||
"Main Window": "النافذة الرئيسية",
|
||||
"Group Icon": "أيقونة المجموعة",
|
||||
"Menu Icon": "أيقونة القائمة",
|
||||
"PAC File": "ملف PAC",
|
||||
"Web UI": "واجهة الويب",
|
||||
"Hotkeys": "اختصارات لوحة المفاتيح",
|
||||
"Verge Mixed Port": "منفذ Verge المختلط",
|
||||
"Verge Socks Port": "منفذ Verge SOCKS",
|
||||
"Verge Redir Port": "منفذ إعادة التوجيه لـ Verge",
|
||||
"Verge Tproxy Port": "منفذ Tproxy لـ Verge",
|
||||
"Verge Port": "منفذ Verge",
|
||||
"Verge HTTP Enabled": "تمكين Verge HTTP",
|
||||
"WebDAV URL": "رابط WebDAV",
|
||||
"WebDAV Username": "اسم المستخدم لـ WebDAV",
|
||||
"WebDAV Password": "كلمة مرور WebDAV",
|
||||
"Dashboard": "لوحة التحكم",
|
||||
"Restart App": "إعادة تشغيل التطبيق",
|
||||
"Restart Clash Core": "إعادة تشغيل نواة Clash",
|
||||
@@ -669,9 +494,7 @@
|
||||
"Direct Mode": "الوضع المباشر",
|
||||
"Enable Tray Speed": "تفعيل سرعة التراي",
|
||||
"Enable Tray Icon": "Enable Tray Icon",
|
||||
"Show Proxy Groups Inline": "Show Proxy Groups Inline",
|
||||
"LightWeight Mode": "وضع الأداء الخفيف",
|
||||
"LightWeight Mode Info": "إيقاف الواجهة الرسومية والإبقاء على تشغيل النواة",
|
||||
"LightWeight Mode Settings": "LightWeight Mode Settings",
|
||||
"Enter LightWeight Mode Now": "Enter LightWeight Mode Now",
|
||||
"Auto Enter LightWeight Mode": "Auto Enter LightWeight Mode",
|
||||
@@ -697,10 +520,6 @@
|
||||
"Merge File Mapping Error": "Merge file mapping error, changes reverted",
|
||||
"Merge File Key Error": "Merge file key error, changes reverted",
|
||||
"Merge File Error": "Merge file error, changes reverted",
|
||||
"Validate YAML File": "Validate YAML File",
|
||||
"Validate Merge File": "Validate Merge File",
|
||||
"Validation Success": "Validation Success",
|
||||
"Validation Failed": "Validation Failed",
|
||||
"Service Administrator Prompt": "يتطلب Clash Verge امتيازات المسؤول لإعادة تثبيت خدمة النظام",
|
||||
"DNS Settings": "DNS Settings",
|
||||
"DNS settings saved": "DNS settings saved",
|
||||
@@ -747,19 +566,6 @@
|
||||
"Hosts Settings": "Hosts Settings",
|
||||
"Hosts": "Hosts",
|
||||
"Custom domain to IP or domain mapping": "Custom domain to IP or domain mapping",
|
||||
"Enable Alpha Channel": "Enable Alpha Channel",
|
||||
"Alpha versions may contain experimental features and bugs": "Alpha versions may contain experimental features and bugs",
|
||||
"Home Settings": "Home Settings",
|
||||
"Profile Card": "Profile Card",
|
||||
"Current Proxy Card": "Current Proxy Card",
|
||||
"Network Settings Card": "Network Settings Card",
|
||||
"Proxy Mode Card": "Proxy Mode Card",
|
||||
"Clash Mode Card": "Clash Mode Card",
|
||||
"Traffic Stats Card": "Traffic Stats Card",
|
||||
"Clash Info Cards": "Clash Info Cards",
|
||||
"System Info Cards": "System Info Cards",
|
||||
"Website Tests Card": "Website Tests Card",
|
||||
"Traffic Stats": "Traffic Stats",
|
||||
"Website Tests": "Website Tests",
|
||||
"Clash Info": "Clash Info",
|
||||
"Core Version": "Core Version",
|
||||
@@ -779,22 +585,16 @@
|
||||
"No schedule": "No schedule",
|
||||
"Unknown": "Unknown",
|
||||
"Auto update disabled": "Auto update disabled",
|
||||
"Update subscription successfully": "Update subscription successfully",
|
||||
"Update failed, retrying with Clash proxy...": "Update failed, retrying with Clash proxy...",
|
||||
"Update with Clash proxy successfully": "Update with Clash proxy successfully",
|
||||
"Update failed even with Clash proxy": "Update failed even with Clash proxy",
|
||||
"Profile creation failed, retrying with Clash proxy...": "Profile creation failed, retrying with Clash proxy...",
|
||||
"Profile creation succeeded with Clash proxy": "Profile creation succeeded with Clash proxy",
|
||||
"Import failed, retrying with Clash proxy...": "Import failed, retrying with Clash proxy...",
|
||||
"Profile Imported with Clash proxy": "Profile Imported with Clash proxy",
|
||||
"Import failed even with Clash proxy": "Import failed even with Clash proxy",
|
||||
"Current Node": "Current Node",
|
||||
"No active proxy node": "No active proxy node",
|
||||
"Network Settings": "Network Settings",
|
||||
"Proxy Mode": "Proxy Mode",
|
||||
"Group": "Group",
|
||||
"Proxy": "Proxy",
|
||||
"IP Information Card": "IP Information Card",
|
||||
"IP Information": "IP Information",
|
||||
"Failed to get IP info": "Failed to get IP info",
|
||||
"ISP": "ISP",
|
||||
@@ -828,9 +628,7 @@
|
||||
"AppQuitBody": "APP quit by hotkey",
|
||||
"AppHiddenTitle": "APP Hidden",
|
||||
"AppHiddenBody": "APP window hidden by hotkey",
|
||||
"Invalid Profile URL": "Invalid profile URL. Please enter a URL starting with http:// or https://",
|
||||
"Saved Successfully": "Saved successfully",
|
||||
"External Cors": "External Cors",
|
||||
"Enable one-click CORS for external API. Click to toggle CORS": "Enable one-click CORS for external API. Click to toggle CORS",
|
||||
"External Cors Settings": "External Cors Settings",
|
||||
"External Cors Configuration": "External Cors Configuration",
|
||||
@@ -840,8 +638,6 @@
|
||||
"Add": "Add",
|
||||
"Always included origins: {{urls}}": "Always included origins: {{urls}}",
|
||||
"Invalid regular expression": "Invalid regular expression",
|
||||
"Copy Version": "Copy Version",
|
||||
"Version copied to clipboard": "Version copied to clipboard",
|
||||
"Controller address cannot be empty": "Controller address cannot be empty",
|
||||
"Secret cannot be empty": "Secret cannot be empty",
|
||||
"Configuration saved successfully": "Configuration saved successfully",
|
||||
@@ -849,20 +645,9 @@
|
||||
"Controller address copied to clipboard": "Controller address copied to clipboard",
|
||||
"Secret copied to clipboard": "Secret copied to clipboard",
|
||||
"Saving...": "Saving...",
|
||||
"Proxy node already exists in chain": "Proxy node already exists in chain",
|
||||
"Detection timeout or failed": "Detection timeout or failed",
|
||||
"Batch Operations": "Batch Operations",
|
||||
"Delete Selected Profiles": "Delete Selected Profiles",
|
||||
"Deselect All": "Deselect All",
|
||||
"Done": "Done",
|
||||
"items": "items",
|
||||
"Select All": "Select All",
|
||||
"Selected": "Selected",
|
||||
"Selected profiles deleted successfully": "Selected profiles deleted successfully",
|
||||
"Prefer System Titlebar": "Prefer System Titlebar",
|
||||
"App Log Max Size": "App Log Max Size",
|
||||
"App Log Max Count": "App Log Max Count",
|
||||
"Allow Auto Update": "Allow Auto Update",
|
||||
"Menu reorder mode": "Menu reorder mode",
|
||||
"Unlock menu order": "Unlock menu order",
|
||||
"Lock menu order": "Lock menu order",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"millis": "Millisekunden",
|
||||
"seconds": "Sekunden",
|
||||
"mins": "Minuten",
|
||||
"Back": "Zurück",
|
||||
"Close": "Schließen",
|
||||
"Cancel": "Abbrechen",
|
||||
"Confirm": "Bestätigen",
|
||||
@@ -15,7 +14,6 @@
|
||||
"Save": "Speichern",
|
||||
"Delete": "Löschen",
|
||||
"Enable": "Aktivieren",
|
||||
"Disable": "Deaktivieren",
|
||||
"pages": {
|
||||
"home": {
|
||||
"title": "Startseite",
|
||||
@@ -170,66 +168,31 @@
|
||||
"Label-Unlock": "Testen",
|
||||
"Label-Settings": "Einstellungen",
|
||||
"Proxies": "Proxies",
|
||||
"Proxy Groups": "Proxy-Gruppen",
|
||||
"Proxy Chain Mode": "Proxy Chain Mode",
|
||||
"Connect": "Connect",
|
||||
"Connecting...": "Connecting...",
|
||||
"Disconnect": "Disconnect",
|
||||
"Failed to connect to proxy chain": "Failed to connect to proxy chain",
|
||||
"Proxy Provider": "Proxy-Sammlung",
|
||||
"Proxy Count": "Anzahl der Knoten",
|
||||
"Update All": "Alle aktualisieren",
|
||||
"Update At": "Aktualisiert am",
|
||||
"rule": "Regel",
|
||||
"global": "Global",
|
||||
"direct": "Direktverbindung",
|
||||
"Chain Proxy": "🔗 Ketten-Proxy",
|
||||
"Chain Proxy Config": "Chain Proxy Config",
|
||||
"Proxy Rules": "Proxy Rules",
|
||||
"Select Rules": "Select Rules",
|
||||
"Click nodes in order to add to proxy chain": "Click nodes in order to add to proxy chain",
|
||||
"No proxy chain configured": "No proxy chain configured",
|
||||
"Proxy Order": "Proxy Order",
|
||||
"timeout": "Timeout",
|
||||
"Clear All": "Clear All",
|
||||
"script": "Skript",
|
||||
"locate": "Aktueller Knoten",
|
||||
"Delay check": "Latenztest",
|
||||
"Sort by default": "Standard Sortierung",
|
||||
"Sort by delay": "Nach Latenz sortieren",
|
||||
"Sort by name": "Nach Name sortieren",
|
||||
"Delay check URL": "Latenztest-URL",
|
||||
"Delay check to cancel fixed": "Latenztest durchführen, um Fixierung aufzuheben",
|
||||
"Proxy basic": "Knotendetails ausblenden",
|
||||
"Proxy detail": "Knotendetails anzeigen",
|
||||
"Profiles": "Abonnement",
|
||||
"Update All Profiles": "Alle Abonnements aktualisieren",
|
||||
"View Runtime Config": "Laufzeit-Abonnement anzeigen",
|
||||
"Reactivate Profiles": "Abonnement erneut aktivieren",
|
||||
"Paste": "Einfügen",
|
||||
"Profile URL": "Abonnement-Datei-Link",
|
||||
"Import": "Importieren",
|
||||
"From": "Von",
|
||||
"Update Time": "Aktualisierungszeit",
|
||||
"Used / Total": "Verwendet / Gesamt",
|
||||
"Expire Time": "Ablaufzeit",
|
||||
"Create Profile": "Neue Konfiguration erstellen",
|
||||
"Edit Profile": "Konfiguration bearbeiten",
|
||||
"Edit Proxies": "Knoten bearbeiten",
|
||||
"Use newlines for multiple uri": "Für mehrere URI verwenden Sie Zeilenumbrüche (Base64-Codierung wird unterstützt)",
|
||||
"Edit Rules": "Regeln bearbeiten",
|
||||
"Rule Type": "Regeltyp",
|
||||
"Rule Content": "Regelinhalt",
|
||||
"Proxy Policy": "Proxy-Strategie",
|
||||
"No Resolve": "DNS-Auflösung überspringen",
|
||||
"Prepend Rule": "Vorherige Regel hinzufügen",
|
||||
"Append Rule": "Nachfolgende Regel hinzufügen",
|
||||
"Prepend Group": "Vorherige Proxy-Gruppe hinzufügen",
|
||||
"Append Group": "Nachfolgende Proxy-Gruppe hinzufügen",
|
||||
"Prepend Proxy": "Vorherigen Proxy-Knoten hinzufügen",
|
||||
"Append Proxy": "Nachfolgenden Proxy-Knoten hinzufügen",
|
||||
"Rule Condition Required": "Regelbedingung fehlt",
|
||||
"Invalid Rule": "Ungültige Regel",
|
||||
"Advanced": "Erweitert",
|
||||
"Visualization": "Visualisierung",
|
||||
"DOMAIN": "Vollständigen Domainnamen übereinstimmen",
|
||||
@@ -298,17 +261,8 @@
|
||||
"Group Name Already Exists": "Der Proxy-Gruppenname existiert bereits",
|
||||
"Extend Config": "Erweiterte Überdeckungskonfiguration",
|
||||
"Extend Script": "Erweitertes Skript",
|
||||
"Global Merge": "Global Extend Config",
|
||||
"Global Script": "Global Extend Script",
|
||||
"Type": "Typ",
|
||||
"Name": "Name",
|
||||
"Descriptions": "Beschreibung",
|
||||
"Subscription URL": "Abonnement-Link",
|
||||
"Update Interval": "Aktualisierungsintervall",
|
||||
"Choose File": "Datei auswählen",
|
||||
"Use System Proxy": "Systemproxy zur Aktualisierung verwenden",
|
||||
"Use Clash Proxy": "Kernel-Proxy zur Aktualisierung verwenden",
|
||||
"Accept Invalid Certs (Danger)": "Allows Invalid Certificates (Danger)",
|
||||
"Refresh": "Aktualisieren",
|
||||
"Home": "Startseite",
|
||||
"Select": "Verwenden",
|
||||
@@ -317,37 +271,18 @@
|
||||
"Open File": "Datei öffnen",
|
||||
"Update": "Aktualisieren",
|
||||
"Update via proxy": "Update via proxy",
|
||||
"Update(Proxy)": "Update(Proxy)",
|
||||
"Confirm deletion": "Löschung bestätigen",
|
||||
"This operation is not reversible": "Diese Operation kann nicht rückgängig gemacht werden",
|
||||
"Script Console": "Skript-Konsole-Ausgabe",
|
||||
"To Top": "To Top",
|
||||
"To End": "To End",
|
||||
"Connections": "Verbindungen",
|
||||
"Table View": "Tabellenansicht",
|
||||
"List View": "Listenansicht",
|
||||
"Close All": "Alle schließen",
|
||||
"Close All Connections": "Close All Connections",
|
||||
"Upload": "Hochladen",
|
||||
"Download": "Herunterladen",
|
||||
"Download Speed": "Download-Geschwindigkeit",
|
||||
"Upload Speed": "Upload-Geschwindigkeit",
|
||||
"Host": "Host",
|
||||
"Downloaded": "Heruntergeladen",
|
||||
"Uploaded": "Hochgeladen",
|
||||
"DL Speed": "Download-Geschwindigkeit",
|
||||
"UL Speed": "Upload-Geschwindigkeit",
|
||||
"Active Connections": "Aktive Verbindungen",
|
||||
"Chains": "Ketten",
|
||||
"Rule": "Regel",
|
||||
"Process": "Prozess",
|
||||
"Time": "Verbindungszeit",
|
||||
"Source": "Quelladresse",
|
||||
"Destination": "Zieladresse",
|
||||
"DestinationPort": "Zielport",
|
||||
"Close Connection": "Verbindung schließen",
|
||||
"Rules": "Regeln",
|
||||
"Rule Provider": "Regelsammlung",
|
||||
"notice.forceRefreshCompleted": "Force refresh completed",
|
||||
"notice.emergencyRefreshFailed": "Emergency refresh failed: {{message}}",
|
||||
"notice.provider.updateSuccess": "{{name}} updated successfully",
|
||||
@@ -367,30 +302,12 @@
|
||||
"Icon": "Symbol",
|
||||
"Test URL": "Test-URL",
|
||||
"Settings": "Einstellungen",
|
||||
"System Setting": "Systemeinstellungen",
|
||||
"Tun Mode": "Virtual Network Interface-Modus",
|
||||
"TUN requires Service Mode": "TUN mode requires install service",
|
||||
"Install Service": "Service installieren",
|
||||
"Install Service failed": "Install Service failed",
|
||||
"Uninstall Service": "Dienst deinstallieren",
|
||||
"Restart Core failed": "Restart Core failed",
|
||||
"Reset to Default": "Auf Standardwerte zurücksetzen",
|
||||
"Tun Mode Info": "Der TUN-Modus (Virtual Network Interface) übernimmt den gesamten Systemverkehr. Wenn dieser Modus aktiviert ist, muss der Systemproxy nicht geöffnet werden.",
|
||||
"TUN requires Service Mode or Admin Mode": "TUN-Modus erfordert Service-Modus oder Administrator-Modus",
|
||||
"TUN Mode automatically disabled due to service unavailable": "TUN Mode automatically disabled due to service unavailable",
|
||||
"Failed to disable TUN Mode automatically": "Failed to disable TUN Mode automatically",
|
||||
"System Proxy Enabled": "Der Systemproxy ist aktiviert. Ihre Anwendungen werden über den Proxy auf das Netzwerk zugreifen.",
|
||||
"System Proxy Disabled": "Der Systemproxy ist deaktiviert. Es wird empfohlen, diesen Eintrag für die meisten Benutzer zu aktivieren.",
|
||||
"TUN Mode Enabled": "Der TUN-Modus ist aktiviert. Die Anwendungen werden über die virtuelle Netzwerkschnittstelle auf das Netzwerk zugreifen.",
|
||||
"TUN Mode Disabled": "Der TUN-Modus ist deaktiviert. Dies ist für spezielle Anwendungen geeignet.",
|
||||
"TUN Mode Service Required": "Der TUN-Modus erfordert den Service-Modus. Bitte installieren Sie zuerst den Service.",
|
||||
"TUN Mode Intercept Info": "Der TUN-Modus kann den gesamten Anwendungsverkehr übernehmen und eignet sich für spezielle Anwendungen, die die Systemproxy-Einstellungen nicht befolgen.",
|
||||
"Core communication error": "Core communication error",
|
||||
"Rule Mode Description": "Routes traffic according to preset rules, provides flexible proxy strategies",
|
||||
"Global Mode Description": "All traffic goes through proxy servers, suitable for scenarios requiring global internet access",
|
||||
"Direct Mode Description": "All traffic doesn't go through proxy nodes, but is forwarded by Clash kernel to target servers, suitable for specific scenarios requiring kernel traffic distribution",
|
||||
"Stack": "TUN-Modus-Stack",
|
||||
"System and Mixed Can Only be Used in Service Mode": "System and Mixed Can Only be Used in Service Mode",
|
||||
"Device": "TUN-Netzwerkkartenname",
|
||||
"Auto Route": "Globale Routing automatisch einstellen",
|
||||
"Strict Route": "Strenges Routing",
|
||||
@@ -398,19 +315,11 @@
|
||||
"DNS Hijack": "DNS-Hijacking",
|
||||
"MTU": "Maximale Übertragungseinheit",
|
||||
"Service Mode": "Service-Modus",
|
||||
"Service Mode Info": "Please install the service mode before enabling TUN mode. The kernel process started by the service can obtain the permission to install the virtual network card (TUN mode)",
|
||||
"Current State": "Current State",
|
||||
"pending": "pending",
|
||||
"installed": "installed",
|
||||
"uninstall": "uninstalled",
|
||||
"active": "Aktiviert",
|
||||
"unknown": "Unbekannt",
|
||||
"Information: Please make sure that the Clash Verge Service is installed and enabled": "Information: Please make sure that the Clash Verge Service is installed and enabled",
|
||||
"Install": "Installieren",
|
||||
"Uninstall": "Deinstallieren",
|
||||
"Disable Service Mode": "Disable Service Mode",
|
||||
"System Proxy": "Systemproxy",
|
||||
"System Proxy Info": "Ändern Sie die Proxy-Einstellungen des Betriebssystems. Wenn die Aktivierung fehlschlägt, können Sie die Proxy-Einstellungen des Betriebssystems manuell ändern.",
|
||||
"System Proxy Setting": "Systemproxy-Einstellungen",
|
||||
"Current System Proxy": "Aktueller Systemproxy",
|
||||
"Enable status": "Aktivierungsstatus: ",
|
||||
@@ -419,12 +328,10 @@
|
||||
"Server Addr": "Serveradresse: ",
|
||||
"Proxy Host": "Proxy-Host",
|
||||
"Invalid Proxy Host Format": "Ungültiges Format für den Proxy-Host",
|
||||
"Not available": "Nicht verfügbar",
|
||||
"Proxy Guard": "Systemproxy-Schutz",
|
||||
"Proxy Guard Info": "Aktivieren Sie diese Option, um zu verhindern, dass andere Software die Proxy-Einstellungen des Betriebssystems ändert.",
|
||||
"Guard Duration": "Proxy-Schutz-Intervall",
|
||||
"Always use Default Bypass": "Immer die Standard-Umgehung verwenden",
|
||||
"Use Bypass Check": "Use Bypass Check",
|
||||
"Proxy Bypass": "Proxy-Umgehungseinstellungen: ",
|
||||
"Bypass": "Aktuelle Umgehung: ",
|
||||
"Use PAC Mode": "PAC-Modus verwenden",
|
||||
@@ -432,15 +339,6 @@
|
||||
"PAC URL": "PAC-Adresse: ",
|
||||
"Auto Launch": "Beim Start automatisch starten",
|
||||
"Administrator mode may not support auto launch": "Der Administrator-Modus unterstützt möglicherweise keine automatische Startfunktion.",
|
||||
"Silent Start": "Stillstart",
|
||||
"Silent Start Info": "Die Anwendung wird im Hintergrund gestartet, ohne dass das Programmfenster angezeigt wird.",
|
||||
"Hover Jump Navigator": "Hover Jump Navigator",
|
||||
"Hover Jump Navigator Info": "Automatically scroll to the corresponding proxy group when hovering over alphabet letters",
|
||||
"Hover Jump Navigator Delay": "Hover Jump Navigator Delay",
|
||||
"Hover Jump Navigator Delay Info": "Delay before auto scrolling when hovering, in milliseconds",
|
||||
"TG Channel": "Telegram-Kanal",
|
||||
"Manual": "Bedienungsanleitung",
|
||||
"Github Repo": "GitHub-Projektadresse",
|
||||
"Clash Setting": "Clash-Einstellungen",
|
||||
"Allow Lan": "Netzwerkverbindung im lokalen Netzwerk zulassen",
|
||||
"Network Interface": "Netzwerkschnittstelle",
|
||||
@@ -473,50 +371,16 @@
|
||||
"Restart": "Kern neustarten",
|
||||
"Release Version": "Stabile Version",
|
||||
"Alpha Version": "Vorschauversion",
|
||||
"Please Enable Service Mode": "Please Install and Enable Service Mode First",
|
||||
"Please enter your root password": "Bitte geben Sie Ihr Root-Passwort ein.",
|
||||
"Grant": "Grant",
|
||||
"Open UWP tool": "UWP-Tool öffnen",
|
||||
"Open UWP tool Info": "Ab Windows 8 wird die direkte Netzwerkverbindung von UWP-Anwendungen (z. B. Microsoft Store) zu lokalen Hosts eingeschränkt. Mit diesem Tool können Sie diese Einschränkung umgehen.",
|
||||
"Update GeoData": "Geo-Daten aktualisieren",
|
||||
"Verge Basic Setting": "Verge-Grundeinstellungen",
|
||||
"Verge Advanced Setting": "Verge-Erweiterte Einstellungen",
|
||||
"Language": "Spracheinstellungen",
|
||||
"Theme Mode": "Thema",
|
||||
"theme.light": "Light",
|
||||
"theme.dark": "Dark",
|
||||
"theme.system": "System",
|
||||
"Tray Click Event": "Tray-Klickereignis",
|
||||
"Show Main Window": "Hauptfenster anzeigen",
|
||||
"Show Tray Menu": "Tray-Menü anzeigen",
|
||||
"Copy Env Type": "Umgebungsvariablentyp kopieren",
|
||||
"Copy Success": "Kopieren erfolgreich",
|
||||
"Start Page": "Startseite",
|
||||
"Startup Script": "Startskript",
|
||||
"Browse": "Durchsuchen",
|
||||
"Theme Setting": "Thema-Einstellungen",
|
||||
"Primary Color": "Hauptfarbe",
|
||||
"Secondary Color": "Sekundärfarbe",
|
||||
"Primary Text": "Haupttextfarbe",
|
||||
"Secondary Text": "Sekundärtextfarbe",
|
||||
"Info Color": "Informationsfarbe",
|
||||
"Warning Color": "Warnfarbe",
|
||||
"Error Color": "Fehlerfarbe",
|
||||
"Success Color": "Erfolgsfarbe",
|
||||
"Font Family": "Schriftfamilie",
|
||||
"CSS Injection": "CSS-Einbindung",
|
||||
"Layout Setting": "Layout-Einstellungen",
|
||||
"Traffic Graph": "Verkehrsdiagramm",
|
||||
"Memory Usage": "Kern-Speichernutzung",
|
||||
"Memory Cleanup": "Klicken Sie hier, um den Speicher zu bereinigen.",
|
||||
"Proxy Group Icon": "Proxy-Gruppen-Symbol",
|
||||
"Nav Icon": "Navigationsleiste-Symbol",
|
||||
"Monochrome": "Monochromes Symbol",
|
||||
"Colorful": "Farbiges Symbol",
|
||||
"Tray Icon": "Tray-Symbol",
|
||||
"Common Tray Icon": "Standard-Tray-Symbol",
|
||||
"System Proxy Tray Icon": "Systemproxy-Tray-Symbol",
|
||||
"Tun Tray Icon": "TUN-Modus-Tray-Symbol",
|
||||
"Miscellaneous": "Sonstige Einstellungen",
|
||||
"App Log Level": "Anwendungs-Protokolliergrad",
|
||||
"Auto Close Connections": "Verbindungen automatisch schließen",
|
||||
@@ -544,19 +408,10 @@
|
||||
"toggle_tun_mode": "TUN-Modus ein/ausschalten",
|
||||
"entry_lightweight_mode": "Leichtgewichtigen Modus betreten",
|
||||
"Backup Setting": "Sicherungseinstellungen",
|
||||
"Backup Setting Info": "Unterstützt die Sicherung von Konfigurationsdateien über WebDAV",
|
||||
"Runtime Config": "Aktuelle Konfiguration",
|
||||
"Open Conf Dir": "Konfigurationsverzeichnis",
|
||||
"Open Conf Dir Info": "Wenn die Software fehlerhaft funktioniert, !sichern Sie! alle Dateien in diesem Verzeichnis, löschen Sie sie und starten Sie die Software neu.",
|
||||
"Open Core Dir": "Kernverzeichnis",
|
||||
"Open Logs Dir": "Protokollverzeichnis",
|
||||
"Check for Updates": "Auf Updates prüfen",
|
||||
"Go to Release Page": "Zur Veröffentlichungsseite gehen",
|
||||
"Portable Updater Error": "Die portable Version unterstützt keine In-App-Aktualisierung. Bitte laden Sie die Dateien manuell herunter und ersetzen Sie sie.",
|
||||
"Break Change Update Error": "Dies ist eine wichtige Aktualisierung. Die In-App-Aktualisierung wird nicht unterstützt. Bitte deinstallieren Sie die Software und laden Sie die neue Version manuell herunter und installieren Sie sie.",
|
||||
"Open Dev Tools": "Entwicklertools öffnen",
|
||||
"Export Diagnostic Info": "Diagnoseinformationen exportieren",
|
||||
"Export Diagnostic Info For Issue Reporting": "Export Diagnostic Info For Issue Reporting",
|
||||
"Exit": "Beenden",
|
||||
"Verge Version": "Verge-Version",
|
||||
"ReadOnly": "Schreibgeschützt",
|
||||
@@ -567,10 +422,6 @@
|
||||
"Match Whole Word": "Ganzes Wort übereinstimmen",
|
||||
"Use Regular Expression": "Regulären Ausdruck verwenden",
|
||||
"Profile Imported Successfully": "Abonnement erfolgreich importiert",
|
||||
"Profile Switched": "Abonnement gewechselt",
|
||||
"Profile Reactivated": "Abonnement erneut aktiviert",
|
||||
"Profile switch interrupted by new selection": "Profile switch interrupted by new selection",
|
||||
"Only YAML Files Supported": "Nur YAML-Dateien werden unterstützt",
|
||||
"Settings Applied": "Einstellungen angewendet",
|
||||
"Stopping Core...": "Kern wird gestoppt...",
|
||||
"Restarting Core...": "Kern wird neu gestartet...",
|
||||
@@ -587,19 +438,11 @@
|
||||
"Service was ready, but core restart might have issues or service became unavailable. Please check.": "Der Dienst war bereit, aber beim Neustart des Kerns könnten Probleme aufgetreten sein oder der Dienst ist möglicherweise nicht verfügbar. Bitte überprüfen Sie dies.",
|
||||
"Service installation or core restart encountered issues. Service might not be available. Please check system logs.": "Bei der Dienstinstallation oder dem Neustart des Kerns sind Probleme aufgetreten. Der Dienst ist möglicherweise nicht verfügbar. Bitte prüfen Sie die Systemprotokolle.",
|
||||
"Attempting to restart core as a fallback...": "Attempting to restart core as a fallback...",
|
||||
"Fallback core restart also failed: {message}": "Fallback core restart also failed: {{message}}",
|
||||
"Service is ready and core restarted": "Service ist bereit und Kern wurde neu gestartet",
|
||||
"Core restarted. Service is now available.": "Kern wurde neu gestartet. Service ist jetzt verfügbar",
|
||||
"Clash Port Modified": "Clash Port Modified",
|
||||
"Port Conflict": "Port Conflict",
|
||||
"Restart Application to Apply Modifications": "Restart Application to Apply Modifications",
|
||||
"External Controller Address Modified": "External Controller Address Modified",
|
||||
"Permissions Granted Successfully for _clash Core": "Permissions Granted Successfully for {{core}} Core",
|
||||
"Core Version Updated": "Kernversion wurde aktualisiert",
|
||||
"Clash Core Restarted": "Clash-Kern wurde neu gestartet",
|
||||
"GeoData Updated": "Geo-Daten wurden aktualisiert",
|
||||
"Currently on the Latest Version": "Sie verwenden bereits die neueste Version",
|
||||
"Already Using Latest Core": "Already Using Latest Core",
|
||||
"Import Subscription Successful": "Abonnement erfolgreich importiert",
|
||||
"WebDAV Server URL": "WebDAV-Serveradresse http(s)://",
|
||||
"Username": "Benutzername",
|
||||
@@ -617,7 +460,6 @@
|
||||
"Invalid WebDAV URL": "Ungültiges Format für die WebDAV-Serveradresse",
|
||||
"Username Required": "Der Benutzername darf nicht leer sein",
|
||||
"Password Required": "Das Passwort darf nicht leer sein",
|
||||
"Failed to Fetch Backups": "Failed to fetch backup files",
|
||||
"WebDAV Config Saved": "WebDAV-Konfiguration erfolgreich gespeichert",
|
||||
"WebDAV Config Save Failed": "Speichern der WebDAV-Konfiguration fehlgeschlagen: {{error}}",
|
||||
"Backup Created": "Sicherung erfolgreich erstellt",
|
||||
@@ -636,24 +478,7 @@
|
||||
"Restore Success, App will restart in 1s": "Wiederherstellung erfolgreich. Die App wird in 1 Sekunde neu starten.",
|
||||
"Failed to fetch backup files": "Abrufen der Sicherungsdateien fehlgeschlagen",
|
||||
"Profile": "Konfiguration",
|
||||
"Help": "Help",
|
||||
"About": "About",
|
||||
"Theme": "Theme",
|
||||
"Main Window": "Main Window",
|
||||
"Group Icon": "Group Icon",
|
||||
"Menu Icon": "Menu Icon",
|
||||
"PAC File": "PAC File",
|
||||
"Web UI": "Web-Oberfläche",
|
||||
"Hotkeys": "Hotkeys",
|
||||
"Verge Mixed Port": "Verge Mixed Port",
|
||||
"Verge Socks Port": "Verge Socks Port",
|
||||
"Verge Redir Port": "Verge Redir Port",
|
||||
"Verge Tproxy Port": "Verge Tproxy Port",
|
||||
"Verge Port": "Verge Port",
|
||||
"Verge HTTP Enabled": "Verge HTTP Enabled",
|
||||
"WebDAV URL": "WebDAV URL",
|
||||
"WebDAV Username": "WebDAV Username",
|
||||
"WebDAV Password": "WebDAV Password",
|
||||
"Dashboard": "Dashboard",
|
||||
"Restart App": "App neu starten",
|
||||
"Restart Clash Core": "Clash-Kern neu starten",
|
||||
@@ -669,9 +494,7 @@
|
||||
"Direct Mode": "Direct Mode",
|
||||
"Enable Tray Speed": "Tray-Geschwindigkeit aktivieren",
|
||||
"Enable Tray Icon": "Tray-Symbol aktivieren",
|
||||
"Show Proxy Groups Inline": "Show Proxy Groups Inline",
|
||||
"LightWeight Mode": "Leichtgewichtiger Modus",
|
||||
"LightWeight Mode Info": "GUI-Oberfläche schließen, nur den Kern laufen lassen",
|
||||
"LightWeight Mode Settings": "Einstellungen für den Leichtgewichtigen Modus",
|
||||
"Enter LightWeight Mode Now": "Sofort in den Leichtgewichtigen Modus wechseln",
|
||||
"Auto Enter LightWeight Mode": "Automatisch in den Leichtgewichtigen Modus wechseln",
|
||||
@@ -697,10 +520,6 @@
|
||||
"Merge File Mapping Error": "Mappingfehler in der Überdeckungsdatei. Die Änderungen wurden rückgängig gemacht.",
|
||||
"Merge File Key Error": "Schlüsselfehler in der Überdeckungsdatei. Die Änderungen wurden rückgängig gemacht.",
|
||||
"Merge File Error": "Fehler in der Überdeckungsdatei. Die Änderungen wurden rückgängig gemacht.",
|
||||
"Validate YAML File": "Validate YAML File",
|
||||
"Validate Merge File": "Validate Merge File",
|
||||
"Validation Success": "Validation Success",
|
||||
"Validation Failed": "Validation Failed",
|
||||
"Service Administrator Prompt": "Clash Verge benötigt Administratorrechte, um den Systemdienst zu installieren.",
|
||||
"DNS Settings": "DNS-Einstellungen",
|
||||
"DNS settings saved": "DNS-Einstellungen wurden gespeichert",
|
||||
@@ -747,19 +566,6 @@
|
||||
"Hosts Settings": "Hosts-Einstellungen",
|
||||
"Hosts": "Hosts",
|
||||
"Custom domain to IP or domain mapping": "Benutzerdefinierte Zuordnung von Domains zu IPs oder Domains, getrennt durch Kommas",
|
||||
"Enable Alpha Channel": "Enable Alpha Channel",
|
||||
"Alpha versions may contain experimental features and bugs": "Alpha versions may contain experimental features and bugs",
|
||||
"Home Settings": "Startseite-Einstellungen",
|
||||
"Profile Card": "Abonnement-Karte",
|
||||
"Current Proxy Card": "Aktueller Proxy-Karte",
|
||||
"Network Settings Card": "Netzwerkeinstellungen-Karte",
|
||||
"Proxy Mode Card": "Proxy-Modus-Karte",
|
||||
"Clash Mode Card": "Clash Mode Card",
|
||||
"Traffic Stats Card": "Verkehrsstatistik-Karte",
|
||||
"Clash Info Cards": "Clash-Informationen-Karten",
|
||||
"System Info Cards": "Systeminformationen-Karten",
|
||||
"Website Tests Card": "Website-Tests-Karte",
|
||||
"Traffic Stats": "Verkehrsstatistik",
|
||||
"Website Tests": "Website-Tests",
|
||||
"Clash Info": "Clash-Informationen",
|
||||
"Core Version": "Kernversion",
|
||||
@@ -779,22 +585,16 @@
|
||||
"No schedule": "Kein Zeitplan",
|
||||
"Unknown": "Unbekannt",
|
||||
"Auto update disabled": "Automatische Aktualisierung deaktiviert",
|
||||
"Update subscription successfully": "Abonnement erfolgreich aktualisiert",
|
||||
"Update failed, retrying with Clash proxy...": "Abonnement-Aktualisierung fehlgeschlagen. Versuche es mit dem Clash-Proxy erneut...",
|
||||
"Update with Clash proxy successfully": "Aktualisierung mit Clash-Proxy erfolgreich",
|
||||
"Update failed even with Clash proxy": "Aktualisierung auch mit Clash-Proxy fehlgeschlagen",
|
||||
"Profile creation failed, retrying with Clash proxy...": "Erstellung des Abonnements fehlgeschlagen. Versuche es mit dem Clash-Proxy erneut...",
|
||||
"Profile creation succeeded with Clash proxy": "Erstellung des Abonnements mit Clash-Proxy erfolgreich",
|
||||
"Import failed, retrying with Clash proxy...": "Import des Abonnements fehlgeschlagen. Versuche es mit dem Clash-Proxy erneut...",
|
||||
"Profile Imported with Clash proxy": "Abonnement mit Clash-Proxy importiert",
|
||||
"Import failed even with Clash proxy": "Import des Abonnements auch mit Clash-Proxy fehlgeschlagen",
|
||||
"Current Node": "Aktueller Knoten",
|
||||
"No active proxy node": "Kein aktiver Proxy-Knoten",
|
||||
"Network Settings": "Netzwerkeinstellungen",
|
||||
"Proxy Mode": "Proxy-Modus",
|
||||
"Group": "Proxy-Gruppe",
|
||||
"Proxy": "Knoten",
|
||||
"IP Information Card": "IP-Informationen-Karte",
|
||||
"IP Information": "IP-Informationen",
|
||||
"Failed to get IP info": "Abrufen der IP-Informationen fehlgeschlagen",
|
||||
"ISP": "Internetdienstanbieter",
|
||||
@@ -828,9 +628,7 @@
|
||||
"AppQuitBody": "APP quit by hotkey",
|
||||
"AppHiddenTitle": "APP Hidden",
|
||||
"AppHiddenBody": "APP window hidden by hotkey",
|
||||
"Invalid Profile URL": "Invalid profile URL. Please enter a URL starting with http:// or https://",
|
||||
"Saved Successfully": "Saved successfully",
|
||||
"External Cors": "External Cors",
|
||||
"Enable one-click CORS for external API. Click to toggle CORS": "Enable one-click CORS for external API. Click to toggle CORS",
|
||||
"External Cors Settings": "External Cors Settings",
|
||||
"External Cors Configuration": "External Cors Configuration",
|
||||
@@ -840,8 +638,6 @@
|
||||
"Add": "Add",
|
||||
"Always included origins: {{urls}}": "Always included origins: {{urls}}",
|
||||
"Invalid regular expression": "Invalid regular expression",
|
||||
"Copy Version": "Copy Version",
|
||||
"Version copied to clipboard": "Version copied to clipboard",
|
||||
"Controller address cannot be empty": "Controller address cannot be empty",
|
||||
"Secret cannot be empty": "Secret cannot be empty",
|
||||
"Configuration saved successfully": "Zufalls-Konfiguration erfolgreich gespeichert",
|
||||
@@ -849,20 +645,9 @@
|
||||
"Controller address copied to clipboard": "API-Port in die Zwischenablage kopiert",
|
||||
"Secret copied to clipboard": "API-Schlüssel in die Zwischenablage kopiert",
|
||||
"Saving...": "Saving...",
|
||||
"Proxy node already exists in chain": "Proxy node already exists in chain",
|
||||
"Detection timeout or failed": "Detection timeout or failed",
|
||||
"Batch Operations": "Batch Operations",
|
||||
"Delete Selected Profiles": "Delete Selected Profiles",
|
||||
"Deselect All": "Deselect All",
|
||||
"Done": "Done",
|
||||
"items": "items",
|
||||
"Select All": "Select All",
|
||||
"Selected": "Selected",
|
||||
"Selected profiles deleted successfully": "Selected profiles deleted successfully",
|
||||
"Prefer System Titlebar": "Prefer System Titlebar",
|
||||
"App Log Max Size": "App Log Max Size",
|
||||
"App Log Max Count": "App Log Max Count",
|
||||
"Allow Auto Update": "Allow Auto Update",
|
||||
"Menu reorder mode": "Menu reorder mode",
|
||||
"Unlock menu order": "Unlock menu order",
|
||||
"Lock menu order": "Lock menu order",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"millis": "ms",
|
||||
"seconds": "seconds",
|
||||
"mins": "mins",
|
||||
"Back": "Back",
|
||||
"Close": "Close",
|
||||
"Cancel": "Cancel",
|
||||
"Confirm": "Confirm",
|
||||
@@ -15,7 +14,6 @@
|
||||
"Save": "Save",
|
||||
"Delete": "Delete",
|
||||
"Enable": "Enable",
|
||||
"Disable": "Disable",
|
||||
"pages": {
|
||||
"home": {
|
||||
"title": "Home",
|
||||
@@ -170,66 +168,31 @@
|
||||
"Label-Unlock": "Test",
|
||||
"Label-Settings": "Settings",
|
||||
"Proxies": "Proxies",
|
||||
"Proxy Groups": "Proxy Groups",
|
||||
"Proxy Chain Mode": "Proxy Chain Mode",
|
||||
"Connect": "Connect",
|
||||
"Connecting...": "Connecting...",
|
||||
"Disconnect": "Disconnect",
|
||||
"Failed to connect to proxy chain": "Failed to connect to proxy chain",
|
||||
"Proxy Provider": "Proxy Provider",
|
||||
"Proxy Count": "Proxy Count",
|
||||
"Update All": "Update All",
|
||||
"Update At": "Update At",
|
||||
"rule": "rule",
|
||||
"global": "global",
|
||||
"direct": "direct",
|
||||
"Chain Proxy": "🔗 Chain Proxy",
|
||||
"Chain Proxy Config": "Chain Proxy Config",
|
||||
"Proxy Rules": "Proxy Rules",
|
||||
"Select Rules": "Select Rules",
|
||||
"Click nodes in order to add to proxy chain": "Click nodes in order to add to proxy chain",
|
||||
"No proxy chain configured": "No proxy chain configured",
|
||||
"Proxy Order": "Proxy Order",
|
||||
"timeout": "Timeout",
|
||||
"Clear All": "Clear All",
|
||||
"script": "script",
|
||||
"locate": "locate",
|
||||
"Delay check": "Delay check",
|
||||
"Sort by default": "Sort by default",
|
||||
"Sort by delay": "Sort by delay",
|
||||
"Sort by name": "Sort by name",
|
||||
"Delay check URL": "Delay check URL",
|
||||
"Delay check to cancel fixed": "Delay check to cancel fixed",
|
||||
"Proxy basic": "Proxy basic",
|
||||
"Proxy detail": "Proxy detail",
|
||||
"Profiles": "Profiles",
|
||||
"Update All Profiles": "Update All Profiles",
|
||||
"View Runtime Config": "View Runtime Config",
|
||||
"Reactivate Profiles": "Reactivate Profiles",
|
||||
"Paste": "Paste",
|
||||
"Profile URL": "Profile URL",
|
||||
"Import": "Import",
|
||||
"From": "From",
|
||||
"Update Time": "Update Time",
|
||||
"Used / Total": "Used / Total",
|
||||
"Expire Time": "Expire Time",
|
||||
"Create Profile": "Create Profile",
|
||||
"Edit Profile": "Edit Profile",
|
||||
"Edit Proxies": "Edit Proxies",
|
||||
"Use newlines for multiple uri": "Use newlines for multiple uri(Base64 encoding supported)",
|
||||
"Edit Rules": "Edit Rules",
|
||||
"Rule Type": "Rule Type",
|
||||
"Rule Content": "Rule Content",
|
||||
"Proxy Policy": "Proxy Policy",
|
||||
"No Resolve": "No Resolve",
|
||||
"Prepend Rule": "Prepend Rule",
|
||||
"Append Rule": "Append Rule",
|
||||
"Prepend Group": "Prepend Group",
|
||||
"Append Group": "Append Group",
|
||||
"Prepend Proxy": "Prepend Proxy",
|
||||
"Append Proxy": "Append Proxy",
|
||||
"Rule Condition Required": "Rule Condition Required",
|
||||
"Invalid Rule": "Invalid Rule",
|
||||
"Advanced": "Advanced",
|
||||
"Visualization": "Visualization",
|
||||
"DOMAIN": "Matches the full domain name",
|
||||
@@ -298,17 +261,8 @@
|
||||
"Group Name Already Exists": "Group Name Already Exists",
|
||||
"Extend Config": "Extend Config",
|
||||
"Extend Script": "Extend Script",
|
||||
"Global Merge": "Global Extend Config",
|
||||
"Global Script": "Global Extend Script",
|
||||
"Type": "Type",
|
||||
"Name": "Name",
|
||||
"Descriptions": "Descriptions",
|
||||
"Subscription URL": "Subscription URL",
|
||||
"Update Interval": "Update Interval",
|
||||
"Choose File": "Choose File",
|
||||
"Use System Proxy": "Use System Proxy",
|
||||
"Use Clash Proxy": "Use Clash Proxy",
|
||||
"Accept Invalid Certs (Danger)": "Allows Invalid Certificates (Danger)",
|
||||
"Refresh": "Refresh",
|
||||
"Home": "Home",
|
||||
"Select": "Select",
|
||||
@@ -317,37 +271,18 @@
|
||||
"Open File": "Open File",
|
||||
"Update": "Update",
|
||||
"Update via proxy": "Update via proxy",
|
||||
"Update(Proxy)": "Update(Proxy)",
|
||||
"Confirm deletion": "Confirm deletion",
|
||||
"This operation is not reversible": "This operation is not reversible",
|
||||
"Script Console": "Script Console",
|
||||
"To Top": "To Top",
|
||||
"To End": "To End",
|
||||
"Connections": "Connections",
|
||||
"Table View": "Table View",
|
||||
"List View": "List View",
|
||||
"Close All": "Close All",
|
||||
"Close All Connections": "Close All Connections",
|
||||
"Upload": "Upload",
|
||||
"Download": "Download",
|
||||
"Download Speed": "Download Speed",
|
||||
"Upload Speed": "Upload Speed",
|
||||
"Host": "Host",
|
||||
"Downloaded": "Downloaded",
|
||||
"Uploaded": "Uploaded",
|
||||
"DL Speed": "DL Speed",
|
||||
"UL Speed": "UL Speed",
|
||||
"Active Connections": "Active Connections",
|
||||
"Chains": "Chains",
|
||||
"Rule": "Rule",
|
||||
"Process": "Process",
|
||||
"Time": "Time",
|
||||
"Source": "Source",
|
||||
"Destination": "Destination",
|
||||
"DestinationPort": "Destination Port",
|
||||
"Close Connection": "Close Connection",
|
||||
"Rules": "Rules",
|
||||
"Rule Provider": "Rule Provider",
|
||||
"notice.forceRefreshCompleted": "Force refresh completed",
|
||||
"notice.emergencyRefreshFailed": "Emergency refresh failed: {{message}}",
|
||||
"notice.provider.updateSuccess": "{{name}} updated successfully",
|
||||
@@ -367,30 +302,12 @@
|
||||
"Icon": "Icon",
|
||||
"Test URL": "Test URL",
|
||||
"Settings": "Settings",
|
||||
"System Setting": "System Setting",
|
||||
"Tun Mode": "Tun Mode",
|
||||
"TUN requires Service Mode": "TUN mode requires install service",
|
||||
"Install Service": "Install Service",
|
||||
"Install Service failed": "Install Service failed",
|
||||
"Uninstall Service": "Uninstall Service",
|
||||
"Restart Core failed": "Restart Core failed",
|
||||
"Reset to Default": "Reset to Default",
|
||||
"Tun Mode Info": "Tun (Virtual NIC) mode: Captures all system traffic, when enabled, there is no need to enable system proxy.",
|
||||
"TUN requires Service Mode or Admin Mode": "TUN requires Service Mode or Admin Mode",
|
||||
"TUN Mode automatically disabled due to service unavailable": "TUN Mode automatically disabled due to service unavailable",
|
||||
"Failed to disable TUN Mode automatically": "Failed to disable TUN Mode automatically",
|
||||
"System Proxy Enabled": "System proxy is enabled, your applications will access the network through the proxy",
|
||||
"System Proxy Disabled": "System proxy is disabled, it is recommended for most users to turn on this option",
|
||||
"TUN Mode Enabled": "TUN mode is enabled, applications will access the network through the virtual network card",
|
||||
"TUN Mode Disabled": "TUN mode is disabled, suitable for special applications",
|
||||
"TUN Mode Service Required": "TUN mode requires service mode, please install the service first",
|
||||
"TUN Mode Intercept Info": "TUN mode can take over all application traffic, suitable for special applications that do not follow the system proxy settings",
|
||||
"Core communication error": "Core communication error",
|
||||
"Rule Mode Description": "Routes traffic according to preset rules, provides flexible proxy strategies",
|
||||
"Global Mode Description": "All traffic goes through proxy servers, suitable for scenarios requiring global internet access",
|
||||
"Direct Mode Description": "All traffic doesn't go through proxy nodes, but is forwarded by Clash kernel to target servers, suitable for specific scenarios requiring kernel traffic distribution",
|
||||
"Stack": "Tun Stack",
|
||||
"System and Mixed Can Only be Used in Service Mode": "System and Mixed Can Only be Used in Service Mode",
|
||||
"Device": "Device Name",
|
||||
"Auto Route": "Auto Route",
|
||||
"Strict Route": "Strict Route",
|
||||
@@ -398,19 +315,11 @@
|
||||
"DNS Hijack": "DNS Hijack",
|
||||
"MTU": "Max Transmission Unit",
|
||||
"Service Mode": "Service Mode",
|
||||
"Service Mode Info": "Please install the service mode before enabling TUN mode. The kernel process started by the service can obtain the permission to install the virtual network card (TUN mode)",
|
||||
"Current State": "Current State",
|
||||
"pending": "pending",
|
||||
"installed": "installed",
|
||||
"uninstall": "uninstalled",
|
||||
"active": "active",
|
||||
"unknown": "unknown",
|
||||
"Information: Please make sure that the Clash Verge Service is installed and enabled": "Information: Please make sure that the Clash Verge Service is installed and enabled",
|
||||
"Install": "Install",
|
||||
"Uninstall": "Uninstall",
|
||||
"Disable Service Mode": "Disable Service Mode",
|
||||
"System Proxy": "System Proxy",
|
||||
"System Proxy Info": "Enable to modify the operating system's proxy settings. If enabling fails, modify the operating system's proxy settings manually",
|
||||
"System Proxy Setting": "System Proxy Setting",
|
||||
"Current System Proxy": "Current System Proxy",
|
||||
"Enable status": "Enable Status:",
|
||||
@@ -419,12 +328,10 @@
|
||||
"Server Addr": "Server Addr: ",
|
||||
"Proxy Host": "Proxy Host",
|
||||
"Invalid Proxy Host Format": "Invalid Proxy Host Format",
|
||||
"Not available": "Not available",
|
||||
"Proxy Guard": "Proxy Guard",
|
||||
"Proxy Guard Info": "Enable to prevent other software from modifying the operating system's proxy settings",
|
||||
"Guard Duration": "Guard Duration",
|
||||
"Always use Default Bypass": "Always use Default Bypass",
|
||||
"Use Bypass Check": "Use Bypass Check",
|
||||
"Proxy Bypass": "Proxy Bypass Settings: ",
|
||||
"Bypass": "Bypass: ",
|
||||
"Use PAC Mode": "Use PAC Mode",
|
||||
@@ -432,15 +339,6 @@
|
||||
"PAC URL": "PAC URL: ",
|
||||
"Auto Launch": "Auto Launch",
|
||||
"Administrator mode may not support auto launch": "Administrator mode may not support auto launch",
|
||||
"Silent Start": "Silent Start",
|
||||
"Silent Start Info": "Start the program in background mode without displaying the panel",
|
||||
"Hover Jump Navigator": "Hover Jump Navigator",
|
||||
"Hover Jump Navigator Info": "Automatically scroll to the corresponding proxy group when hovering over alphabet letters",
|
||||
"Hover Jump Navigator Delay": "Hover Jump Navigator Delay",
|
||||
"Hover Jump Navigator Delay Info": "Delay before auto scrolling when hovering, in milliseconds",
|
||||
"TG Channel": "Telegram Channel",
|
||||
"Manual": "Manual",
|
||||
"Github Repo": "Github Repo",
|
||||
"Clash Setting": "Clash Setting",
|
||||
"Allow Lan": "Allow LAN",
|
||||
"Network Interface": "Network Interface",
|
||||
@@ -473,50 +371,16 @@
|
||||
"Restart": "Restart",
|
||||
"Release Version": "Release Version",
|
||||
"Alpha Version": "Alpha Version",
|
||||
"Please Enable Service Mode": "Please Install and Enable Service Mode First",
|
||||
"Please enter your root password": "Please enter your root password",
|
||||
"Grant": "Grant",
|
||||
"Open UWP tool": "Open UWP tool",
|
||||
"Open UWP tool Info": "Since Windows 8, UWP apps (such as Microsoft Store) are restricted from directly accessing local host network services, and this tool can be used to bypass this restriction",
|
||||
"Update GeoData": "Update GeoData",
|
||||
"Verge Basic Setting": "Verge Basic Setting",
|
||||
"Verge Advanced Setting": "Verge Advanced Setting",
|
||||
"Language": "Language",
|
||||
"Theme Mode": "Theme Mode",
|
||||
"theme.light": "Light",
|
||||
"theme.dark": "Dark",
|
||||
"theme.system": "System",
|
||||
"Tray Click Event": "Tray Click Event",
|
||||
"Show Main Window": "Show Main Window",
|
||||
"Show Tray Menu": "Show Tray Menu",
|
||||
"Copy Env Type": "Copy Env Type",
|
||||
"Copy Success": "Copy Success",
|
||||
"Start Page": "Start Page",
|
||||
"Startup Script": "Startup Script",
|
||||
"Browse": "Browse",
|
||||
"Theme Setting": "Theme Setting",
|
||||
"Primary Color": "Primary Color",
|
||||
"Secondary Color": "Secondary Color",
|
||||
"Primary Text": "Primary Text",
|
||||
"Secondary Text": "Secondary Text",
|
||||
"Info Color": "Info Color",
|
||||
"Warning Color": "Warning Color",
|
||||
"Error Color": "Error Color",
|
||||
"Success Color": "Success Color",
|
||||
"Font Family": "Font Family",
|
||||
"CSS Injection": "CSS Injection",
|
||||
"Layout Setting": "Layout Setting",
|
||||
"Traffic Graph": "Traffic Graph",
|
||||
"Memory Usage": "Core Usage",
|
||||
"Memory Cleanup": "Tap to clean up memory",
|
||||
"Proxy Group Icon": "Proxy Group Icon",
|
||||
"Nav Icon": "Nav Icon",
|
||||
"Monochrome": "Monochrome",
|
||||
"Colorful": "Colorful",
|
||||
"Tray Icon": "Tray Icon",
|
||||
"Common Tray Icon": "Common Tray Icon",
|
||||
"System Proxy Tray Icon": "System Proxy Tray Icon",
|
||||
"Tun Tray Icon": "Tun Tray Icon",
|
||||
"Miscellaneous": "Miscellaneous",
|
||||
"App Log Level": "App Log Level",
|
||||
"Auto Close Connections": "Auto Close Connections",
|
||||
@@ -544,19 +408,10 @@
|
||||
"toggle_tun_mode": "Enable/Disable Tun Mode",
|
||||
"entry_lightweight_mode": "Entry Lightweight Mode",
|
||||
"Backup Setting": "Backup Setting",
|
||||
"Backup Setting Info": "Support local or WebDAV backup of configuration files",
|
||||
"Runtime Config": "Runtime Config",
|
||||
"Open Conf Dir": "Open Conf Dir",
|
||||
"Open Conf Dir Info": "If the software runs abnormally, BACKUP and delete all files in this folder then restart the software",
|
||||
"Open Core Dir": "Open Core Dir",
|
||||
"Open Logs Dir": "Open Logs Dir",
|
||||
"Check for Updates": "Check for Updates",
|
||||
"Go to Release Page": "Go to Release Page",
|
||||
"Portable Updater Error": "The portable version does not support in-app updates. Please manually download and replace it",
|
||||
"Break Change Update Error": "This version is a major update and does not support in-app updates. Please uninstall it and manually download and install the new version",
|
||||
"Open Dev Tools": "Dev Tools",
|
||||
"Export Diagnostic Info": "Export Diagnostic Info",
|
||||
"Export Diagnostic Info For Issue Reporting": "Export Diagnostic Info For Issue Reporting",
|
||||
"Exit": "Exit",
|
||||
"Verge Version": "Verge Version",
|
||||
"ReadOnly": "ReadOnly",
|
||||
@@ -567,10 +422,6 @@
|
||||
"Match Whole Word": "Match Whole Word",
|
||||
"Use Regular Expression": "Use Regular Expression",
|
||||
"Profile Imported Successfully": "Profile Imported Successfully",
|
||||
"Profile Switched": "Profile Switched",
|
||||
"Profile Reactivated": "Profile Reactivated",
|
||||
"Profile switch interrupted by new selection": "Profile switch interrupted by new selection",
|
||||
"Only YAML Files Supported": "Only YAML Files Supported",
|
||||
"Settings Applied": "Settings Applied",
|
||||
"Stopping Core...": "Stopping Core...",
|
||||
"Restarting Core...": "Restarting Core...",
|
||||
@@ -587,19 +438,11 @@
|
||||
"Service was ready, but core restart might have issues or service became unavailable. Please check.": "Service was ready, but core restart might have issues or service became unavailable. Please check.",
|
||||
"Service installation or core restart encountered issues. Service might not be available. Please check system logs.": "Service installation or core restart encountered issues. Service might not be available. Please check system logs.",
|
||||
"Attempting to restart core as a fallback...": "Attempting to restart core as a fallback...",
|
||||
"Fallback core restart also failed: {message}": "Fallback core restart also failed: {{message}}",
|
||||
"Service is ready and core restarted": "Service is ready and core restarted",
|
||||
"Core restarted. Service is now available.": "Core restarted. Service is now available.",
|
||||
"Clash Port Modified": "Clash Port Modified",
|
||||
"Port Conflict": "Port Conflict",
|
||||
"Restart Application to Apply Modifications": "Restart Application to Apply Modifications",
|
||||
"External Controller Address Modified": "External Controller Address Modified",
|
||||
"Permissions Granted Successfully for _clash Core": "Permissions Granted Successfully for {{core}} Core",
|
||||
"Core Version Updated": "Core Version Updated",
|
||||
"Clash Core Restarted": "Clash Core Restarted",
|
||||
"GeoData Updated": "GeoData Updated",
|
||||
"Currently on the Latest Version": "Currently on the Latest Version",
|
||||
"Already Using Latest Core": "Already Using Latest Core",
|
||||
"Import Subscription Successful": "Import subscription successful",
|
||||
"WebDAV Server URL": "WebDAV Server URL",
|
||||
"Username": "Username",
|
||||
@@ -617,7 +460,6 @@
|
||||
"Invalid WebDAV URL": "Invalid WebDAV URL format",
|
||||
"Username Required": "Username cannot be empty",
|
||||
"Password Required": "Password cannot be empty",
|
||||
"Failed to Fetch Backups": "Failed to fetch backup files",
|
||||
"WebDAV Config Saved": "WebDAV configuration saved successfully",
|
||||
"WebDAV Config Save Failed": "Failed to save WebDAV configuration: {{error}}",
|
||||
"Backup Created": "Backup created successfully",
|
||||
@@ -636,24 +478,7 @@
|
||||
"Restore Success, App will restart in 1s": "Restore Success, App will restart in 1s",
|
||||
"Failed to fetch backup files": "Failed to fetch backup files",
|
||||
"Profile": "Profile",
|
||||
"Help": "Help",
|
||||
"About": "About",
|
||||
"Theme": "Theme",
|
||||
"Main Window": "Main Window",
|
||||
"Group Icon": "Group Icon",
|
||||
"Menu Icon": "Menu Icon",
|
||||
"PAC File": "PAC File",
|
||||
"Web UI": "Web UI",
|
||||
"Hotkeys": "Hotkeys",
|
||||
"Verge Mixed Port": "Verge Mixed Port",
|
||||
"Verge Socks Port": "Verge Socks Port",
|
||||
"Verge Redir Port": "Verge Redir Port",
|
||||
"Verge Tproxy Port": "Verge Tproxy Port",
|
||||
"Verge Port": "Verge Port",
|
||||
"Verge HTTP Enabled": "Verge HTTP Enabled",
|
||||
"WebDAV URL": "WebDAV URL",
|
||||
"WebDAV Username": "WebDAV Username",
|
||||
"WebDAV Password": "WebDAV Password",
|
||||
"Dashboard": "Dashboard",
|
||||
"Restart App": "Restart App",
|
||||
"Restart Clash Core": "Restart Clash Core",
|
||||
@@ -669,9 +494,7 @@
|
||||
"Direct Mode": "Direct Mode",
|
||||
"Enable Tray Speed": "Enable Tray Speed",
|
||||
"Enable Tray Icon": "Enable Tray Icon",
|
||||
"Show Proxy Groups Inline": "Show Proxy Groups Inline",
|
||||
"LightWeight Mode": "Lightweight Mode",
|
||||
"LightWeight Mode Info": "Close the GUI and keep only the kernel running",
|
||||
"LightWeight Mode Settings": "LightWeight Mode Settings",
|
||||
"Enter LightWeight Mode Now": "Enter LightWeight Mode Now",
|
||||
"Auto Enter LightWeight Mode": "Auto Enter LightWeight Mode",
|
||||
@@ -697,10 +520,6 @@
|
||||
"Merge File Mapping Error": "Merge file mapping error, changes reverted",
|
||||
"Merge File Key Error": "Merge file key error, changes reverted",
|
||||
"Merge File Error": "Merge file error, changes reverted",
|
||||
"Validate YAML File": "Validate YAML File",
|
||||
"Validate Merge File": "Validate Merge File",
|
||||
"Validation Success": "Validation Success",
|
||||
"Validation Failed": "Validation Failed",
|
||||
"Service Administrator Prompt": "Clash Verge requires administrator privileges to reinstall the system service",
|
||||
"DNS Settings": "DNS Settings",
|
||||
"DNS settings saved": "DNS settings saved",
|
||||
@@ -747,19 +566,6 @@
|
||||
"Hosts Settings": "Hosts Settings",
|
||||
"Hosts": "Hosts",
|
||||
"Custom domain to IP or domain mapping": "Custom domain to IP or domain mapping",
|
||||
"Enable Alpha Channel": "Enable Alpha Channel",
|
||||
"Alpha versions may contain experimental features and bugs": "Alpha versions may contain experimental features and bugs",
|
||||
"Home Settings": "Home Settings",
|
||||
"Profile Card": "Profile Card",
|
||||
"Current Proxy Card": "Current Proxy Card",
|
||||
"Network Settings Card": "Network Settings Card",
|
||||
"Proxy Mode Card": "Proxy Mode Card",
|
||||
"Clash Mode Card": "Clash Mode Card",
|
||||
"Traffic Stats Card": "Traffic Stats Card",
|
||||
"Clash Info Cards": "Clash Info Cards",
|
||||
"System Info Cards": "System Info Cards",
|
||||
"Website Tests Card": "Website Tests Card",
|
||||
"Traffic Stats": "Traffic Stats",
|
||||
"Website Tests": "Website Tests",
|
||||
"Clash Info": "Clash Info",
|
||||
"Core Version": "Core Version",
|
||||
@@ -779,22 +585,16 @@
|
||||
"No schedule": "No schedule",
|
||||
"Unknown": "Unknown",
|
||||
"Auto update disabled": "Auto update disabled",
|
||||
"Update subscription successfully": "Update subscription successfully",
|
||||
"Update failed, retrying with Clash proxy...": "Update failed, retrying with Clash proxy...",
|
||||
"Update with Clash proxy successfully": "Update with Clash proxy successfully",
|
||||
"Update failed even with Clash proxy": "Update failed even with Clash proxy",
|
||||
"Profile creation failed, retrying with Clash proxy...": "Profile creation failed, retrying with Clash proxy...",
|
||||
"Profile creation succeeded with Clash proxy": "Profile creation succeeded with Clash proxy",
|
||||
"Import failed, retrying with Clash proxy...": "Import failed, retrying with Clash proxy...",
|
||||
"Profile Imported with Clash proxy": "Profile Imported with Clash proxy",
|
||||
"Import failed even with Clash proxy": "Import failed even with Clash proxy",
|
||||
"Current Node": "Current Node",
|
||||
"No active proxy node": "No active proxy node",
|
||||
"Network Settings": "Network Settings",
|
||||
"Proxy Mode": "Proxy Mode",
|
||||
"Group": "Group",
|
||||
"Proxy": "Proxy",
|
||||
"IP Information Card": "IP Information Card",
|
||||
"IP Information": "IP Information",
|
||||
"Failed to get IP info": "Failed to get IP info",
|
||||
"ISP": "ISP",
|
||||
@@ -828,9 +628,7 @@
|
||||
"AppQuitBody": "APP quit by hotkey",
|
||||
"AppHiddenTitle": "APP Hidden",
|
||||
"AppHiddenBody": "APP window hidden by hotkey",
|
||||
"Invalid Profile URL": "Invalid profile URL. Please enter a URL starting with http:// or https://",
|
||||
"Saved Successfully": "Saved successfully",
|
||||
"External Cors": "External Cors",
|
||||
"Enable one-click CORS for external API. Click to toggle CORS": "Enable one-click CORS for external API. Click to toggle CORS",
|
||||
"External Cors Settings": "External Cors Settings",
|
||||
"External Cors Configuration": "External Cors Configuration",
|
||||
@@ -840,8 +638,6 @@
|
||||
"Add": "Add",
|
||||
"Always included origins: {{urls}}": "Always included origins: {{urls}}",
|
||||
"Invalid regular expression": "Invalid regular expression",
|
||||
"Copy Version": "Copy Version",
|
||||
"Version copied to clipboard": "Version copied to clipboard",
|
||||
"Controller address cannot be empty": "Controller address cannot be empty",
|
||||
"Secret cannot be empty": "Secret cannot be empty",
|
||||
"Configuration saved successfully": "Configuration saved successfully",
|
||||
@@ -849,20 +645,9 @@
|
||||
"Controller address copied to clipboard": "Controller address copied to clipboard",
|
||||
"Secret copied to clipboard": "Secret copied to clipboard",
|
||||
"Saving...": "Saving...",
|
||||
"Proxy node already exists in chain": "Proxy node already exists in chain",
|
||||
"Detection timeout or failed": "Detection timeout or failed",
|
||||
"Batch Operations": "Batch Operations",
|
||||
"Delete Selected Profiles": "Delete Selected Profiles",
|
||||
"Deselect All": "Deselect All",
|
||||
"Done": "Done",
|
||||
"items": "items",
|
||||
"Select All": "Select All",
|
||||
"Selected": "Selected",
|
||||
"Selected profiles deleted successfully": "Selected profiles deleted successfully",
|
||||
"Prefer System Titlebar": "Prefer System Titlebar",
|
||||
"App Log Max Size": "App Log Max Size",
|
||||
"App Log Max Count": "App Log Max Count",
|
||||
"Allow Auto Update": "Allow Auto Update",
|
||||
"Menu reorder mode": "Menu reorder mode",
|
||||
"Unlock menu order": "Unlock menu order",
|
||||
"Lock menu order": "Lock menu order",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"millis": "Milisegundos",
|
||||
"seconds": "Segundos",
|
||||
"mins": "Minutos",
|
||||
"Back": "Volver",
|
||||
"Close": "Cerrar",
|
||||
"Cancel": "Cancelar",
|
||||
"Confirm": "Confirmar",
|
||||
@@ -15,7 +14,6 @@
|
||||
"Save": "Guardar",
|
||||
"Delete": "Eliminar",
|
||||
"Enable": "Habilitar",
|
||||
"Disable": "Deshabilitar",
|
||||
"pages": {
|
||||
"home": {
|
||||
"title": "Hogar",
|
||||
@@ -170,66 +168,31 @@
|
||||
"Label-Unlock": "Descubrir",
|
||||
"Label-Settings": "Ajustes",
|
||||
"Proxies": "Proxies",
|
||||
"Proxy Groups": "Grupos de proxies",
|
||||
"Proxy Chain Mode": "Proxy Chain Mode",
|
||||
"Connect": "Connect",
|
||||
"Connecting...": "Connecting...",
|
||||
"Disconnect": "Disconnect",
|
||||
"Failed to connect to proxy chain": "Failed to connect to proxy chain",
|
||||
"Proxy Provider": "Proveedor de proxies",
|
||||
"Proxy Count": "Número de nodos",
|
||||
"Update All": "Actualizar todo",
|
||||
"Update At": "Actualizado el",
|
||||
"rule": "Regla",
|
||||
"global": "Global",
|
||||
"direct": "Conexión directa",
|
||||
"Chain Proxy": "🔗 Proxy en cadena",
|
||||
"Chain Proxy Config": "Chain Proxy Config",
|
||||
"Proxy Rules": "Proxy Rules",
|
||||
"Select Rules": "Select Rules",
|
||||
"Click nodes in order to add to proxy chain": "Click nodes in order to add to proxy chain",
|
||||
"No proxy chain configured": "No proxy chain configured",
|
||||
"Proxy Order": "Proxy Order",
|
||||
"timeout": "Timeout",
|
||||
"Clear All": "Clear All",
|
||||
"script": "Script",
|
||||
"locate": "Nodo actual",
|
||||
"Delay check": "Prueba de latencia",
|
||||
"Sort by default": "Ordenación predeterminada",
|
||||
"Sort by delay": "Ordenar por latencia",
|
||||
"Sort by name": "Ordenar por nombre",
|
||||
"Delay check URL": "URL de prueba de latencia",
|
||||
"Delay check to cancel fixed": "Realizar prueba de latencia para cancelar la fijación",
|
||||
"Proxy basic": "Ocultar detalles del nodo",
|
||||
"Proxy detail": "Mostrar detalles del nodo",
|
||||
"Profiles": "Suscripciones",
|
||||
"Update All Profiles": "Actualizar todas las suscripciones",
|
||||
"View Runtime Config": "Ver configuración en tiempo de ejecución",
|
||||
"Reactivate Profiles": "Reactivar suscripciones",
|
||||
"Paste": "Pegar",
|
||||
"Profile URL": "Enlace del archivo de suscripción",
|
||||
"Import": "Importar",
|
||||
"From": "De",
|
||||
"Update Time": "Hora de actualización",
|
||||
"Used / Total": "Utilizado / Total",
|
||||
"Expire Time": "Tiempo de expiración",
|
||||
"Create Profile": "Crear configuración",
|
||||
"Edit Profile": "Editar configuración",
|
||||
"Edit Proxies": "Editar nodos",
|
||||
"Use newlines for multiple uri": "Para múltiples URI, utilice saltos de línea (se admite la codificación Base64)",
|
||||
"Edit Rules": "Editar reglas",
|
||||
"Rule Type": "Tipo de regla",
|
||||
"Rule Content": "Contenido de la regla",
|
||||
"Proxy Policy": "Política de proxy",
|
||||
"No Resolve": "Omitir resolución DNS",
|
||||
"Prepend Rule": "Agregar regla previa",
|
||||
"Append Rule": "Agregar regla posterior",
|
||||
"Prepend Group": "Agregar grupo de proxy previo",
|
||||
"Append Group": "Agregar grupo de proxy posterior",
|
||||
"Prepend Proxy": "Agregar nodo de proxy previo",
|
||||
"Append Proxy": "Agregar nodo de proxy posterior",
|
||||
"Rule Condition Required": "Falta la condición de la regla",
|
||||
"Invalid Rule": "Regla no válida",
|
||||
"Advanced": "Avanzado",
|
||||
"Visualization": "Visualización",
|
||||
"DOMAIN": "Coincidir con el nombre de dominio completo",
|
||||
@@ -298,17 +261,8 @@
|
||||
"Group Name Already Exists": "El nombre del grupo de proxy ya existe",
|
||||
"Extend Config": "Configurar sobrescritura extendida",
|
||||
"Extend Script": "Script extendido",
|
||||
"Global Merge": "Global Extend Config",
|
||||
"Global Script": "Global Extend Script",
|
||||
"Type": "Tipo",
|
||||
"Name": "Nombre",
|
||||
"Descriptions": "Descripción",
|
||||
"Subscription URL": "Enlace de suscripción",
|
||||
"Update Interval": "Intervalo de actualización",
|
||||
"Choose File": "Elegir archivo",
|
||||
"Use System Proxy": "Usar proxy del sistema para actualizar",
|
||||
"Use Clash Proxy": "Usar proxy del núcleo para actualizar",
|
||||
"Accept Invalid Certs (Danger)": "Allows Invalid Certificates (Danger)",
|
||||
"Refresh": "Actualizar",
|
||||
"Home": "Inicio",
|
||||
"Select": "Usar",
|
||||
@@ -317,37 +271,18 @@
|
||||
"Open File": "Abrir archivo",
|
||||
"Update": "Actualizar",
|
||||
"Update via proxy": "Update via proxy",
|
||||
"Update(Proxy)": "Update(Proxy)",
|
||||
"Confirm deletion": "Confirmar eliminación",
|
||||
"This operation is not reversible": "Esta operación no se puede deshacer",
|
||||
"Script Console": "Salida de la consola del script",
|
||||
"To Top": "To Top",
|
||||
"To End": "To End",
|
||||
"Connections": "Conexiones",
|
||||
"Table View": "Vista de tabla",
|
||||
"List View": "Vista de lista",
|
||||
"Close All": "Cerrar todas",
|
||||
"Close All Connections": "Close All Connections",
|
||||
"Upload": "Subir",
|
||||
"Download": "Descargar",
|
||||
"Download Speed": "Velocidad de descarga",
|
||||
"Upload Speed": "Velocidad de subida",
|
||||
"Host": "Host",
|
||||
"Downloaded": "Descargado",
|
||||
"Uploaded": "Subido",
|
||||
"DL Speed": "Velocidad de descarga",
|
||||
"UL Speed": "Velocidad de subida",
|
||||
"Active Connections": "Conexiones activas",
|
||||
"Chains": "Cadenas",
|
||||
"Rule": "Regla",
|
||||
"Process": "Proceso",
|
||||
"Time": "Tiempo de conexión",
|
||||
"Source": "Dirección de origen",
|
||||
"Destination": "Dirección de destino",
|
||||
"DestinationPort": "Puerto de destino",
|
||||
"Close Connection": "Cerrar conexión",
|
||||
"Rules": "Reglas",
|
||||
"Rule Provider": "Proveedor de reglas",
|
||||
"notice.forceRefreshCompleted": "Force refresh completed",
|
||||
"notice.emergencyRefreshFailed": "Emergency refresh failed: {{message}}",
|
||||
"notice.provider.updateSuccess": "{{name}} updated successfully",
|
||||
@@ -367,30 +302,12 @@
|
||||
"Icon": "Icono",
|
||||
"Test URL": "URL de prueba",
|
||||
"Settings": "Ajustes",
|
||||
"System Setting": "Ajustes del sistema",
|
||||
"Tun Mode": "Modo de interfaz virtual (TUN)",
|
||||
"TUN requires Service Mode": "TUN mode requires install service",
|
||||
"Install Service": "Instalar servicio",
|
||||
"Install Service failed": "Install Service failed",
|
||||
"Uninstall Service": "Desinstalar servicio",
|
||||
"Restart Core failed": "Restart Core failed",
|
||||
"Reset to Default": "Restablecer a los valores predeterminados",
|
||||
"Tun Mode Info": "El modo TUN (interfaz virtual) gestiona todo el tráfico del sistema. No es necesario habilitar el proxy del sistema cuando está activado.",
|
||||
"TUN requires Service Mode or Admin Mode": "El modo TUN requiere el modo de servicio o el modo de administrador",
|
||||
"TUN Mode automatically disabled due to service unavailable": "TUN Mode automatically disabled due to service unavailable",
|
||||
"Failed to disable TUN Mode automatically": "Failed to disable TUN Mode automatically",
|
||||
"System Proxy Enabled": "El proxy del sistema está habilitado. Sus aplicaciones accederán a Internet a través del proxy.",
|
||||
"System Proxy Disabled": "El proxy del sistema está deshabilitado. Se recomienda a la mayoría de los usuarios habilitar esta opción.",
|
||||
"TUN Mode Enabled": "El modo TUN está habilitado. Las aplicaciones accederán a Internet a través de la interfaz virtual.",
|
||||
"TUN Mode Disabled": "El modo TUN está deshabilitado. Este modo es adecuado para aplicaciones especiales.",
|
||||
"TUN Mode Service Required": "El modo TUN requiere el modo de servicio. Instale el servicio primero.",
|
||||
"TUN Mode Intercept Info": "El modo TUN puede gestionar todo el tráfico de las aplicaciones. Es adecuado para aplicaciones que no siguen la configuración del proxy del sistema.",
|
||||
"Core communication error": "Core communication error",
|
||||
"Rule Mode Description": "Routes traffic according to preset rules, provides flexible proxy strategies",
|
||||
"Global Mode Description": "All traffic goes through proxy servers, suitable for scenarios requiring global internet access",
|
||||
"Direct Mode Description": "All traffic doesn't go through proxy nodes, but is forwarded by Clash kernel to target servers, suitable for specific scenarios requiring kernel traffic distribution",
|
||||
"Stack": "Pila del modo TUN",
|
||||
"System and Mixed Can Only be Used in Service Mode": "System and Mixed Can Only be Used in Service Mode",
|
||||
"Device": "Nombre de la interfaz TUN",
|
||||
"Auto Route": "Configurar enrutamiento global automáticamente",
|
||||
"Strict Route": "Enrutamiento estricto",
|
||||
@@ -398,19 +315,11 @@
|
||||
"DNS Hijack": "Secuestro de DNS",
|
||||
"MTU": "Unidad máxima de transmisión",
|
||||
"Service Mode": "Modo de servicio",
|
||||
"Service Mode Info": "Please install the service mode before enabling TUN mode. The kernel process started by the service can obtain the permission to install the virtual network card (TUN mode)",
|
||||
"Current State": "Current State",
|
||||
"pending": "pending",
|
||||
"installed": "installed",
|
||||
"uninstall": "uninstalled",
|
||||
"active": "Activado",
|
||||
"unknown": "Desconocido",
|
||||
"Information: Please make sure that the Clash Verge Service is installed and enabled": "Information: Please make sure that the Clash Verge Service is installed and enabled",
|
||||
"Install": "Instalar",
|
||||
"Uninstall": "Desinstalar",
|
||||
"Disable Service Mode": "Disable Service Mode",
|
||||
"System Proxy": "Proxy del sistema",
|
||||
"System Proxy Info": "Modifica la configuración del proxy del sistema operativo. Si no se puede habilitar, puede modificar manualmente la configuración del proxy del sistema operativo.",
|
||||
"System Proxy Setting": "Configuración del proxy del sistema",
|
||||
"Current System Proxy": "Proxy del sistema actual",
|
||||
"Enable status": "Estado de habilitación: ",
|
||||
@@ -419,12 +328,10 @@
|
||||
"Server Addr": "Dirección del servidor: ",
|
||||
"Proxy Host": "Host del proxy",
|
||||
"Invalid Proxy Host Format": "Formato de host del proxy no válido",
|
||||
"Not available": "No disponible",
|
||||
"Proxy Guard": "Guardia del proxy del sistema",
|
||||
"Proxy Guard Info": "Habilite esta opción para evitar que otros programas modifiquen la configuración del proxy del sistema operativo.",
|
||||
"Guard Duration": "Intervalo de guardia del proxy",
|
||||
"Always use Default Bypass": "Siempre usar la lista de omisión predeterminada",
|
||||
"Use Bypass Check": "Use Bypass Check",
|
||||
"Proxy Bypass": "Configuración de omisión del proxy: ",
|
||||
"Bypass": "Omisión actual: ",
|
||||
"Use PAC Mode": "Usar modo PAC",
|
||||
@@ -432,15 +339,6 @@
|
||||
"PAC URL": "URL del PAC: ",
|
||||
"Auto Launch": "Inicio automático al arrancar el sistema",
|
||||
"Administrator mode may not support auto launch": "El modo de administrador puede no admitir el inicio automático.",
|
||||
"Silent Start": "Inicio silencioso",
|
||||
"Silent Start Info": "El programa se ejecutará en segundo plano al iniciarse y no mostrará el panel.",
|
||||
"Hover Jump Navigator": "Hover Jump Navigator",
|
||||
"Hover Jump Navigator Info": "Automatically scroll to the corresponding proxy group when hovering over alphabet letters",
|
||||
"Hover Jump Navigator Delay": "Hover Jump Navigator Delay",
|
||||
"Hover Jump Navigator Delay Info": "Delay before auto scrolling when hovering, in milliseconds",
|
||||
"TG Channel": "Canal de Telegram",
|
||||
"Manual": "Manual de uso",
|
||||
"Github Repo": "Dirección del proyecto en GitHub",
|
||||
"Clash Setting": "Ajustes de Clash",
|
||||
"Allow Lan": "Conexión a la red local",
|
||||
"Network Interface": "Interfaz de red",
|
||||
@@ -473,50 +371,16 @@
|
||||
"Restart": "Reiniciar núcleo",
|
||||
"Release Version": "Versión estable",
|
||||
"Alpha Version": "Versión de vista previa",
|
||||
"Please Enable Service Mode": "Please Install and Enable Service Mode First",
|
||||
"Please enter your root password": "Ingrese su contraseña de root",
|
||||
"Grant": "Grant",
|
||||
"Open UWP tool": "Abrir herramienta UWP",
|
||||
"Open UWP tool Info": "A partir de Windows 8, las aplicaciones UWP (como la Tienda de Microsoft) tienen restricciones para acceder directamente a los servicios de red del host local. Use esta herramienta para evitar esta restricción.",
|
||||
"Update GeoData": "Actualizar GeoData",
|
||||
"Verge Basic Setting": "Ajustes básicos de Verge",
|
||||
"Verge Advanced Setting": "Ajustes avanzados de Verge",
|
||||
"Language": "Configuración de idioma",
|
||||
"Theme Mode": "Modo de tema",
|
||||
"theme.light": "Light",
|
||||
"theme.dark": "Dark",
|
||||
"theme.system": "System",
|
||||
"Tray Click Event": "Evento de clic en el icono de la bandeja",
|
||||
"Show Main Window": "Mostrar ventana principal",
|
||||
"Show Tray Menu": "Mostrar menú de la bandeja",
|
||||
"Copy Env Type": "Copiar tipo de variable de entorno",
|
||||
"Copy Success": "Copia exitosa",
|
||||
"Start Page": "Página de inicio",
|
||||
"Startup Script": "Script de inicio",
|
||||
"Browse": "Examinar",
|
||||
"Theme Setting": "Configuración de tema",
|
||||
"Primary Color": "Color principal",
|
||||
"Secondary Color": "Color secundario",
|
||||
"Primary Text": "Color principal del texto",
|
||||
"Secondary Text": "Color secundario del texto",
|
||||
"Info Color": "Color de información",
|
||||
"Warning Color": "Color de advertencia",
|
||||
"Error Color": "Color de error",
|
||||
"Success Color": "Color de éxito",
|
||||
"Font Family": "Familia tipográfica",
|
||||
"CSS Injection": "Inyección de CSS",
|
||||
"Layout Setting": "Configuración de la interfaz",
|
||||
"Traffic Graph": "Gráfico de tráfico",
|
||||
"Memory Usage": "Uso de memoria del núcleo",
|
||||
"Memory Cleanup": "Haga clic para limpiar la memoria",
|
||||
"Proxy Group Icon": "Icono del grupo de proxy",
|
||||
"Nav Icon": "Icono de la barra de navegación",
|
||||
"Monochrome": "Icono monocromo",
|
||||
"Colorful": "Icono colorido",
|
||||
"Tray Icon": "Icono de la bandeja",
|
||||
"Common Tray Icon": "Icono de bandeja común",
|
||||
"System Proxy Tray Icon": "Icono de bandeja del proxy del sistema",
|
||||
"Tun Tray Icon": "Icono de bandeja del modo TUN",
|
||||
"Miscellaneous": "Ajustes varios",
|
||||
"App Log Level": "Nivel de registro de la aplicación",
|
||||
"Auto Close Connections": "Cerrar conexiones automáticamente",
|
||||
@@ -544,19 +408,10 @@
|
||||
"toggle_tun_mode": "Activar/desactivar el modo TUN",
|
||||
"entry_lightweight_mode": "Entrar en modo ligero",
|
||||
"Backup Setting": "Configuración de copia de seguridad",
|
||||
"Backup Setting Info": "Soporte para la copia de seguridad de archivos de configuración a través de WebDAV",
|
||||
"Runtime Config": "Configuración actual",
|
||||
"Open Conf Dir": "Directorio de configuración",
|
||||
"Open Conf Dir Info": "Si el software no funciona correctamente, !realice una copia de seguridad! y elimine todos los archivos de esta carpeta, luego reinicie el software.",
|
||||
"Open Core Dir": "Directorio del núcleo",
|
||||
"Open Logs Dir": "Directorio de registros",
|
||||
"Check for Updates": "Comprobar actualizaciones",
|
||||
"Go to Release Page": "Ir a la página de lanzamiento",
|
||||
"Portable Updater Error": "La versión portátil no admite la actualización desde dentro de la aplicación. Descargue e instale manualmente la actualización.",
|
||||
"Break Change Update Error": "Esta es una actualización importante y no se admite la actualización desde dentro de la aplicación. Desinstale e instale manualmente la nueva versión.",
|
||||
"Open Dev Tools": "Abrir herramientas de desarrollo",
|
||||
"Export Diagnostic Info": "Exportar información de diagnóstico",
|
||||
"Export Diagnostic Info For Issue Reporting": "Export Diagnostic Info For Issue Reporting",
|
||||
"Exit": "Salir",
|
||||
"Verge Version": "Versión de Verge",
|
||||
"ReadOnly": "Solo lectura",
|
||||
@@ -567,10 +422,6 @@
|
||||
"Match Whole Word": "Coincidencia exacta de palabras",
|
||||
"Use Regular Expression": "Usar expresiones regulares",
|
||||
"Profile Imported Successfully": "Suscripción importada con éxito",
|
||||
"Profile Switched": "Suscripción cambiada",
|
||||
"Profile Reactivated": "Suscripción reactivada",
|
||||
"Profile switch interrupted by new selection": "Profile switch interrupted by new selection",
|
||||
"Only YAML Files Supported": "Solo se admiten archivos YAML",
|
||||
"Settings Applied": "Ajustes aplicados",
|
||||
"Stopping Core...": "Deteniendo núcleo...",
|
||||
"Restarting Core...": "Reiniciando núcleo...",
|
||||
@@ -587,19 +438,11 @@
|
||||
"Service was ready, but core restart might have issues or service became unavailable. Please check.": "El servicio estaba listo, pero puede haber habido problemas al reiniciar el núcleo o el servicio se volvió inaccesible. Por favor, verifique.",
|
||||
"Service installation or core restart encountered issues. Service might not be available. Please check system logs.": "Hubo problemas durante la instalación del servicio o al reiniciar el núcleo. El servicio podría no estar disponible. Por favor, revise los registros del sistema.",
|
||||
"Attempting to restart core as a fallback...": "Attempting to restart core as a fallback...",
|
||||
"Fallback core restart also failed: {message}": "Fallback core restart also failed: {{message}}",
|
||||
"Service is ready and core restarted": "El servicio está listo y el núcleo se ha reiniciado",
|
||||
"Core restarted. Service is now available.": "El núcleo se ha reiniciado. El servicio está disponible.",
|
||||
"Clash Port Modified": "Clash Port Modified",
|
||||
"Port Conflict": "Port Conflict",
|
||||
"Restart Application to Apply Modifications": "Restart Application to Apply Modifications",
|
||||
"External Controller Address Modified": "External Controller Address Modified",
|
||||
"Permissions Granted Successfully for _clash Core": "Permissions Granted Successfully for {{core}} Core",
|
||||
"Core Version Updated": "Versión del núcleo actualizada",
|
||||
"Clash Core Restarted": "Núcleo de Clash reiniciado",
|
||||
"GeoData Updated": "GeoData actualizado",
|
||||
"Currently on the Latest Version": "Actualmente está en la última versión",
|
||||
"Already Using Latest Core": "Already Using Latest Core",
|
||||
"Import Subscription Successful": "Suscripción importada con éxito",
|
||||
"WebDAV Server URL": "Dirección del servidor WebDAV http(s)://",
|
||||
"Username": "Nombre de usuario",
|
||||
@@ -617,7 +460,6 @@
|
||||
"Invalid WebDAV URL": "Formato de dirección del servidor WebDAV no válido",
|
||||
"Username Required": "El nombre de usuario no puede estar vacío",
|
||||
"Password Required": "La contraseña no puede estar vacía",
|
||||
"Failed to Fetch Backups": "Failed to fetch backup files",
|
||||
"WebDAV Config Saved": "Configuración de WebDAV guardada con éxito",
|
||||
"WebDAV Config Save Failed": "Error al guardar la configuración de WebDAV: {{error}}",
|
||||
"Backup Created": "Copia de seguridad creada con éxito",
|
||||
@@ -636,24 +478,7 @@
|
||||
"Restore Success, App will restart in 1s": "Restauración exitosa. La aplicación se reiniciará en 1 segundo",
|
||||
"Failed to fetch backup files": "Error al obtener las copias de seguridad",
|
||||
"Profile": "Configuración",
|
||||
"Help": "Help",
|
||||
"About": "About",
|
||||
"Theme": "Theme",
|
||||
"Main Window": "Main Window",
|
||||
"Group Icon": "Group Icon",
|
||||
"Menu Icon": "Menu Icon",
|
||||
"PAC File": "PAC File",
|
||||
"Web UI": "Interfaz web",
|
||||
"Hotkeys": "Hotkeys",
|
||||
"Verge Mixed Port": "Verge Mixed Port",
|
||||
"Verge Socks Port": "Verge Socks Port",
|
||||
"Verge Redir Port": "Verge Redir Port",
|
||||
"Verge Tproxy Port": "Verge Tproxy Port",
|
||||
"Verge Port": "Verge Port",
|
||||
"Verge HTTP Enabled": "Verge HTTP Enabled",
|
||||
"WebDAV URL": "WebDAV URL",
|
||||
"WebDAV Username": "WebDAV Username",
|
||||
"WebDAV Password": "WebDAV Password",
|
||||
"Dashboard": "Panel de control",
|
||||
"Restart App": "Reiniciar aplicación",
|
||||
"Restart Clash Core": "Reiniciar el núcleo de Clash",
|
||||
@@ -669,9 +494,7 @@
|
||||
"Direct Mode": "Direct Mode",
|
||||
"Enable Tray Speed": "Habilitar velocidad en la bandeja",
|
||||
"Enable Tray Icon": "Habilitar icono de la bandeja",
|
||||
"Show Proxy Groups Inline": "Show Proxy Groups Inline",
|
||||
"LightWeight Mode": "Modo ligero",
|
||||
"LightWeight Mode Info": "Cierra la interfaz gráfica y solo mantiene el núcleo en ejecución",
|
||||
"LightWeight Mode Settings": "Configuración del modo ligero",
|
||||
"Enter LightWeight Mode Now": "Entrar en modo ligero ahora",
|
||||
"Auto Enter LightWeight Mode": "Entrar automáticamente en modo ligero",
|
||||
@@ -697,10 +520,6 @@
|
||||
"Merge File Mapping Error": "Error de mapeo en el archivo de sobrescritura. Los cambios se han deshecho",
|
||||
"Merge File Key Error": "Error de clave en el archivo de sobrescritura. Los cambios se han deshecho",
|
||||
"Merge File Error": "Error en el archivo de sobrescritura. Los cambios se han deshecho",
|
||||
"Validate YAML File": "Validate YAML File",
|
||||
"Validate Merge File": "Validate Merge File",
|
||||
"Validation Success": "Validation Success",
|
||||
"Validation Failed": "Validation Failed",
|
||||
"Service Administrator Prompt": "Clash Verge requiere permisos de administrador para instalar el servicio del sistema",
|
||||
"DNS Settings": "Configuración de DNS",
|
||||
"DNS settings saved": "Configuración de DNS guardada",
|
||||
@@ -747,19 +566,6 @@
|
||||
"Hosts Settings": "Configuración de hosts",
|
||||
"Hosts": "Hosts",
|
||||
"Custom domain to IP or domain mapping": "Asignación personalizada de dominio a IP o dominio, separados por comas",
|
||||
"Enable Alpha Channel": "Enable Alpha Channel",
|
||||
"Alpha versions may contain experimental features and bugs": "Alpha versions may contain experimental features and bugs",
|
||||
"Home Settings": "Configuración de la página de inicio",
|
||||
"Profile Card": "Tarjeta de suscripción",
|
||||
"Current Proxy Card": "Tarjeta de proxy actual",
|
||||
"Network Settings Card": "Tarjeta de configuración de red",
|
||||
"Proxy Mode Card": "Tarjeta de modo de proxy",
|
||||
"Clash Mode Card": "Clash Mode Card",
|
||||
"Traffic Stats Card": "Tarjeta de estadísticas de tráfico",
|
||||
"Clash Info Cards": "Tarjetas de información de Clash",
|
||||
"System Info Cards": "Tarjetas de información del sistema",
|
||||
"Website Tests Card": "Tarjeta de pruebas de sitios web",
|
||||
"Traffic Stats": "Estadísticas de tráfico",
|
||||
"Website Tests": "Pruebas de sitios web",
|
||||
"Clash Info": "Información de Clash",
|
||||
"Core Version": "Versión del núcleo",
|
||||
@@ -779,22 +585,16 @@
|
||||
"No schedule": "Sin programación",
|
||||
"Unknown": "Desconocido",
|
||||
"Auto update disabled": "La actualización automática está deshabilitada",
|
||||
"Update subscription successfully": "Suscripción actualizada con éxito",
|
||||
"Update failed, retrying with Clash proxy...": "Error al actualizar la suscripción. Intentando con el proxy de Clash...",
|
||||
"Update with Clash proxy successfully": "Actualización con el proxy de Clash exitosa",
|
||||
"Update failed even with Clash proxy": "Error al actualizar incluso con el proxy de Clash",
|
||||
"Profile creation failed, retrying with Clash proxy...": "Error al crear la suscripción. Intentando con el proxy de Clash...",
|
||||
"Profile creation succeeded with Clash proxy": "Creación de la suscripción con el proxy de Clash exitosa",
|
||||
"Import failed, retrying with Clash proxy...": "Error al importar la suscripción. Intentando con el proxy de Clash...",
|
||||
"Profile Imported with Clash proxy": "Suscripción importada con el proxy de Clash",
|
||||
"Import failed even with Clash proxy": "Error al importar incluso con el proxy de Clash",
|
||||
"Current Node": "Nodo actual",
|
||||
"No active proxy node": "No hay nodos de proxy activos",
|
||||
"Network Settings": "Configuración de red",
|
||||
"Proxy Mode": "Modo de proxy",
|
||||
"Group": "Grupo de proxy",
|
||||
"Proxy": "Nodo",
|
||||
"IP Information Card": "Tarjeta de información de IP",
|
||||
"IP Information": "Información de IP",
|
||||
"Failed to get IP info": "Error al obtener información de IP",
|
||||
"ISP": "Proveedor de servicios de Internet",
|
||||
@@ -828,9 +628,7 @@
|
||||
"AppQuitBody": "APP quit by hotkey",
|
||||
"AppHiddenTitle": "APP Hidden",
|
||||
"AppHiddenBody": "APP window hidden by hotkey",
|
||||
"Invalid Profile URL": "Invalid profile URL. Please enter a URL starting with http:// or https://",
|
||||
"Saved Successfully": "Saved successfully",
|
||||
"External Cors": "External Cors",
|
||||
"Enable one-click CORS for external API. Click to toggle CORS": "Enable one-click CORS for external API. Click to toggle CORS",
|
||||
"External Cors Settings": "External Cors Settings",
|
||||
"External Cors Configuration": "External Cors Configuration",
|
||||
@@ -840,8 +638,6 @@
|
||||
"Add": "Add",
|
||||
"Always included origins: {{urls}}": "Always included origins: {{urls}}",
|
||||
"Invalid regular expression": "Invalid regular expression",
|
||||
"Copy Version": "Copy Version",
|
||||
"Version copied to clipboard": "Version copied to clipboard",
|
||||
"Controller address cannot be empty": "Controller address cannot be empty",
|
||||
"Secret cannot be empty": "Secret cannot be empty",
|
||||
"Configuration saved successfully": "Configuración aleatoria guardada correctamente",
|
||||
@@ -849,20 +645,9 @@
|
||||
"Controller address copied to clipboard": "El puerto API se copió al portapapeles",
|
||||
"Secret copied to clipboard": "La clave API se copió al portapapeles",
|
||||
"Saving...": "Saving...",
|
||||
"Proxy node already exists in chain": "Proxy node already exists in chain",
|
||||
"Detection timeout or failed": "Detection timeout or failed",
|
||||
"Batch Operations": "Batch Operations",
|
||||
"Delete Selected Profiles": "Delete Selected Profiles",
|
||||
"Deselect All": "Deselect All",
|
||||
"Done": "Done",
|
||||
"items": "items",
|
||||
"Select All": "Select All",
|
||||
"Selected": "Selected",
|
||||
"Selected profiles deleted successfully": "Selected profiles deleted successfully",
|
||||
"Prefer System Titlebar": "Prefer System Titlebar",
|
||||
"App Log Max Size": "App Log Max Size",
|
||||
"App Log Max Count": "App Log Max Count",
|
||||
"Allow Auto Update": "Allow Auto Update",
|
||||
"Menu reorder mode": "Menu reorder mode",
|
||||
"Unlock menu order": "Unlock menu order",
|
||||
"Lock menu order": "Lock menu order",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"millis": "میلیثانیه",
|
||||
"seconds": "ثانیهها",
|
||||
"mins": "دقیقه",
|
||||
"Back": "بازگشت",
|
||||
"Close": "بستن",
|
||||
"Cancel": "لغو",
|
||||
"Confirm": "تأیید",
|
||||
@@ -15,7 +14,6 @@
|
||||
"Save": "ذخیره",
|
||||
"Delete": "حذف",
|
||||
"Enable": "فعال کردن",
|
||||
"Disable": "غیرفعال کردن",
|
||||
"pages": {
|
||||
"home": {
|
||||
"title": "Home",
|
||||
@@ -170,66 +168,31 @@
|
||||
"Label-Unlock": "Test",
|
||||
"Label-Settings": "تنظیمات",
|
||||
"Proxies": "پراکسیها",
|
||||
"Proxy Groups": "گروههای پراکسی",
|
||||
"Proxy Chain Mode": "Proxy Chain Mode",
|
||||
"Connect": "Connect",
|
||||
"Connecting...": "Connecting...",
|
||||
"Disconnect": "Disconnect",
|
||||
"Failed to connect to proxy chain": "Failed to connect to proxy chain",
|
||||
"Proxy Provider": "تأمینکننده پروکسی",
|
||||
"Proxy Count": "Proxy Count",
|
||||
"Update All": "بهروزرسانی همه",
|
||||
"Update At": "بهروزرسانی در",
|
||||
"rule": "قانون",
|
||||
"global": "جهانی",
|
||||
"direct": "مستقیم",
|
||||
"Chain Proxy": "🔗 پراکسی زنجیرهای",
|
||||
"Chain Proxy Config": "Chain Proxy Config",
|
||||
"Proxy Rules": "Proxy Rules",
|
||||
"Select Rules": "Select Rules",
|
||||
"Click nodes in order to add to proxy chain": "Click nodes in order to add to proxy chain",
|
||||
"No proxy chain configured": "No proxy chain configured",
|
||||
"Proxy Order": "Proxy Order",
|
||||
"timeout": "Timeout",
|
||||
"Clear All": "Clear All",
|
||||
"script": "اسکریپت",
|
||||
"locate": "موقعیت",
|
||||
"Delay check": "بررسی تأخیر",
|
||||
"Sort by default": "مرتبسازی بر اساس پیشفرض",
|
||||
"Sort by delay": "مرتبسازی بر اساس تأخیر",
|
||||
"Sort by name": "مرتبسازی بر اساس نام",
|
||||
"Delay check URL": "آدرس بررسی تأخیر",
|
||||
"Delay check to cancel fixed": "بررسی تأخیر برای لغو ثابت",
|
||||
"Proxy basic": "پراکسی پایه",
|
||||
"Proxy detail": "جزئیات پراکسی",
|
||||
"Profiles": "پروفایلها",
|
||||
"Update All Profiles": "بهروزرسانی همه پروفایلها",
|
||||
"View Runtime Config": "مشاهده پیکربندی زمان اجرا",
|
||||
"Reactivate Profiles": "فعالسازی مجدد پروفایلها",
|
||||
"Paste": "چسباندن",
|
||||
"Profile URL": "آدرس پروفایل",
|
||||
"Import": "وارد کردن",
|
||||
"From": "از",
|
||||
"Update Time": "زمان بهروزرسانی",
|
||||
"Used / Total": "استفادهشده / کل",
|
||||
"Expire Time": "زمان انقضا",
|
||||
"Create Profile": "ایجاد پروفایل",
|
||||
"Edit Profile": "ویرایش پروفایل",
|
||||
"Edit Proxies": "ویرایش پروکسیها",
|
||||
"Use newlines for multiple uri": "استفاده از خطوط جدید برای چندین آدرس (پشتیبانی از رمزگذاری Base64)",
|
||||
"Edit Rules": "ویرایش قوانین",
|
||||
"Rule Type": "نوع قانون",
|
||||
"Rule Content": "محتوای قانون",
|
||||
"Proxy Policy": "سیاست پروکسی",
|
||||
"No Resolve": "بدون حل",
|
||||
"Prepend Rule": "اضافه کردن قانون به ابتدا",
|
||||
"Append Rule": "اضافه کردن قانون به انتها",
|
||||
"Prepend Group": "اضافه کردن گروه به ابتدا",
|
||||
"Append Group": "اضافه کردن گروه به انتها",
|
||||
"Prepend Proxy": "پیشافزودن پراکسی",
|
||||
"Append Proxy": "پسافزودن پراکسی",
|
||||
"Rule Condition Required": "شرط قانون الزامی است",
|
||||
"Invalid Rule": "قانون نامعتبر",
|
||||
"Advanced": "پیشرفته",
|
||||
"Visualization": "تجسم",
|
||||
"DOMAIN": "مطابقت با نام کامل دامنه",
|
||||
@@ -298,17 +261,8 @@
|
||||
"Group Name Already Exists": "نام گروه قبلا وجود دارد",
|
||||
"Extend Config": "توسعه پیکربندی",
|
||||
"Extend Script": "ادغام اسکریپت",
|
||||
"Global Merge": "تنظیمات گستردهی سراسری",
|
||||
"Global Script": "اسکریپت گسترش سراسری",
|
||||
"Type": "نوع",
|
||||
"Name": "نام",
|
||||
"Descriptions": "توضیحات",
|
||||
"Subscription URL": "آدرس اشتراک",
|
||||
"Update Interval": "فاصله زمانی بهروزرسانی",
|
||||
"Choose File": "انتخاب فایل",
|
||||
"Use System Proxy": "استفاده از پراکسی سیستم",
|
||||
"Use Clash Proxy": "استفاده از پراکسی Clash",
|
||||
"Accept Invalid Certs (Danger)": "پذیرش گواهینامههای نامعتبر (خطرناک)",
|
||||
"Refresh": "بازنشانی",
|
||||
"Home": "خانه",
|
||||
"Select": "انتخاب",
|
||||
@@ -317,37 +271,18 @@
|
||||
"Open File": "باز کردن فایل",
|
||||
"Update": "بهروزرسانی",
|
||||
"Update via proxy": "Update via proxy",
|
||||
"Update(Proxy)": "بهروزرسانی (پراکسی)",
|
||||
"Confirm deletion": "تأیید حذف",
|
||||
"This operation is not reversible": "این عملیات قابل برگشت نیست",
|
||||
"Script Console": "کنسول اسکریپت",
|
||||
"To Top": "به بالا",
|
||||
"To End": "به پایان",
|
||||
"Connections": "اتصالات",
|
||||
"Table View": "نمای جدولی",
|
||||
"List View": "نمای لیستی",
|
||||
"Close All": "بستن همه",
|
||||
"Close All Connections": "Close All Connections",
|
||||
"Upload": "Upload",
|
||||
"Download": "Download",
|
||||
"Download Speed": "سرعت دانلود",
|
||||
"Upload Speed": "سرعت بارگذاری",
|
||||
"Host": "میزبان",
|
||||
"Downloaded": "دانلود شده",
|
||||
"Uploaded": "بارگذاری شده",
|
||||
"DL Speed": "سرعت دانلود",
|
||||
"UL Speed": "سرعت بارگذاری",
|
||||
"Active Connections": "Active Connections",
|
||||
"Chains": "زنجیرهها",
|
||||
"Rule": "قانون",
|
||||
"Process": "فرآیند",
|
||||
"Time": "زمان",
|
||||
"Source": "منبع",
|
||||
"Destination": "آدرس IP مقصد",
|
||||
"DestinationPort": "بندر هدف",
|
||||
"Close Connection": "بستن اتصال",
|
||||
"Rules": "قوانین",
|
||||
"Rule Provider": "تأمینکننده قانون",
|
||||
"notice.forceRefreshCompleted": "Force refresh completed",
|
||||
"notice.emergencyRefreshFailed": "Emergency refresh failed: {{message}}",
|
||||
"notice.provider.updateSuccess": "{{name}} updated successfully",
|
||||
@@ -367,30 +302,12 @@
|
||||
"Icon": "آیکون",
|
||||
"Test URL": "آدرس آزمون",
|
||||
"Settings": "تنظیمات",
|
||||
"System Setting": "تنظیمات سیستم",
|
||||
"Tun Mode": "Tun (کارت شبکه مجازی)",
|
||||
"TUN requires Service Mode": "حالت تونلزنی نیاز به سرویس دارد",
|
||||
"Install Service": "نصب سرویس",
|
||||
"Install Service failed": "Install Service failed",
|
||||
"Uninstall Service": "Uninstall Service",
|
||||
"Restart Core failed": "Restart Core failed",
|
||||
"Reset to Default": "بازنشانی به پیشفرض",
|
||||
"Tun Mode Info": "حالت Tun (NIC مجازی): تمام ترافیک سیستم را ضبط می کند، وقتی فعال باشد، نیازی به فعال کردن پروکسی سیستم نیست.",
|
||||
"TUN requires Service Mode or Admin Mode": "TUN requires Service Mode or Admin Mode",
|
||||
"TUN Mode automatically disabled due to service unavailable": "TUN Mode automatically disabled due to service unavailable",
|
||||
"Failed to disable TUN Mode automatically": "Failed to disable TUN Mode automatically",
|
||||
"System Proxy Enabled": "System proxy is enabled, your applications will access the network through the proxy",
|
||||
"System Proxy Disabled": "System proxy is disabled, it is recommended for most users to turn on this option",
|
||||
"TUN Mode Enabled": "TUN mode is enabled, applications will access the network through the virtual network card",
|
||||
"TUN Mode Disabled": "TUN mode is disabled, suitable for special applications",
|
||||
"TUN Mode Service Required": "TUN mode requires service mode, please install the service first",
|
||||
"TUN Mode Intercept Info": "TUN mode can take over all application traffic, suitable for special applications that do not follow the system proxy settings",
|
||||
"Core communication error": "Core communication error",
|
||||
"Rule Mode Description": "Routes traffic according to preset rules, provides flexible proxy strategies",
|
||||
"Global Mode Description": "All traffic goes through proxy servers, suitable for scenarios requiring global internet access",
|
||||
"Direct Mode Description": "All traffic doesn't go through proxy nodes, but is forwarded by Clash kernel to target servers, suitable for specific scenarios requiring kernel traffic distribution",
|
||||
"Stack": "انباشته Tun",
|
||||
"System and Mixed Can Only be Used in Service Mode": "سیستم و ترکیبی تنها میتوانند در حالت سرویس استفاده شوند",
|
||||
"Device": "نام دستگاه",
|
||||
"Auto Route": "مسیر خودکار",
|
||||
"Strict Route": "مسیر دقیق",
|
||||
@@ -398,19 +315,11 @@
|
||||
"DNS Hijack": "ربایش DNS",
|
||||
"MTU": "واحد حداکثر انتقال",
|
||||
"Service Mode": "حالت سرویس",
|
||||
"Service Mode Info": "لطفاً قبل از فعال کردن حالت TUN، حالت سرویس را نصب کنید.",
|
||||
"Current State": "وضعیت فعلی",
|
||||
"pending": "در انتظار",
|
||||
"installed": "نصب شده",
|
||||
"uninstall": "حذف شده",
|
||||
"active": "فعال",
|
||||
"unknown": "ناشناخته",
|
||||
"Information: Please make sure that the Clash Verge Service is installed and enabled": "اطلاعات: لطفاً مطمئن شوید که سرویس Clash Verge نصب و فعال شده است",
|
||||
"Install": "نصب",
|
||||
"Uninstall": "حذف نصب",
|
||||
"Disable Service Mode": "غیرفعال کردن حالت سرویس",
|
||||
"System Proxy": "پراکسی سیستم",
|
||||
"System Proxy Info": "به امکانات تنظیم پروکسی سیستم عامل دسترسی پیدا کنید. اگر فعالسازی ناموفق بود، پروکسی سیستم عامل را بهصورت دستی تغییر دهید",
|
||||
"System Proxy Setting": "تنظیمات پراکسی سیستم",
|
||||
"Current System Proxy": "پراکسی سیستم فعلی",
|
||||
"Enable status": "وضعیت فعال",
|
||||
@@ -419,12 +328,10 @@
|
||||
"Server Addr": "آدرس سرور: ",
|
||||
"Proxy Host": "میزبان پراکسی",
|
||||
"Invalid Proxy Host Format": "فرمت میزبان پراکسی نامعتبر است",
|
||||
"Not available": "غیر فعال شد",
|
||||
"Proxy Guard": "محافظ پراکسی",
|
||||
"Proxy Guard Info": "امکان جلوگیری از نرمافزارهای دیگر از تغییر تنظیمات پروکسی سیستم عامل را فعال کنید",
|
||||
"Guard Duration": "مدت محافظت",
|
||||
"Always use Default Bypass": "همیشه از دور زدن پیشفرض استفاده کنید",
|
||||
"Use Bypass Check": "استخدم التحقق من التحايل",
|
||||
"Proxy Bypass": "دور زدن پراکسی: ",
|
||||
"Bypass": "دور زدن: ",
|
||||
"Use PAC Mode": "استفاده از حالت PAC",
|
||||
@@ -432,15 +339,6 @@
|
||||
"PAC URL": "PAC URL: ",
|
||||
"Auto Launch": "راهاندازی خودکار",
|
||||
"Administrator mode may not support auto launch": "Administrator mode may not support auto launch",
|
||||
"Silent Start": "شروع بیصدا",
|
||||
"Silent Start Info": "برنامه را در حالت پسزمینه بدون نمایش پانل اجرا کنید",
|
||||
"Hover Jump Navigator": "Hover Jump Navigator",
|
||||
"Hover Jump Navigator Info": "Automatically scroll to the corresponding proxy group when hovering over alphabet letters",
|
||||
"Hover Jump Navigator Delay": "Hover Jump Navigator Delay",
|
||||
"Hover Jump Navigator Delay Info": "Delay before auto scrolling when hovering, in milliseconds",
|
||||
"TG Channel": "کانال تلگرام",
|
||||
"Manual": "راهنما",
|
||||
"Github Repo": "مخزن GitHub",
|
||||
"Clash Setting": "تنظیمات Clash",
|
||||
"Allow Lan": "اجازه LAN",
|
||||
"Network Interface": "رابط شبکه",
|
||||
@@ -473,50 +371,16 @@
|
||||
"Restart": "راهاندازی مجدد",
|
||||
"Release Version": "نسخه نهایی",
|
||||
"Alpha Version": "نسخه آلفا",
|
||||
"Please Enable Service Mode": "Please Install and Enable Service Mode First",
|
||||
"Please enter your root password": "لطفاً رمز ریشه خود را وارد کنید",
|
||||
"Grant": "اعطا",
|
||||
"Open UWP tool": "باز کردن ابزار UWP",
|
||||
"Open UWP tool Info": "از ویندوز 8 به بعد، برنامههای UWP (مانند Microsoft Store) از دسترسی مستقیم به خدمات شبکه محلی محدود شدهاند و این ابزار میتواند برای دور زدن این محدودیت استفاده شود",
|
||||
"Update GeoData": "بهروزرسانی GeoData",
|
||||
"Verge Basic Setting": "تنظیمات پایه Verge",
|
||||
"Verge Advanced Setting": "تنظیمات پیشرفته Verge",
|
||||
"Language": "زبان",
|
||||
"Theme Mode": "حالت تم",
|
||||
"theme.light": "روشن",
|
||||
"theme.dark": "تاریک",
|
||||
"theme.system": "سیستم",
|
||||
"Tray Click Event": "رویداد کلیک در سینی سیستم",
|
||||
"Show Main Window": "نمایش پنجره اصلی",
|
||||
"Show Tray Menu": "Show Tray Menu",
|
||||
"Copy Env Type": "کپی نوع محیط",
|
||||
"Copy Success": "کپی با موفقیت انجام شد",
|
||||
"Start Page": "صفحه شروع",
|
||||
"Startup Script": "اسکریپت راهاندازی",
|
||||
"Browse": "مرور کردن",
|
||||
"Theme Setting": "تنظیمات تم",
|
||||
"Primary Color": "رنگ اصلی",
|
||||
"Secondary Color": "رنگ ثانویه",
|
||||
"Primary Text": "متن اصلی",
|
||||
"Secondary Text": "متن ثانویه",
|
||||
"Info Color": "رنگ اطلاعات",
|
||||
"Warning Color": "رنگ هشدار",
|
||||
"Error Color": "رنگ خطا",
|
||||
"Success Color": "رنگ موفقیت",
|
||||
"Font Family": "خانواده فونت",
|
||||
"CSS Injection": "تزریق CSS",
|
||||
"Layout Setting": "تنظیمات چیدمان",
|
||||
"Traffic Graph": "نمودار ترافیک",
|
||||
"Memory Usage": "استفاده از حافظه",
|
||||
"Memory Cleanup": "برای پاکسازی حافظه ضربه بزنید",
|
||||
"Proxy Group Icon": "آیکون گروه پراکسی",
|
||||
"Nav Icon": "آیکون ناوبری",
|
||||
"Monochrome": "تک رنگ",
|
||||
"Colorful": "رنگارنگ",
|
||||
"Tray Icon": "آیکون سینی سیستم",
|
||||
"Common Tray Icon": "آیکون مشترک سینی سیستم",
|
||||
"System Proxy Tray Icon": "آیکون سینی پراکسی سیستم",
|
||||
"Tun Tray Icon": "آیکون سینی Tun",
|
||||
"Miscellaneous": "متفرقه",
|
||||
"App Log Level": "سطح لاگ برنامه",
|
||||
"Auto Close Connections": "بستن خودکار اتصالات",
|
||||
@@ -544,19 +408,10 @@
|
||||
"toggle_tun_mode": "فعال/غیرفعال کردن حالت Tun",
|
||||
"entry_lightweight_mode": "Entry Lightweight Mode",
|
||||
"Backup Setting": "تنظیمات پشتیبان گیری",
|
||||
"Backup Setting Info": "از فایل های پیکربندی پشتیبان WebDAV پشتیبانی می کند",
|
||||
"Runtime Config": "پیکربندی زمان اجرا",
|
||||
"Open Conf Dir": "باز کردن پوشه برنامه",
|
||||
"Open Conf Dir Info": "اگر نرمافزار بهطور غیرعادی اجرا میشود، از تمام فایلهای موجود در این پوشه نسخه پشتیبان تهیه و پاک کنید تا نرمافزار را مجدداً راهاندازی کنید",
|
||||
"Open Core Dir": "باز کردن پوشه هسته",
|
||||
"Open Logs Dir": "باز کردن پوشه لاگها",
|
||||
"Check for Updates": "بررسی برای بهروزرسانیها",
|
||||
"Go to Release Page": "رفتن به صفحه انتشار",
|
||||
"Portable Updater Error": "نسخه پرتابل از بهروزرسانی درون برنامهای پشتیبانی نمیکند. لطفاً به صورت دستی دانلود و جایگزین کنید",
|
||||
"Break Change Update Error": "این نسخه یک بهروزرسانی اساسی است و پشتیبانی از بهروزرسانی درون برنامه را پشتیبانی نمیکند. لطفاً پس از حذف، دستی دانلود و نصب کنید.",
|
||||
"Open Dev Tools": "باز کردن ابزارهای توسعهدهنده",
|
||||
"Export Diagnostic Info": "Export Diagnostic Info",
|
||||
"Export Diagnostic Info For Issue Reporting": "Export Diagnostic Info For Issue Reporting",
|
||||
"Exit": "خروج",
|
||||
"Verge Version": "نسخه Verge",
|
||||
"ReadOnly": "فقط خواندنی",
|
||||
@@ -567,10 +422,6 @@
|
||||
"Match Whole Word": "تطبیق کل کلمه",
|
||||
"Use Regular Expression": "استفاده از عبارت منظم",
|
||||
"Profile Imported Successfully": "پروفایل با موفقیت وارد شد",
|
||||
"Profile Switched": "پروفایل تغییر یافت",
|
||||
"Profile Reactivated": "پروفایل مجدداً فعال شد",
|
||||
"Profile switch interrupted by new selection": "Profile switch interrupted by new selection",
|
||||
"Only YAML Files Supported": "فقط فایلهای YAML پشتیبانی میشوند",
|
||||
"Settings Applied": "تنظیمات اعمال شد",
|
||||
"Stopping Core...": "Stopping Core...",
|
||||
"Restarting Core...": "Restarting Core...",
|
||||
@@ -587,19 +438,11 @@
|
||||
"Service was ready, but core restart might have issues or service became unavailable. Please check.": "Service was ready, but core restart might have issues or service became unavailable. Please check.",
|
||||
"Service installation or core restart encountered issues. Service might not be available. Please check system logs.": "Service installation or core restart encountered issues. Service might not be available. Please check system logs.",
|
||||
"Attempting to restart core as a fallback...": "Attempting to restart core as a fallback...",
|
||||
"Fallback core restart also failed: {message}": "Fallback core restart also failed: {{message}}",
|
||||
"Service is ready and core restarted": "Service is ready and core restarted",
|
||||
"Core restarted. Service is now available.": "Core restarted. Service is now available.",
|
||||
"Clash Port Modified": "پورت Clash تغییر یافت",
|
||||
"Port Conflict": "تعارض پورت",
|
||||
"Restart Application to Apply Modifications": "راهاندازی مجدد برنامه برای اعمال تغییرات",
|
||||
"External Controller Address Modified": "آدرس کنترلکننده خارجی تغییر یافت",
|
||||
"Permissions Granted Successfully for _clash Core": "مجوزها با موفقیت برای هسته {{core}} اعطا شد",
|
||||
"Core Version Updated": "نسخه هسته بهروزرسانی شد",
|
||||
"Clash Core Restarted": "هسته Clash مجدداً راهاندازی شد",
|
||||
"GeoData Updated": "GeoData بهروزرسانی شد",
|
||||
"Currently on the Latest Version": "در حال حاضر در آخرین نسخه",
|
||||
"Already Using Latest Core": "Already Using Latest Core",
|
||||
"Import Subscription Successful": "وارد کردن اشتراک با موفقیت انجام شد",
|
||||
"WebDAV Server URL": "http(s):// URL سرور WebDAV",
|
||||
"Username": "نام کاربری",
|
||||
@@ -617,7 +460,6 @@
|
||||
"Invalid WebDAV URL": "فرمت آدرس WebDAV نامعتبر است",
|
||||
"Username Required": "نام کاربری نمیتواند خالی باشد",
|
||||
"Password Required": "رمز عبور نمیتواند خالی باشد",
|
||||
"Failed to Fetch Backups": "دریافت فایلهای پشتیبان ناموفق بود",
|
||||
"WebDAV Config Saved": "پیکربندی WebDAV با موفقیت ذخیره شد",
|
||||
"WebDAV Config Save Failed": "خطا در ذخیره تنظیمات WebDAV: {{error}}",
|
||||
"Backup Created": "پشتیبانگیری با موفقیت ایجاد شد",
|
||||
@@ -636,24 +478,7 @@
|
||||
"Restore Success, App will restart in 1s": "بازیابی با موفقیت انجام شد، برنامه در 1 ثانیه راهاندازی مجدد میشود",
|
||||
"Failed to fetch backup files": "دریافت فایلهای پشتیبان ناموفق بود",
|
||||
"Profile": "پروفایل",
|
||||
"Help": "راهنما",
|
||||
"About": "درباره",
|
||||
"Theme": "پوسته",
|
||||
"Main Window": "پنجره اصلی",
|
||||
"Group Icon": "آیکون گروه",
|
||||
"Menu Icon": "آیکون منو",
|
||||
"PAC File": "فایل PAC",
|
||||
"Web UI": "رابط وب",
|
||||
"Hotkeys": "کلیدهای میانبر",
|
||||
"Verge Mixed Port": "پورت ترکیبی Verge",
|
||||
"Verge Socks Port": "پورت Socks Verge",
|
||||
"Verge Redir Port": "پورت تغییر مسیر Verge",
|
||||
"Verge Tproxy Port": "پورت Tproxy Verge",
|
||||
"Verge Port": "پورت Verge",
|
||||
"Verge HTTP Enabled": "HTTP Verge فعال",
|
||||
"WebDAV URL": "آدرس WebDAV",
|
||||
"WebDAV Username": "نام کاربری WebDAV",
|
||||
"WebDAV Password": "رمز عبور WebDAV",
|
||||
"Dashboard": "داشبورد",
|
||||
"Restart App": "راهاندازی مجدد برنامه",
|
||||
"Restart Clash Core": "راهاندازی مجدد هسته Clash",
|
||||
@@ -669,9 +494,7 @@
|
||||
"Direct Mode": "حالت مستقیم",
|
||||
"Enable Tray Speed": "فعال کردن سرعت ترای",
|
||||
"Enable Tray Icon": "Enable Tray Icon",
|
||||
"Show Proxy Groups Inline": "Show Proxy Groups Inline",
|
||||
"LightWeight Mode": "در فارسی",
|
||||
"LightWeight Mode Info": "رابط کاربری گرافیکی را ببندید و فقط هسته را در حال اجرا نگه دارید",
|
||||
"LightWeight Mode Settings": "LightWeight Mode Settings",
|
||||
"Enter LightWeight Mode Now": "Enter LightWeight Mode Now",
|
||||
"Auto Enter LightWeight Mode": "Auto Enter LightWeight Mode",
|
||||
@@ -697,10 +520,6 @@
|
||||
"Merge File Mapping Error": "Merge file mapping error, changes reverted",
|
||||
"Merge File Key Error": "Merge file key error, changes reverted",
|
||||
"Merge File Error": "Merge file error, changes reverted",
|
||||
"Validate YAML File": "Validate YAML File",
|
||||
"Validate Merge File": "Validate Merge File",
|
||||
"Validation Success": "Validation Success",
|
||||
"Validation Failed": "Validation Failed",
|
||||
"Service Administrator Prompt": "Clash Verge برای نصب مجدد سرویس سیستم به امتیازات مدیر نیاز دارد",
|
||||
"DNS Settings": "DNS Settings",
|
||||
"DNS settings saved": "DNS settings saved",
|
||||
@@ -747,19 +566,6 @@
|
||||
"Hosts Settings": "Hosts Settings",
|
||||
"Hosts": "Hosts",
|
||||
"Custom domain to IP or domain mapping": "Custom domain to IP or domain mapping",
|
||||
"Enable Alpha Channel": "Enable Alpha Channel",
|
||||
"Alpha versions may contain experimental features and bugs": "Alpha versions may contain experimental features and bugs",
|
||||
"Home Settings": "Home Settings",
|
||||
"Profile Card": "Profile Card",
|
||||
"Current Proxy Card": "Current Proxy Card",
|
||||
"Network Settings Card": "Network Settings Card",
|
||||
"Proxy Mode Card": "Proxy Mode Card",
|
||||
"Clash Mode Card": "Clash Mode Card",
|
||||
"Traffic Stats Card": "Traffic Stats Card",
|
||||
"Clash Info Cards": "Clash Info Cards",
|
||||
"System Info Cards": "System Info Cards",
|
||||
"Website Tests Card": "Website Tests Card",
|
||||
"Traffic Stats": "Traffic Stats",
|
||||
"Website Tests": "Website Tests",
|
||||
"Clash Info": "Clash Info",
|
||||
"Core Version": "Core Version",
|
||||
@@ -779,22 +585,16 @@
|
||||
"No schedule": "No schedule",
|
||||
"Unknown": "Unknown",
|
||||
"Auto update disabled": "Auto update disabled",
|
||||
"Update subscription successfully": "Update subscription successfully",
|
||||
"Update failed, retrying with Clash proxy...": "Update failed, retrying with Clash proxy...",
|
||||
"Update with Clash proxy successfully": "Update with Clash proxy successfully",
|
||||
"Update failed even with Clash proxy": "Update failed even with Clash proxy",
|
||||
"Profile creation failed, retrying with Clash proxy...": "Profile creation failed, retrying with Clash proxy...",
|
||||
"Profile creation succeeded with Clash proxy": "Profile creation succeeded with Clash proxy",
|
||||
"Import failed, retrying with Clash proxy...": "Import failed, retrying with Clash proxy...",
|
||||
"Profile Imported with Clash proxy": "Profile Imported with Clash proxy",
|
||||
"Import failed even with Clash proxy": "Import failed even with Clash proxy",
|
||||
"Current Node": "Current Node",
|
||||
"No active proxy node": "No active proxy node",
|
||||
"Network Settings": "Network Settings",
|
||||
"Proxy Mode": "Proxy Mode",
|
||||
"Group": "Group",
|
||||
"Proxy": "Proxy",
|
||||
"IP Information Card": "IP Information Card",
|
||||
"IP Information": "IP Information",
|
||||
"Failed to get IP info": "Failed to get IP info",
|
||||
"ISP": "ISP",
|
||||
@@ -828,9 +628,7 @@
|
||||
"AppQuitBody": "APP quit by hotkey",
|
||||
"AppHiddenTitle": "APP Hidden",
|
||||
"AppHiddenBody": "APP window hidden by hotkey",
|
||||
"Invalid Profile URL": "Invalid profile URL. Please enter a URL starting with http:// or https://",
|
||||
"Saved Successfully": "Saved successfully",
|
||||
"External Cors": "External Cors",
|
||||
"Enable one-click CORS for external API. Click to toggle CORS": "Enable one-click CORS for external API. Click to toggle CORS",
|
||||
"External Cors Settings": "External Cors Settings",
|
||||
"External Cors Configuration": "External Cors Configuration",
|
||||
@@ -840,8 +638,6 @@
|
||||
"Add": "Add",
|
||||
"Always included origins: {{urls}}": "Always included origins: {{urls}}",
|
||||
"Invalid regular expression": "Invalid regular expression",
|
||||
"Copy Version": "Copy Version",
|
||||
"Version copied to clipboard": "Version copied to clipboard",
|
||||
"Controller address cannot be empty": "Controller address cannot be empty",
|
||||
"Secret cannot be empty": "Secret cannot be empty",
|
||||
"Configuration saved successfully": "Configuration saved successfully",
|
||||
@@ -849,20 +645,9 @@
|
||||
"Controller address copied to clipboard": "Controller address copied to clipboard",
|
||||
"Secret copied to clipboard": "Secret copied to clipboard",
|
||||
"Saving...": "Saving...",
|
||||
"Proxy node already exists in chain": "Proxy node already exists in chain",
|
||||
"Detection timeout or failed": "Detection timeout or failed",
|
||||
"Batch Operations": "Batch Operations",
|
||||
"Delete Selected Profiles": "Delete Selected Profiles",
|
||||
"Deselect All": "Deselect All",
|
||||
"Done": "Done",
|
||||
"items": "items",
|
||||
"Select All": "Select All",
|
||||
"Selected": "Selected",
|
||||
"Selected profiles deleted successfully": "Selected profiles deleted successfully",
|
||||
"Prefer System Titlebar": "Prefer System Titlebar",
|
||||
"App Log Max Size": "App Log Max Size",
|
||||
"App Log Max Count": "App Log Max Count",
|
||||
"Allow Auto Update": "Allow Auto Update",
|
||||
"Menu reorder mode": "Menu reorder mode",
|
||||
"Unlock menu order": "Unlock menu order",
|
||||
"Lock menu order": "Lock menu order",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"millis": "milidetik",
|
||||
"seconds": "detik",
|
||||
"mins": "menit",
|
||||
"Back": "Kembali",
|
||||
"Close": "Tutup",
|
||||
"Cancel": "Batal",
|
||||
"Confirm": "Konfirmasi",
|
||||
@@ -15,7 +14,6 @@
|
||||
"Save": "Simpan",
|
||||
"Delete": "Hapus",
|
||||
"Enable": "Aktifkan",
|
||||
"Disable": "Nonaktifkan",
|
||||
"pages": {
|
||||
"home": {
|
||||
"title": "Home",
|
||||
@@ -170,66 +168,31 @@
|
||||
"Label-Unlock": "Test",
|
||||
"Label-Settings": "Pengaturan",
|
||||
"Proxies": "Proksi",
|
||||
"Proxy Groups": "Grup Proksi",
|
||||
"Proxy Chain Mode": "Proxy Chain Mode",
|
||||
"Connect": "Connect",
|
||||
"Connecting...": "Connecting...",
|
||||
"Disconnect": "Disconnect",
|
||||
"Failed to connect to proxy chain": "Failed to connect to proxy chain",
|
||||
"Proxy Provider": "Penyedia Proksi",
|
||||
"Proxy Count": "Proxy Count",
|
||||
"Update All": "Perbarui Semua",
|
||||
"Update At": "Diperbarui Pada",
|
||||
"rule": "aturan",
|
||||
"global": "global",
|
||||
"direct": "langsung",
|
||||
"Chain Proxy": "🔗 Proxy Rantai",
|
||||
"Chain Proxy Config": "Chain Proxy Config",
|
||||
"Proxy Rules": "Proxy Rules",
|
||||
"Select Rules": "Select Rules",
|
||||
"Click nodes in order to add to proxy chain": "Click nodes in order to add to proxy chain",
|
||||
"No proxy chain configured": "No proxy chain configured",
|
||||
"Proxy Order": "Proxy Order",
|
||||
"timeout": "Timeout",
|
||||
"Clear All": "Clear All",
|
||||
"script": "skrip",
|
||||
"locate": "Lokasi",
|
||||
"Delay check": "Periksa Keterlambatan",
|
||||
"Sort by default": "Urutkan secara default",
|
||||
"Sort by delay": "Urutkan berdasarkan keterlambatan",
|
||||
"Sort by name": "Urutkan berdasarkan nama",
|
||||
"Delay check URL": "URL Periksa Keterlambatan",
|
||||
"Delay check to cancel fixed": "Periksa keterlambatan untuk membatalkan tetap",
|
||||
"Proxy basic": "Dasar Proksi",
|
||||
"Proxy detail": "Detail Proksi",
|
||||
"Profiles": "Profil",
|
||||
"Update All Profiles": "Perbarui Semua Profil",
|
||||
"View Runtime Config": "Lihat Konfigurasi Runtime",
|
||||
"Reactivate Profiles": "Reaktivasi Profil",
|
||||
"Paste": "Tempel",
|
||||
"Profile URL": "URL Profil",
|
||||
"Import": "Impor",
|
||||
"From": "Dari",
|
||||
"Update Time": "Waktu Pembaruan",
|
||||
"Used / Total": "Digunakan / Total",
|
||||
"Expire Time": "Waktu Kedaluwarsa",
|
||||
"Create Profile": "Buat Profil",
|
||||
"Edit Profile": "Ubah Profil",
|
||||
"Edit Proxies": "Ubah Proksi",
|
||||
"Use newlines for multiple uri": "Gunakan baris baru untuk beberapa URI (mendukung pengkodean Base64)",
|
||||
"Edit Rules": "Ubah Aturan",
|
||||
"Rule Type": "Jenis Aturan",
|
||||
"Rule Content": "Konten Aturan",
|
||||
"Proxy Policy": "Kebijakan Proksi",
|
||||
"No Resolve": "Tidak Menyelesaikan",
|
||||
"Prepend Rule": "Tambahkan Aturan di Awal",
|
||||
"Append Rule": "Tambahkan Aturan di Akhir",
|
||||
"Prepend Group": "Tambahkan Grup di Awal",
|
||||
"Append Group": "Tambahkan Grup di Akhir",
|
||||
"Prepend Proxy": "Tambahkan Proksi di Awal",
|
||||
"Append Proxy": "Tambahkan Proksi di Akhir",
|
||||
"Rule Condition Required": "Kondisi Aturan Diperlukan",
|
||||
"Invalid Rule": "Aturan Tidak Valid",
|
||||
"Advanced": "Lanjutan",
|
||||
"Visualization": "Visualisasi",
|
||||
"DOMAIN": "Cocok dengan nama domain lengkap",
|
||||
@@ -298,17 +261,8 @@
|
||||
"Group Name Already Exists": "Nama Grup Sudah Ada",
|
||||
"Extend Config": "Perluas Konfigurasi",
|
||||
"Extend Script": "Perluas Skrip",
|
||||
"Global Merge": "Perluas Konfigurasi Global",
|
||||
"Global Script": "Perluas Skrip Global",
|
||||
"Type": "Jenis",
|
||||
"Name": "Nama",
|
||||
"Descriptions": "Deskripsi",
|
||||
"Subscription URL": "URL Langganan",
|
||||
"Update Interval": "Interval Pembaruan",
|
||||
"Choose File": "Pilih Berkas",
|
||||
"Use System Proxy": "Gunakan Proksi Sistem",
|
||||
"Use Clash Proxy": "Gunakan Proksi Clash",
|
||||
"Accept Invalid Certs (Danger)": "Terima Sertifikat Tidak Valid (Bahaya)",
|
||||
"Refresh": "Segarkan",
|
||||
"Home": "Beranda",
|
||||
"Select": "Pilih",
|
||||
@@ -317,37 +271,18 @@
|
||||
"Open File": "Buka Berkas",
|
||||
"Update": "Perbarui",
|
||||
"Update via proxy": "Update via proxy",
|
||||
"Update(Proxy)": "Perbarui (Proksi)",
|
||||
"Confirm deletion": "Konfirmasi penghapusan",
|
||||
"This operation is not reversible": "Operasi ini tidak dapat dibatalkan",
|
||||
"Script Console": "Konsol Skrip",
|
||||
"To Top": "Ke Atas",
|
||||
"To End": "Ke Bawah",
|
||||
"Connections": "Koneksi",
|
||||
"Table View": "Tampilan Tabel",
|
||||
"List View": "Tampilan Daftar",
|
||||
"Close All": "Tutup Semua",
|
||||
"Close All Connections": "Close All Connections",
|
||||
"Upload": "Upload",
|
||||
"Download": "Download",
|
||||
"Download Speed": "Kecepatan Unduh",
|
||||
"Upload Speed": "Kecepatan Unggah",
|
||||
"Host": "Host",
|
||||
"Downloaded": "Diunduh",
|
||||
"Uploaded": "Diunggah",
|
||||
"DL Speed": "Kecepatan Unduh",
|
||||
"UL Speed": "Kecepatan Unggah",
|
||||
"Active Connections": "Active Connections",
|
||||
"Chains": "Rantai",
|
||||
"Rule": "Aturan",
|
||||
"Process": "Proses",
|
||||
"Time": "Waktu",
|
||||
"Source": "Sumber",
|
||||
"Destination": "IP Tujuan",
|
||||
"DestinationPort": "Port Tujuan",
|
||||
"Close Connection": "Tutup Koneksi",
|
||||
"Rules": "Aturan",
|
||||
"Rule Provider": "Penyedia Aturan",
|
||||
"notice.forceRefreshCompleted": "Force refresh completed",
|
||||
"notice.emergencyRefreshFailed": "Emergency refresh failed: {{message}}",
|
||||
"notice.provider.updateSuccess": "{{name}} updated successfully",
|
||||
@@ -367,30 +302,12 @@
|
||||
"Icon": "Ikon",
|
||||
"Test URL": "URL Tes",
|
||||
"Settings": "Pengaturan",
|
||||
"System Setting": "Pengaturan Sistem",
|
||||
"Tun Mode": "Mode Tun (NIC Virtual)",
|
||||
"TUN requires Service Mode": "Mode TUN memerlukan layanan",
|
||||
"Install Service": "Instal Layanan",
|
||||
"Install Service failed": "Install Service failed",
|
||||
"Uninstall Service": "Uninstall Service",
|
||||
"Restart Core failed": "Restart Core failed",
|
||||
"Reset to Default": "Setel Ulang ke Default",
|
||||
"Tun Mode Info": "Mode Tun (NIC Virtual): Menangkap semua lalu lintas sistem, saat diaktifkan, tidak perlu mengaktifkan proksi sistem.",
|
||||
"TUN requires Service Mode or Admin Mode": "TUN requires Service Mode or Admin Mode",
|
||||
"TUN Mode automatically disabled due to service unavailable": "TUN Mode automatically disabled due to service unavailable",
|
||||
"Failed to disable TUN Mode automatically": "Failed to disable TUN Mode automatically",
|
||||
"System Proxy Enabled": "System proxy is enabled, your applications will access the network through the proxy",
|
||||
"System Proxy Disabled": "System proxy is disabled, it is recommended for most users to turn on this option",
|
||||
"TUN Mode Enabled": "TUN mode is enabled, applications will access the network through the virtual network card",
|
||||
"TUN Mode Disabled": "TUN mode is disabled, suitable for special applications",
|
||||
"TUN Mode Service Required": "TUN mode requires service mode, please install the service first",
|
||||
"TUN Mode Intercept Info": "TUN mode can take over all application traffic, suitable for special applications that do not follow the system proxy settings",
|
||||
"Core communication error": "Core communication error",
|
||||
"Rule Mode Description": "Routes traffic according to preset rules, provides flexible proxy strategies",
|
||||
"Global Mode Description": "All traffic goes through proxy servers, suitable for scenarios requiring global internet access",
|
||||
"Direct Mode Description": "All traffic doesn't go through proxy nodes, but is forwarded by Clash kernel to target servers, suitable for specific scenarios requiring kernel traffic distribution",
|
||||
"Stack": "Tumpukan Tun",
|
||||
"System and Mixed Can Only be Used in Service Mode": "Sistem dan Campuran Hanya Dapat Digunakan dalam Mode Layanan",
|
||||
"Device": "Nama Perangkat",
|
||||
"Auto Route": "Rute Otomatis",
|
||||
"Strict Route": "Rute Ketat",
|
||||
@@ -398,19 +315,11 @@
|
||||
"DNS Hijack": "Pembajakan DNS",
|
||||
"MTU": "Unit Transmisi Maksimum",
|
||||
"Service Mode": "Mode Layanan",
|
||||
"Service Mode Info": "Harap instal mode layanan sebelum mengaktifkan mode TUN. Proses kernel yang dimulai oleh layanan dapat memperoleh izin untuk menginstal kartu jaringan virtual (mode TUN)",
|
||||
"Current State": "Status Saat Ini",
|
||||
"pending": "tertunda",
|
||||
"installed": "terinstal",
|
||||
"uninstall": "dicopot",
|
||||
"active": "aktif",
|
||||
"unknown": "tidak diketahui",
|
||||
"Information: Please make sure that the Clash Verge Service is installed and enabled": "Informasi: Harap pastikan bahwa Layanan Clash Verge terinstal dan diaktifkan",
|
||||
"Install": "Instal",
|
||||
"Uninstall": "Copot",
|
||||
"Disable Service Mode": "Nonaktifkan Mode Layanan",
|
||||
"System Proxy": "Proksi Sistem",
|
||||
"System Proxy Info": "Aktifkan untuk mengubah pengaturan proksi sistem operasi. Jika pengaktifan gagal, ubah pengaturan proksi sistem operasi secara manual",
|
||||
"System Proxy Setting": "Pengaturan Proksi Sistem",
|
||||
"Current System Proxy": "Proksi Sistem Saat Ini",
|
||||
"Enable status": "Status Pengaktifan:",
|
||||
@@ -419,12 +328,10 @@
|
||||
"Server Addr": "Alamat Server: ",
|
||||
"Proxy Host": "Host Proksi",
|
||||
"Invalid Proxy Host Format": "Format Host Proksi Tidak Valid",
|
||||
"Not available": "Tidak tersedia",
|
||||
"Proxy Guard": "Penjaga Proksi",
|
||||
"Proxy Guard Info": "Aktifkan untuk mencegah perangkat lunak lain mengubah pengaturan proksi sistem operasi",
|
||||
"Guard Duration": "Durasi Penjagaan",
|
||||
"Always use Default Bypass": "Selalu gunakan Bypass Default",
|
||||
"Use Bypass Check": "Use Bypass Check",
|
||||
"Proxy Bypass": "Pengaturan Bypass Proksi: ",
|
||||
"Bypass": "Bypass: ",
|
||||
"Use PAC Mode": "Gunakan Mode PAC",
|
||||
@@ -432,15 +339,6 @@
|
||||
"PAC URL": "URL PAC: ",
|
||||
"Auto Launch": "Peluncuran Otomatis",
|
||||
"Administrator mode may not support auto launch": "Administrator mode may not support auto launch",
|
||||
"Silent Start": "Mulai Senyap",
|
||||
"Silent Start Info": "Mulai program dalam mode latar belakang tanpa menampilkan panel",
|
||||
"Hover Jump Navigator": "Hover Jump Navigator",
|
||||
"Hover Jump Navigator Info": "Automatically scroll to the corresponding proxy group when hovering over alphabet letters",
|
||||
"Hover Jump Navigator Delay": "Hover Jump Navigator Delay",
|
||||
"Hover Jump Navigator Delay Info": "Delay before auto scrolling when hovering, in milliseconds",
|
||||
"TG Channel": "Saluran Telegram",
|
||||
"Manual": "Manual",
|
||||
"Github Repo": "Repositori Github",
|
||||
"Clash Setting": "Pengaturan Clash",
|
||||
"Allow Lan": "Izinkan LAN",
|
||||
"Network Interface": "Antarmuka Jaringan",
|
||||
@@ -473,50 +371,16 @@
|
||||
"Restart": "Mulai Ulang",
|
||||
"Release Version": "Versi Rilis",
|
||||
"Alpha Version": "Versi Alpha",
|
||||
"Please Enable Service Mode": "Harap Instal dan Aktifkan Mode Layanan Terlebih Dahulu",
|
||||
"Please enter your root password": "Harap masukkan kata sandi root Anda",
|
||||
"Grant": "Izinkan",
|
||||
"Open UWP tool": "Buka alat UWP",
|
||||
"Open UWP tool Info": "Sejak Windows 8, aplikasi UWP (seperti Microsoft Store) dibatasi dari mengakses layanan jaringan host lokal secara langsung, dan alat ini dapat digunakan untuk melewati pembatasan ini",
|
||||
"Update GeoData": "Perbarui GeoData",
|
||||
"Verge Basic Setting": "Pengaturan Dasar Verge",
|
||||
"Verge Advanced Setting": "Pengaturan Lanjutan Verge",
|
||||
"Language": "Bahasa",
|
||||
"Theme Mode": "Mode Tema",
|
||||
"theme.light": "Terang",
|
||||
"theme.dark": "Gelap",
|
||||
"theme.system": "Sistem",
|
||||
"Tray Click Event": "Acara Klik Tray",
|
||||
"Show Main Window": "Tampilkan Jendela Utama",
|
||||
"Show Tray Menu": "Show Tray Menu",
|
||||
"Copy Env Type": "Salin Jenis Env",
|
||||
"Copy Success": "Salin Berhasil",
|
||||
"Start Page": "Halaman Mulai",
|
||||
"Startup Script": "Skrip Startup",
|
||||
"Browse": "Jelajahi",
|
||||
"Theme Setting": "Pengaturan Tema",
|
||||
"Primary Color": "Warna Utama",
|
||||
"Secondary Color": "Warna Sekunder",
|
||||
"Primary Text": "Teks Utama",
|
||||
"Secondary Text": "Teks Sekunder",
|
||||
"Info Color": "Warna Info",
|
||||
"Warning Color": "Warna Peringatan",
|
||||
"Error Color": "Warna Kesalahan",
|
||||
"Success Color": "Warna Keberhasilan",
|
||||
"Font Family": "Keluarga Font",
|
||||
"CSS Injection": "Injeksi CSS",
|
||||
"Layout Setting": "Pengaturan Tata Letak",
|
||||
"Traffic Graph": "Grafik Lalu Lintas",
|
||||
"Memory Usage": "Penggunaan Memori",
|
||||
"Memory Cleanup": "Ketuk untuk membersihkan memori",
|
||||
"Proxy Group Icon": "Ikon Grup Proksi",
|
||||
"Nav Icon": "Ikon Navigasi",
|
||||
"Monochrome": "Monokrom",
|
||||
"Colorful": "Berwarna",
|
||||
"Tray Icon": "Ikon Tray",
|
||||
"Common Tray Icon": "Ikon Tray Umum",
|
||||
"System Proxy Tray Icon": "Ikon Tray Proksi Sistem",
|
||||
"Tun Tray Icon": "Ikon Tray Tun",
|
||||
"Miscellaneous": "Lain-lain",
|
||||
"App Log Level": "Tingkat Log Aplikasi",
|
||||
"Auto Close Connections": "Tutup Koneksi Otomatis",
|
||||
@@ -544,19 +408,10 @@
|
||||
"toggle_tun_mode": "Aktifkan/Nonaktifkan Mode Tun",
|
||||
"entry_lightweight_mode": "Entry Lightweight Mode",
|
||||
"Backup Setting": "Pengaturan Cadangan",
|
||||
"Backup Setting Info": "Mendukung file konfigurasi cadangan WebDAV",
|
||||
"Runtime Config": "Konfigurasi Runtime",
|
||||
"Open Conf Dir": "Buka Direktori Konfigurasi",
|
||||
"Open Conf Dir Info": "Jika perangkat lunak berjalan tidak normal, CADANGKAN dan hapus semua file di folder ini lalu mulai ulang perangkat lunak",
|
||||
"Open Core Dir": "Buka Direktori Core",
|
||||
"Open Logs Dir": "Buka Direktori Log",
|
||||
"Check for Updates": "Periksa Pembaruan",
|
||||
"Go to Release Page": "Pergi ke Halaman Rilis",
|
||||
"Portable Updater Error": "Versi portabel tidak mendukung pembaruan dalam aplikasi. Harap unduh dan ganti secara manual",
|
||||
"Break Change Update Error": "Versi ini adalah pembaruan besar dan tidak mendukung pembaruan dalam aplikasi. Harap hapus instalasi dan unduh serta instal versi baru secara manual",
|
||||
"Open Dev Tools": "Buka Alat Pengembang",
|
||||
"Export Diagnostic Info": "Export Diagnostic Info",
|
||||
"Export Diagnostic Info For Issue Reporting": "Export Diagnostic Info For Issue Reporting",
|
||||
"Exit": "Keluar",
|
||||
"Verge Version": "Versi Verge",
|
||||
"ReadOnly": "Hanya Baca",
|
||||
@@ -567,10 +422,6 @@
|
||||
"Match Whole Word": "Cocokkan Kata Utuh",
|
||||
"Use Regular Expression": "Gunakan Ekspresi Reguler",
|
||||
"Profile Imported Successfully": "Profil Berhasil Diimpor",
|
||||
"Profile Switched": "Profil Beralih",
|
||||
"Profile Reactivated": "Profil Diaktifkan Kembali",
|
||||
"Profile switch interrupted by new selection": "Profile switch interrupted by new selection",
|
||||
"Only YAML Files Supported": "Hanya File YAML yang Didukung",
|
||||
"Settings Applied": "Pengaturan Diterapkan",
|
||||
"Stopping Core...": "Stopping Core...",
|
||||
"Restarting Core...": "Restarting Core...",
|
||||
@@ -587,19 +438,11 @@
|
||||
"Service was ready, but core restart might have issues or service became unavailable. Please check.": "Service was ready, but core restart might have issues or service became unavailable. Please check.",
|
||||
"Service installation or core restart encountered issues. Service might not be available. Please check system logs.": "Service installation or core restart encountered issues. Service might not be available. Please check system logs.",
|
||||
"Attempting to restart core as a fallback...": "Attempting to restart core as a fallback...",
|
||||
"Fallback core restart also failed: {message}": "Fallback core restart also failed: {{message}}",
|
||||
"Service is ready and core restarted": "Service is ready and core restarted",
|
||||
"Core restarted. Service is now available.": "Core restarted. Service is now available.",
|
||||
"Clash Port Modified": "Port Clash Diubah",
|
||||
"Port Conflict": "Konflik Port",
|
||||
"Restart Application to Apply Modifications": "Mulai Ulang Aplikasi untuk Menerapkan Modifikasi",
|
||||
"External Controller Address Modified": "Alamat Pengendali Eksternal Diubah",
|
||||
"Permissions Granted Successfully for _clash Core": "Izin Berhasil Diberikan untuk Core {{core}}",
|
||||
"Core Version Updated": "Versi Core Diperbarui",
|
||||
"Clash Core Restarted": "Core Clash Dimulai Ulang",
|
||||
"GeoData Updated": "GeoData Diperbarui",
|
||||
"Currently on the Latest Version": "Saat ini pada Versi Terbaru",
|
||||
"Already Using Latest Core": "Already Using Latest Core",
|
||||
"Import Subscription Successful": "Berlangganan Berhasil Diimpor",
|
||||
"WebDAV Server URL": "URL Server WebDAV",
|
||||
"Username": "Nama Pengguna",
|
||||
@@ -617,7 +460,6 @@
|
||||
"Invalid WebDAV URL": "Format URL WebDAV tidak valid",
|
||||
"Username Required": "Nama pengguna tidak boleh kosong",
|
||||
"Password Required": "Kata sandi tidak boleh kosong",
|
||||
"Failed to Fetch Backups": "Gagal mengambil file cadangan",
|
||||
"WebDAV Config Saved": "Konfigurasi WebDAV berhasil disimpan",
|
||||
"WebDAV Config Save Failed": "Gagal menyimpan konfigurasi WebDAV: {{error}}",
|
||||
"Backup Created": "Cadangan berhasil dibuat",
|
||||
@@ -636,24 +478,7 @@
|
||||
"Restore Success, App will restart in 1s": "Pemulihan Berhasil, Aplikasi akan dimulai ulang dalam 1 detik",
|
||||
"Failed to fetch backup files": "Gagal mengambil file cadangan",
|
||||
"Profile": "Profil",
|
||||
"Help": "Bantuan",
|
||||
"About": "Tentang",
|
||||
"Theme": "Tema",
|
||||
"Main Window": "Jendela Utama",
|
||||
"Group Icon": "Ikon Grup",
|
||||
"Menu Icon": "Ikon Menu",
|
||||
"PAC File": "Berkas PAC",
|
||||
"Web UI": "Antarmuka Web",
|
||||
"Hotkeys": "Pintasan",
|
||||
"Verge Mixed Port": "Port Campuran Verge",
|
||||
"Verge Socks Port": "Port Socks Verge",
|
||||
"Verge Redir Port": "Port Pengalihan Verge",
|
||||
"Verge Tproxy Port": "Port Tproxy Verge",
|
||||
"Verge Port": "Port Verge",
|
||||
"Verge HTTP Enabled": "HTTP Verge Diaktifkan",
|
||||
"WebDAV URL": "URL WebDAV",
|
||||
"WebDAV Username": "Nama Pengguna WebDAV",
|
||||
"WebDAV Password": "Kata Sandi WebDAV",
|
||||
"Dashboard": "Dasbor",
|
||||
"Restart App": "Mulai Ulang Aplikasi",
|
||||
"Restart Clash Core": "Mulai Ulang Core Clash",
|
||||
@@ -669,9 +494,7 @@
|
||||
"Direct Mode": "Mode Langsung",
|
||||
"Enable Tray Speed": "Aktifkan Tray Speed",
|
||||
"Enable Tray Icon": "Enable Tray Icon",
|
||||
"Show Proxy Groups Inline": "Show Proxy Groups Inline",
|
||||
"LightWeight Mode": "Mode Ringan",
|
||||
"LightWeight Mode Info": "Tutup GUI dan biarkan hanya kernel yang berjalan",
|
||||
"LightWeight Mode Settings": "LightWeight Mode Settings",
|
||||
"Enter LightWeight Mode Now": "Enter LightWeight Mode Now",
|
||||
"Auto Enter LightWeight Mode": "Auto Enter LightWeight Mode",
|
||||
@@ -697,10 +520,6 @@
|
||||
"Merge File Mapping Error": "Merge file mapping error, changes reverted",
|
||||
"Merge File Key Error": "Merge file key error, changes reverted",
|
||||
"Merge File Error": "Merge file error, changes reverted",
|
||||
"Validate YAML File": "Validate YAML File",
|
||||
"Validate Merge File": "Validate Merge File",
|
||||
"Validation Success": "Validation Success",
|
||||
"Validation Failed": "Validation Failed",
|
||||
"Service Administrator Prompt": "Clash Verge memerlukan hak administrator untuk menginstal ulang layanan sistem",
|
||||
"DNS Settings": "DNS Settings",
|
||||
"DNS settings saved": "DNS settings saved",
|
||||
@@ -747,19 +566,6 @@
|
||||
"Hosts Settings": "Hosts Settings",
|
||||
"Hosts": "Hosts",
|
||||
"Custom domain to IP or domain mapping": "Custom domain to IP or domain mapping",
|
||||
"Enable Alpha Channel": "Enable Alpha Channel",
|
||||
"Alpha versions may contain experimental features and bugs": "Alpha versions may contain experimental features and bugs",
|
||||
"Home Settings": "Home Settings",
|
||||
"Profile Card": "Profile Card",
|
||||
"Current Proxy Card": "Current Proxy Card",
|
||||
"Network Settings Card": "Network Settings Card",
|
||||
"Proxy Mode Card": "Proxy Mode Card",
|
||||
"Clash Mode Card": "Clash Mode Card",
|
||||
"Traffic Stats Card": "Traffic Stats Card",
|
||||
"Clash Info Cards": "Clash Info Cards",
|
||||
"System Info Cards": "System Info Cards",
|
||||
"Website Tests Card": "Website Tests Card",
|
||||
"Traffic Stats": "Traffic Stats",
|
||||
"Website Tests": "Website Tests",
|
||||
"Clash Info": "Clash Info",
|
||||
"Core Version": "Core Version",
|
||||
@@ -779,22 +585,16 @@
|
||||
"No schedule": "No schedule",
|
||||
"Unknown": "Unknown",
|
||||
"Auto update disabled": "Auto update disabled",
|
||||
"Update subscription successfully": "Update subscription successfully",
|
||||
"Update failed, retrying with Clash proxy...": "Update failed, retrying with Clash proxy...",
|
||||
"Update with Clash proxy successfully": "Update with Clash proxy successfully",
|
||||
"Update failed even with Clash proxy": "Update failed even with Clash proxy",
|
||||
"Profile creation failed, retrying with Clash proxy...": "Profile creation failed, retrying with Clash proxy...",
|
||||
"Profile creation succeeded with Clash proxy": "Profile creation succeeded with Clash proxy",
|
||||
"Import failed, retrying with Clash proxy...": "Import failed, retrying with Clash proxy...",
|
||||
"Profile Imported with Clash proxy": "Profile Imported with Clash proxy",
|
||||
"Import failed even with Clash proxy": "Import failed even with Clash proxy",
|
||||
"Current Node": "Current Node",
|
||||
"No active proxy node": "No active proxy node",
|
||||
"Network Settings": "Network Settings",
|
||||
"Proxy Mode": "Proxy Mode",
|
||||
"Group": "Group",
|
||||
"Proxy": "Proxy",
|
||||
"IP Information Card": "IP Information Card",
|
||||
"IP Information": "IP Information",
|
||||
"Failed to get IP info": "Failed to get IP info",
|
||||
"ISP": "ISP",
|
||||
@@ -828,9 +628,7 @@
|
||||
"AppQuitBody": "APP quit by hotkey",
|
||||
"AppHiddenTitle": "APP Hidden",
|
||||
"AppHiddenBody": "APP window hidden by hotkey",
|
||||
"Invalid Profile URL": "Invalid profile URL. Please enter a URL starting with http:// or https://",
|
||||
"Saved Successfully": "Saved successfully",
|
||||
"External Cors": "External Cors",
|
||||
"Enable one-click CORS for external API. Click to toggle CORS": "Enable one-click CORS for external API. Click to toggle CORS",
|
||||
"External Cors Settings": "External Cors Settings",
|
||||
"External Cors Configuration": "External Cors Configuration",
|
||||
@@ -840,8 +638,6 @@
|
||||
"Add": "Add",
|
||||
"Always included origins: {{urls}}": "Always included origins: {{urls}}",
|
||||
"Invalid regular expression": "Invalid regular expression",
|
||||
"Copy Version": "Copy Version",
|
||||
"Version copied to clipboard": "Version copied to clipboard",
|
||||
"Controller address cannot be empty": "Controller address cannot be empty",
|
||||
"Secret cannot be empty": "Secret cannot be empty",
|
||||
"Configuration saved successfully": "Configuration saved successfully",
|
||||
@@ -849,20 +645,9 @@
|
||||
"Controller address copied to clipboard": "Controller address copied to clipboard",
|
||||
"Secret copied to clipboard": "Secret copied to clipboard",
|
||||
"Saving...": "Saving...",
|
||||
"Proxy node already exists in chain": "Proxy node already exists in chain",
|
||||
"Detection timeout or failed": "Detection timeout or failed",
|
||||
"Batch Operations": "Batch Operations",
|
||||
"Delete Selected Profiles": "Delete Selected Profiles",
|
||||
"Deselect All": "Deselect All",
|
||||
"Done": "Done",
|
||||
"items": "items",
|
||||
"Select All": "Select All",
|
||||
"Selected": "Selected",
|
||||
"Selected profiles deleted successfully": "Selected profiles deleted successfully",
|
||||
"Prefer System Titlebar": "Prefer System Titlebar",
|
||||
"App Log Max Size": "App Log Max Size",
|
||||
"App Log Max Count": "App Log Max Count",
|
||||
"Allow Auto Update": "Allow Auto Update",
|
||||
"Menu reorder mode": "Menu reorder mode",
|
||||
"Unlock menu order": "Unlock menu order",
|
||||
"Lock menu order": "Lock menu order",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"millis": "ミリ秒",
|
||||
"seconds": "秒",
|
||||
"mins": "分",
|
||||
"Back": "戻る",
|
||||
"Close": "閉じる",
|
||||
"Cancel": "キャンセル",
|
||||
"Confirm": "確認",
|
||||
@@ -15,7 +14,6 @@
|
||||
"Save": "保存",
|
||||
"Delete": "削除",
|
||||
"Enable": "有効にする",
|
||||
"Disable": "無効にする",
|
||||
"pages": {
|
||||
"home": {
|
||||
"title": "ホーム",
|
||||
@@ -170,66 +168,31 @@
|
||||
"Label-Unlock": "テスト",
|
||||
"Label-Settings": "設定",
|
||||
"Proxies": "Proxies",
|
||||
"Proxy Groups": "プロキシグループ",
|
||||
"Proxy Chain Mode": "Proxy Chain Mode",
|
||||
"Connect": "Connect",
|
||||
"Connecting...": "Connecting...",
|
||||
"Disconnect": "Disconnect",
|
||||
"Failed to connect to proxy chain": "Failed to connect to proxy chain",
|
||||
"Proxy Provider": "プロキシプロバイダー",
|
||||
"Proxy Count": "ノード数",
|
||||
"Update All": "すべて更新",
|
||||
"Update At": "更新日時",
|
||||
"rule": "ルール",
|
||||
"global": "グローバル",
|
||||
"direct": "直接接続",
|
||||
"Chain Proxy": "🔗 チェーンプロキシ",
|
||||
"Chain Proxy Config": "Chain Proxy Config",
|
||||
"Proxy Rules": "Proxy Rules",
|
||||
"Select Rules": "Select Rules",
|
||||
"Click nodes in order to add to proxy chain": "Click nodes in order to add to proxy chain",
|
||||
"No proxy chain configured": "No proxy chain configured",
|
||||
"Proxy Order": "Proxy Order",
|
||||
"timeout": "Timeout",
|
||||
"Clear All": "Clear All",
|
||||
"script": "スクリプト",
|
||||
"locate": "現在のノード",
|
||||
"Delay check": "遅延テスト",
|
||||
"Sort by default": "デフォルトでソート",
|
||||
"Sort by delay": "遅延でソート",
|
||||
"Sort by name": "名前でソート",
|
||||
"Delay check URL": "遅延テストURL",
|
||||
"Delay check to cancel fixed": "遅延テストを実行して固定を解除する",
|
||||
"Proxy basic": "ノードの詳細を隠す",
|
||||
"Proxy detail": "ノードの詳細を表示する",
|
||||
"Profiles": "プロファイル",
|
||||
"Update All Profiles": "すべてのプロファイルを更新",
|
||||
"View Runtime Config": "実行時のプロファイルを表示",
|
||||
"Reactivate Profiles": "プロファイルを再アクティブ化",
|
||||
"Paste": "貼り付け",
|
||||
"Profile URL": "プロファイルファイルのURL",
|
||||
"Import": "インポート",
|
||||
"From": "から",
|
||||
"Update Time": "更新時間",
|
||||
"Used / Total": "使用済み / 合計",
|
||||
"Expire Time": "有効期限",
|
||||
"Create Profile": "新規プロファイルを作成",
|
||||
"Edit Profile": "プロファイルを編集",
|
||||
"Edit Proxies": "ノードを編集",
|
||||
"Use newlines for multiple uri": "複数のURIは改行で区切ってください(Base64エンコードに対応)",
|
||||
"Edit Rules": "ルールを編集",
|
||||
"Rule Type": "ルールタイプ",
|
||||
"Rule Content": "ルール内容",
|
||||
"Proxy Policy": "プロキシポリシー",
|
||||
"No Resolve": "DNS解決をスキップ",
|
||||
"Prepend Rule": "前置ルールを追加",
|
||||
"Append Rule": "後置ルールを追加",
|
||||
"Prepend Group": "前置プロキシグループを追加",
|
||||
"Append Group": "後置プロキシグループを追加",
|
||||
"Prepend Proxy": "前置プロキシノードを追加",
|
||||
"Append Proxy": "後置プロキシノードを追加",
|
||||
"Rule Condition Required": "ルール条件が必要です",
|
||||
"Invalid Rule": "無効なルール",
|
||||
"Advanced": "詳細設定",
|
||||
"Visualization": "可視化",
|
||||
"DOMAIN": "完全なドメイン名を一致させる",
|
||||
@@ -298,17 +261,8 @@
|
||||
"Group Name Already Exists": "プロキシグループ名はすでに存在します",
|
||||
"Extend Config": "拡張上書き設定",
|
||||
"Extend Script": "拡張スクリプト",
|
||||
"Global Merge": "Global Extend Config",
|
||||
"Global Script": "Global Extend Script",
|
||||
"Type": "タイプ",
|
||||
"Name": "名前",
|
||||
"Descriptions": "説明",
|
||||
"Subscription URL": "サブスクリプションURL",
|
||||
"Update Interval": "更新間隔",
|
||||
"Choose File": "ファイルを選択",
|
||||
"Use System Proxy": "システムプロキシを使用して更新",
|
||||
"Use Clash Proxy": "クラッシュプロキシを使用して更新",
|
||||
"Accept Invalid Certs (Danger)": "Allows Invalid Certificates (Danger)",
|
||||
"Refresh": "更新",
|
||||
"Home": "ホーム",
|
||||
"Select": "使用する",
|
||||
@@ -317,37 +271,18 @@
|
||||
"Open File": "ファイルを開く",
|
||||
"Update": "更新",
|
||||
"Update via proxy": "Update via proxy",
|
||||
"Update(Proxy)": "Update(Proxy)",
|
||||
"Confirm deletion": "削除を確認",
|
||||
"This operation is not reversible": "この操作は元に戻せません",
|
||||
"Script Console": "スクリプトコンソール出力",
|
||||
"To Top": "To Top",
|
||||
"To End": "To End",
|
||||
"Connections": "接続",
|
||||
"Table View": "テーブルビュー",
|
||||
"List View": "リストビュー",
|
||||
"Close All": "すべて閉じる",
|
||||
"Close All Connections": "Close All Connections",
|
||||
"Upload": "アップロード",
|
||||
"Download": "ダウンロード",
|
||||
"Download Speed": "ダウンロード速度",
|
||||
"Upload Speed": "アップロード速度",
|
||||
"Host": "ホスト",
|
||||
"Downloaded": "ダウンロード量",
|
||||
"Uploaded": "アップロード量",
|
||||
"DL Speed": "ダウンロード速度",
|
||||
"UL Speed": "アップロード速度",
|
||||
"Active Connections": "アクティブな接続",
|
||||
"Chains": "チェーン",
|
||||
"Rule": "ルール",
|
||||
"Process": "プロセス",
|
||||
"Time": "接続時間",
|
||||
"Source": "送信元アドレス",
|
||||
"Destination": "宛先アドレス",
|
||||
"DestinationPort": "宛先ポート",
|
||||
"Close Connection": "接続を閉じる",
|
||||
"Rules": "ルール",
|
||||
"Rule Provider": "ルールプロバイダー",
|
||||
"notice.forceRefreshCompleted": "Force refresh completed",
|
||||
"notice.emergencyRefreshFailed": "Emergency refresh failed: {{message}}",
|
||||
"notice.provider.updateSuccess": "{{name}} updated successfully",
|
||||
@@ -367,30 +302,12 @@
|
||||
"Icon": "アイコン",
|
||||
"Test URL": "テストURL",
|
||||
"Settings": "設定",
|
||||
"System Setting": "システム設定",
|
||||
"Tun Mode": "仮想ネットワークカードモード",
|
||||
"TUN requires Service Mode": "TUN mode requires install service",
|
||||
"Install Service": "サービスをインストール",
|
||||
"Install Service failed": "Install Service failed",
|
||||
"Uninstall Service": "サービスのアンインストール",
|
||||
"Restart Core failed": "Restart Core failed",
|
||||
"Reset to Default": "デフォルト値にリセット",
|
||||
"Tun Mode Info": "TUN(仮想ネットワークカード)モードはシステムのすべてのトラフィックを制御します。有効にすると、システムプロキシを開く必要はありません。",
|
||||
"TUN requires Service Mode or Admin Mode": "TUNモードはサービスモードまたは管理者モードが必要です",
|
||||
"TUN Mode automatically disabled due to service unavailable": "TUN Mode automatically disabled due to service unavailable",
|
||||
"Failed to disable TUN Mode automatically": "Failed to disable TUN Mode automatically",
|
||||
"System Proxy Enabled": "システムプロキシが有効になっています。アプリケーションはプロキシを通じてネットワークにアクセスします。",
|
||||
"System Proxy Disabled": "システムプロキシが無効になっています。ほとんどのユーザーはこのオプションをオンにすることをお勧めします。",
|
||||
"TUN Mode Enabled": "TUNモードが有効になっています。アプリケーションは仮想ネットワークカードを通じてネットワークにアクセスします。",
|
||||
"TUN Mode Disabled": "TUNモードが無効になっています。特殊なアプリケーションに適しています。",
|
||||
"TUN Mode Service Required": "TUNモードはサービスモードが必要です。まずサービスをインストールしてください。",
|
||||
"TUN Mode Intercept Info": "TUNモードはすべてのアプリケーションのトラフィックを制御できます。システムプロキシ設定に従わない特殊なアプリケーションに適しています。",
|
||||
"Core communication error": "Core communication error",
|
||||
"Rule Mode Description": "Routes traffic according to preset rules, provides flexible proxy strategies",
|
||||
"Global Mode Description": "All traffic goes through proxy servers, suitable for scenarios requiring global internet access",
|
||||
"Direct Mode Description": "All traffic doesn't go through proxy nodes, but is forwarded by Clash kernel to target servers, suitable for specific scenarios requiring kernel traffic distribution",
|
||||
"Stack": "TUNモードスタック",
|
||||
"System and Mixed Can Only be Used in Service Mode": "System and Mixed Can Only be Used in Service Mode",
|
||||
"Device": "TUNネットワークカード名",
|
||||
"Auto Route": "グローバルルートを自動設定",
|
||||
"Strict Route": "厳格なルート",
|
||||
@@ -398,19 +315,11 @@
|
||||
"DNS Hijack": "DNSハイジャック",
|
||||
"MTU": "最大転送単位",
|
||||
"Service Mode": "サービスモード",
|
||||
"Service Mode Info": "Please install the service mode before enabling TUN mode. The kernel process started by the service can obtain the permission to install the virtual network card (TUN mode)",
|
||||
"Current State": "Current State",
|
||||
"pending": "pending",
|
||||
"installed": "installed",
|
||||
"uninstall": "uninstalled",
|
||||
"active": "アクティブ",
|
||||
"unknown": "不明",
|
||||
"Information: Please make sure that the Clash Verge Service is installed and enabled": "Information: Please make sure that the Clash Verge Service is installed and enabled",
|
||||
"Install": "インストール",
|
||||
"Uninstall": "アンインストール",
|
||||
"Disable Service Mode": "Disable Service Mode",
|
||||
"System Proxy": "システムプロキシ",
|
||||
"System Proxy Info": "オペレーティングシステムのプロキシ設定を変更します。有効にできない場合は、手動でオペレーティングシステムのプロキシ設定を変更してください。",
|
||||
"System Proxy Setting": "システムプロキシ設定",
|
||||
"Current System Proxy": "現在のシステムプロキシ",
|
||||
"Enable status": "有効状態:",
|
||||
@@ -419,12 +328,10 @@
|
||||
"Server Addr": "サーバーアドレス:",
|
||||
"Proxy Host": "プロキシホスト",
|
||||
"Invalid Proxy Host Format": "プロキシホストの形式が無効です",
|
||||
"Not available": "利用不可",
|
||||
"Proxy Guard": "システムプロキシガード",
|
||||
"Proxy Guard Info": "他のソフトウェアがオペレーティングシステムのプロキシ設定を変更するのを防ぐために有効にします。",
|
||||
"Guard Duration": "プロキシガード間隔",
|
||||
"Always use Default Bypass": "常にデフォルトのバイパスを使用",
|
||||
"Use Bypass Check": "Use Bypass Check",
|
||||
"Proxy Bypass": "プロキシバイパス設定:",
|
||||
"Bypass": "現在のバイパス:",
|
||||
"Use PAC Mode": "PACモードを使用",
|
||||
@@ -432,15 +339,6 @@
|
||||
"PAC URL": "PACアドレス:",
|
||||
"Auto Launch": "起動時に自動起動",
|
||||
"Administrator mode may not support auto launch": "管理者モードでは起動時の自動起動がサポートされない場合があります。",
|
||||
"Silent Start": "サイレント起動",
|
||||
"Silent Start Info": "アプリケーションを起動すると、バックグラウンドモードで実行され、アプリケーションパネルは表示されません。",
|
||||
"Hover Jump Navigator": "Hover Jump Navigator",
|
||||
"Hover Jump Navigator Info": "Automatically scroll to the corresponding proxy group when hovering over alphabet letters",
|
||||
"Hover Jump Navigator Delay": "Hover Jump Navigator Delay",
|
||||
"Hover Jump Navigator Delay Info": "Delay before auto scrolling when hovering, in milliseconds",
|
||||
"TG Channel": "Telegramチャンネル",
|
||||
"Manual": "マニュアル",
|
||||
"Github Repo": "GitHubリポジトリ",
|
||||
"Clash Setting": "Clash設定",
|
||||
"Allow Lan": "LAN接続を許可",
|
||||
"Network Interface": "ネットワークインターフェース",
|
||||
@@ -473,50 +371,16 @@
|
||||
"Restart": "コアを再起動",
|
||||
"Release Version": "正式版",
|
||||
"Alpha Version": "プレビュー版",
|
||||
"Please Enable Service Mode": "Please Install and Enable Service Mode First",
|
||||
"Please enter your root password": "ルートパスワードを入力してください。",
|
||||
"Grant": "Grant",
|
||||
"Open UWP tool": "UWPツールを開く",
|
||||
"Open UWP tool Info": "Windows 8以降では、UWPアプリケーション(Microsoft Storeなど)がローカルホストのネットワークサービスに直接アクセスすることが制限されています。このツールを使用すると、この制限を回避できます。",
|
||||
"Update GeoData": "GeoDataを更新",
|
||||
"Verge Basic Setting": "Verge基本設定",
|
||||
"Verge Advanced Setting": "Verge詳細設定",
|
||||
"Language": "言語設定",
|
||||
"Theme Mode": "テーマモード",
|
||||
"theme.light": "ライト",
|
||||
"theme.dark": "ダーク",
|
||||
"theme.system": "システム",
|
||||
"Tray Click Event": "トレイアイコンクリックイベント",
|
||||
"Show Main Window": "メインウィンドウを表示",
|
||||
"Show Tray Menu": "トレイメニューを表示",
|
||||
"Copy Env Type": "環境変数タイプをコピー",
|
||||
"Copy Success": "コピー成功",
|
||||
"Start Page": "起動ページ",
|
||||
"Startup Script": "起動スクリプト",
|
||||
"Browse": "参照",
|
||||
"Theme Setting": "テーマ設定",
|
||||
"Primary Color": "主要色",
|
||||
"Secondary Color": "次要色",
|
||||
"Primary Text": "テキスト主要色",
|
||||
"Secondary Text": "テキスト次要色",
|
||||
"Info Color": "情報色",
|
||||
"Warning Color": "警告色",
|
||||
"Error Color": "エラー色",
|
||||
"Success Color": "成功色",
|
||||
"Font Family": "フォントファミリー",
|
||||
"CSS Injection": "CSSインジェクション",
|
||||
"Layout Setting": "レイアウト設定",
|
||||
"Traffic Graph": "トラフィックグラフ",
|
||||
"Memory Usage": "コアメモリ使用量",
|
||||
"Memory Cleanup": "クリックしてメモリをクリーンアップ",
|
||||
"Proxy Group Icon": "プロキシグループアイコン",
|
||||
"Nav Icon": "ナビゲーションバーアイコン",
|
||||
"Monochrome": "モノクロアイコン",
|
||||
"Colorful": "カラーアイコン",
|
||||
"Tray Icon": "トレイアイコン",
|
||||
"Common Tray Icon": "通常のトレイアイコン",
|
||||
"System Proxy Tray Icon": "システムプロキシトレイアイコン",
|
||||
"Tun Tray Icon": "TUNモードトレイアイコン",
|
||||
"Miscellaneous": "その他の設定",
|
||||
"App Log Level": "アプリケーションログレベル",
|
||||
"Auto Close Connections": "接続を自動的に閉じる",
|
||||
@@ -544,19 +408,10 @@
|
||||
"toggle_tun_mode": "TUNモードを開く/閉じる",
|
||||
"entry_lightweight_mode": "軽量モードに入る",
|
||||
"Backup Setting": "バックアップ設定",
|
||||
"Backup Setting Info": "WebDAVを使用した設定ファイルのバックアップをサポートします。",
|
||||
"Runtime Config": "現在の設定",
|
||||
"Open Conf Dir": "設定ディレクトリを開く",
|
||||
"Open Conf Dir Info": "アプリケーションが正常に動作しない場合は、このフォルダ内のすべてのファイルを!バックアップ!して削除し、アプリケーションを再起動してください。",
|
||||
"Open Core Dir": "コアディレクトリを開く",
|
||||
"Open Logs Dir": "ログディレクトリを開く",
|
||||
"Check for Updates": "更新を確認",
|
||||
"Go to Release Page": "リリースページに移動",
|
||||
"Portable Updater Error": "ポータブル版ではアプリケーション内での更新はサポートされていません。手動でダウンロードして置き換えてください。",
|
||||
"Break Change Update Error": "このバージョンは重大な更新であり、アプリケーション内での更新はサポートされていません。アンインストールしてから手動でダウンロードしてインストールしてください。",
|
||||
"Open Dev Tools": "開発者ツールを開く",
|
||||
"Export Diagnostic Info": "診断情報をエクスポート",
|
||||
"Export Diagnostic Info For Issue Reporting": "Export Diagnostic Info For Issue Reporting",
|
||||
"Exit": "終了",
|
||||
"Verge Version": "Vergeバージョン",
|
||||
"ReadOnly": "読み取り専用",
|
||||
@@ -567,10 +422,6 @@
|
||||
"Match Whole Word": "完全一致",
|
||||
"Use Regular Expression": "正規表現を使用する",
|
||||
"Profile Imported Successfully": "プロファイルのインポートに成功しました。",
|
||||
"Profile Switched": "プロファイルが切り替えられました。",
|
||||
"Profile Reactivated": "プロファイルが再アクティブ化されました。",
|
||||
"Profile switch interrupted by new selection": "Profile switch interrupted by new selection",
|
||||
"Only YAML Files Supported": "YAMLファイルのみサポートされています。",
|
||||
"Settings Applied": "設定が適用されました。",
|
||||
"Stopping Core...": "コアを停止中...",
|
||||
"Restarting Core...": "コアを再起動中...",
|
||||
@@ -587,19 +438,11 @@
|
||||
"Service was ready, but core restart might have issues or service became unavailable. Please check.": "サービスは準備が整っていましたが、コアの再起動に問題が発生したか、サービスが利用できなくなった可能性があります。ご確認ください。",
|
||||
"Service installation or core restart encountered issues. Service might not be available. Please check system logs.": "サービスのインストールまたはコアの再起動中に問題が発生しました。サービスが利用できない可能性があります。システムログを確認してください。",
|
||||
"Attempting to restart core as a fallback...": "Attempting to restart core as a fallback...",
|
||||
"Fallback core restart also failed: {message}": "Fallback core restart also failed: {{message}}",
|
||||
"Service is ready and core restarted": "サービスが準備完了し、コアが再起動されました。",
|
||||
"Core restarted. Service is now available.": "コアが再起動され、サービスが利用可能になりました。",
|
||||
"Clash Port Modified": "Clash Port Modified",
|
||||
"Port Conflict": "Port Conflict",
|
||||
"Restart Application to Apply Modifications": "Restart Application to Apply Modifications",
|
||||
"External Controller Address Modified": "External Controller Address Modified",
|
||||
"Permissions Granted Successfully for _clash Core": "Permissions Granted Successfully for {{core}} Core",
|
||||
"Core Version Updated": "コアバージョンが更新されました。",
|
||||
"Clash Core Restarted": "Clashコアが再起動されました。",
|
||||
"GeoData Updated": "GeoDataが更新されました。",
|
||||
"Currently on the Latest Version": "現在は最新バージョンです。",
|
||||
"Already Using Latest Core": "Already Using Latest Core",
|
||||
"Import Subscription Successful": "サブスクリプションのインポートに成功しました。",
|
||||
"WebDAV Server URL": "WebDAVサーバーのURL http(s)://",
|
||||
"Username": "ユーザー名",
|
||||
@@ -617,7 +460,6 @@
|
||||
"Invalid WebDAV URL": "無効なWebDAVサーバーのURL形式",
|
||||
"Username Required": "ユーザー名は必須です。",
|
||||
"Password Required": "パスワードは必須です。",
|
||||
"Failed to Fetch Backups": "Failed to fetch backup files",
|
||||
"WebDAV Config Saved": "WebDAV設定が保存されました。",
|
||||
"WebDAV Config Save Failed": "WebDAV設定の保存に失敗しました: {{error}}",
|
||||
"Backup Created": "バックアップが作成されました。",
|
||||
@@ -636,24 +478,7 @@
|
||||
"Restore Success, App will restart in 1s": "復元に成功しました。アプリケーションは1秒後に再起動します。",
|
||||
"Failed to fetch backup files": "バックアップファイルの取得に失敗しました。",
|
||||
"Profile": "プロファイル",
|
||||
"Help": "Help",
|
||||
"About": "About",
|
||||
"Theme": "Theme",
|
||||
"Main Window": "Main Window",
|
||||
"Group Icon": "Group Icon",
|
||||
"Menu Icon": "Menu Icon",
|
||||
"PAC File": "PAC File",
|
||||
"Web UI": "Webインターフェース",
|
||||
"Hotkeys": "Hotkeys",
|
||||
"Verge Mixed Port": "Verge Mixed Port",
|
||||
"Verge Socks Port": "Verge Socks Port",
|
||||
"Verge Redir Port": "Verge Redir Port",
|
||||
"Verge Tproxy Port": "Verge Tproxy Port",
|
||||
"Verge Port": "Verge Port",
|
||||
"Verge HTTP Enabled": "Verge HTTP Enabled",
|
||||
"WebDAV URL": "WebDAV URL",
|
||||
"WebDAV Username": "WebDAV Username",
|
||||
"WebDAV Password": "WebDAV Password",
|
||||
"Dashboard": "ダッシュボード",
|
||||
"Restart App": "アプリケーションを再起動",
|
||||
"Restart Clash Core": "Clashコアを再起動",
|
||||
@@ -669,9 +494,7 @@
|
||||
"Direct Mode": "直接接続モード",
|
||||
"Enable Tray Speed": "トレイの速度表示を有効にする",
|
||||
"Enable Tray Icon": "トレイアイコンを有効にする",
|
||||
"Show Proxy Groups Inline": "Show Proxy Groups Inline",
|
||||
"LightWeight Mode": "軽量モード",
|
||||
"LightWeight Mode Info": "GUIを閉じて、コアのみを実行します。",
|
||||
"LightWeight Mode Settings": "軽量モード設定",
|
||||
"Enter LightWeight Mode Now": "今すぐ軽量モードに入る",
|
||||
"Auto Enter LightWeight Mode": "自動的に軽量モードに入る",
|
||||
@@ -697,10 +520,6 @@
|
||||
"Merge File Mapping Error": "上書きファイルのマッピングエラーがあります。変更は取り消されました。",
|
||||
"Merge File Key Error": "上書きファイルのキーエラーがあります。変更は取り消されました。",
|
||||
"Merge File Error": "上書きファイルにエラーがあります。変更は取り消されました。",
|
||||
"Validate YAML File": "Validate YAML File",
|
||||
"Validate Merge File": "Validate Merge File",
|
||||
"Validation Success": "Validation Success",
|
||||
"Validation Failed": "Validation Failed",
|
||||
"Service Administrator Prompt": "Clash Vergeはシステムサービスをインストールするために管理者権限が必要です。",
|
||||
"DNS Settings": "DNS設定",
|
||||
"DNS settings saved": "DNS設定が保存されました。",
|
||||
@@ -747,19 +566,6 @@
|
||||
"Hosts Settings": "Hosts設定",
|
||||
"Hosts": "Hosts",
|
||||
"Custom domain to IP or domain mapping": "カスタムのドメイン名からIPまたはドメイン名へのマッピング。カンマで区切って指定します。",
|
||||
"Enable Alpha Channel": "Enable Alpha Channel",
|
||||
"Alpha versions may contain experimental features and bugs": "Alpha versions may contain experimental features and bugs",
|
||||
"Home Settings": "ホーム設定",
|
||||
"Profile Card": "プロファイルカード",
|
||||
"Current Proxy Card": "現在のプロキシカード",
|
||||
"Network Settings Card": "ネットワーク設定カード",
|
||||
"Proxy Mode Card": "プロキシモードカード",
|
||||
"Clash Mode Card": "Clash Mode Card",
|
||||
"Traffic Stats Card": "トラフィック統計カード",
|
||||
"Clash Info Cards": "Clash情報カード",
|
||||
"System Info Cards": "システム情報カード",
|
||||
"Website Tests Card": "ウェブサイトテストカード",
|
||||
"Traffic Stats": "トラフィック統計",
|
||||
"Website Tests": "ウェブサイトテスト",
|
||||
"Clash Info": "Clash情報",
|
||||
"Core Version": "コアバージョン",
|
||||
@@ -779,22 +585,16 @@
|
||||
"No schedule": "予定がありません。",
|
||||
"Unknown": "不明",
|
||||
"Auto update disabled": "自動更新が無効になっています。",
|
||||
"Update subscription successfully": "サブスクリプションの更新に成功しました。",
|
||||
"Update failed, retrying with Clash proxy...": "サブスクリプションの更新に失敗しました。Clashプロキシを使用して再試行します...",
|
||||
"Update with Clash proxy successfully": "Clashプロキシを使用して更新に成功しました。",
|
||||
"Update failed even with Clash proxy": "Clashプロキシを使用しても更新に失敗しました。",
|
||||
"Profile creation failed, retrying with Clash proxy...": "プロファイルの作成に失敗しました。Clashプロキシを使用して再試行します...",
|
||||
"Profile creation succeeded with Clash proxy": "Clashプロキシを使用してプロファイルの作成に成功しました。",
|
||||
"Import failed, retrying with Clash proxy...": "インポートに失敗しました。Clashプロキシを使用して再試行します...",
|
||||
"Profile Imported with Clash proxy": "Clashプロキシを使用してプロファイルのインポートに成功しました。",
|
||||
"Import failed even with Clash proxy": "Clashプロキシを使用してもインポートに失敗しました。",
|
||||
"Current Node": "現在のノード",
|
||||
"No active proxy node": "アクティブなプロキシノードがありません。",
|
||||
"Network Settings": "ネットワーク設定",
|
||||
"Proxy Mode": "プロキシモード",
|
||||
"Group": "プロキシグループ",
|
||||
"Proxy": "ノード",
|
||||
"IP Information Card": "IP情報カード",
|
||||
"IP Information": "IP情報",
|
||||
"Failed to get IP info": "IP情報の取得に失敗しました。",
|
||||
"ISP": "インターネットサービスプロバイダー",
|
||||
@@ -828,9 +628,7 @@
|
||||
"AppQuitBody": "APP quit by hotkey",
|
||||
"AppHiddenTitle": "APP Hidden",
|
||||
"AppHiddenBody": "APP window hidden by hotkey",
|
||||
"Invalid Profile URL": "Invalid profile URL. Please enter a URL starting with http:// or https://",
|
||||
"Saved Successfully": "Saved successfully",
|
||||
"External Cors": "External Cors",
|
||||
"Enable one-click CORS for external API. Click to toggle CORS": "Enable one-click CORS for external API. Click to toggle CORS",
|
||||
"External Cors Settings": "External Cors Settings",
|
||||
"External Cors Configuration": "External Cors Configuration",
|
||||
@@ -840,8 +638,6 @@
|
||||
"Add": "Add",
|
||||
"Always included origins: {{urls}}": "Always included origins: {{urls}}",
|
||||
"Invalid regular expression": "Invalid regular expression",
|
||||
"Copy Version": "Copy Version",
|
||||
"Version copied to clipboard": "Version copied to clipboard",
|
||||
"Controller address cannot be empty": "Controller address cannot be empty",
|
||||
"Secret cannot be empty": "Secret cannot be empty",
|
||||
"Configuration saved successfully": "ランダム設定を保存完了",
|
||||
@@ -849,20 +645,9 @@
|
||||
"Controller address copied to clipboard": "API ポートがクリップボードにコピーされました",
|
||||
"Secret copied to clipboard": "API キーがクリップボードにコピーされました",
|
||||
"Saving...": "Saving...",
|
||||
"Proxy node already exists in chain": "Proxy node already exists in chain",
|
||||
"Detection timeout or failed": "Detection timeout or failed",
|
||||
"Batch Operations": "バッチ操作",
|
||||
"Delete Selected Profiles": "選択したプロファイルを削除",
|
||||
"Deselect All": "すべての選択を解除",
|
||||
"Done": "完了",
|
||||
"items": "アイテム",
|
||||
"Select All": "すべて選択",
|
||||
"Selected": "選択済み",
|
||||
"Selected profiles deleted successfully": "選択したプロファイルが正常に削除されました",
|
||||
"Prefer System Titlebar": "Prefer System Titlebar",
|
||||
"App Log Max Size": "App Log Max Size",
|
||||
"App Log Max Count": "App Log Max Count",
|
||||
"Allow Auto Update": "Allow Auto Update",
|
||||
"Menu reorder mode": "Menu reorder mode",
|
||||
"Unlock menu order": "Unlock menu order",
|
||||
"Lock menu order": "Lock menu order",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"millis": "밀리초",
|
||||
"seconds": "초",
|
||||
"mins": "분",
|
||||
"Back": "뒤로",
|
||||
"Close": "닫기",
|
||||
"Cancel": "취소",
|
||||
"Confirm": "확인",
|
||||
@@ -15,7 +14,6 @@
|
||||
"Save": "저장",
|
||||
"Delete": "삭제",
|
||||
"Enable": "활성화",
|
||||
"Disable": "비활성화",
|
||||
"pages": {
|
||||
"home": {
|
||||
"title": "홈",
|
||||
@@ -170,66 +168,31 @@
|
||||
"Label-Unlock": "테스트",
|
||||
"Label-Settings": "설정",
|
||||
"Proxies": "프록시",
|
||||
"Proxy Groups": "프록시 그룹",
|
||||
"Proxy Chain Mode": "Proxy Chain Mode",
|
||||
"Connect": "Connect",
|
||||
"Connecting...": "Connecting...",
|
||||
"Disconnect": "Disconnect",
|
||||
"Failed to connect to proxy chain": "Failed to connect to proxy chain",
|
||||
"Proxy Provider": "프록시 제공자",
|
||||
"Proxy Count": "프록시 개수",
|
||||
"Update All": "모두 업데이트",
|
||||
"Update At": "업데이트 시간",
|
||||
"rule": "규칙",
|
||||
"global": "전역",
|
||||
"direct": "직접",
|
||||
"Chain Proxy": "🔗 체인 프록시",
|
||||
"Chain Proxy Config": "Chain Proxy Config",
|
||||
"Proxy Rules": "Proxy Rules",
|
||||
"Select Rules": "Select Rules",
|
||||
"Click nodes in order to add to proxy chain": "Click nodes in order to add to proxy chain",
|
||||
"No proxy chain configured": "No proxy chain configured",
|
||||
"Proxy Order": "Proxy Order",
|
||||
"timeout": "Timeout",
|
||||
"Clear All": "Clear All",
|
||||
"script": "스크립트",
|
||||
"locate": "로케이트",
|
||||
"Delay check": "지연 확인",
|
||||
"Sort by default": "기본값으로 정렬",
|
||||
"Sort by delay": "지연시간으로 정렬",
|
||||
"Sort by name": "이름으로 정렬",
|
||||
"Delay check URL": "지연 확인 URL",
|
||||
"Delay check to cancel fixed": "고정 취소를 위한 지연 확인",
|
||||
"Proxy basic": "프록시 기본",
|
||||
"Proxy detail": "프록시 상세",
|
||||
"Profiles": "프로필",
|
||||
"Update All Profiles": "모든 프로필 업데이트",
|
||||
"View Runtime Config": "런타임 설정 보기",
|
||||
"Reactivate Profiles": "프로필 재활성화",
|
||||
"Paste": "붙여넣기",
|
||||
"Profile URL": "프로필 URL",
|
||||
"Import": "가져오기",
|
||||
"From": "출처",
|
||||
"Update Time": "업데이트 시간",
|
||||
"Used / Total": "사용됨 / 전체",
|
||||
"Expire Time": "만료 시간",
|
||||
"Create Profile": "프로필 생성",
|
||||
"Edit Profile": "프로필 편집",
|
||||
"Edit Proxies": "프록시 편집",
|
||||
"Use newlines for multiple uri": "여러 URI의 경우 줄바꿈 사용(Base64 인코딩 지원)",
|
||||
"Edit Rules": "규칙 편집",
|
||||
"Rule Type": "규칙 유형",
|
||||
"Rule Content": "규칙 내용",
|
||||
"Proxy Policy": "프록시 정책",
|
||||
"No Resolve": "해석 안함",
|
||||
"Prepend Rule": "규칙 앞에 추가",
|
||||
"Append Rule": "규칙 뒤에 추가",
|
||||
"Prepend Group": "그룹 앞에 추가",
|
||||
"Append Group": "그룹 뒤에 추가",
|
||||
"Prepend Proxy": "프록시 앞에 추가",
|
||||
"Append Proxy": "프록시 뒤에 추가",
|
||||
"Rule Condition Required": "규칙 조건 필요",
|
||||
"Invalid Rule": "잘못된 규칙",
|
||||
"Advanced": "고급",
|
||||
"Visualization": "시각화",
|
||||
"DOMAIN": "전체 도메인 이름과 일치",
|
||||
@@ -298,17 +261,8 @@
|
||||
"Group Name Already Exists": "그룹 이름이 이미 존재함",
|
||||
"Extend Config": "설정 확장",
|
||||
"Extend Script": "스크립트 확장",
|
||||
"Global Merge": "전역 설정 확장",
|
||||
"Global Script": "전역 스크립트 확장",
|
||||
"Type": "유형",
|
||||
"Name": "이름",
|
||||
"Descriptions": "설명",
|
||||
"Subscription URL": "구독 URL",
|
||||
"Update Interval": "업데이트 간격",
|
||||
"Choose File": "파일 선택",
|
||||
"Use System Proxy": "시스템 프록시 사용",
|
||||
"Use Clash Proxy": "Clash 프록시 사용",
|
||||
"Accept Invalid Certs (Danger)": "잘못된 인증서 허용(위험)",
|
||||
"Refresh": "새로고침",
|
||||
"Home": "홈",
|
||||
"Select": "선택",
|
||||
@@ -317,37 +271,18 @@
|
||||
"Open File": "파일 열기",
|
||||
"Update": "업데이트",
|
||||
"Update via proxy": "Update via proxy",
|
||||
"Update(Proxy)": "업데이트(프록시)",
|
||||
"Confirm deletion": "삭제 확인",
|
||||
"This operation is not reversible": "이 작업은 되돌릴 수 없습니다",
|
||||
"Script Console": "스크립트 콘솔",
|
||||
"To Top": "맨 위로",
|
||||
"To End": "끝으로",
|
||||
"Connections": "연결",
|
||||
"Table View": "테이블 보기",
|
||||
"List View": "목록 보기",
|
||||
"Close All": "모두 닫기",
|
||||
"Close All Connections": "Close All Connections",
|
||||
"Upload": "업로드",
|
||||
"Download": "다운로드",
|
||||
"Download Speed": "다운로드 속도",
|
||||
"Upload Speed": "업로드 속도",
|
||||
"Host": "호스트",
|
||||
"Downloaded": "다운로드됨",
|
||||
"Uploaded": "업로드됨",
|
||||
"DL Speed": "다운로드 속도",
|
||||
"UL Speed": "업로드 속도",
|
||||
"Active Connections": "활성 연결",
|
||||
"Chains": "체인",
|
||||
"Rule": "규칙",
|
||||
"Process": "프로세스",
|
||||
"Time": "시간",
|
||||
"Source": "소스",
|
||||
"Destination": "목적지",
|
||||
"DestinationPort": "목적지 포트",
|
||||
"Close Connection": "연결 닫기",
|
||||
"Rules": "규칙",
|
||||
"Rule Provider": "규칙 제공자",
|
||||
"notice.forceRefreshCompleted": "Force refresh completed",
|
||||
"notice.emergencyRefreshFailed": "Emergency refresh failed: {{message}}",
|
||||
"notice.provider.updateSuccess": "{{name}} updated successfully",
|
||||
@@ -367,30 +302,12 @@
|
||||
"Icon": "아이콘",
|
||||
"Test URL": "테스트 URL",
|
||||
"Settings": "설정",
|
||||
"System Setting": "시스템 설정",
|
||||
"Tun Mode": "Tun 모드",
|
||||
"TUN requires Service Mode": "TUN mode requires install service",
|
||||
"Install Service": "Install Service",
|
||||
"Install Service failed": "Install Service failed",
|
||||
"Uninstall Service": "Uninstall Service",
|
||||
"Restart Core failed": "Restart Core failed",
|
||||
"Reset to Default": "Reset to Default",
|
||||
"Tun Mode Info": "Tun (Virtual NIC) mode: Captures all system traffic, when enabled, there is no need to enable system proxy.",
|
||||
"TUN requires Service Mode or Admin Mode": "TUN requires Service Mode or Admin Mode",
|
||||
"TUN Mode automatically disabled due to service unavailable": "TUN Mode automatically disabled due to service unavailable",
|
||||
"Failed to disable TUN Mode automatically": "Failed to disable TUN Mode automatically",
|
||||
"System Proxy Enabled": "System proxy is enabled, your applications will access the network through the proxy",
|
||||
"System Proxy Disabled": "System proxy is disabled, it is recommended for most users to turn on this option",
|
||||
"TUN Mode Enabled": "TUN mode is enabled, applications will access the network through the virtual network card",
|
||||
"TUN Mode Disabled": "TUN mode is disabled, suitable for special applications",
|
||||
"TUN Mode Service Required": "TUN mode requires service mode, please install the service first",
|
||||
"TUN Mode Intercept Info": "TUN mode can take over all application traffic, suitable for special applications that do not follow the system proxy settings",
|
||||
"Core communication error": "Core communication error",
|
||||
"Rule Mode Description": "Routes traffic according to preset rules, provides flexible proxy strategies",
|
||||
"Global Mode Description": "All traffic goes through proxy servers, suitable for scenarios requiring global internet access",
|
||||
"Direct Mode Description": "All traffic doesn't go through proxy nodes, but is forwarded by Clash kernel to target servers, suitable for specific scenarios requiring kernel traffic distribution",
|
||||
"Stack": "스택",
|
||||
"System and Mixed Can Only be Used in Service Mode": "System and Mixed Can Only be Used in Service Mode",
|
||||
"Device": "Device Name",
|
||||
"Auto Route": "자동 라우팅",
|
||||
"Strict Route": "Strict Route",
|
||||
@@ -398,19 +315,11 @@
|
||||
"DNS Hijack": "DNS Hijack",
|
||||
"MTU": "MTU",
|
||||
"Service Mode": "서비스 모드",
|
||||
"Service Mode Info": "Please install the service mode before enabling TUN mode. The kernel process started by the service can obtain the permission to install the virtual network card (TUN mode)",
|
||||
"Current State": "Current State",
|
||||
"pending": "pending",
|
||||
"installed": "installed",
|
||||
"uninstall": "uninstalled",
|
||||
"active": "active",
|
||||
"unknown": "unknown",
|
||||
"Information: Please make sure that the Clash Verge Service is installed and enabled": "Information: Please make sure that the Clash Verge Service is installed and enabled",
|
||||
"Install": "Install",
|
||||
"Uninstall": "Uninstall",
|
||||
"Disable Service Mode": "Disable Service Mode",
|
||||
"System Proxy": "시스템 프록시",
|
||||
"System Proxy Info": "Enable to modify the operating system's proxy settings. If enabling fails, modify the operating system's proxy settings manually",
|
||||
"System Proxy Setting": "System Proxy Setting",
|
||||
"Current System Proxy": "Current System Proxy",
|
||||
"Enable status": "Enable Status:",
|
||||
@@ -419,12 +328,10 @@
|
||||
"Server Addr": "Server Addr: ",
|
||||
"Proxy Host": "Proxy Host",
|
||||
"Invalid Proxy Host Format": "Invalid Proxy Host Format",
|
||||
"Not available": "Not available",
|
||||
"Proxy Guard": "Proxy Guard",
|
||||
"Proxy Guard Info": "Enable to prevent other software from modifying the operating system's proxy settings",
|
||||
"Guard Duration": "Guard Duration",
|
||||
"Always use Default Bypass": "Always use Default Bypass",
|
||||
"Use Bypass Check": "Use Bypass Check",
|
||||
"Proxy Bypass": "Proxy Bypass Settings: ",
|
||||
"Bypass": "Bypass: ",
|
||||
"Use PAC Mode": "Use PAC Mode",
|
||||
@@ -432,15 +339,6 @@
|
||||
"PAC URL": "PAC URL: ",
|
||||
"Auto Launch": "Auto Launch",
|
||||
"Administrator mode may not support auto launch": "Administrator mode may not support auto launch",
|
||||
"Silent Start": "자동 시작",
|
||||
"Silent Start Info": "Start the program in background mode without displaying the panel",
|
||||
"Hover Jump Navigator": "Hover Jump Navigator",
|
||||
"Hover Jump Navigator Info": "Automatically scroll to the corresponding proxy group when hovering over alphabet letters",
|
||||
"Hover Jump Navigator Delay": "Hover Jump Navigator Delay",
|
||||
"Hover Jump Navigator Delay Info": "Delay before auto scrolling when hovering, in milliseconds",
|
||||
"TG Channel": "Telegram Channel",
|
||||
"Manual": "Manual",
|
||||
"Github Repo": "Github Repo",
|
||||
"Clash Setting": "Clash 설정",
|
||||
"Allow Lan": "Allow LAN",
|
||||
"Network Interface": "Network Interface",
|
||||
@@ -473,50 +371,16 @@
|
||||
"Restart": "Restart",
|
||||
"Release Version": "Release Version",
|
||||
"Alpha Version": "Alpha Version",
|
||||
"Please Enable Service Mode": "Please Install and Enable Service Mode First",
|
||||
"Please enter your root password": "Please enter your root password",
|
||||
"Grant": "Grant",
|
||||
"Open UWP tool": "Open UWP tool",
|
||||
"Open UWP tool Info": "Since Windows 8, UWP apps (such as Microsoft Store) are restricted from directly accessing local host network services, and this tool can be used to bypass this restriction",
|
||||
"Update GeoData": "Update GeoData",
|
||||
"Verge Basic Setting": "Verge 기본 설정",
|
||||
"Verge Advanced Setting": "Verge Advanced Setting",
|
||||
"Language": "언어",
|
||||
"Theme Mode": "테마 모드",
|
||||
"theme.light": "Light",
|
||||
"theme.dark": "Dark",
|
||||
"theme.system": "System",
|
||||
"Tray Click Event": "트레이 클릭 이벤트",
|
||||
"Show Main Window": "메인 창 표시",
|
||||
"Show Tray Menu": "트레이 메뉴 표시",
|
||||
"Copy Env Type": "환경 유형 복사",
|
||||
"Copy Success": "복사 성공",
|
||||
"Start Page": "시작 페이지",
|
||||
"Startup Script": "시작 스크립트",
|
||||
"Browse": "Browse",
|
||||
"Theme Setting": "Theme Setting",
|
||||
"Primary Color": "기본 색상",
|
||||
"Secondary Color": "Secondary Color",
|
||||
"Primary Text": "Primary Text",
|
||||
"Secondary Text": "Secondary Text",
|
||||
"Info Color": "Info Color",
|
||||
"Warning Color": "Warning Color",
|
||||
"Error Color": "Error Color",
|
||||
"Success Color": "Success Color",
|
||||
"Font Family": "Font Family",
|
||||
"CSS Injection": "CSS Injection",
|
||||
"Layout Setting": "레이아웃 설정",
|
||||
"Traffic Graph": "트래픽 그래프",
|
||||
"Memory Usage": "메모리 사용량",
|
||||
"Memory Cleanup": "Tap to clean up memory",
|
||||
"Proxy Group Icon": "Proxy Group Icon",
|
||||
"Nav Icon": "Nav Icon",
|
||||
"Monochrome": "Monochrome",
|
||||
"Colorful": "Colorful",
|
||||
"Tray Icon": "Tray Icon",
|
||||
"Common Tray Icon": "Common Tray Icon",
|
||||
"System Proxy Tray Icon": "System Proxy Tray Icon",
|
||||
"Tun Tray Icon": "Tun Tray Icon",
|
||||
"Miscellaneous": "Miscellaneous",
|
||||
"App Log Level": "App Log Level",
|
||||
"Auto Close Connections": "Auto Close Connections",
|
||||
@@ -544,19 +408,10 @@
|
||||
"toggle_tun_mode": "Enable/Disable Tun Mode",
|
||||
"entry_lightweight_mode": "Entry Lightweight Mode",
|
||||
"Backup Setting": "Backup Setting",
|
||||
"Backup Setting Info": "Support local or WebDAV backup of configuration files",
|
||||
"Runtime Config": "Runtime Config",
|
||||
"Open Conf Dir": "Open Conf Dir",
|
||||
"Open Conf Dir Info": "If the software runs abnormally, BACKUP and delete all files in this folder then restart the software",
|
||||
"Open Core Dir": "Open Core Dir",
|
||||
"Open Logs Dir": "Open Logs Dir",
|
||||
"Check for Updates": "Check for Updates",
|
||||
"Go to Release Page": "Go to Release Page",
|
||||
"Portable Updater Error": "The portable version does not support in-app updates. Please manually download and replace it",
|
||||
"Break Change Update Error": "This version is a major update and does not support in-app updates. Please uninstall it and manually download and install the new version",
|
||||
"Open Dev Tools": "Dev Tools",
|
||||
"Export Diagnostic Info": "Export Diagnostic Info",
|
||||
"Export Diagnostic Info For Issue Reporting": "Export Diagnostic Info For Issue Reporting",
|
||||
"Exit": "Exit",
|
||||
"Verge Version": "Verge Version",
|
||||
"ReadOnly": "ReadOnly",
|
||||
@@ -567,10 +422,6 @@
|
||||
"Match Whole Word": "Match Whole Word",
|
||||
"Use Regular Expression": "Use Regular Expression",
|
||||
"Profile Imported Successfully": "Profile Imported Successfully",
|
||||
"Profile Switched": "Profile Switched",
|
||||
"Profile Reactivated": "Profile Reactivated",
|
||||
"Profile switch interrupted by new selection": "Profile switch interrupted by new selection",
|
||||
"Only YAML Files Supported": "Only YAML Files Supported",
|
||||
"Settings Applied": "Settings Applied",
|
||||
"Stopping Core...": "Stopping Core...",
|
||||
"Restarting Core...": "Restarting Core...",
|
||||
@@ -587,19 +438,11 @@
|
||||
"Service was ready, but core restart might have issues or service became unavailable. Please check.": "Service was ready, but core restart might have issues or service became unavailable. Please check.",
|
||||
"Service installation or core restart encountered issues. Service might not be available. Please check system logs.": "Service installation or core restart encountered issues. Service might not be available. Please check system logs.",
|
||||
"Attempting to restart core as a fallback...": "Attempting to restart core as a fallback...",
|
||||
"Fallback core restart also failed: {message}": "Fallback core restart also failed: {{message}}",
|
||||
"Service is ready and core restarted": "Service is ready and core restarted",
|
||||
"Core restarted. Service is now available.": "Core restarted. Service is now available.",
|
||||
"Clash Port Modified": "Clash Port Modified",
|
||||
"Port Conflict": "Port Conflict",
|
||||
"Restart Application to Apply Modifications": "Restart Application to Apply Modifications",
|
||||
"External Controller Address Modified": "External Controller Address Modified",
|
||||
"Permissions Granted Successfully for _clash Core": "Permissions Granted Successfully for {{core}} Core",
|
||||
"Core Version Updated": "Core Version Updated",
|
||||
"Clash Core Restarted": "Clash Core Restarted",
|
||||
"GeoData Updated": "GeoData Updated",
|
||||
"Currently on the Latest Version": "Currently on the Latest Version",
|
||||
"Already Using Latest Core": "Already Using Latest Core",
|
||||
"Import Subscription Successful": "구독 가져오기 성공",
|
||||
"WebDAV Server URL": "WebDAV Server URL",
|
||||
"Username": "사용자 이름",
|
||||
@@ -617,7 +460,6 @@
|
||||
"Invalid WebDAV URL": "Invalid WebDAV URL format",
|
||||
"Username Required": "Username cannot be empty",
|
||||
"Password Required": "Password cannot be empty",
|
||||
"Failed to Fetch Backups": "Failed to fetch backup files",
|
||||
"WebDAV Config Saved": "WebDAV configuration saved successfully",
|
||||
"WebDAV Config Save Failed": "Failed to save WebDAV configuration: {{error}}",
|
||||
"Backup Created": "Backup created successfully",
|
||||
@@ -636,24 +478,7 @@
|
||||
"Restore Success, App will restart in 1s": "Restore Success, App will restart in 1s",
|
||||
"Failed to fetch backup files": "Failed to fetch backup files",
|
||||
"Profile": "Profile",
|
||||
"Help": "Help",
|
||||
"About": "About",
|
||||
"Theme": "테마",
|
||||
"Main Window": "Main Window",
|
||||
"Group Icon": "Group Icon",
|
||||
"Menu Icon": "Menu Icon",
|
||||
"PAC File": "PAC File",
|
||||
"Web UI": "Web UI",
|
||||
"Hotkeys": "Hotkeys",
|
||||
"Verge Mixed Port": "Verge Mixed Port",
|
||||
"Verge Socks Port": "Verge Socks Port",
|
||||
"Verge Redir Port": "Verge Redir Port",
|
||||
"Verge Tproxy Port": "Verge Tproxy Port",
|
||||
"Verge Port": "Verge Port",
|
||||
"Verge HTTP Enabled": "Verge HTTP Enabled",
|
||||
"WebDAV URL": "WebDAV URL",
|
||||
"WebDAV Username": "WebDAV Username",
|
||||
"WebDAV Password": "WebDAV Password",
|
||||
"Dashboard": "Dashboard",
|
||||
"Restart App": "Restart App",
|
||||
"Restart Clash Core": "Restart Clash Core",
|
||||
@@ -669,9 +494,7 @@
|
||||
"Direct Mode": "Direct Mode",
|
||||
"Enable Tray Speed": "Enable Tray Speed",
|
||||
"Enable Tray Icon": "Enable Tray Icon",
|
||||
"Show Proxy Groups Inline": "Show Proxy Groups Inline",
|
||||
"LightWeight Mode": "Lightweight Mode",
|
||||
"LightWeight Mode Info": "Close the GUI and keep only the kernel running",
|
||||
"LightWeight Mode Settings": "LightWeight Mode Settings",
|
||||
"Enter LightWeight Mode Now": "Enter LightWeight Mode Now",
|
||||
"Auto Enter LightWeight Mode": "Auto Enter LightWeight Mode",
|
||||
@@ -697,10 +520,6 @@
|
||||
"Merge File Mapping Error": "병합 파일 매핑 오류",
|
||||
"Merge File Key Error": "병합 파일 키 오류",
|
||||
"Merge File Error": "병합 파일 오류",
|
||||
"Validate YAML File": "Validate YAML File",
|
||||
"Validate Merge File": "Validate Merge File",
|
||||
"Validation Success": "Validation Success",
|
||||
"Validation Failed": "Validation Failed",
|
||||
"Service Administrator Prompt": "Clash Verge requires administrator privileges to reinstall the system service",
|
||||
"DNS Settings": "DNS Settings",
|
||||
"DNS settings saved": "DNS settings saved",
|
||||
@@ -747,19 +566,6 @@
|
||||
"Hosts Settings": "Hosts Settings",
|
||||
"Hosts": "Hosts",
|
||||
"Custom domain to IP or domain mapping": "Custom domain to IP or domain mapping",
|
||||
"Enable Alpha Channel": "Enable Alpha Channel",
|
||||
"Alpha versions may contain experimental features and bugs": "Alpha versions may contain experimental features and bugs",
|
||||
"Home Settings": "Home Settings",
|
||||
"Profile Card": "Profile Card",
|
||||
"Current Proxy Card": "Current Proxy Card",
|
||||
"Network Settings Card": "Network Settings Card",
|
||||
"Proxy Mode Card": "Proxy Mode Card",
|
||||
"Clash Mode Card": "Clash Mode Card",
|
||||
"Traffic Stats Card": "Traffic Stats Card",
|
||||
"Clash Info Cards": "Clash Info Cards",
|
||||
"System Info Cards": "System Info Cards",
|
||||
"Website Tests Card": "Website Tests Card",
|
||||
"Traffic Stats": "Traffic Stats",
|
||||
"Website Tests": "Website Tests",
|
||||
"Clash Info": "Clash Info",
|
||||
"Core Version": "Core Version",
|
||||
@@ -779,22 +585,16 @@
|
||||
"No schedule": "No schedule",
|
||||
"Unknown": "Unknown",
|
||||
"Auto update disabled": "Auto update disabled",
|
||||
"Update subscription successfully": "Update subscription successfully",
|
||||
"Update failed, retrying with Clash proxy...": "업데이트 실패, Clash 프록시로 재시도 중...",
|
||||
"Update with Clash proxy successfully": "Clash 프록시로 업데이트 성공",
|
||||
"Update failed even with Clash proxy": "Clash 프록시로도 업데이트 실패",
|
||||
"Profile creation failed, retrying with Clash proxy...": "Profile creation failed, retrying with Clash proxy...",
|
||||
"Profile creation succeeded with Clash proxy": "Profile creation succeeded with Clash proxy",
|
||||
"Import failed, retrying with Clash proxy...": "Import failed, retrying with Clash proxy...",
|
||||
"Profile Imported with Clash proxy": "Profile Imported with Clash proxy",
|
||||
"Import failed even with Clash proxy": "Import failed even with Clash proxy",
|
||||
"Current Node": "Current Node",
|
||||
"No active proxy node": "No active proxy node",
|
||||
"Network Settings": "Network Settings",
|
||||
"Proxy Mode": "Proxy Mode",
|
||||
"Group": "Group",
|
||||
"Proxy": "Proxy",
|
||||
"IP Information Card": "IP Information Card",
|
||||
"IP Information": "IP Information",
|
||||
"Failed to get IP info": "Failed to get IP info",
|
||||
"ISP": "ISP",
|
||||
@@ -828,9 +628,7 @@
|
||||
"AppQuitBody": "APP quit by hotkey",
|
||||
"AppHiddenTitle": "APP Hidden",
|
||||
"AppHiddenBody": "APP window hidden by hotkey",
|
||||
"Invalid Profile URL": "Invalid profile URL. Please enter a URL starting with http:// or https://",
|
||||
"Saved Successfully": "Saved successfully",
|
||||
"External Cors": "External Cors",
|
||||
"Enable one-click CORS for external API. Click to toggle CORS": "Enable one-click CORS for external API. Click to toggle CORS",
|
||||
"External Cors Settings": "External Cors Settings",
|
||||
"External Cors Configuration": "External Cors Configuration",
|
||||
@@ -840,8 +638,6 @@
|
||||
"Add": "Add",
|
||||
"Always included origins: {{urls}}": "Always included origins: {{urls}}",
|
||||
"Invalid regular expression": "Invalid regular expression",
|
||||
"Copy Version": "Copy Version",
|
||||
"Version copied to clipboard": "Version copied to clipboard",
|
||||
"Controller address cannot be empty": "Controller address cannot be empty",
|
||||
"Secret cannot be empty": "Secret cannot be empty",
|
||||
"Configuration saved successfully": "Configuration saved successfully",
|
||||
@@ -849,20 +645,9 @@
|
||||
"Controller address copied to clipboard": "Controller address copied to clipboard",
|
||||
"Secret copied to clipboard": "Secret copied to clipboard",
|
||||
"Saving...": "Saving...",
|
||||
"Proxy node already exists in chain": "Proxy node already exists in chain",
|
||||
"Detection timeout or failed": "Detection timeout or failed",
|
||||
"Batch Operations": "Batch Operations",
|
||||
"Delete Selected Profiles": "Delete Selected Profiles",
|
||||
"Deselect All": "Deselect All",
|
||||
"Done": "Done",
|
||||
"items": "items",
|
||||
"Select All": "Select All",
|
||||
"Selected": "Selected",
|
||||
"Selected profiles deleted successfully": "Selected profiles deleted successfully",
|
||||
"Prefer System Titlebar": "Prefer System Titlebar",
|
||||
"App Log Max Size": "App Log Max Size",
|
||||
"App Log Max Count": "App Log Max Count",
|
||||
"Allow Auto Update": "Allow Auto Update",
|
||||
"Menu reorder mode": "Menu reorder mode",
|
||||
"Unlock menu order": "Unlock menu order",
|
||||
"Lock menu order": "Lock menu order",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"millis": "миллисекунды",
|
||||
"seconds": "секунды",
|
||||
"mins": "минуты",
|
||||
"Back": "Назад",
|
||||
"Close": "Закрыть",
|
||||
"Cancel": "Отмена",
|
||||
"Confirm": "Подтвердить",
|
||||
@@ -15,7 +14,6 @@
|
||||
"Save": "Сохранить",
|
||||
"Delete": "Удалить",
|
||||
"Enable": "Включить",
|
||||
"Disable": "Отключить",
|
||||
"pages": {
|
||||
"home": {
|
||||
"title": "Главная",
|
||||
@@ -170,66 +168,31 @@
|
||||
"Label-Unlock": "Тест",
|
||||
"Label-Settings": "Настройки",
|
||||
"Proxies": "Прокси",
|
||||
"Proxy Groups": "Группы прокси",
|
||||
"Proxy Chain Mode": "Proxy Chain Mode",
|
||||
"Connect": "Connect",
|
||||
"Connecting...": "Connecting...",
|
||||
"Disconnect": "Disconnect",
|
||||
"Failed to connect to proxy chain": "Failed to connect to proxy chain",
|
||||
"Proxy Provider": "Провайдер прокси",
|
||||
"Proxy Count": "Proxy Count",
|
||||
"Update All": "Обновить все",
|
||||
"Update At": "Обновлено в",
|
||||
"rule": "правила",
|
||||
"global": "глобальный",
|
||||
"direct": "прямой",
|
||||
"Chain Proxy": "🔗 Цепной прокси",
|
||||
"Chain Proxy Config": "Конфигурация цепочки прокси",
|
||||
"Proxy Rules": "Proxy Rules",
|
||||
"Select Rules": "Select Rules",
|
||||
"Click nodes in order to add to proxy chain": "Нажимайте узлы по порядку, чтобы добавить в цепочку прокси",
|
||||
"No proxy chain configured": "Цепочка прокси не настроена",
|
||||
"Proxy Order": "Порядок прокси",
|
||||
"timeout": "Тайм-аут",
|
||||
"Clear All": "Очистить всё",
|
||||
"script": "скриптовый",
|
||||
"locate": "Местоположение",
|
||||
"Delay check": "Проверка задержки",
|
||||
"Sort by default": "Сортировать по умолчанию",
|
||||
"Sort by delay": "Сортировать по задержке",
|
||||
"Sort by name": "Сортировать по названию",
|
||||
"Delay check URL": "URL проверки задержки",
|
||||
"Delay check to cancel fixed": "Проверка задержки для отмены фиксированного",
|
||||
"Proxy basic": "Отображать меньше сведений о прокси",
|
||||
"Proxy detail": "Отображать больше сведений о прокси",
|
||||
"Profiles": "Профили",
|
||||
"Update All Profiles": "Обновить все профили",
|
||||
"View Runtime Config": "Просмотреть используемый конфиг",
|
||||
"Reactivate Profiles": "Перезапустить профиль",
|
||||
"Paste": "Вставить",
|
||||
"Profile URL": "URL профиля",
|
||||
"Import": "Импорт",
|
||||
"From": "От",
|
||||
"Update Time": "Время обновления",
|
||||
"Used / Total": "Использовано / Всего",
|
||||
"Expire Time": "Время окончания",
|
||||
"Create Profile": "Создать профиль",
|
||||
"Edit Profile": "Изменить профиль",
|
||||
"Edit Proxies": "Редактировать прокси",
|
||||
"Use newlines for multiple uri": "Используйте символы новой строки для нескольких URI (поддерживается кодировка Base64)",
|
||||
"Edit Rules": "Редактировать правила",
|
||||
"Rule Type": "Тип правила",
|
||||
"Rule Content": "Содержимое правила",
|
||||
"Proxy Policy": "Политика прокси",
|
||||
"No Resolve": "Без разрешения",
|
||||
"Prepend Rule": "Добавить правило в начало",
|
||||
"Append Rule": "Добавить правило в конец",
|
||||
"Prepend Group": "Добавить группу в начало",
|
||||
"Append Group": "Добавить группу в конец",
|
||||
"Prepend Proxy": "Добавить прокси в начало",
|
||||
"Append Proxy": "Добавить прокси в конец",
|
||||
"Rule Condition Required": "Требуется условие правила",
|
||||
"Invalid Rule": "Недействительное правило",
|
||||
"Advanced": "Дополнительно",
|
||||
"Visualization": "Визуализация",
|
||||
"DOMAIN": "Соответствует полному доменному имени",
|
||||
@@ -298,17 +261,8 @@
|
||||
"Group Name Already Exists": "Имя группы уже существует",
|
||||
"Extend Config": "Изменить Merge",
|
||||
"Extend Script": "Изменить Script",
|
||||
"Global Merge": "Глобальный расширенный Настройки",
|
||||
"Global Script": "Глобальный расширенный скрипт",
|
||||
"Type": "Тип",
|
||||
"Name": "Название",
|
||||
"Descriptions": "Описание",
|
||||
"Subscription URL": "URL подписки",
|
||||
"Update Interval": "Интервал обновления",
|
||||
"Choose File": "Выбрать файл",
|
||||
"Use System Proxy": "Использовать системный прокси для обновления",
|
||||
"Use Clash Proxy": "Использовать прокси Clash для обновления",
|
||||
"Accept Invalid Certs (Danger)": "Принимать недействительные сертификаты (ОПАСНО)",
|
||||
"Refresh": "Обновить",
|
||||
"Home": "Главная",
|
||||
"Select": "Выбрать",
|
||||
@@ -317,37 +271,18 @@
|
||||
"Open File": "Открыть файл",
|
||||
"Update": "Обновить",
|
||||
"Update via proxy": "Update via proxy",
|
||||
"Update(Proxy)": "Обновить (прокси)",
|
||||
"Confirm deletion": "Подтвердите удаление",
|
||||
"This operation is not reversible": "Эта операция необратима",
|
||||
"Script Console": "Консоль скрипта",
|
||||
"To Top": "Наверх",
|
||||
"To End": "Вниз",
|
||||
"Connections": "Соединения",
|
||||
"Table View": "Отображать в виде таблицы",
|
||||
"List View": "Отображать в виде списка",
|
||||
"Close All": "Закрыть всё",
|
||||
"Close All Connections": "Close All Connections",
|
||||
"Upload": "Загрузка",
|
||||
"Download": "Скачивание",
|
||||
"Download Speed": "Скорость скачивания",
|
||||
"Upload Speed": "Скорость загрузки",
|
||||
"Host": "Хост",
|
||||
"Downloaded": "Скачано",
|
||||
"Uploaded": "Загружено",
|
||||
"DL Speed": "Скорость скачивания",
|
||||
"UL Speed": "Скорость загрузки",
|
||||
"Active Connections": "Активные соединения",
|
||||
"Chains": "Цепочки",
|
||||
"Rule": "Правило",
|
||||
"Process": "Процесс",
|
||||
"Time": "Время подключения",
|
||||
"Source": "Исходный адрес",
|
||||
"Destination": "IP-адрес назначения",
|
||||
"DestinationPort": "Целевой порт",
|
||||
"Close Connection": "Закрыть соединение",
|
||||
"Rules": "Правила",
|
||||
"Rule Provider": "Провайдеры правил",
|
||||
"notice.forceRefreshCompleted": "Force refresh completed",
|
||||
"notice.emergencyRefreshFailed": "Emergency refresh failed: {{message}}",
|
||||
"notice.provider.updateSuccess": "{{name}} updated successfully",
|
||||
@@ -367,30 +302,12 @@
|
||||
"Icon": "Иконка",
|
||||
"Test URL": "URL проверка",
|
||||
"Settings": "Настройки",
|
||||
"System Setting": "Настройки системы",
|
||||
"Tun Mode": "Режим TUN",
|
||||
"TUN requires Service Mode": "Режим TUN требует установленную службу Clash Verge",
|
||||
"Install Service": "Установить службу",
|
||||
"Install Service failed": "Install Service failed",
|
||||
"Uninstall Service": "Uninstall Service",
|
||||
"Restart Core failed": "Restart Core failed",
|
||||
"Reset to Default": "Сбросить настройки",
|
||||
"Tun Mode Info": "Режим Tun: захватывает весь системный трафик, при включении нет необходимости включать системный прокси-сервер.",
|
||||
"TUN requires Service Mode or Admin Mode": "TUN requires Service Mode or Admin Mode",
|
||||
"TUN Mode automatically disabled due to service unavailable": "TUN Mode automatically disabled due to service unavailable",
|
||||
"Failed to disable TUN Mode automatically": "Failed to disable TUN Mode automatically",
|
||||
"System Proxy Enabled": "Системный прокси включен, ваши приложения будут получать доступ к сети через него",
|
||||
"System Proxy Disabled": "Системный прокси отключен, большинству пользователей рекомендуется включить эту опцию",
|
||||
"TUN Mode Enabled": "Режим TUN включен, приложения будут получать доступ к сети через виртуальную сетевую карту",
|
||||
"TUN Mode Disabled": "Режим TUN отключен",
|
||||
"TUN Mode Service Required": "Режим TUN требует установленную службу Clash Verge",
|
||||
"TUN Mode Intercept Info": "Режим TUN может перехватить трафик всех приложений, подходит для приложений, которые не работают в режиме системного прокси.",
|
||||
"Core communication error": "Core communication error",
|
||||
"Rule Mode Description": "Направляет трафик в соответствии с предустановленными правилами",
|
||||
"Global Mode Description": "Направляет весь трафик через прокси-серверы",
|
||||
"Direct Mode Description": "Весь трафик обходит прокси, но передается ядром Clash для целевых серверов, подходит для конкретных сценариев, требующих распределения трафика ядра",
|
||||
"Stack": "Стек",
|
||||
"System and Mixed Can Only be Used in Service Mode": "Стэк System и Mixed могут использоваться только в режиме системной службы",
|
||||
"Device": "Имя устройства",
|
||||
"Auto Route": "Автоматическая маршрутизация",
|
||||
"Strict Route": "Строгая маршрутизация",
|
||||
@@ -398,19 +315,11 @@
|
||||
"DNS Hijack": "DNS-перехват",
|
||||
"MTU": "MTU",
|
||||
"Service Mode": "Режим системной службы",
|
||||
"Service Mode Info": "Установите режим системной службы перед включением режима TUN. Процесс ядра, запущенный службой, может получить разрешение на установку виртуальной сетевой карты (режим TUN).",
|
||||
"Current State": "Текущее состояние",
|
||||
"pending": "Ожидающий",
|
||||
"installed": "Установленный",
|
||||
"uninstall": "Не установленный",
|
||||
"active": "Активированный",
|
||||
"unknown": "неизвестный",
|
||||
"Information: Please make sure that the Clash Verge Service is installed and enabled": "Информация: Пожалуйста, убедитесь, что сервис Clash Verge Service установлен и включен",
|
||||
"Install": "Установить",
|
||||
"Uninstall": "Удалить",
|
||||
"Disable Service Mode": "Отключить режим системной службы",
|
||||
"System Proxy": "Системный прокси",
|
||||
"System Proxy Info": "Разрешить изменение настроек прокси-сервера операционной системы. Если разрешение не удастся, измените настройки прокси-сервера операционной системы вручную",
|
||||
"System Proxy Setting": "Настройка системного прокси",
|
||||
"Current System Proxy": "Текущий системный прокси",
|
||||
"Enable status": "Статус включения",
|
||||
@@ -419,12 +328,10 @@
|
||||
"Server Addr": "Адрес сервера: ",
|
||||
"Proxy Host": "Хост прокси",
|
||||
"Invalid Proxy Host Format": "Неверный формат хоста прокси",
|
||||
"Not available": "Недоступно",
|
||||
"Proxy Guard": "Proxy Guard",
|
||||
"Proxy Guard Info": "Включите эту функцию чтобы предотвратить изменение настроек прокси-сервера операционной системы другим ПО",
|
||||
"Guard Duration": "Период защиты",
|
||||
"Always use Default Bypass": "Всегда использовать стандартное обходное решение",
|
||||
"Use Bypass Check": "Используйте проверку обхода",
|
||||
"Proxy Bypass": "Игнорируемые адреса: ",
|
||||
"Bypass": "Игнорируемые адреса: ",
|
||||
"Use PAC Mode": "Используйте режим PAC",
|
||||
@@ -432,15 +339,6 @@
|
||||
"PAC URL": "Адрес PAC: ",
|
||||
"Auto Launch": "Автозапуск",
|
||||
"Administrator mode may not support auto launch": "Administrator mode may not support auto launch",
|
||||
"Silent Start": "Тихий запуск",
|
||||
"Silent Start Info": "Запускать программу в фоновом режиме без отображения панели",
|
||||
"Hover Jump Navigator": "Hover Jump Navigator",
|
||||
"Hover Jump Navigator Info": "Automatically scroll to the corresponding proxy group when hovering over alphabet letters",
|
||||
"Hover Jump Navigator Delay": "Hover Jump Navigator Delay",
|
||||
"Hover Jump Navigator Delay Info": "Delay before auto scrolling when hovering, in milliseconds",
|
||||
"TG Channel": "Telegram-канал",
|
||||
"Manual": "Документация",
|
||||
"Github Repo": "GitHub репозиторий",
|
||||
"Clash Setting": "Настройки Clash",
|
||||
"Allow Lan": "Разрешить доступ из локальной сети",
|
||||
"Network Interface": "Сетевой интерфейс",
|
||||
@@ -473,50 +371,16 @@
|
||||
"Restart": "Перезапустить",
|
||||
"Release Version": "Официальная версия",
|
||||
"Alpha Version": "Альфа-версия",
|
||||
"Please Enable Service Mode": "Пожалуйста, сначала установите и включите режим системной службы",
|
||||
"Please enter your root password": "Пожалуйста, введите ваш пароль root",
|
||||
"Grant": "Предоставить",
|
||||
"Open UWP tool": "Открыть UWP инструмент",
|
||||
"Open UWP tool Info": "С Windows 8 приложения UWP (такие как Microsoft Store) ограничены в прямом доступе к сетевым службам локального хоста, и этот инструмент позволяет обойти это ограничение",
|
||||
"Update GeoData": "Обновить GeoData",
|
||||
"Verge Basic Setting": "Основные настройки Verge",
|
||||
"Verge Advanced Setting": "Расширенные настройки Verge",
|
||||
"Language": "Язык",
|
||||
"Theme Mode": "Цветовая тема",
|
||||
"theme.light": "Светлая",
|
||||
"theme.dark": "Тёмная",
|
||||
"theme.system": "Системная",
|
||||
"Tray Click Event": "Событие при щелчке по иконке в трее",
|
||||
"Show Main Window": "Показать главное окно",
|
||||
"Show Tray Menu": "Показать меню в трее",
|
||||
"Copy Env Type": "Скопировать тип Env",
|
||||
"Copy Success": "Скопировано",
|
||||
"Start Page": "Главная страница",
|
||||
"Startup Script": "Скрипт запуска",
|
||||
"Browse": "Просмотреть",
|
||||
"Theme Setting": "Настройки темы",
|
||||
"Primary Color": "Основной цвет",
|
||||
"Secondary Color": "Вторичный цвет",
|
||||
"Primary Text": "Первичный текст",
|
||||
"Secondary Text": "Вторичный текст",
|
||||
"Info Color": "Информационный цвет",
|
||||
"Warning Color": "Цвет предупреждения",
|
||||
"Error Color": "Цвет ошибки",
|
||||
"Success Color": "Цвет успеха",
|
||||
"Font Family": "Семейство шрифтов",
|
||||
"CSS Injection": "Внедрение CSS",
|
||||
"Layout Setting": "Настройки раскладки",
|
||||
"Traffic Graph": "График трафика",
|
||||
"Memory Usage": "Использование памяти",
|
||||
"Memory Cleanup": "Нажмите, чтобы очистить память",
|
||||
"Proxy Group Icon": "Иконка Группы прокси",
|
||||
"Nav Icon": "Иконки навигации",
|
||||
"Monochrome": "Монохромные",
|
||||
"Colorful": "Цветные",
|
||||
"Tray Icon": "Иконка в трее",
|
||||
"Common Tray Icon": "Общий значок в трее",
|
||||
"System Proxy Tray Icon": "Значок системного прокси в трее",
|
||||
"Tun Tray Icon": "Значок TUN в трее",
|
||||
"Miscellaneous": "Расширенные настройки",
|
||||
"App Log Level": "Уровень журнала приложения",
|
||||
"Auto Close Connections": "Автоматическое закрытие соединений",
|
||||
@@ -544,19 +408,10 @@
|
||||
"toggle_tun_mode": "Включить/Отключить режим TUN",
|
||||
"entry_lightweight_mode": "Вход в LightWeight Mode",
|
||||
"Backup Setting": "Настройки резервного копирования",
|
||||
"Backup Setting Info": "Поддерживает файлы конфигурации резервного копирования WebDAV",
|
||||
"Runtime Config": "Используемый конфиг",
|
||||
"Open Conf Dir": "Открыть папку приложения",
|
||||
"Open Conf Dir Info": "Если программное обеспечение работает неправильно, сделайте резервную копию и удалите все файлы в этой папке, а затем перезапустите ПО",
|
||||
"Open Core Dir": "Открыть папку ядра",
|
||||
"Open Logs Dir": "Открыть папку логов",
|
||||
"Check for Updates": "Проверить обновления",
|
||||
"Go to Release Page": "Перейти на страницу релизов",
|
||||
"Portable Updater Error": "Портативная версия не поддерживает обновление внутри приложения, пожалуйста, скачайте и замените файлы вручную",
|
||||
"Break Change Update Error": "Это крупное обновление, которое не поддерживает обновление внутри приложения. Пожалуйста, удалите его и загрузите установочный файл вручную.",
|
||||
"Open Dev Tools": "Открыть Dev Tools",
|
||||
"Export Diagnostic Info": "Экспорт диагностической информации",
|
||||
"Export Diagnostic Info For Issue Reporting": "Экспорт диагностической информации для отчета об ошибке",
|
||||
"Exit": "Выход",
|
||||
"Verge Version": "Версия Clash Verge Rev",
|
||||
"ReadOnly": "Только для чтения",
|
||||
@@ -567,10 +422,6 @@
|
||||
"Match Whole Word": "Полное совпадение слова",
|
||||
"Use Regular Expression": "Использовать регулярные выражения",
|
||||
"Profile Imported Successfully": "Профиль успешно импортирован",
|
||||
"Profile Switched": "Профиль изменен",
|
||||
"Profile Reactivated": "Профиль перезапущен",
|
||||
"Profile switch interrupted by new selection": "Profile switch interrupted by new selection",
|
||||
"Only YAML Files Supported": "Поддерживаются только файлы YAML",
|
||||
"Settings Applied": "Настройки применены",
|
||||
"Stopping Core...": "Stopping Core...",
|
||||
"Restarting Core...": "Restarting Core...",
|
||||
@@ -587,19 +438,11 @@
|
||||
"Service was ready, but core restart might have issues or service became unavailable. Please check.": "Service was ready, but core restart might have issues or service became unavailable. Please check.",
|
||||
"Service installation or core restart encountered issues. Service might not be available. Please check system logs.": "Service installation or core restart encountered issues. Service might not be available. Please check system logs.",
|
||||
"Attempting to restart core as a fallback...": "Attempting to restart core as a fallback...",
|
||||
"Fallback core restart also failed: {message}": "Fallback core restart also failed: {{message}}",
|
||||
"Service is ready and core restarted": "Service is ready and core restarted",
|
||||
"Core restarted. Service is now available.": "Core restarted. Service is now available.",
|
||||
"Clash Port Modified": "Порт Clash изменен",
|
||||
"Port Conflict": "Конфликт портов",
|
||||
"Restart Application to Apply Modifications": "Чтобы изменения вступили в силу, необходимо перезапустить приложение",
|
||||
"External Controller Address Modified": "Настройки внешнего контроллера изменены",
|
||||
"Permissions Granted Successfully for _clash Core": "Разрешения успешно предоставлены для ядра {{core}}",
|
||||
"Core Version Updated": "Ядро обновлено до последней версии",
|
||||
"Clash Core Restarted": "Ядро перезапущено",
|
||||
"GeoData Updated": "Файлы GeoData обновлены",
|
||||
"Currently on the Latest Version": "Обновление не требуется",
|
||||
"Already Using Latest Core": "Already Using Latest Core",
|
||||
"Import Subscription Successful": "Подписка успешно импортирована",
|
||||
"WebDAV Server URL": "URL-адрес сервера WebDAV http(s)://",
|
||||
"Username": "Имя пользователя",
|
||||
@@ -617,7 +460,6 @@
|
||||
"Invalid WebDAV URL": "Неверный формат URL-адреса WebDAV",
|
||||
"Username Required": "Имя пользователя не может быть пустым",
|
||||
"Password Required": "Пароль не может быть пустым",
|
||||
"Failed to Fetch Backups": "Не удалось получить файлы резервных копий",
|
||||
"WebDAV Config Saved": "Конфигурация WebDAV успешно сохранена",
|
||||
"WebDAV Config Save Failed": "Не удалось сохранить конфигурацию WebDAV: {{error}}",
|
||||
"Backup Created": "Резервная копия успешно создана",
|
||||
@@ -636,24 +478,7 @@
|
||||
"Restore Success, App will restart in 1s": "Восстановление успешно выполнено, приложение перезапустится через 1 секунду",
|
||||
"Failed to fetch backup files": "Не удалось получить файлы резервных копий",
|
||||
"Profile": "Профиль",
|
||||
"Help": "Помощь",
|
||||
"About": "О программе",
|
||||
"Theme": "Тема",
|
||||
"Main Window": "Главное окно",
|
||||
"Group Icon": "Иконка группы",
|
||||
"Menu Icon": "Иконка меню",
|
||||
"PAC File": "PAC файл",
|
||||
"Web UI": "Веб-интерфейс",
|
||||
"Hotkeys": "Горячие клавиши",
|
||||
"Verge Mixed Port": "Mixed порт",
|
||||
"Verge Socks Port": "Порт Socks",
|
||||
"Verge Redir Port": "Порт Redir",
|
||||
"Verge Tproxy Port": "Порт Tproxy",
|
||||
"Verge Port": "Порт Verge",
|
||||
"Verge HTTP Enabled": "HTTP включен",
|
||||
"WebDAV URL": "URL WebDAV",
|
||||
"WebDAV Username": "Имя пользователя WebDAV",
|
||||
"WebDAV Password": "Пароль WebDAV",
|
||||
"Dashboard": "Панель управления",
|
||||
"Restart App": "Перезапустить приложение",
|
||||
"Restart Clash Core": "Перезапустить ядро Clash",
|
||||
@@ -669,9 +494,7 @@
|
||||
"Direct Mode": "Прямой режим",
|
||||
"Enable Tray Speed": "Показывать скорость в трее",
|
||||
"Enable Tray Icon": "Показывать значок в трее",
|
||||
"Show Proxy Groups Inline": "Show Proxy Groups Inline",
|
||||
"LightWeight Mode": "LightWeight Mode",
|
||||
"LightWeight Mode Info": "Режим, в котором работает только ядро Clash, а графический интрефейс закрыт",
|
||||
"LightWeight Mode Settings": "Настройки LightWeight Mode",
|
||||
"Enter LightWeight Mode Now": "Войти в LightWeight Mode",
|
||||
"Auto Enter LightWeight Mode": "Автоматический вход в LightWeight Mode",
|
||||
@@ -697,10 +520,6 @@
|
||||
"Merge File Mapping Error": "Ошибка сопоставления в Merge File, откат изменений",
|
||||
"Merge File Key Error": "Ошибка ключа в Merge File, откат изменений",
|
||||
"Merge File Error": "Ошибка Merge File, откат изменений",
|
||||
"Validate YAML File": "Проверить YAML файл",
|
||||
"Validate Merge File": "Проверить Merge File",
|
||||
"Validation Success": "Файл успешно проверен",
|
||||
"Validation Failed": "Проверка не удалась",
|
||||
"Service Administrator Prompt": "Clash Verge требует прав администратора для переустановки системной службы",
|
||||
"DNS Settings": "Настройки DNS",
|
||||
"DNS settings saved": "DNS settings saved",
|
||||
@@ -747,19 +566,6 @@
|
||||
"Hosts Settings": "Hosts Settings",
|
||||
"Hosts": "Hosts",
|
||||
"Custom domain to IP or domain mapping": "Custom domain to IP or domain mapping",
|
||||
"Enable Alpha Channel": "Включить альфа-канал",
|
||||
"Alpha versions may contain experimental features and bugs": "Альфа-версии могут содержать экспериментальные функции и ошибки",
|
||||
"Home Settings": "Настройки главной страницы",
|
||||
"Profile Card": "Карточка профиля",
|
||||
"Current Proxy Card": "Карточка текущего прокси",
|
||||
"Network Settings Card": "Карточка настроек сети",
|
||||
"Proxy Mode Card": "Карточка режима работы",
|
||||
"Clash Mode Card": "Карточка режима Clash",
|
||||
"Traffic Stats Card": "Карточка статистики по трафику",
|
||||
"Clash Info Cards": "Информация о Clash",
|
||||
"System Info Cards": "Информация о системе",
|
||||
"Website Tests Card": "Карточка тестов доступности веб-сайтов",
|
||||
"Traffic Stats": "Статистика по трафику",
|
||||
"Website Tests": "Проверка доступности веб-сайтов",
|
||||
"Clash Info": "Информация о Clash",
|
||||
"Core Version": "Версия ядра",
|
||||
@@ -779,22 +585,16 @@
|
||||
"No schedule": "No schedule",
|
||||
"Unknown": "Unknown",
|
||||
"Auto update disabled": "Auto update disabled",
|
||||
"Update subscription successfully": "Подписка успешно обновлена",
|
||||
"Update failed, retrying with Clash proxy...": "Update failed, retrying with Clash proxy...",
|
||||
"Update with Clash proxy successfully": "Update with Clash proxy successfully",
|
||||
"Update failed even with Clash proxy": "Update failed even with Clash proxy",
|
||||
"Profile creation failed, retrying with Clash proxy...": "Profile creation failed, retrying with Clash proxy...",
|
||||
"Profile creation succeeded with Clash proxy": "Profile creation succeeded with Clash proxy",
|
||||
"Import failed, retrying with Clash proxy...": "Import failed, retrying with Clash proxy...",
|
||||
"Profile Imported with Clash proxy": "Profile Imported with Clash proxy",
|
||||
"Import failed even with Clash proxy": "Import failed even with Clash proxy",
|
||||
"Current Node": "Текущий сервер",
|
||||
"No active proxy node": "Нет активного прокси-узла",
|
||||
"Network Settings": "Настройки сети",
|
||||
"Proxy Mode": "Режим работы",
|
||||
"Group": "Группа",
|
||||
"Proxy": "Прокси",
|
||||
"IP Information Card": "Информация об IP",
|
||||
"IP Information": "Информация об IP",
|
||||
"Failed to get IP info": "Не удалось получить информацию об IP",
|
||||
"ISP": "ISP",
|
||||
@@ -828,9 +628,7 @@
|
||||
"AppQuitBody": "APP quit by hotkey",
|
||||
"AppHiddenTitle": "APP Hidden",
|
||||
"AppHiddenBody": "APP window hidden by hotkey",
|
||||
"Invalid Profile URL": "Недопустимая ссылка на профиль, введите адрес, начинающийся с http:// или https://",
|
||||
"Saved Successfully": "Saved successfully",
|
||||
"External Cors": "External Cors",
|
||||
"Enable one-click CORS for external API. Click to toggle CORS": "Enable one-click CORS for external API. Click to toggle CORS",
|
||||
"External Cors Settings": "External Cors Settings",
|
||||
"External Cors Configuration": "External Cors Configuration",
|
||||
@@ -840,8 +638,6 @@
|
||||
"Add": "Add",
|
||||
"Always included origins: {{urls}}": "Always included origins: {{urls}}",
|
||||
"Invalid regular expression": "Invalid regular expression",
|
||||
"Copy Version": "Copy Version",
|
||||
"Version copied to clipboard": "Version copied to clipboard",
|
||||
"Controller address cannot be empty": "Controller address cannot be empty",
|
||||
"Secret cannot be empty": "Secret cannot be empty",
|
||||
"Configuration saved successfully": "Configuration saved successfully",
|
||||
@@ -849,20 +645,9 @@
|
||||
"Controller address copied to clipboard": "Controller address copied to clipboard",
|
||||
"Secret copied to clipboard": "Secret copied to clipboard",
|
||||
"Saving...": "Saving...",
|
||||
"Proxy node already exists in chain": "Proxy node already exists in chain",
|
||||
"Detection timeout or failed": "Detection timeout or failed",
|
||||
"Batch Operations": "Пакетные операции",
|
||||
"Delete Selected Profiles": "Удалить выбранные профили",
|
||||
"Deselect All": "Отменить выбор всех",
|
||||
"Done": "Готово",
|
||||
"items": "элементы",
|
||||
"Select All": "Выбрать все",
|
||||
"Selected": "Выбрано",
|
||||
"Selected profiles deleted successfully": "Выбранные профили успешно удалены",
|
||||
"Prefer System Titlebar": "Prefer System Titlebar",
|
||||
"App Log Max Size": "App Log Max Size",
|
||||
"App Log Max Count": "App Log Max Count",
|
||||
"Allow Auto Update": "Allow Auto Update",
|
||||
"Menu reorder mode": "Menu reorder mode",
|
||||
"Unlock menu order": "Unlock menu order",
|
||||
"Lock menu order": "Lock menu order",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"millis": "ms",
|
||||
"seconds": "saniye",
|
||||
"mins": "dakika",
|
||||
"Back": "Geri",
|
||||
"Close": "Kapat",
|
||||
"Cancel": "İptal",
|
||||
"Confirm": "Onayla",
|
||||
@@ -15,7 +14,6 @@
|
||||
"Save": "Kaydet",
|
||||
"Delete": "Sil",
|
||||
"Enable": "Etkinleştir",
|
||||
"Disable": "Devre Dışı Bırak",
|
||||
"pages": {
|
||||
"home": {
|
||||
"title": "Ana Sayfa",
|
||||
@@ -170,66 +168,31 @@
|
||||
"Label-Unlock": "Test",
|
||||
"Label-Settings": "Ayarlar",
|
||||
"Proxies": "Vekil'ler",
|
||||
"Proxy Groups": "Vekil Grupları",
|
||||
"Proxy Chain Mode": "Proxy Chain Mode",
|
||||
"Connect": "Connect",
|
||||
"Connecting...": "Connecting...",
|
||||
"Disconnect": "Disconnect",
|
||||
"Failed to connect to proxy chain": "Failed to connect to proxy chain",
|
||||
"Proxy Provider": "Vekil Sağlayıcısı",
|
||||
"Proxy Count": "Vekil Sayısı",
|
||||
"Update All": "Tümünü Güncelle",
|
||||
"Update At": "Güncelleme Zamanı",
|
||||
"rule": "kural",
|
||||
"global": "küresel",
|
||||
"direct": "doğrudan",
|
||||
"Chain Proxy": "🔗 Zincir Proxy",
|
||||
"Chain Proxy Config": "Chain Proxy Config",
|
||||
"Proxy Rules": "Proxy Rules",
|
||||
"Select Rules": "Select Rules",
|
||||
"Click nodes in order to add to proxy chain": "Click nodes in order to add to proxy chain",
|
||||
"No proxy chain configured": "No proxy chain configured",
|
||||
"Proxy Order": "Proxy Order",
|
||||
"timeout": "Timeout",
|
||||
"Clear All": "Clear All",
|
||||
"script": "betik",
|
||||
"locate": "konum",
|
||||
"Delay check": "Gecikme kontrolü",
|
||||
"Sort by default": "Varsayılana göre sırala",
|
||||
"Sort by delay": "Gecikmeye göre sırala",
|
||||
"Sort by name": "İsme göre sırala",
|
||||
"Delay check URL": "Gecikme kontrol URL'si",
|
||||
"Delay check to cancel fixed": "Sabit iptali için gecikme kontrolü",
|
||||
"Proxy basic": "Temel Vekil",
|
||||
"Proxy detail": "Vekil detayı",
|
||||
"Profiles": "Profiller",
|
||||
"Update All Profiles": "Tüm Profilleri Güncelle",
|
||||
"View Runtime Config": "Çalışma Zamanı Yapılandırmasını Görüntüle",
|
||||
"Reactivate Profiles": "Profilleri Yeniden Etkinleştir",
|
||||
"Paste": "Yapıştır",
|
||||
"Profile URL": "Profil URL'si",
|
||||
"Import": "İçe Aktar",
|
||||
"From": "Kaynak",
|
||||
"Update Time": "Güncelleme Zamanı",
|
||||
"Used / Total": "Kullanılan / Toplam",
|
||||
"Expire Time": "Sona Erme Zamanı",
|
||||
"Create Profile": "Profil Oluştur",
|
||||
"Edit Profile": "Profili Düzenle",
|
||||
"Edit Proxies": "Vekil'leri Düzenle",
|
||||
"Use newlines for multiple uri": "Birden fazla URI için yeni satırlar kullanın (Base64 kodlaması desteklenir)",
|
||||
"Edit Rules": "Kuralları Düzenle",
|
||||
"Rule Type": "Kural Tipi",
|
||||
"Rule Content": "Kural İçeriği",
|
||||
"Proxy Policy": "Vekil Politikası",
|
||||
"No Resolve": "Çözümleme Yok",
|
||||
"Prepend Rule": "Kuralın Başına Ekle",
|
||||
"Append Rule": "Kuralın Sonuna Ekle",
|
||||
"Prepend Group": "Grubun Başına Ekle",
|
||||
"Append Group": "Grubun Sonuna Ekle",
|
||||
"Prepend Proxy": "Vekil'in Başına Ekle",
|
||||
"Append Proxy": "Vekil'in Sonuna Ekle",
|
||||
"Rule Condition Required": "Kural Koşulu Gerekli",
|
||||
"Invalid Rule": "Geçersiz Kural",
|
||||
"Advanced": "Gelişmiş",
|
||||
"Visualization": "Görselleştirme",
|
||||
"DOMAIN": "Tam alan adıyla eşleşir",
|
||||
@@ -298,17 +261,8 @@
|
||||
"Group Name Already Exists": "Grup Adı Zaten Var",
|
||||
"Extend Config": "Yapılandırma Genişletme",
|
||||
"Extend Script": "Betik Genişletme",
|
||||
"Global Merge": "Küresel Yapılandırma Genişletme",
|
||||
"Global Script": "Küresel Betik Genişletme",
|
||||
"Type": "Tip",
|
||||
"Name": "İsim",
|
||||
"Descriptions": "Açıklamalar",
|
||||
"Subscription URL": "Abonelik URL'si",
|
||||
"Update Interval": "Güncelleme Aralığı",
|
||||
"Choose File": "Dosya Seç",
|
||||
"Use System Proxy": "Sistem Vekil'ini Kullan",
|
||||
"Use Clash Proxy": "Clash Vekil'ini Kullan",
|
||||
"Accept Invalid Certs (Danger)": "Geçersiz Sertifikalara İzin Ver (Tehlikeli)",
|
||||
"Refresh": "Yenile",
|
||||
"Home": "Ana Sayfa",
|
||||
"Select": "Seç",
|
||||
@@ -317,37 +271,18 @@
|
||||
"Open File": "Dosyayı Aç",
|
||||
"Update": "Güncelle",
|
||||
"Update via proxy": "Update via proxy",
|
||||
"Update(Proxy)": "Güncelle(Vekil)",
|
||||
"Confirm deletion": "Silmeyi Onayla",
|
||||
"This operation is not reversible": "Bu işlem geri alınamaz",
|
||||
"Script Console": "Betik Konsolu",
|
||||
"To Top": "Başa Dön",
|
||||
"To End": "Sona Git",
|
||||
"Connections": "Bağlantılar",
|
||||
"Table View": "Tablo Görünümü",
|
||||
"List View": "Liste Görünümü",
|
||||
"Close All": "Tümünü Kapat",
|
||||
"Close All Connections": "Close All Connections",
|
||||
"Upload": "Yükleme",
|
||||
"Download": "İndirme",
|
||||
"Download Speed": "İndirme Hızı",
|
||||
"Upload Speed": "Yükleme Hızı",
|
||||
"Host": "Ana Bilgisayar",
|
||||
"Downloaded": "İndirilen",
|
||||
"Uploaded": "Yüklenen",
|
||||
"DL Speed": "İndirme Hızı",
|
||||
"UL Speed": "Yükleme Hızı",
|
||||
"Active Connections": "Aktif Bağlantılar",
|
||||
"Chains": "Zincirler",
|
||||
"Rule": "Kural",
|
||||
"Process": "İşlem",
|
||||
"Time": "Zaman",
|
||||
"Source": "Kaynak",
|
||||
"Destination": "Hedef",
|
||||
"DestinationPort": "Hedef Port",
|
||||
"Close Connection": "Bağlantıyı Kapat",
|
||||
"Rules": "Kurallar",
|
||||
"Rule Provider": "Kural Sağlayıcısı",
|
||||
"notice.forceRefreshCompleted": "Force refresh completed",
|
||||
"notice.emergencyRefreshFailed": "Emergency refresh failed: {{message}}",
|
||||
"notice.provider.updateSuccess": "{{name}} updated successfully",
|
||||
@@ -367,30 +302,12 @@
|
||||
"Icon": "Simge",
|
||||
"Test URL": "Test URL'si",
|
||||
"Settings": "Ayarlar",
|
||||
"System Setting": "Sistem Ayarları",
|
||||
"Tun Mode": "Tun Modu",
|
||||
"TUN requires Service Mode": "TUN modu hizmet kurulumu gerektirir",
|
||||
"Install Service": "Hizmeti Kur",
|
||||
"Install Service failed": "Hizmet kurulumu başarısız oldu",
|
||||
"Uninstall Service": "Uninstall Service",
|
||||
"Restart Core failed": "Çekirdek yeniden başlatma başarısız oldu",
|
||||
"Reset to Default": "Varsayılana Sıfırla",
|
||||
"Tun Mode Info": "Tun (Sanal Ağ Kartı) modu: Tüm sistem trafiğini yakalar, etkinleştirildiğinde sistem vekil'ini etkinleştirmeye gerek yoktur.",
|
||||
"TUN requires Service Mode or Admin Mode": "TUN requires Service Mode or Admin Mode",
|
||||
"TUN Mode automatically disabled due to service unavailable": "TUN Mode automatically disabled due to service unavailable",
|
||||
"Failed to disable TUN Mode automatically": "Failed to disable TUN Mode automatically",
|
||||
"System Proxy Enabled": "Sistem vekil'i etkinleştirildi, uygulamalarınız vekil üzerinden ağa erişecek",
|
||||
"System Proxy Disabled": "Sistem vekil'i devre dışı, çoğu kullanıcı için bu seçeneği açmanız önerilir",
|
||||
"TUN Mode Enabled": "TUN modu etkinleştirildi, uygulamalar sanal ağ kartı üzerinden ağa erişecek",
|
||||
"TUN Mode Disabled": "TUN modu devre dışı, özel uygulamalar için uygundur",
|
||||
"TUN Mode Service Required": "TUN modu hizmet modu gerektirir, lütfen önce hizmeti kurun",
|
||||
"TUN Mode Intercept Info": "TUN modu tüm uygulama trafiğini ele alabilir, sistem vekil ayarlarını takip etmeyen özel uygulamalar için uygundur",
|
||||
"Core communication error": "Core communication error",
|
||||
"Rule Mode Description": "Trafiği önceden ayarlanmış kurallara göre yönlendirir, esnek vekil stratejileri sağlar",
|
||||
"Global Mode Description": "Tüm trafik vekil sunucuları üzerinden geçer, küresel internet erişimi gerektiren senaryolar için uygundur",
|
||||
"Direct Mode Description": "Tüm trafik vekil düğümleri üzerinden geçmez, ancak Clash çekirdeği tarafından hedef sunuculara yönlendirilir, çekirdek trafik dağıtımı gerektiren özel senaryolar için uygundur",
|
||||
"Stack": "Tun Yığını",
|
||||
"System and Mixed Can Only be Used in Service Mode": "Sistem ve Karışık Modlar Sadece Hizmet Modunda Kullanılabilir",
|
||||
"Device": "Cihaz Adı",
|
||||
"Auto Route": "Otomatik Yönlendirme",
|
||||
"Strict Route": "Katı Yönlendirme",
|
||||
@@ -398,19 +315,11 @@
|
||||
"DNS Hijack": "DNS Ele Geçirme",
|
||||
"MTU": "Maksimum İletim Birimi",
|
||||
"Service Mode": "Hizmet Modu",
|
||||
"Service Mode Info": "TUN modunu etkinleştirmeden önce lütfen hizmet modunu kurun. Hizmet tarafından başlatılan çekirdek işlemi, sanal ağ kartını (TUN modu) kurma iznini alabilir",
|
||||
"Current State": "Mevcut Durum",
|
||||
"pending": "bekliyor",
|
||||
"installed": "kuruldu",
|
||||
"uninstall": "kaldırıldı",
|
||||
"active": "aktif",
|
||||
"unknown": "bilinmiyor",
|
||||
"Information: Please make sure that the Clash Verge Service is installed and enabled": "Bilgi: Lütfen Clash Verge Hizmeti'nin kurulu ve etkin olduğundan emin olun",
|
||||
"Install": "Kur",
|
||||
"Uninstall": "Kaldır",
|
||||
"Disable Service Mode": "Hizmet Modunu Devre Dışı Bırak",
|
||||
"System Proxy": "Sistem Vekil'i",
|
||||
"System Proxy Info": "İşletim sisteminin vekil ayarlarını değiştirmek için etkinleştirin. Etkinleştirme başarısız olursa, işletim sisteminin proxy ayarlarını manuel olarak değiştirin",
|
||||
"System Proxy Setting": "Sistem Vekil Ayarı",
|
||||
"Current System Proxy": "Geçerli Sistem Vekil'i",
|
||||
"Enable status": "Etkinlik Durumu:",
|
||||
@@ -419,12 +328,10 @@
|
||||
"Server Addr": "Sunucu Adresi: ",
|
||||
"Proxy Host": "Vekil Sunucusu",
|
||||
"Invalid Proxy Host Format": "Geçersiz Vekil Sunucusu Formatı",
|
||||
"Not available": "Kullanılamıyor",
|
||||
"Proxy Guard": "Vekil Koruyucusu",
|
||||
"Proxy Guard Info": "Diğer yazılımların işletim sisteminin vekil ayarlarını değiştirmesini önlemek için etkinleştirin",
|
||||
"Guard Duration": "Koruma Süresi",
|
||||
"Always use Default Bypass": "Her Zaman Varsayılan Baypas Kullan",
|
||||
"Use Bypass Check": "Baypas Kontrolü Kullan",
|
||||
"Proxy Bypass": "Vekil Baypas Ayarları: ",
|
||||
"Bypass": "Baypas: ",
|
||||
"Use PAC Mode": "PAC Modunu Kullan",
|
||||
@@ -432,15 +339,6 @@
|
||||
"PAC URL": "PAC URL'si: ",
|
||||
"Auto Launch": "Otomatik Başlatma",
|
||||
"Administrator mode may not support auto launch": "Yönetici modu otomatik başlatmayı desteklemeyebilir",
|
||||
"Silent Start": "Sessiz Başlatma",
|
||||
"Silent Start Info": "Programı paneli görüntülemeden arka plan modunda başlatır",
|
||||
"Hover Jump Navigator": "Hover Jump Navigator",
|
||||
"Hover Jump Navigator Info": "Automatically scroll to the corresponding proxy group when hovering over alphabet letters",
|
||||
"Hover Jump Navigator Delay": "Hover Jump Navigator Delay",
|
||||
"Hover Jump Navigator Delay Info": "Delay before auto scrolling when hovering, in milliseconds",
|
||||
"TG Channel": "Telegram Kanalı",
|
||||
"Manual": "Kılavuz",
|
||||
"Github Repo": "Github Repo",
|
||||
"Clash Setting": "Clash Ayarı",
|
||||
"Allow Lan": "LAN'a İzin Ver",
|
||||
"Network Interface": "Ağ Arayüzü",
|
||||
@@ -473,50 +371,16 @@
|
||||
"Restart": "Yeniden Başlat",
|
||||
"Release Version": "Sürüm Versiyonu",
|
||||
"Alpha Version": "Alfa Versiyonu",
|
||||
"Please Enable Service Mode": "Lütfen Önce Hizmet Modunu Kurun ve Etkinleştirin",
|
||||
"Please enter your root password": "Lütfen root şifrenizi girin",
|
||||
"Grant": "İzin Ver",
|
||||
"Open UWP tool": "UWP Aracını Aç",
|
||||
"Open UWP tool Info": "Windows 8'den beri, UWP uygulamaları (Microsoft Store gibi) yerel ana bilgisayar ağ hizmetlerine doğrudan erişmekten kısıtlanmıştır ve bu araç bu kısıtlamayı atlatmak için kullanılabilir",
|
||||
"Update GeoData": "GeoData'yı Güncelle",
|
||||
"Verge Basic Setting": "Verge Temel Ayarı",
|
||||
"Verge Advanced Setting": "Verge Gelişmiş Ayarı",
|
||||
"Language": "Dil",
|
||||
"Theme Mode": "Tema Modu",
|
||||
"theme.light": "Açık",
|
||||
"theme.dark": "Koyu",
|
||||
"theme.system": "Sistem",
|
||||
"Tray Click Event": "Sistem Tepsisi Tıklama Olayı",
|
||||
"Show Main Window": "Ana Pencereyi Göster",
|
||||
"Show Tray Menu": "Tepsi Menüsünü Göster",
|
||||
"Copy Env Type": "Env Tipini Kopyala",
|
||||
"Copy Success": "Kopyalama Başarılı",
|
||||
"Start Page": "Başlangıç Sayfası",
|
||||
"Startup Script": "Başlangıç Betiği",
|
||||
"Browse": "Gözat",
|
||||
"Theme Setting": "Tema Ayarı",
|
||||
"Primary Color": "Ana Renk",
|
||||
"Secondary Color": "İkincil Renk",
|
||||
"Primary Text": "Ana Metin",
|
||||
"Secondary Text": "İkincil Metin",
|
||||
"Info Color": "Bilgi Rengi",
|
||||
"Warning Color": "Uyarı Rengi",
|
||||
"Error Color": "Hata Rengi",
|
||||
"Success Color": "Başarı Rengi",
|
||||
"Font Family": "Yazı Tipi Ailesi",
|
||||
"CSS Injection": "CSS Enjeksiyonu",
|
||||
"Layout Setting": "Düzen Ayarı",
|
||||
"Traffic Graph": "Trafik Grafiği",
|
||||
"Memory Usage": "Çekirdek Kullanımı",
|
||||
"Memory Cleanup": "Belleği temizlemek için dokunun",
|
||||
"Proxy Group Icon": "Vekil Grup Simgesi",
|
||||
"Nav Icon": "Gezinme Simgesi",
|
||||
"Monochrome": "Tek Renkli",
|
||||
"Colorful": "Renkli",
|
||||
"Tray Icon": "Tepsi Simgesi",
|
||||
"Common Tray Icon": "Genel Tepsi Simgesi",
|
||||
"System Proxy Tray Icon": "Sistem Vekil Tepsi Simgesi",
|
||||
"Tun Tray Icon": "Tun Tepsi Simgesi",
|
||||
"Miscellaneous": "Çeşitli",
|
||||
"App Log Level": "Uygulama Günlük Seviyesi",
|
||||
"Auto Close Connections": "Bağlantıları Otomatik Kapat",
|
||||
@@ -544,19 +408,10 @@
|
||||
"toggle_tun_mode": "Tun Modunu Etkinleştir/Devre Dışı Bırak",
|
||||
"entry_lightweight_mode": "Hafif Moda Gir",
|
||||
"Backup Setting": "Yedekleme Ayarı",
|
||||
"Backup Setting Info": "WebDAV yedekleme yapılandırma dosyalarını destekler",
|
||||
"Runtime Config": "Çalışma Zamanı Yapılandırması",
|
||||
"Open Conf Dir": "Yapılandırma Dizinini Aç",
|
||||
"Open Conf Dir Info": "Yazılım anormal çalışıyorsa, bu klasördeki tüm dosyaları YEDEKLEYİN ve silin, ardından yazılımı yeniden başlatın",
|
||||
"Open Core Dir": "Çekirdek Dizinini Aç",
|
||||
"Open Logs Dir": "Günlük Dizinini Aç",
|
||||
"Check for Updates": "Güncellemeleri Kontrol Et",
|
||||
"Go to Release Page": "Sürüm Sayfasına Git",
|
||||
"Portable Updater Error": "Taşınabilir sürüm uygulama içi güncellemeleri desteklemez. Lütfen manuel olarak indirip değiştirin",
|
||||
"Break Change Update Error": "Bu sürüm büyük bir güncellemedir ve uygulama içi güncellemeleri desteklemez. Lütfen kaldırın ve yeni sürümü manuel olarak indirip kurun",
|
||||
"Open Dev Tools": "Geliştirici Araçları",
|
||||
"Export Diagnostic Info": "Tanılama Bilgilerini Dışa Aktar",
|
||||
"Export Diagnostic Info For Issue Reporting": "Sorun Bildirimi İçin Tanılama Bilgilerini Dışa Aktar",
|
||||
"Exit": "Çıkış",
|
||||
"Verge Version": "Verge Sürümü",
|
||||
"ReadOnly": "Salt Okunur",
|
||||
@@ -567,10 +422,6 @@
|
||||
"Match Whole Word": "Tam Kelime Eşleştir",
|
||||
"Use Regular Expression": "Düzenli İfade Kullan",
|
||||
"Profile Imported Successfully": "Profil Başarıyla İçe Aktarıldı",
|
||||
"Profile Switched": "Profil Değiştirildi",
|
||||
"Profile Reactivated": "Profil Yeniden Etkinleştirildi",
|
||||
"Profile switch interrupted by new selection": "Profile switch interrupted by new selection",
|
||||
"Only YAML Files Supported": "Yalnızca YAML Dosyaları Desteklenir",
|
||||
"Settings Applied": "Ayarlar Uygulandı",
|
||||
"Stopping Core...": "Stopping Core...",
|
||||
"Restarting Core...": "Restarting Core...",
|
||||
@@ -587,19 +438,11 @@
|
||||
"Service was ready, but core restart might have issues or service became unavailable. Please check.": "Service was ready, but core restart might have issues or service became unavailable. Please check.",
|
||||
"Service installation or core restart encountered issues. Service might not be available. Please check system logs.": "Service installation or core restart encountered issues. Service might not be available. Please check system logs.",
|
||||
"Attempting to restart core as a fallback...": "Attempting to restart core as a fallback...",
|
||||
"Fallback core restart also failed: {message}": "Fallback core restart also failed: {{message}}",
|
||||
"Service is ready and core restarted": "Service is ready and core restarted",
|
||||
"Core restarted. Service is now available.": "Core restarted. Service is now available.",
|
||||
"Clash Port Modified": "Clash Portu Değiştirildi",
|
||||
"Port Conflict": "Port Çakışması",
|
||||
"Restart Application to Apply Modifications": "Değişiklikleri Uygulamak İçin Uygulamayı Yeniden Başlatın",
|
||||
"External Controller Address Modified": "Harici Denetleyici Adresi Değiştirildi",
|
||||
"Permissions Granted Successfully for _clash Core": "{{core}} Çekirdeği İçin İzinler Başarıyla Verildi",
|
||||
"Core Version Updated": "Çekirdek Sürümü Güncellendi",
|
||||
"Clash Core Restarted": "Clash Çekirdeği Yeniden Başlatıldı",
|
||||
"GeoData Updated": "GeoData Güncellendi",
|
||||
"Currently on the Latest Version": "Şu Anda En Son Sürümdesiniz",
|
||||
"Already Using Latest Core": "Already Using Latest Core",
|
||||
"Import Subscription Successful": "Abonelik içe aktarımı başarılı",
|
||||
"WebDAV Server URL": "WebDAV Sunucu URL'si",
|
||||
"Username": "Kullanıcı Adı",
|
||||
@@ -617,7 +460,6 @@
|
||||
"Invalid WebDAV URL": "Geçersiz WebDAV URL formatı",
|
||||
"Username Required": "Kullanıcı adı boş olamaz",
|
||||
"Password Required": "Şifre boş olamaz",
|
||||
"Failed to Fetch Backups": "Yedek dosyaları alınamadı",
|
||||
"WebDAV Config Saved": "WebDAV yapılandırması başarıyla kaydedildi",
|
||||
"WebDAV Config Save Failed": "WebDAV yapılandırması kaydedilemedi: {{error}}",
|
||||
"Backup Created": "Yedek başarıyla oluşturuldu",
|
||||
@@ -636,24 +478,7 @@
|
||||
"Restore Success, App will restart in 1s": "Geri Yükleme Başarılı, Uygulama 1 saniye içinde yeniden başlatılacak",
|
||||
"Failed to fetch backup files": "Yedek dosyaları alınamadı",
|
||||
"Profile": "Profil",
|
||||
"Help": "Yardım",
|
||||
"About": "Hakkında",
|
||||
"Theme": "Tema",
|
||||
"Main Window": "Ana Pencere",
|
||||
"Group Icon": "Grup Simgesi",
|
||||
"Menu Icon": "Menü Simgesi",
|
||||
"PAC File": "PAC Dosyası",
|
||||
"Web UI": "Web Arayüzü",
|
||||
"Hotkeys": "Kısayol Tuşları",
|
||||
"Verge Mixed Port": "Verge Karışık Port",
|
||||
"Verge Socks Port": "Verge Socks Portu",
|
||||
"Verge Redir Port": "Verge Redir Portu",
|
||||
"Verge Tproxy Port": "Verge Tvekil Portu",
|
||||
"Verge Port": "Verge Portu",
|
||||
"Verge HTTP Enabled": "Verge HTTP Etkin",
|
||||
"WebDAV URL": "WebDAV URL'si",
|
||||
"WebDAV Username": "WebDAV Kullanıcı Adı",
|
||||
"WebDAV Password": "WebDAV Şifresi",
|
||||
"Dashboard": "Kontrol Paneli",
|
||||
"Restart App": "Uygulamayı Yeniden Başlat",
|
||||
"Restart Clash Core": "Clash Çekirdeğini Yeniden Başlat",
|
||||
@@ -669,9 +494,7 @@
|
||||
"Direct Mode": "Doğrudan Mod",
|
||||
"Enable Tray Speed": "Tepsi Hızını Etkinleştir",
|
||||
"Enable Tray Icon": "Tepsi Simgesini Etkinleştir",
|
||||
"Show Proxy Groups Inline": "Show Proxy Groups Inline",
|
||||
"LightWeight Mode": "Hafif Mod",
|
||||
"LightWeight Mode Info": "GUI'yi kapatın ve yalnızca çekirdeği çalışır durumda tutun",
|
||||
"LightWeight Mode Settings": "Hafif Mod Ayarları",
|
||||
"Enter LightWeight Mode Now": "Şimdi Hafif Moda Gir",
|
||||
"Auto Enter LightWeight Mode": "Otomatik Hafif Moda Gir",
|
||||
@@ -697,10 +520,6 @@
|
||||
"Merge File Mapping Error": "Birleştirme dosyası eşleme hatası, değişiklikler geri alındı",
|
||||
"Merge File Key Error": "Birleştirme dosyası anahtar hatası, değişiklikler geri alındı",
|
||||
"Merge File Error": "Birleştirme dosyası hatası, değişiklikler geri alındı",
|
||||
"Validate YAML File": "YAML Dosyasını Doğrula",
|
||||
"Validate Merge File": "Birleştirme Dosyasını Doğrula",
|
||||
"Validation Success": "Doğrulama Başarılı",
|
||||
"Validation Failed": "Doğrulama Başarısız",
|
||||
"Service Administrator Prompt": "Clash Verge sistem hizmetini yeniden kurmak için yönetici ayrıcalıkları gerektiriyor",
|
||||
"DNS Settings": "DNS Ayarları",
|
||||
"DNS settings saved": "DNS ayarları kaydedildi",
|
||||
@@ -747,19 +566,6 @@
|
||||
"Hosts Settings": "Hosts Ayarları",
|
||||
"Hosts": "Hosts",
|
||||
"Custom domain to IP or domain mapping": "Özel alan adından IP'ye veya alan adına eşleme",
|
||||
"Enable Alpha Channel": "Alfa Kanalını Etkinleştir",
|
||||
"Alpha versions may contain experimental features and bugs": "Alfa sürümleri deneysel özellikler ve hatalar içerebilir",
|
||||
"Home Settings": "Ana Sayfa Ayarları",
|
||||
"Profile Card": "Profil Kartı",
|
||||
"Current Proxy Card": "Geçerli Vekil Kartı",
|
||||
"Network Settings Card": "Ağ Ayarları Kartı",
|
||||
"Proxy Mode Card": "Vekil Modu Kartı",
|
||||
"Clash Mode Card": "Clash Modu Kartı",
|
||||
"Traffic Stats Card": "Trafik İstatistikleri Kartı",
|
||||
"Clash Info Cards": "Clash Bilgi Kartları",
|
||||
"System Info Cards": "Sistem Bilgi Kartları",
|
||||
"Website Tests Card": "Web Sitesi Testleri Kartı",
|
||||
"Traffic Stats": "Trafik İstatistikleri",
|
||||
"Website Tests": "Web Sitesi Testleri",
|
||||
"Clash Info": "Clash Bilgisi",
|
||||
"Core Version": "Çekirdek Sürümü",
|
||||
@@ -779,22 +585,16 @@
|
||||
"No schedule": "Program yok",
|
||||
"Unknown": "Bilinmiyor",
|
||||
"Auto update disabled": "Otomatik güncelleme devre dışı",
|
||||
"Update subscription successfully": "Abonelik başarıyla güncellendi",
|
||||
"Update failed, retrying with Clash proxy...": "Güncelleme başarısız oldu, Clash vekil ile yeniden deneniyor...",
|
||||
"Update with Clash proxy successfully": "Clash vekil ile güncelleme başarılı",
|
||||
"Update failed even with Clash proxy": "Clash vekil ile bile güncelleme başarısız oldu",
|
||||
"Profile creation failed, retrying with Clash proxy...": "Profil oluşturma başarısız oldu, Clash vekil ile yeniden deneniyor...",
|
||||
"Profile creation succeeded with Clash proxy": "Clash vekil ile profil oluşturma başarılı oldu",
|
||||
"Import failed, retrying with Clash proxy...": "İçe aktarma başarısız oldu, Clash vekil ile yeniden deneniyor...",
|
||||
"Profile Imported with Clash proxy": "Profil Clash vekil ile içe aktarıldı",
|
||||
"Import failed even with Clash proxy": "Clash vekil ile bile içe aktarma başarısız oldu",
|
||||
"Current Node": "Geçerli Düğüm",
|
||||
"No active proxy node": "Aktif vekil düğümü yok",
|
||||
"Network Settings": "Ağ Ayarları",
|
||||
"Proxy Mode": "Vekil Modu",
|
||||
"Group": "Grup",
|
||||
"Proxy": "Vekil",
|
||||
"IP Information Card": "IP Bilgi Kartı",
|
||||
"IP Information": "IP Bilgisi",
|
||||
"Failed to get IP info": "IP bilgisi alınamadı",
|
||||
"ISP": "ISP",
|
||||
@@ -828,9 +628,7 @@
|
||||
"AppQuitBody": "APP quit by hotkey",
|
||||
"AppHiddenTitle": "APP Hidden",
|
||||
"AppHiddenBody": "APP window hidden by hotkey",
|
||||
"Invalid Profile URL": "Invalid profile URL. Please enter a URL starting with http:// or https://",
|
||||
"Saved Successfully": "Saved successfully",
|
||||
"External Cors": "External Cors",
|
||||
"Enable one-click CORS for external API. Click to toggle CORS": "Enable one-click CORS for external API. Click to toggle CORS",
|
||||
"External Cors Settings": "External Cors Settings",
|
||||
"External Cors Configuration": "External Cors Configuration",
|
||||
@@ -840,8 +638,6 @@
|
||||
"Add": "Add",
|
||||
"Always included origins: {{urls}}": "Always included origins: {{urls}}",
|
||||
"Invalid regular expression": "Invalid regular expression",
|
||||
"Copy Version": "Copy Version",
|
||||
"Version copied to clipboard": "Version copied to clipboard",
|
||||
"Controller address cannot be empty": "Controller address cannot be empty",
|
||||
"Secret cannot be empty": "Secret cannot be empty",
|
||||
"Configuration saved successfully": "Configuration saved successfully",
|
||||
@@ -849,20 +645,9 @@
|
||||
"Controller address copied to clipboard": "Controller address copied to clipboard",
|
||||
"Secret copied to clipboard": "Secret copied to clipboard",
|
||||
"Saving...": "Saving...",
|
||||
"Proxy node already exists in chain": "Proxy node already exists in chain",
|
||||
"Detection timeout or failed": "Detection timeout or failed",
|
||||
"Batch Operations": "Toplu İşlemler",
|
||||
"Delete Selected Profiles": "Seçili Profilleri Sil",
|
||||
"Deselect All": "Tüm Seçimi Kaldır",
|
||||
"Done": "Tamam",
|
||||
"items": "öğeler",
|
||||
"Select All": "Tümünü Seç",
|
||||
"Selected": "Seçildi",
|
||||
"Selected profiles deleted successfully": "Seçili profiller başarıyla silindi",
|
||||
"Prefer System Titlebar": "Prefer System Titlebar",
|
||||
"App Log Max Size": "App Log Max Size",
|
||||
"App Log Max Count": "App Log Max Count",
|
||||
"Allow Auto Update": "Allow Auto Update",
|
||||
"Menu reorder mode": "Menu reorder mode",
|
||||
"Unlock menu order": "Unlock menu order",
|
||||
"Lock menu order": "Lock menu order",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"millis": "Миллисекундлар",
|
||||
"seconds": "Секундлар",
|
||||
"mins": "Минутлар",
|
||||
"Back": "Кире",
|
||||
"Close": "Ябу",
|
||||
"Cancel": "Баш тарту",
|
||||
"Confirm": "Растау",
|
||||
@@ -15,7 +14,6 @@
|
||||
"Save": "Саклау",
|
||||
"Delete": "Бетерү",
|
||||
"Enable": "Кушу",
|
||||
"Disable": "Сүндерү",
|
||||
"pages": {
|
||||
"home": {
|
||||
"title": "Home",
|
||||
@@ -170,66 +168,31 @@
|
||||
"Label-Unlock": "Test",
|
||||
"Label-Settings": "Көйләүләр",
|
||||
"Proxies": "Прокси",
|
||||
"Proxy Groups": "Прокси төркемнәре",
|
||||
"Proxy Chain Mode": "Proxy Chain Mode",
|
||||
"Connect": "Connect",
|
||||
"Connecting...": "Connecting...",
|
||||
"Disconnect": "Disconnect",
|
||||
"Failed to connect to proxy chain": "Failed to connect to proxy chain",
|
||||
"Proxy Provider": "Прокси провайдеры",
|
||||
"Proxy Count": "Proxy Count",
|
||||
"Update All": "Барысын да яңарту",
|
||||
"Update At": "Яңартылган вакыт",
|
||||
"rule": "кагыйдә",
|
||||
"global": "глобаль",
|
||||
"direct": "туры",
|
||||
"Chain Proxy": "🔗 Чылбыр прокси",
|
||||
"Chain Proxy Config": "Chain Proxy Config",
|
||||
"Proxy Rules": "Proxy Rules",
|
||||
"Select Rules": "Select Rules",
|
||||
"Click nodes in order to add to proxy chain": "Click nodes in order to add to proxy chain",
|
||||
"No proxy chain configured": "No proxy chain configured",
|
||||
"Proxy Order": "Proxy Order",
|
||||
"timeout": "Timeout",
|
||||
"Clear All": "Clear All",
|
||||
"script": "скриптлы",
|
||||
"locate": "Урын",
|
||||
"Delay check": "Задержканы тикшерү",
|
||||
"Sort by default": "Башлангыч итеп сортлау",
|
||||
"Sort by delay": "Задержка буенча сортлау",
|
||||
"Sort by name": "Исем буенча сортлау",
|
||||
"Delay check URL": "Задержканы тикшерү URL-ы",
|
||||
"Delay check to cancel fixed": "Беркетелгәнне гамәлдән чыгару өчен задержканы тикшерү",
|
||||
"Proxy basic": "Прокси турында кыскача мәгълүмат",
|
||||
"Proxy detail": "Прокси турында тулы мәгълүмат",
|
||||
"Profiles": "Профильләр",
|
||||
"Update All Profiles": "Барлык профильләрне яңарту",
|
||||
"View Runtime Config": "Кулланылган конфигурацияне карау",
|
||||
"Reactivate Profiles": "Профильләрне янәдән активлаштыру",
|
||||
"Paste": "Кую",
|
||||
"Profile URL": "Профиль URL-ы",
|
||||
"Import": "Импорт",
|
||||
"From": "Каян",
|
||||
"Update Time": "Яңарту вакыты",
|
||||
"Used / Total": "Кулланылган / Барлыгы",
|
||||
"Expire Time": "Тамамлану вакыты",
|
||||
"Create Profile": "Профиль булдыру",
|
||||
"Edit Profile": "Профильне үзгәртү",
|
||||
"Edit Proxies": "Проксины үзгәртү",
|
||||
"Use newlines for multiple uri": "Берничә URI өчен яңа юл символын кулланыгыз (Base64 кодлавы ярдәм ителә)",
|
||||
"Edit Rules": "Кагыйдәләрне үзгәртү",
|
||||
"Rule Type": "Кагыйдә төре",
|
||||
"Rule Content": "Кагыйдә эчтәлеге",
|
||||
"Proxy Policy": "Прокси сәясәте",
|
||||
"No Resolve": "Резолвсыз",
|
||||
"Prepend Rule": "Кагыйдәне өскә өстәү",
|
||||
"Append Rule": "Кагыйдәне аска өстәү",
|
||||
"Prepend Group": "Төркемне өскә өстәү",
|
||||
"Append Group": "Төркемне аска өстәү",
|
||||
"Prepend Proxy": "Проксины өскә өстәү",
|
||||
"Append Proxy": "Проксины аска өстәү",
|
||||
"Rule Condition Required": "Кагыйдә шарты кирәк",
|
||||
"Invalid Rule": "Яраксыз кагыйдә",
|
||||
"Advanced": "Өстәмә",
|
||||
"Visualization": "Визуализация",
|
||||
"DOMAIN": "Домен исеменең тулы туры килүе",
|
||||
@@ -298,17 +261,8 @@
|
||||
"Group Name Already Exists": "Әлеге төркем исеме бар инде",
|
||||
"Extend Config": "Merge-ны үзгәртергә",
|
||||
"Extend Script": "Script-ны үзгәртергә",
|
||||
"Global Merge": "Гомумкеңәйтелгән көйләүләр",
|
||||
"Global Script": "Гомумкеңәйтелгән скрипт",
|
||||
"Type": "Төр",
|
||||
"Name": "Исем",
|
||||
"Descriptions": "Тасвирламалар",
|
||||
"Subscription URL": "Подписка URL-ы",
|
||||
"Update Interval": "Яңарту интервалы",
|
||||
"Choose File": "Файл сайлау",
|
||||
"Use System Proxy": "Системалы проксины кулланып яңарту",
|
||||
"Use Clash Proxy": "Clash прокси кулланып яңарту",
|
||||
"Accept Invalid Certs (Danger)": "Дөрес булмаган сертификатларны кабул итү (Куркыныч)",
|
||||
"Refresh": "Яңарту",
|
||||
"Home": "Баш бит",
|
||||
"Select": "Сайлау",
|
||||
@@ -317,37 +271,18 @@
|
||||
"Open File": "Файлны ачу",
|
||||
"Update": "Яңарту",
|
||||
"Update via proxy": "Update via proxy",
|
||||
"Update(Proxy)": "Яңарту (прокси аша)",
|
||||
"Confirm deletion": "Бетерүне раслагыз",
|
||||
"This operation is not reversible": "Бу гамәлне кире кайтарып булмый",
|
||||
"Script Console": "Скрипт консоле",
|
||||
"To Top": "Өскә",
|
||||
"To End": "Аска",
|
||||
"Connections": "Тоташулар",
|
||||
"Table View": "Таблица күзаллау",
|
||||
"List View": "Исемлек күзаллау",
|
||||
"Close All": "Барысын да ябу",
|
||||
"Close All Connections": "Close All Connections",
|
||||
"Upload": "Upload",
|
||||
"Download": "Download",
|
||||
"Download Speed": "Йөкләү тизлеге",
|
||||
"Upload Speed": "Йөкләү (чыгару) тизлеге",
|
||||
"Host": "Хост",
|
||||
"Downloaded": "Йөкләнгән",
|
||||
"Uploaded": "Чыгарылган",
|
||||
"DL Speed": "Йөкләү тизл.",
|
||||
"UL Speed": "Чыгару тизл.",
|
||||
"Active Connections": "Active Connections",
|
||||
"Chains": "Чылбырлар",
|
||||
"Rule": "Кагыйдә",
|
||||
"Process": "Процесс",
|
||||
"Time": "Тоташу вакыты",
|
||||
"Source": "Чыганак адресы",
|
||||
"Destination": "Максат IP-адресы",
|
||||
"DestinationPort": "Барасы порты",
|
||||
"Close Connection": "Тоташуны ябу",
|
||||
"Rules": "Кагыйдәләр",
|
||||
"Rule Provider": "Кагыйдә провайдеры",
|
||||
"notice.forceRefreshCompleted": "Force refresh completed",
|
||||
"notice.emergencyRefreshFailed": "Emergency refresh failed: {{message}}",
|
||||
"notice.provider.updateSuccess": "{{name}} updated successfully",
|
||||
@@ -367,30 +302,12 @@
|
||||
"Icon": "Иконка",
|
||||
"Test URL": "Тест URL-ы",
|
||||
"Settings": "Көйләүләр",
|
||||
"System Setting": "Система көйләүләре",
|
||||
"Tun Mode": "Tun режимы (виртуаль челтәр адаптеры)",
|
||||
"TUN requires Service Mode": "TUN режимы хезмәт күрсәтүне таләп итә",
|
||||
"Install Service": "Хезмәтне урнаштыру",
|
||||
"Install Service failed": "Install Service failed",
|
||||
"Uninstall Service": "Uninstall Service",
|
||||
"Restart Core failed": "Restart Core failed",
|
||||
"Reset to Default": "Башлангычка кайтару",
|
||||
"Tun Mode Info": "Tun режимы бөтен системаның трафигын тотып ала. Аны кабызган очракта системалы проксины аерым кабызу таләп ителми.",
|
||||
"TUN requires Service Mode or Admin Mode": "TUN requires Service Mode or Admin Mode",
|
||||
"TUN Mode automatically disabled due to service unavailable": "TUN Mode automatically disabled due to service unavailable",
|
||||
"Failed to disable TUN Mode automatically": "Failed to disable TUN Mode automatically",
|
||||
"System Proxy Enabled": "System proxy is enabled, your applications will access the network through the proxy",
|
||||
"System Proxy Disabled": "System proxy is disabled, it is recommended for most users to turn on this option",
|
||||
"TUN Mode Enabled": "TUN mode is enabled, applications will access the network through the virtual network card",
|
||||
"TUN Mode Disabled": "TUN mode is disabled, suitable for special applications",
|
||||
"TUN Mode Service Required": "TUN mode requires service mode, please install the service first",
|
||||
"TUN Mode Intercept Info": "TUN mode can take over all application traffic, suitable for special applications that do not follow the system proxy settings",
|
||||
"Core communication error": "Core communication error",
|
||||
"Rule Mode Description": "Routes traffic according to preset rules, provides flexible proxy strategies",
|
||||
"Global Mode Description": "All traffic goes through proxy servers, suitable for scenarios requiring global internet access",
|
||||
"Direct Mode Description": "All traffic doesn't go through proxy nodes, but is forwarded by Clash kernel to target servers, suitable for specific scenarios requiring kernel traffic distribution",
|
||||
"Stack": "Стек",
|
||||
"System and Mixed Can Only be Used in Service Mode": "Система яки кушылган режимнар бары тик сервис режимында гына активлаштырыла ала",
|
||||
"Device": "Җайланма исеме",
|
||||
"Auto Route": "Авто-маршрутлау",
|
||||
"Strict Route": "Катгый маршрутлау",
|
||||
@@ -398,19 +315,11 @@
|
||||
"DNS Hijack": "DNS'ны үзгәртеп тоту (hijack)",
|
||||
"MTU": "MTU (макс. тапшыру берәмлеге)",
|
||||
"Service Mode": "Сервис режимы",
|
||||
"Service Mode Info": "Tun режимын кабызганчы сервис режимын урнаштыру сорала. Сервис буларак эшләтелгән Clash ядросына виртуаль челтәр адаптеры (TUN) куллану рөхсәт ителә.",
|
||||
"Current State": "Агымдагы торыш",
|
||||
"pending": "Көтә",
|
||||
"installed": "Урнаштырылган",
|
||||
"uninstall": "Урнаштырылмаган",
|
||||
"active": "Актив",
|
||||
"unknown": "Билгесез",
|
||||
"Information: Please make sure that the Clash Verge Service is installed and enabled": "Игътибар: Clash Verge сервисы урнаштырылган һәм активлаштырылган булырга тиеш",
|
||||
"Install": "Урнаштыру",
|
||||
"Uninstall": "Салдыру",
|
||||
"Disable Service Mode": "Сервис режимын сүндерү",
|
||||
"System Proxy": "Системалы прокси",
|
||||
"System Proxy Info": "Системалы прокси көйләүләрен үзгәртү рөхсәтен бирегез. Әгәр рөхсәт алу мөмкин түгел икән, прокси көйләүләрен кулдан үзгәртегез",
|
||||
"System Proxy Setting": "Системалы прокси көйләүләре",
|
||||
"Current System Proxy": "Агымдагы системалы прокси",
|
||||
"Enable status": "Активлаштыру статусы",
|
||||
@@ -419,12 +328,10 @@
|
||||
"Server Addr": "Сервер адресы",
|
||||
"Proxy Host": "Прокси хосты",
|
||||
"Invalid Proxy Host Format": "Прокси хосты форматы дөрес түгел",
|
||||
"Not available": "Мөмкин түгел",
|
||||
"Proxy Guard": "Прокси саклаучы",
|
||||
"Proxy Guard Info": "Системалы прокси көйләүләрен чит программа үзгәртмәсен өчен шушы функцияне кабызыгыз",
|
||||
"Guard Duration": "Саклау вакыты",
|
||||
"Always use Default Bypass": "Һәрвакыт төп Bypass-ны куллану",
|
||||
"Use Bypass Check": "Use Bypass Check",
|
||||
"Proxy Bypass": "Проксины әйләнеп узу:",
|
||||
"Bypass": "Әйләнеп узу:",
|
||||
"Use PAC Mode": "PAC режимын куллану",
|
||||
@@ -432,15 +339,6 @@
|
||||
"PAC URL": "PAC адресы",
|
||||
"Auto Launch": "Автостарт",
|
||||
"Administrator mode may not support auto launch": "Administrator mode may not support auto launch",
|
||||
"Silent Start": "Фон режимында башлау",
|
||||
"Silent Start Info": "Программаны фоновый режимда, тәрәзәсез эшләтеп җибәрү",
|
||||
"Hover Jump Navigator": "Hover Jump Navigator",
|
||||
"Hover Jump Navigator Info": "Automatically scroll to the corresponding proxy group when hovering over alphabet letters",
|
||||
"Hover Jump Navigator Delay": "Hover Jump Navigator Delay",
|
||||
"Hover Jump Navigator Delay Info": "Delay before auto scrolling when hovering, in milliseconds",
|
||||
"TG Channel": "Telegram каналы",
|
||||
"Manual": "Документация",
|
||||
"Github Repo": "GitHub репозиториясе",
|
||||
"Clash Setting": "Clash көйләүләре",
|
||||
"Allow Lan": "Локаль челтәргә рөхсәт",
|
||||
"Network Interface": "Челтәр интерфейсы",
|
||||
@@ -473,50 +371,16 @@
|
||||
"Restart": "Перезапуск",
|
||||
"Release Version": "Рәсми версия",
|
||||
"Alpha Version": "Альфа-версия",
|
||||
"Please Enable Service Mode": "Башта сервис режимын кабызырга кирәк",
|
||||
"Please enter your root password": "root паролен языгыз",
|
||||
"Grant": "Рөхсәт бирү",
|
||||
"Open UWP tool": "UWP инструментын ачу",
|
||||
"Open UWP tool Info": "Windows 8'дән башлап UWP кушымталары (Microsoft Store кебек) локаль хосттагы челтәр хезмәтләренә турыдан-туры тоташа алмый. Бу инструмент әлеге чикләүне әйләнеп узарга ярдәм итә",
|
||||
"Update GeoData": "GeoData яңарту",
|
||||
"Verge Basic Setting": "Verge Төп көйләүләр",
|
||||
"Verge Advanced Setting": "Verge Киңәйтелгән көйләүләр",
|
||||
"Language": "Тел",
|
||||
"Theme Mode": "Теманың режимы",
|
||||
"theme.light": "Якты",
|
||||
"theme.dark": "Караңгы",
|
||||
"theme.system": "Система",
|
||||
"Tray Click Event": "Трейдагы басу вакыйгасы",
|
||||
"Show Main Window": "Төп тәрәзәне күрсәтү",
|
||||
"Show Tray Menu": "Show Tray Menu",
|
||||
"Copy Env Type": "Env төрен күчереп алу",
|
||||
"Copy Success": "Күчерелде",
|
||||
"Start Page": "Баш бит",
|
||||
"Startup Script": "Башлану скрипты",
|
||||
"Browse": "Карау",
|
||||
"Theme Setting": "Тема көйләүләре",
|
||||
"Primary Color": "Төп төс",
|
||||
"Secondary Color": "Икенче төс",
|
||||
"Primary Text": "Primary Text",
|
||||
"Secondary Text": "Secondary Text",
|
||||
"Info Color": "Мәгълүмат төсе",
|
||||
"Warning Color": "Кисәтү төсе",
|
||||
"Error Color": "Хата төсе",
|
||||
"Success Color": "Уңыш төсе",
|
||||
"Font Family": "Шрифтлар гаиләсе",
|
||||
"CSS Injection": "CSS кертү",
|
||||
"Layout Setting": "Расположение көйләүләре",
|
||||
"Traffic Graph": "Трафик графигы",
|
||||
"Memory Usage": "Хәтер куллану",
|
||||
"Memory Cleanup": "Хәтерне чистарту өчен басыгыз",
|
||||
"Proxy Group Icon": "Прокси төркеме иконкасы",
|
||||
"Nav Icon": "Навигация иконкасы",
|
||||
"Monochrome": "Монохром",
|
||||
"Colorful": "Төсле",
|
||||
"Tray Icon": "Трей иконкасы",
|
||||
"Common Tray Icon": "Гомуми трей иконкасы",
|
||||
"System Proxy Tray Icon": "Системалы прокси иконкасы",
|
||||
"Tun Tray Icon": "Tun (виртуаль адаптер) иконкасы",
|
||||
"Miscellaneous": "Өстәмә көйләүләр",
|
||||
"App Log Level": "Кушымта журналы дәрәҗәсе",
|
||||
"Auto Close Connections": "Тоташуларны автоматик ябу",
|
||||
@@ -544,19 +408,10 @@
|
||||
"toggle_tun_mode": "Tun режимын кабызу/сүндерү",
|
||||
"entry_lightweight_mode": "Entry Lightweight Mode",
|
||||
"Backup Setting": "Резерв копия көйләүләре",
|
||||
"Backup Setting Info": "WebDAV аша конфигурация файлын саклауны хуплый",
|
||||
"Runtime Config": "Агымдагы конфигурация",
|
||||
"Open Conf Dir": "Кушымта папкасын ачу",
|
||||
"Open Conf Dir Info": "Әгәр программада хаталар чыкса, бу папкадагы файлларны саклап калыгыз да, аннары барысын да бетереп, программаны яңадан башлагыз",
|
||||
"Open Core Dir": "Ядро сакланган папканы ачу",
|
||||
"Open Logs Dir": "Логлар папкасын ачу",
|
||||
"Check for Updates": "Яңартуларны тикшерү",
|
||||
"Go to Release Page": "Релизлар битенә күчү",
|
||||
"Portable Updater Error": "Портатив версиядә кушымта эчендә яңарту хупланмый, кулдан төшереп алыгыз",
|
||||
"Break Change Update Error": "Бу зур яңарту, ул кушымта эчендә яңартылмый. Борып алып ташлап, яңадан урнаштыру сорала.",
|
||||
"Open Dev Tools": "Разработчик коралларын ачу",
|
||||
"Export Diagnostic Info": "Export Diagnostic Info",
|
||||
"Export Diagnostic Info For Issue Reporting": "Export Diagnostic Info For Issue Reporting",
|
||||
"Exit": "Чыгу",
|
||||
"Verge Version": "Verge версиясе",
|
||||
"ReadOnly": "Уку режимы гына",
|
||||
@@ -567,10 +422,6 @@
|
||||
"Match Whole Word": "Сүзнең тулы туры килүе",
|
||||
"Use Regular Expression": "Регуляр выражениеләр куллану",
|
||||
"Profile Imported Successfully": "Профиль уңышлы импортланды",
|
||||
"Profile Switched": "Профиль алмаштырылды",
|
||||
"Profile Reactivated": "Профиль яңадан активлаштырылды",
|
||||
"Profile switch interrupted by new selection": "Profile switch interrupted by new selection",
|
||||
"Only YAML Files Supported": "Фәкать YAML-файллар гына хуплана",
|
||||
"Settings Applied": "Көйләүләр кулланылды",
|
||||
"Stopping Core...": "Stopping Core...",
|
||||
"Restarting Core...": "Restarting Core...",
|
||||
@@ -587,19 +438,11 @@
|
||||
"Service was ready, but core restart might have issues or service became unavailable. Please check.": "Service was ready, but core restart might have issues or service became unavailable. Please check.",
|
||||
"Service installation or core restart encountered issues. Service might not be available. Please check system logs.": "Service installation or core restart encountered issues. Service might not be available. Please check system logs.",
|
||||
"Attempting to restart core as a fallback...": "Attempting to restart core as a fallback...",
|
||||
"Fallback core restart also failed: {message}": "Fallback core restart also failed: {{message}}",
|
||||
"Service is ready and core restarted": "Service is ready and core restarted",
|
||||
"Core restarted. Service is now available.": "Core restarted. Service is now available.",
|
||||
"Clash Port Modified": "Clash порты үзгәртелде",
|
||||
"Port Conflict": "Порт конфликтлары",
|
||||
"Restart Application to Apply Modifications": "Үзгәрешләрне куллану өчен кушымтаны яңадан ачарга кирәк",
|
||||
"External Controller Address Modified": "Тышкы контроллер адресы үзгәртелде",
|
||||
"Permissions Granted Successfully for _clash Core": "{{core}} ядросы өчен рөхсәтләр бирелде",
|
||||
"Core Version Updated": "Ядро версиясе яңартылды",
|
||||
"Clash Core Restarted": "Clash ядросы яңадан башланды",
|
||||
"GeoData Updated": "GeoData яңартылды",
|
||||
"Currently on the Latest Version": "Сездә иң соңгы версия урнаштырылган",
|
||||
"Already Using Latest Core": "Already Using Latest Core",
|
||||
"Import Subscription Successful": "Import subscription successful",
|
||||
"WebDAV Server URL": "WebDAV сервер URL-ы (http(s)://)",
|
||||
"Username": "Кулланучы исеме",
|
||||
@@ -617,7 +460,6 @@
|
||||
"Invalid WebDAV URL": "WebDAV адресы дөрес түгел",
|
||||
"Username Required": "Кулланучы исеме буш булмаска тиеш",
|
||||
"Password Required": "Пароль буш булмаска тиеш",
|
||||
"Failed to Fetch Backups": "Резерв копия файлларын алуда хата",
|
||||
"WebDAV Config Saved": "WebDAV көйләүләре сакланды",
|
||||
"WebDAV Config Save Failed": "WebDAV көйләүләрен саклап булмады: {{error}}",
|
||||
"Backup Created": "Резерв копия уңышлы ясалды",
|
||||
@@ -636,24 +478,7 @@
|
||||
"Restore Success, App will restart in 1s": "Уңышлы кайтарылды, кушымта 1 секундтан яңадан башланачак",
|
||||
"Failed to fetch backup files": "Резерв копия файлларын алуда хата",
|
||||
"Profile": "Профиль",
|
||||
"Help": "Ярдәм",
|
||||
"About": "Турында",
|
||||
"Theme": "Тема",
|
||||
"Main Window": "Төп тәрәзә",
|
||||
"Group Icon": "Төркем иконкасы",
|
||||
"Menu Icon": "Меню иконкасы",
|
||||
"PAC File": "PAC файлы",
|
||||
"Web UI": "Веб-интерфейс",
|
||||
"Hotkeys": "Кызу төймәләр",
|
||||
"Verge Mixed Port": "Verge катнаш порты",
|
||||
"Verge Socks Port": "Verge Socks порты",
|
||||
"Verge Redir Port": "Verge кире юнәлтү порты",
|
||||
"Verge Tproxy Port": "Verge Tproxy порты",
|
||||
"Verge Port": "Verge порты",
|
||||
"Verge HTTP Enabled": "Verge HTTP кушылган",
|
||||
"WebDAV URL": "WebDAV URL",
|
||||
"WebDAV Username": "WebDAV кулланучы исеме",
|
||||
"WebDAV Password": "WebDAV серсүзе",
|
||||
"Dashboard": "Панель",
|
||||
"Restart App": "Кушымтаны яңадан ачу",
|
||||
"Restart Clash Core": "Clash ядрони яңадан башлап ачу",
|
||||
@@ -669,9 +494,7 @@
|
||||
"Direct Mode": "Туры режим",
|
||||
"Enable Tray Speed": "Трей скоростьне үстерү",
|
||||
"Enable Tray Icon": "Enable Tray Icon",
|
||||
"Show Proxy Groups Inline": "Show Proxy Groups Inline",
|
||||
"LightWeight Mode": "Җиңел Режим",
|
||||
"LightWeight Mode Info": "GUI-ны ябыгыз һәм бары тик төшне генә эшләтеп калдырыгыз",
|
||||
"LightWeight Mode Settings": "LightWeight Mode Settings",
|
||||
"Enter LightWeight Mode Now": "Enter LightWeight Mode Now",
|
||||
"Auto Enter LightWeight Mode": "Auto Enter LightWeight Mode",
|
||||
@@ -697,10 +520,6 @@
|
||||
"Merge File Mapping Error": "Merge file mapping error, changes reverted",
|
||||
"Merge File Key Error": "Merge file key error, changes reverted",
|
||||
"Merge File Error": "Merge file error, changes reverted",
|
||||
"Validate YAML File": "Validate YAML File",
|
||||
"Validate Merge File": "Validate Merge File",
|
||||
"Validation Success": "Validation Success",
|
||||
"Validation Failed": "Validation Failed",
|
||||
"Service Administrator Prompt": "Clash Verge система хезмәтен яңадан урнаштыру өчен администратор хокукларын таләп итә",
|
||||
"DNS Settings": "DNS Settings",
|
||||
"DNS settings saved": "DNS settings saved",
|
||||
@@ -747,19 +566,6 @@
|
||||
"Hosts Settings": "Hosts Settings",
|
||||
"Hosts": "Hosts",
|
||||
"Custom domain to IP or domain mapping": "Custom domain to IP or domain mapping",
|
||||
"Enable Alpha Channel": "Enable Alpha Channel",
|
||||
"Alpha versions may contain experimental features and bugs": "Alpha versions may contain experimental features and bugs",
|
||||
"Home Settings": "Home Settings",
|
||||
"Profile Card": "Profile Card",
|
||||
"Current Proxy Card": "Current Proxy Card",
|
||||
"Network Settings Card": "Network Settings Card",
|
||||
"Proxy Mode Card": "Proxy Mode Card",
|
||||
"Clash Mode Card": "Clash Mode Card",
|
||||
"Traffic Stats Card": "Traffic Stats Card",
|
||||
"Clash Info Cards": "Clash Info Cards",
|
||||
"System Info Cards": "System Info Cards",
|
||||
"Website Tests Card": "Website Tests Card",
|
||||
"Traffic Stats": "Traffic Stats",
|
||||
"Website Tests": "Website Tests",
|
||||
"Clash Info": "Clash Info",
|
||||
"Core Version": "Core Version",
|
||||
@@ -779,22 +585,16 @@
|
||||
"No schedule": "No schedule",
|
||||
"Unknown": "Unknown",
|
||||
"Auto update disabled": "Auto update disabled",
|
||||
"Update subscription successfully": "Update subscription successfully",
|
||||
"Update failed, retrying with Clash proxy...": "Update failed, retrying with Clash proxy...",
|
||||
"Update with Clash proxy successfully": "Update with Clash proxy successfully",
|
||||
"Update failed even with Clash proxy": "Update failed even with Clash proxy",
|
||||
"Profile creation failed, retrying with Clash proxy...": "Profile creation failed, retrying with Clash proxy...",
|
||||
"Profile creation succeeded with Clash proxy": "Profile creation succeeded with Clash proxy",
|
||||
"Import failed, retrying with Clash proxy...": "Import failed, retrying with Clash proxy...",
|
||||
"Profile Imported with Clash proxy": "Profile Imported with Clash proxy",
|
||||
"Import failed even with Clash proxy": "Import failed even with Clash proxy",
|
||||
"Current Node": "Current Node",
|
||||
"No active proxy node": "No active proxy node",
|
||||
"Network Settings": "Network Settings",
|
||||
"Proxy Mode": "Proxy Mode",
|
||||
"Group": "Group",
|
||||
"Proxy": "Proxy",
|
||||
"IP Information Card": "IP Information Card",
|
||||
"IP Information": "IP Information",
|
||||
"Failed to get IP info": "Failed to get IP info",
|
||||
"ISP": "ISP",
|
||||
@@ -828,9 +628,7 @@
|
||||
"AppQuitBody": "APP quit by hotkey",
|
||||
"AppHiddenTitle": "APP Hidden",
|
||||
"AppHiddenBody": "APP window hidden by hotkey",
|
||||
"Invalid Profile URL": "Invalid profile URL. Please enter a URL starting with http:// or https://",
|
||||
"Saved Successfully": "Saved successfully",
|
||||
"External Cors": "External Cors",
|
||||
"Enable one-click CORS for external API. Click to toggle CORS": "Enable one-click CORS for external API. Click to toggle CORS",
|
||||
"External Cors Settings": "External Cors Settings",
|
||||
"External Cors Configuration": "External Cors Configuration",
|
||||
@@ -840,8 +638,6 @@
|
||||
"Add": "Add",
|
||||
"Always included origins: {{urls}}": "Always included origins: {{urls}}",
|
||||
"Invalid regular expression": "Invalid regular expression",
|
||||
"Copy Version": "Copy Version",
|
||||
"Version copied to clipboard": "Version copied to clipboard",
|
||||
"Controller address cannot be empty": "Controller address cannot be empty",
|
||||
"Secret cannot be empty": "Secret cannot be empty",
|
||||
"Configuration saved successfully": "Configuration saved successfully",
|
||||
@@ -849,20 +645,9 @@
|
||||
"Controller address copied to clipboard": "Controller address copied to clipboard",
|
||||
"Secret copied to clipboard": "Secret copied to clipboard",
|
||||
"Saving...": "Saving...",
|
||||
"Proxy node already exists in chain": "Proxy node already exists in chain",
|
||||
"Detection timeout or failed": "Detection timeout or failed",
|
||||
"Batch Operations": "Batch Operations",
|
||||
"Delete Selected Profiles": "Delete Selected Profiles",
|
||||
"Deselect All": "Deselect All",
|
||||
"Done": "Done",
|
||||
"items": "items",
|
||||
"Select All": "Select All",
|
||||
"Selected": "Selected",
|
||||
"Selected profiles deleted successfully": "Selected profiles deleted successfully",
|
||||
"Prefer System Titlebar": "Prefer System Titlebar",
|
||||
"App Log Max Size": "App Log Max Size",
|
||||
"App Log Max Count": "App Log Max Count",
|
||||
"Allow Auto Update": "Allow Auto Update",
|
||||
"Menu reorder mode": "Menu reorder mode",
|
||||
"Unlock menu order": "Unlock menu order",
|
||||
"Lock menu order": "Lock menu order",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"millis": "毫秒",
|
||||
"seconds": "秒",
|
||||
"mins": "分钟",
|
||||
"Back": "返回",
|
||||
"Close": "关闭",
|
||||
"Cancel": "取消",
|
||||
"Confirm": "确认",
|
||||
@@ -15,7 +14,6 @@
|
||||
"Save": "保存",
|
||||
"Delete": "删除",
|
||||
"Enable": "启用",
|
||||
"Disable": "禁用",
|
||||
"pages": {
|
||||
"home": {
|
||||
"title": "首页",
|
||||
@@ -170,66 +168,31 @@
|
||||
"Label-Unlock": "测 试",
|
||||
"Label-Settings": "设 置",
|
||||
"Proxies": "代理",
|
||||
"Proxy Groups": "代理组",
|
||||
"Proxy Chain Mode": "链式代理模式",
|
||||
"Connect": "连接",
|
||||
"Connecting...": "连接中...",
|
||||
"Disconnect": "断开",
|
||||
"Failed to connect to proxy chain": "连接链式代理失败",
|
||||
"Proxy Provider": "代理集合",
|
||||
"Proxy Count": "节点数量",
|
||||
"Update All": "更新全部",
|
||||
"Update At": "更新于",
|
||||
"rule": "规则",
|
||||
"global": "全局",
|
||||
"direct": "直连",
|
||||
"Chain Proxy": "🔗 链式代理",
|
||||
"Chain Proxy Config": "代理链配置",
|
||||
"Proxy Rules": "代理规则",
|
||||
"Select Rules": "选择规则",
|
||||
"Click nodes in order to add to proxy chain": "顺序点击节点添加到代理链中",
|
||||
"No proxy chain configured": "暂无代理链配置",
|
||||
"Proxy Order": "代理顺序",
|
||||
"timeout": "超时",
|
||||
"Clear All": "清除全部",
|
||||
"script": "脚本",
|
||||
"locate": "当前节点",
|
||||
"Delay check": "延迟测试",
|
||||
"Sort by default": "默认排序",
|
||||
"Sort by delay": "按延迟排序",
|
||||
"Sort by name": "按名称排序",
|
||||
"Delay check URL": "延迟测试链接",
|
||||
"Delay check to cancel fixed": "进行延迟测试,以取消固定",
|
||||
"Proxy basic": "隐藏节点细节",
|
||||
"Proxy detail": "展示节点细节",
|
||||
"Profiles": "订阅",
|
||||
"Update All Profiles": "更新所有订阅",
|
||||
"View Runtime Config": "查看运行时订阅",
|
||||
"Reactivate Profiles": "重新激活订阅",
|
||||
"Paste": "粘贴",
|
||||
"Profile URL": "订阅文件链接",
|
||||
"Import": "导入",
|
||||
"From": "来自",
|
||||
"Update Time": "更新时间",
|
||||
"Used / Total": "已使用 / 总量",
|
||||
"Expire Time": "到期时间",
|
||||
"Create Profile": "新建配置",
|
||||
"Edit Profile": "编辑配置",
|
||||
"Edit Proxies": "编辑节点",
|
||||
"Use newlines for multiple uri": "多条 URI 请使用换行分隔(支持 Base64 编码)",
|
||||
"Edit Rules": "编辑规则",
|
||||
"Rule Type": "规则类型",
|
||||
"Rule Content": "规则内容",
|
||||
"Proxy Policy": "代理策略",
|
||||
"No Resolve": "跳过 DNS 解析",
|
||||
"Prepend Rule": "添加前置规则",
|
||||
"Append Rule": "添加后置规则",
|
||||
"Prepend Group": "添加前置代理组",
|
||||
"Append Group": "添加后置代理组",
|
||||
"Prepend Proxy": "添加前置代理节点",
|
||||
"Append Proxy": "添加后置代理节点",
|
||||
"Rule Condition Required": "规则条件缺失",
|
||||
"Invalid Rule": "无效规则",
|
||||
"Advanced": "高级",
|
||||
"Visualization": "可视化",
|
||||
"DOMAIN": "匹配完整域名",
|
||||
@@ -298,17 +261,8 @@
|
||||
"Group Name Already Exists": "代理组名称已存在",
|
||||
"Extend Config": "扩展覆写配置",
|
||||
"Extend Script": "扩展脚本",
|
||||
"Global Merge": "全局扩展覆写配置",
|
||||
"Global Script": "全局扩展脚本",
|
||||
"Type": "类型",
|
||||
"Name": "名称",
|
||||
"Descriptions": "描述",
|
||||
"Subscription URL": "订阅链接",
|
||||
"Update Interval": "更新间隔",
|
||||
"Choose File": "选择文件",
|
||||
"Use System Proxy": "使用系统代理更新",
|
||||
"Use Clash Proxy": "使用内核代理更新",
|
||||
"Accept Invalid Certs (Danger)": "允许无效证书(危险)",
|
||||
"Refresh": "刷新",
|
||||
"Home": "首页",
|
||||
"Select": "使用",
|
||||
@@ -317,37 +271,18 @@
|
||||
"Open File": "打开文件",
|
||||
"Update": "更新",
|
||||
"Update via proxy": "更新(代理)",
|
||||
"Update(Proxy)": "更新(代理)",
|
||||
"Confirm deletion": "确认删除",
|
||||
"This operation is not reversible": "此操作不可逆",
|
||||
"Script Console": "脚本控制台输出",
|
||||
"To Top": "移到最前",
|
||||
"To End": "移到末尾",
|
||||
"Connections": "连接",
|
||||
"Table View": "表格视图",
|
||||
"List View": "列表视图",
|
||||
"Close All": "关闭全部",
|
||||
"Close All Connections": "关闭所有连接",
|
||||
"Upload": "上传",
|
||||
"Download": "下载",
|
||||
"Download Speed": "下载速度",
|
||||
"Upload Speed": "上传速度",
|
||||
"Host": "主机",
|
||||
"Downloaded": "下载量",
|
||||
"Uploaded": "上传量",
|
||||
"DL Speed": "下载速度",
|
||||
"UL Speed": "上传速度",
|
||||
"Active Connections": "活跃连接",
|
||||
"Chains": "链路",
|
||||
"Rule": "规则",
|
||||
"Process": "进程",
|
||||
"Time": "连接时间",
|
||||
"Source": "源地址",
|
||||
"Destination": "目标地址",
|
||||
"DestinationPort": "目标端口",
|
||||
"Close Connection": "关闭连接",
|
||||
"Rules": "规则",
|
||||
"Rule Provider": "规则集合",
|
||||
"notice.forceRefreshCompleted": "数据已强制刷新",
|
||||
"notice.emergencyRefreshFailed": "紧急刷新失败: {{message}}",
|
||||
"notice.provider.updateSuccess": "{{name}} 更新成功",
|
||||
@@ -367,30 +302,12 @@
|
||||
"Icon": "图标",
|
||||
"Test URL": "测试地址",
|
||||
"Settings": "设置",
|
||||
"System Setting": "系统设置",
|
||||
"Tun Mode": "虚拟网卡模式",
|
||||
"TUN requires Service Mode": "TUN 模式需要安装服务",
|
||||
"Install Service": "安装服务",
|
||||
"Install Service failed": "安装服务失败",
|
||||
"Uninstall Service": "卸载服务",
|
||||
"Restart Core failed": "重启核心失败",
|
||||
"Reset to Default": "重置为默认值",
|
||||
"Tun Mode Info": "TUN(虚拟网卡)模式接管系统所有流量,启用时无须打开系统代理",
|
||||
"TUN requires Service Mode or Admin Mode": "TUN 模式需要安装服务模式或管理员模式",
|
||||
"TUN Mode automatically disabled due to service unavailable": "由于服务不可用,TUN 模式已自动关闭",
|
||||
"Failed to disable TUN Mode automatically": "自动关闭 TUN 模式失败",
|
||||
"System Proxy Enabled": "系统代理已启用,您的应用将通过代理访问网络",
|
||||
"System Proxy Disabled": "系统代理已关闭,建议大多数用户打开此选项",
|
||||
"TUN Mode Enabled": "TUN 模式已启用,应用将通过虚拟网卡访问网络",
|
||||
"TUN Mode Disabled": "TUN 模式已关闭,适用于特殊应用",
|
||||
"TUN Mode Service Required": "TUN模式需要服务模式,请先安装服务",
|
||||
"TUN Mode Intercept Info": "TUN模式可以接管所有应用流量,适用于特殊不遵循系统代理设置的应用",
|
||||
"Core communication error": "内核通信错误",
|
||||
"Rule Mode Description": "基于预设规则智能判断流量走向,提供灵活的代理策略",
|
||||
"Global Mode Description": "所有流量均通过代理服务器,适用于需要全局科学上网的场景",
|
||||
"Direct Mode Description": "所有流量不经过代理节点,但经过Clash内核转发连接目标服务器,适用于需要通过内核进行分流的特定场景",
|
||||
"Stack": "TUN 模式堆栈",
|
||||
"System and Mixed Can Only be Used in Service Mode": "System 和 Mixed 只能在服务模式下使用",
|
||||
"Device": "TUN 网卡名称",
|
||||
"Auto Route": "自动设置全局路由",
|
||||
"Strict Route": "严格路由",
|
||||
@@ -398,19 +315,11 @@
|
||||
"DNS Hijack": "DNS 劫持",
|
||||
"MTU": "最大传输单元",
|
||||
"Service Mode": "服务模式",
|
||||
"Service Mode Info": "启用 TUN 模式前请安装服务模式,该服务启动的内核进程可获得安装虚拟网卡(TUN 模式)的权限",
|
||||
"Current State": "当前状态",
|
||||
"pending": "等待中",
|
||||
"installed": "已安装",
|
||||
"uninstall": "未安装",
|
||||
"active": "已激活",
|
||||
"unknown": "未知",
|
||||
"Information: Please make sure that the Clash Verge Service is installed and enabled": "提示信息: 请确保 Clash Verge Service 已安装并启用",
|
||||
"Install": "安装",
|
||||
"Uninstall": "卸载",
|
||||
"Disable Service Mode": "禁用服务模式",
|
||||
"System Proxy": "系统代理",
|
||||
"System Proxy Info": "修改操作系统的代理设置,如果开启失败,可手动修改操作系统的代理设置",
|
||||
"System Proxy Setting": "系统代理设置",
|
||||
"Current System Proxy": "当前系统代理",
|
||||
"Enable status": "开启状态:",
|
||||
@@ -419,12 +328,10 @@
|
||||
"Server Addr": "服务地址:",
|
||||
"Proxy Host": "代理主机",
|
||||
"Invalid Proxy Host Format": "代理主机格式无效",
|
||||
"Not available": "不可用",
|
||||
"Proxy Guard": "系统代理守卫",
|
||||
"Proxy Guard Info": "开启以防止其他软件修改操作系统的代理设置",
|
||||
"Guard Duration": "代理守卫间隔",
|
||||
"Always use Default Bypass": "始终使用默认绕过",
|
||||
"Use Bypass Check": "启用代理绕过检查",
|
||||
"Proxy Bypass": "代理绕过设置:",
|
||||
"Bypass": "当前绕过:",
|
||||
"Use PAC Mode": "使用 PAC 模式",
|
||||
@@ -432,15 +339,6 @@
|
||||
"PAC URL": "PAC 地址:",
|
||||
"Auto Launch": "开机自启",
|
||||
"Administrator mode may not support auto launch": "管理员模式可能不支持开机自启",
|
||||
"Silent Start": "静默启动",
|
||||
"Silent Start Info": "程序启动时以后台模式运行,不显示程序面板",
|
||||
"Hover Jump Navigator": "悬浮跳转导航",
|
||||
"Hover Jump Navigator Info": "鼠标悬停在字母上时自动滚动到对应代理组",
|
||||
"Hover Jump Navigator Delay": "悬浮跳转导航延迟",
|
||||
"Hover Jump Navigator Delay Info": "鼠标悬停后触发自动跳转前等待的毫秒数",
|
||||
"TG Channel": "Telegram 频道",
|
||||
"Manual": "使用手册",
|
||||
"Github Repo": "GitHub 项目地址",
|
||||
"Clash Setting": "Clash 设置",
|
||||
"Allow Lan": "局域网连接",
|
||||
"Network Interface": "网络接口",
|
||||
@@ -473,50 +371,16 @@
|
||||
"Restart": "重启内核",
|
||||
"Release Version": "正式版",
|
||||
"Alpha Version": "预览版",
|
||||
"Please Enable Service Mode": "请先安装并启用服务模式",
|
||||
"Please enter your root password": "请输入您的 root 密码",
|
||||
"Grant": "授权",
|
||||
"Open UWP tool": "UWP 工具",
|
||||
"Open UWP tool Info": "Windows 8 开始限制 UWP 应用(如微软商店)直接访问本地主机的网络服务,使用此工具可绕过该限制",
|
||||
"Update GeoData": "更新 GeoData",
|
||||
"Verge Basic Setting": "Verge 基础设置",
|
||||
"Verge Advanced Setting": "Verge 高级设置",
|
||||
"Language": "语言设置",
|
||||
"Theme Mode": "主题模式",
|
||||
"theme.light": "浅色",
|
||||
"theme.dark": "深色",
|
||||
"theme.system": "系统",
|
||||
"Tray Click Event": "托盘点击事件",
|
||||
"Show Main Window": "显示主窗口",
|
||||
"Show Tray Menu": "显示托盘菜单",
|
||||
"Copy Env Type": "复制环境变量类型",
|
||||
"Copy Success": "复制成功",
|
||||
"Start Page": "启动页面",
|
||||
"Startup Script": "启动脚本",
|
||||
"Browse": "浏览",
|
||||
"Theme Setting": "主题设置",
|
||||
"Primary Color": "主要颜色",
|
||||
"Secondary Color": "次要颜色",
|
||||
"Primary Text": "文本主要颜色",
|
||||
"Secondary Text": "文本次要颜色",
|
||||
"Info Color": "信息颜色",
|
||||
"Warning Color": "警告颜色",
|
||||
"Error Color": "错误颜色",
|
||||
"Success Color": "成功颜色",
|
||||
"Font Family": "字体系列",
|
||||
"CSS Injection": "CSS 注入",
|
||||
"Layout Setting": "界面设置",
|
||||
"Traffic Graph": "流量图显",
|
||||
"Memory Usage": "内核占用",
|
||||
"Memory Cleanup": "点击清理内存",
|
||||
"Proxy Group Icon": "代理组图标",
|
||||
"Nav Icon": "导航栏图标",
|
||||
"Monochrome": "单色图标",
|
||||
"Colorful": "彩色图标",
|
||||
"Tray Icon": "托盘图标",
|
||||
"Common Tray Icon": "常规托盘图标",
|
||||
"System Proxy Tray Icon": "系统代理托盘图标",
|
||||
"Tun Tray Icon": "TUN 模式托盘图标",
|
||||
"Miscellaneous": "杂项设置",
|
||||
"App Log Level": "应用日志等级",
|
||||
"Auto Close Connections": "自动关闭连接",
|
||||
@@ -544,19 +408,10 @@
|
||||
"toggle_tun_mode": "打开/关闭 TUN 模式",
|
||||
"entry_lightweight_mode": "进入轻量模式",
|
||||
"Backup Setting": "备份设置",
|
||||
"Backup Setting Info": "支持本地或 WebDAV 方式备份配置文件",
|
||||
"Runtime Config": "当前配置",
|
||||
"Open Conf Dir": "配置目录",
|
||||
"Open Conf Dir Info": "如果软件运行异常,!备份!并删除此文件夹下的所有文件,重启软件",
|
||||
"Open Core Dir": "内核目录",
|
||||
"Open Logs Dir": "日志目录",
|
||||
"Check for Updates": "检查更新",
|
||||
"Go to Release Page": "前往发布页",
|
||||
"Portable Updater Error": "便携版不支持应用内更新,请手动下载替换",
|
||||
"Break Change Update Error": "此版本为重大更新,不支持应用内更新,请卸载后手动下载安装",
|
||||
"Open Dev Tools": "开发者工具",
|
||||
"Export Diagnostic Info": "导出诊断信息",
|
||||
"Export Diagnostic Info For Issue Reporting": "导出诊断信息用于问题报告",
|
||||
"Exit": "退出",
|
||||
"Verge Version": "Verge 版本",
|
||||
"ReadOnly": "只读",
|
||||
@@ -567,10 +422,6 @@
|
||||
"Match Whole Word": "全字匹配",
|
||||
"Use Regular Expression": "使用正则表达式",
|
||||
"Profile Imported Successfully": "导入订阅成功",
|
||||
"Profile Switched": "订阅已切换",
|
||||
"Profile Reactivated": "订阅已激活",
|
||||
"Profile switch interrupted by new selection": "配置切换被新选择中断",
|
||||
"Only YAML Files Supported": "仅支持 YAML 文件",
|
||||
"Settings Applied": "设置已应用",
|
||||
"Stopping Core...": "停止内核中...",
|
||||
"Restarting Core...": "重启内核中...",
|
||||
@@ -587,19 +438,11 @@
|
||||
"Service was ready, but core restart might have issues or service became unavailable. Please check.": "服务已就绪,但内核重启可能存在问题或服务变得不可用。请检查。",
|
||||
"Service installation or core restart encountered issues. Service might not be available. Please check system logs.": "服务安装或内核重启遇到问题。服务可能不可用。请检查系统日志。",
|
||||
"Attempting to restart core as a fallback...": "尝试重启内核作为后备方案...",
|
||||
"Fallback core restart also failed: {message}": "后备内核重启也失败了: {{message}}",
|
||||
"Service is ready and core restarted": "服务已就绪,内核已重启",
|
||||
"Core restarted. Service is now available.": "内核已重启,服务现已可用",
|
||||
"Clash Port Modified": "Clash 端口已修改",
|
||||
"Port Conflict": "端口冲突",
|
||||
"Restart Application to Apply Modifications": "重启 Verge 以应用修改",
|
||||
"External Controller Address Modified": "外部控制器监听地址已修改",
|
||||
"Permissions Granted Successfully for _clash Core": "{{core}} 内核授权成功",
|
||||
"Core Version Updated": "内核版本已更新",
|
||||
"Clash Core Restarted": "已重启 Clash 内核",
|
||||
"GeoData Updated": "已更新 GeoData",
|
||||
"Currently on the Latest Version": "当前已是最新版本",
|
||||
"Already Using Latest Core": "已是最新内核版本",
|
||||
"Import Subscription Successful": "导入订阅成功",
|
||||
"WebDAV Server URL": "WebDAV 服务器地址 http(s)://",
|
||||
"Username": "用户名",
|
||||
@@ -617,7 +460,6 @@
|
||||
"Invalid WebDAV URL": "无效的 WebDAV 服务器地址格式",
|
||||
"Username Required": "用户名不能为空",
|
||||
"Password Required": "密码不能为空",
|
||||
"Failed to Fetch Backups": "获取备份文件失败",
|
||||
"WebDAV Config Saved": "WebDAV 配置保存成功",
|
||||
"WebDAV Config Save Failed": "保存 WebDAV 配置失败: {{error}}",
|
||||
"Backup Created": "备份创建成功",
|
||||
@@ -636,24 +478,7 @@
|
||||
"Restore Success, App will restart in 1s": "恢复成功,应用将在 1 秒后重启",
|
||||
"Failed to fetch backup files": "获取备份文件失败",
|
||||
"Profile": "配置",
|
||||
"Help": "帮助",
|
||||
"About": "关于",
|
||||
"Theme": "主题",
|
||||
"Main Window": "主窗口",
|
||||
"Group Icon": "分组图标",
|
||||
"Menu Icon": "菜单图标",
|
||||
"PAC File": "PAC 文件",
|
||||
"Web UI": "网页界面",
|
||||
"Hotkeys": "快捷键",
|
||||
"Verge Mixed Port": "Verge 混合端口",
|
||||
"Verge Socks Port": "Verge SOCKS 端口",
|
||||
"Verge Redir Port": "Verge 重定向端口",
|
||||
"Verge Tproxy Port": "Verge 透明代理端口",
|
||||
"Verge Port": "Verge 端口",
|
||||
"Verge HTTP Enabled": "Verge HTTP 已启用",
|
||||
"WebDAV URL": "WebDAV 地址",
|
||||
"WebDAV Username": "WebDAV 用户名",
|
||||
"WebDAV Password": "WebDAV 密码",
|
||||
"Dashboard": "仪表板",
|
||||
"Restart App": "重启应用",
|
||||
"Restart Clash Core": "重启 Clash 核心",
|
||||
@@ -669,9 +494,7 @@
|
||||
"Direct Mode": "直连模式",
|
||||
"Enable Tray Speed": "启用托盘速率",
|
||||
"Enable Tray Icon": "启用托盘图标",
|
||||
"Show Proxy Groups Inline": "将代理组显示在托盘一级菜单",
|
||||
"LightWeight Mode": "轻量模式",
|
||||
"LightWeight Mode Info": "关闭GUI界面,仅保留内核运行",
|
||||
"LightWeight Mode Settings": "轻量模式设置",
|
||||
"Enter LightWeight Mode Now": "立即进入轻量模式",
|
||||
"Auto Enter LightWeight Mode": "自动进入轻量模式",
|
||||
@@ -697,10 +520,6 @@
|
||||
"Merge File Mapping Error": "覆写文件映射错误,变更已撤销",
|
||||
"Merge File Key Error": "覆写文件键错误,变更已撤销",
|
||||
"Merge File Error": "覆写文件错误,变更已撤销",
|
||||
"Validate YAML File": "验证YAML文件",
|
||||
"Validate Merge File": "验证覆写文件",
|
||||
"Validation Success": "验证成功",
|
||||
"Validation Failed": "验证失败",
|
||||
"Service Administrator Prompt": "Clash Verge 需要管理员权限安装系统服务",
|
||||
"DNS Settings": "DNS 设置",
|
||||
"DNS settings saved": "DNS 设置已保存",
|
||||
@@ -747,19 +566,6 @@
|
||||
"Hosts Settings": "Hosts 设置",
|
||||
"Hosts": "Hosts",
|
||||
"Custom domain to IP or domain mapping": "自定义域名到 IP 或域名的映射,用逗号分隔",
|
||||
"Enable Alpha Channel": "启用 Alpha 通道",
|
||||
"Alpha versions may contain experimental features and bugs": "Alpha 版本可能包含实验性功能和已知问题",
|
||||
"Home Settings": "首页设置",
|
||||
"Profile Card": "订阅卡",
|
||||
"Current Proxy Card": "当前代理卡",
|
||||
"Network Settings Card": "网络设置卡",
|
||||
"Proxy Mode Card": "代理模式卡",
|
||||
"Clash Mode Card": "Clash 模式卡",
|
||||
"Traffic Stats Card": "流量统计卡",
|
||||
"Clash Info Cards": "Clash 信息卡",
|
||||
"System Info Cards": "系统信息卡",
|
||||
"Website Tests Card": "网站测试卡",
|
||||
"Traffic Stats": "流量统计",
|
||||
"Website Tests": "网站测试",
|
||||
"Clash Info": "Clash 信息",
|
||||
"Core Version": "内核版本",
|
||||
@@ -779,22 +585,16 @@
|
||||
"No schedule": "没有计划",
|
||||
"Unknown": "未知",
|
||||
"Auto update disabled": "自动更新已禁用",
|
||||
"Update subscription successfully": "订阅更新成功",
|
||||
"Update failed, retrying with Clash proxy...": "订阅更新失败,尝试使用 Clash 代理更新",
|
||||
"Update with Clash proxy successfully": "使用 Clash 代理更新成功",
|
||||
"Update failed even with Clash proxy": "使用 Clash 代理更新也失败",
|
||||
"Profile creation failed, retrying with Clash proxy...": "订阅创建失败,尝试使用 Clash 代理创建",
|
||||
"Profile creation succeeded with Clash proxy": "使用 Clash 代理创建订阅成功",
|
||||
"Import failed, retrying with Clash proxy...": "订阅导入失败,尝试使用 Clash 代理导入",
|
||||
"Profile Imported with Clash proxy": "使用 Clash 代理导入订阅成功",
|
||||
"Import failed even with Clash proxy": "使用 Clash 代理导入订阅也失败",
|
||||
"Current Node": "当前节点",
|
||||
"No active proxy node": "暂无激活的代理节点",
|
||||
"Network Settings": "网络设置",
|
||||
"Proxy Mode": "代理模式",
|
||||
"Group": "代理组",
|
||||
"Proxy": "节点",
|
||||
"IP Information Card": "IP 信息卡",
|
||||
"IP Information": "IP 信息",
|
||||
"Failed to get IP info": "获取IP信息失败",
|
||||
"ISP": "服务商",
|
||||
@@ -828,9 +628,7 @@
|
||||
"AppQuitBody": "已通过快捷键退出应用",
|
||||
"AppHiddenTitle": "应用隐藏",
|
||||
"AppHiddenBody": "已通过快捷键隐藏应用窗口",
|
||||
"Invalid Profile URL": "无效的订阅链接,请输入以 http:// 或 https:// 开头的地址",
|
||||
"Saved Successfully": "保存成功",
|
||||
"External Cors": "外部控制跨域",
|
||||
"Enable one-click CORS for external API. Click to toggle CORS": "设置内核跨域访问,点击切换 CORS是否启用",
|
||||
"External Cors Settings": "外部控制跨域设置",
|
||||
"External Cors Configuration": "外部控制跨域配置",
|
||||
@@ -840,8 +638,6 @@
|
||||
"Add": "添加",
|
||||
"Always included origins: {{urls}}": "始终包含来源:{{urls}}",
|
||||
"Invalid regular expression": "无效的正则表达式",
|
||||
"Copy Version": "复制Verge版本号",
|
||||
"Version copied to clipboard": "Verge版本已复制到剪贴板",
|
||||
"Controller address cannot be empty": "控制器地址不能为空",
|
||||
"Secret cannot be empty": "访问密钥不能为空",
|
||||
"Configuration saved successfully": "配置保存成功",
|
||||
@@ -849,20 +645,9 @@
|
||||
"Controller address copied to clipboard": "控制器地址已复制到剪贴板",
|
||||
"Secret copied to clipboard": "访问密钥已复制到剪贴板",
|
||||
"Saving...": "保存中...",
|
||||
"Proxy node already exists in chain": "该节点已在链式代理表中",
|
||||
"Detection timeout or failed": "检测超时或失败",
|
||||
"Batch Operations": "批量操作",
|
||||
"Delete Selected Profiles": "删除选中订阅",
|
||||
"Deselect All": "取消全选",
|
||||
"Done": "完成",
|
||||
"items": "项目",
|
||||
"Select All": "全选",
|
||||
"Selected": "已选中",
|
||||
"Selected profiles deleted successfully": "选中的订阅已成功删除",
|
||||
"Prefer System Titlebar": "优先使用系统标题栏",
|
||||
"App Log Max Size": "应用日志最大大小",
|
||||
"App Log Max Count": "应用日志最大数量",
|
||||
"Allow Auto Update": "允许自动更新",
|
||||
"Menu reorder mode": "菜单排序模式",
|
||||
"Unlock menu order": "解锁菜单排序",
|
||||
"Lock menu order": "锁定菜单排序",
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
"millis": "毫秒",
|
||||
"seconds": "秒",
|
||||
"mins": "分鐘",
|
||||
"Back": "返回",
|
||||
"Close": "關閉",
|
||||
"Cancel": "取消",
|
||||
"Confirm": "確認",
|
||||
@@ -15,7 +14,6 @@
|
||||
"Save": "儲存",
|
||||
"Delete": "刪除",
|
||||
"Enable": "啟用",
|
||||
"Disable": "停用",
|
||||
"pages": {
|
||||
"home": {
|
||||
"title": "首頁",
|
||||
@@ -170,66 +168,31 @@
|
||||
"Label-Unlock": "解 鎖",
|
||||
"Label-Settings": "設 定",
|
||||
"Proxies": "代理",
|
||||
"Proxy Groups": "代理組",
|
||||
"Proxy Chain Mode": "鏈式代理模式",
|
||||
"Connect": "連線",
|
||||
"Connecting...": "連線中...",
|
||||
"Disconnect": "中斷",
|
||||
"Failed to connect to proxy chain": "連線鏈式代理失敗",
|
||||
"Proxy Provider": "代理集合",
|
||||
"Proxy Count": "節點數量",
|
||||
"Update All": "全部更新",
|
||||
"Update At": "更新於",
|
||||
"rule": "規則",
|
||||
"global": "全域",
|
||||
"direct": "直連",
|
||||
"Chain Proxy": "🔗 鏈式代理",
|
||||
"Chain Proxy Config": "鏈式代理設定",
|
||||
"Proxy Rules": "代理規則",
|
||||
"Select Rules": "选择规则",
|
||||
"Click nodes in order to add to proxy chain": "依序點擊節點新增到鏈式代理中",
|
||||
"No proxy chain configured": "暫無鏈式代理設定",
|
||||
"Proxy Order": "代理順序",
|
||||
"timeout": "逾時",
|
||||
"Clear All": "全部清除",
|
||||
"script": "指令碼",
|
||||
"locate": "目前節點",
|
||||
"Delay check": "延遲測試",
|
||||
"Sort by default": "預設排序",
|
||||
"Sort by delay": "按延遲排序",
|
||||
"Sort by name": "按名稱排序",
|
||||
"Delay check URL": "延遲測試網址",
|
||||
"Delay check to cancel fixed": "測試延遲以取消固定",
|
||||
"Proxy basic": "隱藏節點細節",
|
||||
"Proxy detail": "展示節點細節",
|
||||
"Profiles": "訂閱",
|
||||
"Update All Profiles": "更新所有訂閱",
|
||||
"View Runtime Config": "查看執行時訂閱",
|
||||
"Reactivate Profiles": "重新啟用訂閱",
|
||||
"Paste": "貼上",
|
||||
"Profile URL": "訂閱檔網址",
|
||||
"Import": "匯入",
|
||||
"From": "來自",
|
||||
"Update Time": "更新時間",
|
||||
"Used / Total": "已使用 / 總量",
|
||||
"Expire Time": "到期時間",
|
||||
"Create Profile": "新增設定檔",
|
||||
"Edit Profile": "編輯設定檔",
|
||||
"Edit Proxies": "編輯節點",
|
||||
"Use newlines for multiple uri": "多條網址,請使用換行分隔(支援 Base64 編碼)",
|
||||
"Edit Rules": "編輯規則",
|
||||
"Rule Type": "規則類型",
|
||||
"Rule Content": "規則內容",
|
||||
"Proxy Policy": "代理策略",
|
||||
"No Resolve": "跳過 DNS 解析",
|
||||
"Prepend Rule": "新增前置規則",
|
||||
"Append Rule": "新增後置規則",
|
||||
"Prepend Group": "新增前置代理組",
|
||||
"Append Group": "新增後置代理組",
|
||||
"Prepend Proxy": "新增前置代理節點",
|
||||
"Append Proxy": "新增後置代理節點",
|
||||
"Rule Condition Required": "規則條件為必填",
|
||||
"Invalid Rule": "無效規則",
|
||||
"Advanced": "進階",
|
||||
"Visualization": "視覺化",
|
||||
"DOMAIN": "配對完整網域",
|
||||
@@ -298,17 +261,8 @@
|
||||
"Group Name Already Exists": "代理組名稱已存在",
|
||||
"Extend Config": "擴充覆寫設定",
|
||||
"Extend Script": "擴充指令碼",
|
||||
"Global Merge": "全域擴充覆寫設定",
|
||||
"Global Script": "全域擴充指令碼",
|
||||
"Type": "類型",
|
||||
"Name": "名稱",
|
||||
"Descriptions": "描述",
|
||||
"Subscription URL": "訂閱網址",
|
||||
"Update Interval": "更新間隔",
|
||||
"Choose File": "選擇檔案",
|
||||
"Use System Proxy": "使用系統代理更新",
|
||||
"Use Clash Proxy": "使用內核代理更新",
|
||||
"Accept Invalid Certs (Danger)": "允許無效憑證(危險)",
|
||||
"Refresh": "重整",
|
||||
"Home": "首頁",
|
||||
"Select": "使用",
|
||||
@@ -317,37 +271,18 @@
|
||||
"Open File": "開啟檔案",
|
||||
"Update": "更新",
|
||||
"Update via proxy": "更新(代理)",
|
||||
"Update(Proxy)": "更新(代理)",
|
||||
"Confirm deletion": "確認刪除",
|
||||
"This operation is not reversible": "此操作無法復原",
|
||||
"Script Console": "指令碼控制台輸出",
|
||||
"To Top": "前往頂端",
|
||||
"To End": "前往末端",
|
||||
"Connections": "連線",
|
||||
"Table View": "表格檢視",
|
||||
"List View": "列表檢視",
|
||||
"Close All": "關閉全部",
|
||||
"Close All Connections": "關閉全部連線",
|
||||
"Upload": "上傳",
|
||||
"Download": "下載",
|
||||
"Download Speed": "下載速度",
|
||||
"Upload Speed": "上傳速度",
|
||||
"Host": "主機",
|
||||
"Downloaded": "下載量",
|
||||
"Uploaded": "上傳量",
|
||||
"DL Speed": "下載速度",
|
||||
"UL Speed": "上傳速度",
|
||||
"Active Connections": "作用中連線",
|
||||
"Chains": "鏈路",
|
||||
"Rule": "規則",
|
||||
"Process": "處理程序",
|
||||
"Time": "連線時間",
|
||||
"Source": "來源位址",
|
||||
"Destination": "目標位址",
|
||||
"DestinationPort": "目標連接埠",
|
||||
"Close Connection": "關閉連線",
|
||||
"Rules": "規則",
|
||||
"Rule Provider": "規則集合",
|
||||
"notice.forceRefreshCompleted": "Force refresh completed",
|
||||
"notice.emergencyRefreshFailed": "Emergency refresh failed: {{message}}",
|
||||
"notice.provider.updateSuccess": "{{name}} updated successfully",
|
||||
@@ -367,30 +302,12 @@
|
||||
"Icon": "圖示",
|
||||
"Test URL": "測試網址",
|
||||
"Settings": "設定",
|
||||
"System Setting": "系統設定",
|
||||
"Tun Mode": "虛擬網路介面卡模式",
|
||||
"TUN requires Service Mode": "TUN mode requires install service",
|
||||
"Install Service": "安裝服務",
|
||||
"Install Service failed": "安裝服務失敗",
|
||||
"Uninstall Service": "解除安裝服務",
|
||||
"Restart Core failed": "重新啟動內核失敗",
|
||||
"Reset to Default": "重設為預設值",
|
||||
"Tun Mode Info": "TUN(虛擬網路介面卡)模式接管系統所有流量,啟用時無需開啟系統代理",
|
||||
"TUN requires Service Mode or Admin Mode": "虛擬網路介面卡模式需要安裝服務模式或以系統管理員身分執行",
|
||||
"TUN Mode automatically disabled due to service unavailable": "由於服務不可使用,虛擬網路介面卡模式已自動停用",
|
||||
"Failed to disable TUN Mode automatically": "自動停用虛擬網路介面卡模式失敗",
|
||||
"System Proxy Enabled": "系統代理已啟用,您的應用程式將透過代理存取網路",
|
||||
"System Proxy Disabled": "系統代理已關閉,建議大多數使用者開啟此選項",
|
||||
"TUN Mode Enabled": "虛擬網路介面卡模式已啟用,應用程式將透過虛擬網路介面卡存取網路",
|
||||
"TUN Mode Disabled": "虛擬網路介面卡模式已關閉,適用於特殊應用程式",
|
||||
"TUN Mode Service Required": "虛擬網路介面卡模式需要服務模式,請先安裝服務",
|
||||
"TUN Mode Intercept Info": "虛擬網路介面卡模式可以接管所有應用程式流量,適用於不遵循系統代理設定的特殊應用程式",
|
||||
"Core communication error": "內核通信錯誤",
|
||||
"Rule Mode Description": "基於預設規則智慧判斷流量走向,提供更靈活的代理策略",
|
||||
"Global Mode Description": "所有流量均透過代理伺服器,適用於需要全域科學上網的場合",
|
||||
"Direct Mode Description": "所有流量不透過代理伺服器,但經過Clash內核轉發連線目標伺服器,適用於需要透過內核進行分流的特定場合",
|
||||
"Stack": "虛擬網路介面卡模式堆疊",
|
||||
"System and Mixed Can Only be Used in Service Mode": "System 和 Mixed 只能在服務模式下使用",
|
||||
"Device": "虛擬網路介面卡名稱",
|
||||
"Auto Route": "自動設定全域路由",
|
||||
"Strict Route": "嚴格路由",
|
||||
@@ -398,19 +315,11 @@
|
||||
"DNS Hijack": "DNS 綁架",
|
||||
"MTU": "最大傳輸單位",
|
||||
"Service Mode": "服務模式",
|
||||
"Service Mode Info": "啟用虛擬網路介面卡模式前請先安裝服務模式,該服務啟動的內核處理程序可以獲得安裝虛擬網路介面卡(TUN 模式)的權限",
|
||||
"Current State": "当前状态",
|
||||
"pending": "等待中",
|
||||
"installed": "已安装",
|
||||
"uninstall": "未安装",
|
||||
"active": "作用中",
|
||||
"unknown": "未知",
|
||||
"Information: Please make sure that the Clash Verge Service is installed and enabled": "提示資訊:請確認 Clash Verge Service 已安裝並啟用",
|
||||
"Install": "安裝",
|
||||
"Uninstall": "解除安裝",
|
||||
"Disable Service Mode": "停用服務模式",
|
||||
"System Proxy": "系統代理",
|
||||
"System Proxy Info": "修改作業系統的代理設定,如果開啟失敗,可手動修改作業系統的代理設定",
|
||||
"System Proxy Setting": "系統代理設定",
|
||||
"Current System Proxy": "目前系統代理",
|
||||
"Enable status": "啟用狀態:",
|
||||
@@ -419,12 +328,10 @@
|
||||
"Server Addr": "服務位址:",
|
||||
"Proxy Host": "代理主機",
|
||||
"Invalid Proxy Host Format": "代理主機格式無效",
|
||||
"Not available": "不可用",
|
||||
"Proxy Guard": "系統代理守護",
|
||||
"Proxy Guard Info": "開啟以防止其他軟體修改作業系統的代理設定",
|
||||
"Guard Duration": "代理守護間隔",
|
||||
"Always use Default Bypass": "始終使用預設繞過",
|
||||
"Use Bypass Check": "啟用代理繞過檢查",
|
||||
"Proxy Bypass": "代理繞過設定:",
|
||||
"Bypass": "目前繞過:",
|
||||
"Use PAC Mode": "使用 PAC 模式",
|
||||
@@ -432,15 +339,6 @@
|
||||
"PAC URL": "PAC 位址:",
|
||||
"Auto Launch": "開機自啟",
|
||||
"Administrator mode may not support auto launch": "管理員模式可能不支援開機自啟",
|
||||
"Silent Start": "靜默啟動",
|
||||
"Silent Start Info": "程序啟動時以後台模式執行,不顯示程序面板",
|
||||
"Hover Jump Navigator": "懸浮跳轉導航",
|
||||
"Hover Jump Navigator Info": "滑鼠懸停在字母上時自動捲動到對應代理組",
|
||||
"Hover Jump Navigator Delay": "懸浮跳轉導航延遲",
|
||||
"Hover Jump Navigator Delay Info": "滑鼠懸停後觸發自動跳轉前等待的毫秒數",
|
||||
"TG Channel": "Telegram 頻道",
|
||||
"Manual": "使用手冊",
|
||||
"Github Repo": "GitHub 專案位址",
|
||||
"Clash Setting": "Clash 設定",
|
||||
"Allow Lan": "區域網路連線",
|
||||
"Network Interface": "網路介面",
|
||||
@@ -473,50 +371,16 @@
|
||||
"Restart": "重啟內核",
|
||||
"Release Version": "正式版",
|
||||
"Alpha Version": "預覽版",
|
||||
"Please Enable Service Mode": "請先安裝並啟用服務模式",
|
||||
"Please enter your root password": "請輸入您的 root 密碼",
|
||||
"Grant": "授權",
|
||||
"Open UWP tool": "UWP 工具",
|
||||
"Open UWP tool Info": "Windows 8 開始限制 UWP 應用程式(如Microsoft Store)直接存取本機主機的網路服務,使用此工具可繞過該限制",
|
||||
"Update GeoData": "更新 GeoData",
|
||||
"Verge Basic Setting": "Verge 基礎設定",
|
||||
"Verge Advanced Setting": "Verge 進階設定",
|
||||
"Language": "語言設定",
|
||||
"Theme Mode": "主題模式",
|
||||
"theme.light": "淺色",
|
||||
"theme.dark": "深色",
|
||||
"theme.system": "系統",
|
||||
"Tray Click Event": "系統匣點擊事件",
|
||||
"Show Main Window": "顯示主視窗",
|
||||
"Show Tray Menu": "顯示系統匣選單",
|
||||
"Copy Env Type": "複製環境變數類型",
|
||||
"Copy Success": "複製成功",
|
||||
"Start Page": "啟動頁面",
|
||||
"Startup Script": "啟動指令碼",
|
||||
"Browse": "瀏覽",
|
||||
"Theme Setting": "主題設定",
|
||||
"Primary Color": "主要顏色",
|
||||
"Secondary Color": "次要顏色",
|
||||
"Primary Text": "文字主要顏色",
|
||||
"Secondary Text": "文字次要顏色",
|
||||
"Info Color": "資訊顏色",
|
||||
"Warning Color": "警告顏色",
|
||||
"Error Color": "錯誤顏色",
|
||||
"Success Color": "成功顏色",
|
||||
"Font Family": "字型系列",
|
||||
"CSS Injection": "CSS 注入",
|
||||
"Layout Setting": "介面設定",
|
||||
"Traffic Graph": "流量圖表",
|
||||
"Memory Usage": "內核佔用",
|
||||
"Memory Cleanup": "點擊清理記憶體",
|
||||
"Proxy Group Icon": "代理組圖示",
|
||||
"Nav Icon": "導覽列圖示",
|
||||
"Monochrome": "單色圖示",
|
||||
"Colorful": "彩色圖示",
|
||||
"Tray Icon": "系統匣圖示",
|
||||
"Common Tray Icon": "一般系統匣圖示",
|
||||
"System Proxy Tray Icon": "系統代理系統匣圖示",
|
||||
"Tun Tray Icon": "虛擬網路介面卡模式系統匣圖示",
|
||||
"Miscellaneous": "雜項設定",
|
||||
"App Log Level": "應用程式日誌等級",
|
||||
"Auto Close Connections": "自動關閉連線",
|
||||
@@ -544,19 +408,10 @@
|
||||
"toggle_tun_mode": "開啟/關閉 虛擬網路介面卡模式",
|
||||
"entry_lightweight_mode": "進入輕量模式",
|
||||
"Backup Setting": "備份設定",
|
||||
"Backup Setting Info": "支援本機或 WebDAV 方式備份配置檔案",
|
||||
"Runtime Config": "執行期設定",
|
||||
"Open Conf Dir": "配置目錄",
|
||||
"Open Conf Dir Info": "如果軟體執行異常,!備份!並刪除此資料夾下的所有檔案,重新啟動軟體",
|
||||
"Open Core Dir": "內核目錄",
|
||||
"Open Logs Dir": "日誌目錄",
|
||||
"Check for Updates": "檢查更新",
|
||||
"Go to Release Page": "前往發佈頁面",
|
||||
"Portable Updater Error": "可攜式版不支援應用程式內更新,請手動下載替換",
|
||||
"Break Change Update Error": "此版本為重大更新,不支援應用程式內更新,請解除安裝後手動下載安裝",
|
||||
"Open Dev Tools": "開發人員工具",
|
||||
"Export Diagnostic Info": "匯出診斷資訊",
|
||||
"Export Diagnostic Info For Issue Reporting": "匯出診斷資訊用於問題回報",
|
||||
"Exit": "離開",
|
||||
"Verge Version": "Verge 版本",
|
||||
"ReadOnly": "唯讀",
|
||||
@@ -567,10 +422,6 @@
|
||||
"Match Whole Word": "完整字詞配對",
|
||||
"Use Regular Expression": "使用正規表示式",
|
||||
"Profile Imported Successfully": "匯入設定檔成功",
|
||||
"Profile Switched": "訂閱已切換",
|
||||
"Profile Reactivated": "訂閱已啟用",
|
||||
"Profile switch interrupted by new selection": "配置切換被新的選擇中斷",
|
||||
"Only YAML Files Supported": "僅支援 YAML 檔案",
|
||||
"Settings Applied": "設定已套用",
|
||||
"Stopping Core...": "內核停止中...",
|
||||
"Restarting Core...": "內核重啟中...",
|
||||
@@ -587,19 +438,11 @@
|
||||
"Service was ready, but core restart might have issues or service became unavailable. Please check.": "服務已就緒,但內核重啟可能存在問題或服務已不可用。請檢查。",
|
||||
"Service installation or core restart encountered issues. Service might not be available. Please check system logs.": "服務安裝或內核重啟遇到問題。服務可能不可用。請檢查系統日誌。",
|
||||
"Attempting to restart core as a fallback...": "嘗試重新啟動內核作為備援方案...",
|
||||
"Fallback core restart also failed: {message}": "被園內核重新啟動也失敗了:{{message}}",
|
||||
"Service is ready and core restarted": "服務已就緒,內核已重啟",
|
||||
"Core restarted. Service is now available.": "內核已重啟,服務已就緒",
|
||||
"Clash Port Modified": "Clash 連結埠已修改",
|
||||
"Port Conflict": "連結埠衝突",
|
||||
"Restart Application to Apply Modifications": "重新啟動 Verge 以套用修改",
|
||||
"External Controller Address Modified": "外部控制器監聽位址已修改",
|
||||
"Permissions Granted Successfully for _clash Core": "{{core}} 內核授權成功",
|
||||
"Core Version Updated": "內核版本已更新",
|
||||
"Clash Core Restarted": "已重啟 Clash 內核",
|
||||
"GeoData Updated": "已更新 GeoData",
|
||||
"Currently on the Latest Version": "目前已是最新版本",
|
||||
"Already Using Latest Core": "已是最新內核版本",
|
||||
"Import Subscription Successful": "匯入訂閱成功",
|
||||
"WebDAV Server URL": "WebDAV 伺服器位址 http(s)://",
|
||||
"Username": "使用者名稱",
|
||||
@@ -617,7 +460,6 @@
|
||||
"Invalid WebDAV URL": "無效的 WebDAV 伺服器位址格式",
|
||||
"Username Required": "使用者名稱不能為空",
|
||||
"Password Required": "密碼不能為空",
|
||||
"Failed to Fetch Backups": "取得備份檔案失敗",
|
||||
"WebDAV Config Saved": "WebDAV 配置儲存成功",
|
||||
"WebDAV Config Save Failed": "儲存 WebDAV 配置失敗: {{error}}",
|
||||
"Backup Created": "備份建立成功",
|
||||
@@ -636,24 +478,7 @@
|
||||
"Restore Success, App will restart in 1s": "還原成功,應用程式將在 1 秒後重啟",
|
||||
"Failed to fetch backup files": "取得備份檔案失敗",
|
||||
"Profile": "配置",
|
||||
"Help": "幫助",
|
||||
"About": "關於",
|
||||
"Theme": "主題",
|
||||
"Main Window": "主視窗",
|
||||
"Group Icon": "群組圖示",
|
||||
"Menu Icon": "選單圖示",
|
||||
"PAC File": "PAC 檔案",
|
||||
"Web UI": "網頁介面",
|
||||
"Hotkeys": "快捷键",
|
||||
"Verge Mixed Port": "Verge 混合連結埠",
|
||||
"Verge Socks Port": "Verge SOCKS 連結埠",
|
||||
"Verge Redir Port": "Verge 重新導向連結埠",
|
||||
"Verge Tproxy Port": "Verge 透明代理連結埠",
|
||||
"Verge Port": "Verge 連結埠",
|
||||
"Verge HTTP Enabled": "Verge HTTP 已啟用",
|
||||
"WebDAV URL": "WebDAV 位址",
|
||||
"WebDAV Username": "WebDAV 用戶名",
|
||||
"WebDAV Password": "WebDAV 密碼",
|
||||
"Dashboard": "儀表板",
|
||||
"Restart App": "重啟應用程式",
|
||||
"Restart Clash Core": "重啟 Clash 內核",
|
||||
@@ -669,9 +494,7 @@
|
||||
"Direct Mode": "直連模式",
|
||||
"Enable Tray Speed": "啟用系統匣速率",
|
||||
"Enable Tray Icon": "啟用系統匣圖示",
|
||||
"Show Proxy Groups Inline": "將代理組顯示在系統匣一級選單",
|
||||
"LightWeight Mode": "輕量模式",
|
||||
"LightWeight Mode Info": "關閉 GUI 介面,僅保留內核執行",
|
||||
"LightWeight Mode Settings": "輕量模式設定",
|
||||
"Enter LightWeight Mode Now": "立即進入輕量模式",
|
||||
"Auto Enter LightWeight Mode": "自動進入輕量模式",
|
||||
@@ -697,10 +520,6 @@
|
||||
"Merge File Mapping Error": "覆寫檔案映射錯誤,變更已撤銷",
|
||||
"Merge File Key Error": "覆寫檔案鍵錯誤,變更已撤銷",
|
||||
"Merge File Error": "覆寫檔案錯誤,變更已撤銷",
|
||||
"Validate YAML File": "驗證YAML檔案",
|
||||
"Validate Merge File": "驗證覆寫檔案",
|
||||
"Validation Success": "驗證成功",
|
||||
"Validation Failed": "驗證失敗",
|
||||
"Service Administrator Prompt": "Clash Verge 需要管理員權限安裝系統服務",
|
||||
"DNS Settings": "DNS 設定",
|
||||
"DNS settings saved": "DNS 設定已儲存",
|
||||
@@ -747,19 +566,6 @@
|
||||
"Hosts Settings": "Hosts 設定",
|
||||
"Hosts": "Hosts",
|
||||
"Custom domain to IP or domain mapping": "自訂網域到 IP 或網域的映射,用逗號分隔",
|
||||
"Enable Alpha Channel": "啟用 Alpha 頻道",
|
||||
"Alpha versions may contain experimental features and bugs": "Alpha 版本可能內含實驗性功能和已知問題,常有不穩定的情況發生。",
|
||||
"Home Settings": "首頁設定",
|
||||
"Profile Card": "訂閱卡",
|
||||
"Current Proxy Card": "目前代理卡",
|
||||
"Network Settings Card": "網路設定卡",
|
||||
"Proxy Mode Card": "代理模式卡",
|
||||
"Clash Mode Card": "Clash模式卡",
|
||||
"Traffic Stats Card": "流量統計卡",
|
||||
"Clash Info Cards": "Clash 資訊卡",
|
||||
"System Info Cards": "系統資訊卡",
|
||||
"Website Tests Card": "網站測試卡",
|
||||
"Traffic Stats": "流量統計",
|
||||
"Website Tests": "網站測試",
|
||||
"Clash Info": "Clash 資訊",
|
||||
"Core Version": "內核版本",
|
||||
@@ -779,22 +585,16 @@
|
||||
"No schedule": "沒有排程",
|
||||
"Unknown": "未知",
|
||||
"Auto update disabled": "自動更新已停用",
|
||||
"Update subscription successfully": "訂閱更新成功",
|
||||
"Update failed, retrying with Clash proxy...": "訂閱更新失敗,嘗試使用 Clash 代理更新",
|
||||
"Update with Clash proxy successfully": "使用 Clash 代理更新成功",
|
||||
"Update failed even with Clash proxy": "使用 Clash 代理更新也失敗",
|
||||
"Profile creation failed, retrying with Clash proxy...": "訂閱建立失敗,嘗試使用 Clash 代理建立",
|
||||
"Profile creation succeeded with Clash proxy": "使用 Clash 代理建立訂閱成功",
|
||||
"Import failed, retrying with Clash proxy...": "訂閱匯入失敗,嘗試使用 Clash 代理匯入",
|
||||
"Profile Imported with Clash proxy": "使用 Clash 代理匯入訂閱成功",
|
||||
"Import failed even with Clash proxy": "使用 Clash 代理匯入訂閱也失敗",
|
||||
"Current Node": "目前節點",
|
||||
"No active proxy node": "暫無作用中的代理節點",
|
||||
"Network Settings": "網路設定",
|
||||
"Proxy Mode": "代理模式",
|
||||
"Group": "代理組",
|
||||
"Proxy": "節點",
|
||||
"IP Information Card": "IP資訊卡",
|
||||
"IP Information": "IP資訊",
|
||||
"Failed to get IP info": "取得IP資訊失敗",
|
||||
"ISP": "網際網路服務供應商",
|
||||
@@ -828,9 +628,7 @@
|
||||
"AppQuitBody": "已透過快速鍵退出應用程式",
|
||||
"AppHiddenTitle": "應用程式隱藏",
|
||||
"AppHiddenBody": "已透過快速鍵隱藏應用程式視窗",
|
||||
"Invalid Profile URL": "無效的訂閱網址,請輸入以 http:// 或 https:// 開頭的位址",
|
||||
"Saved Successfully": "儲存成功",
|
||||
"External Cors": "外部跨來源資源共享",
|
||||
"Enable one-click CORS for external API. Click to toggle CORS": "設定內核跨來源存取,點擊切換跨來源資源共享是否啟用",
|
||||
"External Cors Settings": "外部跨來源資源共享設定",
|
||||
"External Cors Configuration": "外部跨來源資源共享設定",
|
||||
@@ -840,8 +638,6 @@
|
||||
"Add": "新增",
|
||||
"Always included origins: {{urls}}": "始終包含來源:{{urls}}",
|
||||
"Invalid regular expression": "無效的正規表示式",
|
||||
"Copy Version": "複製Verge版本號",
|
||||
"Version copied to clipboard": "Verge版本已複製到剪貼簿",
|
||||
"Controller address cannot be empty": "控制器位址不能為空",
|
||||
"Secret cannot be empty": "存取金鑰不能為空",
|
||||
"Configuration saved successfully": "設定儲存完成",
|
||||
@@ -849,20 +645,9 @@
|
||||
"Controller address copied to clipboard": "API 連接埠已複製到剪貼簿",
|
||||
"Secret copied to clipboard": "API 金鑰已複製到剪貼簿",
|
||||
"Saving...": "儲存中...",
|
||||
"Proxy node already exists in chain": "該節點已在鏈式代理表中",
|
||||
"Detection timeout or failed": "檢測逾時或失敗",
|
||||
"Batch Operations": "批次操作",
|
||||
"Delete Selected Profiles": "刪除選取訂閱",
|
||||
"Deselect All": "取消選取",
|
||||
"Done": "完成",
|
||||
"items": "項目",
|
||||
"Select All": "全選",
|
||||
"Selected": "已選取",
|
||||
"Selected profiles deleted successfully": "選取的訂閱已成功刪除",
|
||||
"Prefer System Titlebar": "優先使用系統標題欄",
|
||||
"App Log Max Size": "應用程式日誌最大大小",
|
||||
"App Log Max Count": "應用程式日誌最大數量",
|
||||
"Allow Auto Update": "允許自動更新",
|
||||
"Menu reorder mode": "選單排序模式",
|
||||
"Unlock menu order": "解鎖選單排序",
|
||||
"Lock menu order": "鎖定選單排序",
|
||||
|
||||
Reference in New Issue
Block a user