Update Translations

This commit is contained in:
Hiddify
2023-09-10 11:55:16 +02:00
parent a51ae65e55
commit 6287b2e545
2 changed files with 87 additions and 87 deletions

View File

@@ -11,8 +11,8 @@
}, },
"home": { "home": {
"pageTitle": "Home", "pageTitle": "Home",
"emptyProfilesMsg": "Start by adding subscription profile", "emptyProfilesMsg": "Begin by adding a subscription profile",
"noActiveProfileMsg": "Select a profile", "noActiveProfileMsg": "Choose a profile",
"connection": { "connection": {
"tapToConnect": "Tap to Connect", "tapToConnect": "Tap to Connect",
"connecting": "Connecting", "connecting": "Connecting",
@@ -20,10 +20,10 @@
"connected": "Connected" "connected": "Connected"
}, },
"stats": { "stats": {
"traffic": "Traffic", "traffic": "Live Traffic",
"trafficTotal": "Traffic total", "trafficTotal": "Total Traffic",
"uplink": "Uplink", "uplink": "",
"downlink": "Downlink" "downlink": ""
} }
}, },
"profile": { "profile": {
@@ -34,64 +34,64 @@
"updatedTimeAgo": "Updated ${timeago}", "updatedTimeAgo": "Updated ${timeago}",
"remainingDuration": "${duration} days remaining", "remainingDuration": "${duration} days remaining",
"expired": "Expired", "expired": "Expired",
"noTraffic": "No traffic" "noTraffic": "No more traffic"
}, },
"sortBy": { "sortBy": {
"lastUpdate": "Recently updated", "lastUpdate": "Recently updated",
"name": "by Name" "name": "Alphabetically"
}, },
"add": { "add": {
"buttonText": "Add New Profile", "buttonText": "New Profile",
"shortBtnTxt": "Add New", "shortBtnTxt": "New Profile",
"fromClipboard": "Add From Clipboard", "fromClipboard": "Add From Clipboard",
"scanQr": "Scan QR code", "scanQr": "Scan QR code",
"manually": "Add Manually", "manually": "Manual Entry",
"addingProfileMsg": "Adding Profile", "addingProfileMsg": "Adding Profile",
"invalidUrlMsg": "Unexpected URL" "invalidUrlMsg": "Invalid URL"
}, },
"update": { "update": {
"buttonTxt": "Update", "buttonTxt": "Update",
"tooltip": "update profile", "tooltip": "Update Profile",
"failureMsg": "Failed to update profile: ${reason}", "failureMsg": "Update Failed: ${reason}",
"successMsg": "Successfully updated profile" "successMsg": "Profile updated successfully"
}, },
"edit": { "edit": {
"buttonTxt": "Edit" "buttonTxt": "Edit"
}, },
"delete": { "delete": {
"buttonTxt": "Delete", "buttonTxt": "Delete",
"confirmationMsg": "Delete profile for ever? This can not be undone", "confirmationMsg": "Delete profile permanently?",
"successMsg": "Successfully deleted profile" "successMsg": "Profile deleted successfully"
}, },
"save": { "save": {
"buttonText": "Save", "buttonText": "Save",
"successMsg": "Successfully saved profile" "successMsg": "Profile saved successfully"
}, },
"detailsForm": { "detailsForm": {
"nameHint": "Name", "nameHint": "Name",
"urlHint": "URL", "urlHint": "URL",
"emptyNameMsg": "Name can't be empty", "emptyNameMsg": "Name is required",
"invalidUrlMsg": "Invalid URL" "invalidUrlMsg": "Invalid URL"
} }
}, },
"proxies": { "proxies": {
"pageTitle": "Proxies", "pageTitle": "Proxies",
"emptyProxiesMsg": "No Proxies", "emptyProxiesMsg": "No proxies available",
"delayTestTooltip": "delay test", "delayTestTooltip": "Test Delay",
"sortTooltip": "sort proxies", "sortTooltip": "Sort Proxies",
"sortOptions": { "sortOptions": {
"unsorted": "Default", "unsorted": "Default",
"name": "by Name", "name": "Alphabetically",
"delay": "by Delay" "delay": "By Delay"
} }
}, },
"logs": { "logs": {
"pageTitle": "Logs", "pageTitle": "Logs",
"clearLogsButtonText": "Clear", "clearLogsButtonText": "Clear Logs",
"filterHint": "Filter", "filterHint": "Filter",
"allLevelsFilter": "All", "allLevelsFilter": "All",
"shareCoreLogs": "Share core logs", "shareCoreLogs": "Share Core Logs",
"shareAppLogs": "Share app logs" "shareAppLogs": "Share App logs"
}, },
"settings": { "settings": {
"pageTitle": "Settings", "pageTitle": "Settings",
@@ -104,17 +104,17 @@
"dark": "Dark mode", "dark": "Dark mode",
"light": "Light mode" "light": "Light mode"
}, },
"trueBlack": "True Black", "trueBlack": "Pure Black",
"autoStart": "Start on Boot", "autoStart": "Start on Boot",
"silentStart": "Silent Start", "silentStart": "Silent Start",
"openWorkingDir": "Open Working Directory", "openWorkingDir": "Open Working Directory",
"ignoreBatteryOptimizations": "Ignore Battery Optimization", "ignoreBatteryOptimizations": "Ignore Battery Optimization",
"ignoreBatteryOptimizationsMsg": "Remove restrictions for VPN to work properly" "ignoreBatteryOptimizationsMsg": "Remove restrictions for optimal VPN performance"
}, },
"advanced": { "advanced": {
"sectionTitle": "Advanced", "sectionTitle": "Advanced",
"debugMode": "Debug Mode", "debugMode": "Debug Mode",
"debugModeMsg": "Restart the app for this to take effect" "debugModeMsg": "Restart the app for applying this change"
}, },
"config": { "config": {
"section": { "section": {
@@ -125,15 +125,15 @@
}, },
"pageTitle": "Config Options", "pageTitle": "Config Options",
"executeConfigAsIs": "Execute Config As Is", "executeConfigAsIs": "Execute Config As Is",
"executeConfigAsIsMsg": "Run provided config with minimum changes. only works with sing-box configs", "executeConfigAsIsMsg": "Executes the SingBox configs with minimal changes.",
"logLevel": "Log Level", "logLevel": "Log Level",
"resolveDestination": "Resolve Destination", "resolveDestination": "Resolve Destination",
"ipv6Mode": "IPv6 Route", "ipv6Mode": "IPv6 Route",
"ipv6Modes": { "ipv6Modes": {
"disable": "Disable", "disable": "Disable",
"enable": "Enable", "enable": "Enable",
"prefer": "Prefer", "prefer": "Preferred",
"only": "Only" "only": "Exclusive"
}, },
"remoteDnsAddress": "Remote DNS", "remoteDnsAddress": "Remote DNS",
"remoteDnsDomainStrategy": "Remote DNS Domain Strategy", "remoteDnsDomainStrategy": "Remote DNS Domain Strategy",
@@ -160,7 +160,7 @@
}, },
"appUpdate": { "appUpdate": {
"dialogTitle": "Update Available", "dialogTitle": "Update Available",
"updateMsg": "A new version of @:general.appTitle is available! Would you like to update now?", "updateMsg": "A new version of @:general.appTitle is available. Would you like to update now?",
"currentVersionLbl": "Current Version", "currentVersionLbl": "Current Version",
"newVersionLbl": "New Version", "newVersionLbl": "New Version",
"updateNowBtnTxt": "Update Now", "updateNowBtnTxt": "Update Now",
@@ -173,29 +173,29 @@
"systemProxy": "System Proxy" "systemProxy": "System Proxy"
}, },
"failure": { "failure": {
"unexpected": "Unexpected Failure", "unexpected": "Unexpected Error",
"clash": { "clash": {
"unexpected": "Unexpected Failure", "unexpected": "Unexpected Error",
"core": "Clash Failure ${reason}" "core": "Clash Error ${reason}"
}, },
"singbox": { "singbox": {
"unexpected": "Unexpected Service Failure", "unexpected": "Unexpected Service Error",
"serviceNotRunning": "Service not Running", "serviceNotRunning": "Service is not running",
"invalidConfigOptions": "Configuration options are not valid", "invalidConfigOptions": "Invalid configuration options",
"invalidConfig": "Configuration is not valid", "invalidConfig": "Invalid Configuration",
"create": "Error creating service", "create": "Service creation error",
"start": "Error starting service" "start": "Service startup error"
}, },
"connectivity": { "connectivity": {
"unexpected": "Unexpected Failure", "unexpected": "Unexpected Failure",
"missingVpnPermission": "Missing VPN Permission", "missingVpnPermission": "Missing VPN Permission",
"missingNotificationPermission": "Missing Notification Permission", "missingNotificationPermission": "Missing Notification Permission",
"core": "Core failure" "core": "Core Error"
}, },
"profiles": { "profiles": {
"unexpected": "Unexpected Failure", "unexpected": "Unexpected Error",
"notFound": "Profile not Found", "notFound": "Profile Not Found",
"invalidConfig": "Invalid Config" "invalidConfig": "Invalid Configs"
} }
} }
} }

View File

@@ -1,7 +1,7 @@
{ {
"general": { "general": {
"appTitle": "هیدیفای نکست", "appTitle": "هیدیفای نکست",
"reset": "ریست", "reset": "بازنشانی",
"toggle": { "toggle": {
"enabled": "فعال", "enabled": "فعال",
"disabled": "غیر فعال" "disabled": "غیر فعال"
@@ -12,7 +12,7 @@
"home": { "home": {
"pageTitle": "خانه", "pageTitle": "خانه",
"emptyProfilesMsg": "با افزودن پروفایل شروع کنید", "emptyProfilesMsg": "با افزودن پروفایل شروع کنید",
"noActiveProfileMsg": "انتخاب پروفایل", "noActiveProfileMsg": "یک پروفایل انتخاب کنید",
"connection": { "connection": {
"tapToConnect": "برای اتصال ضربه بزنید", "tapToConnect": "برای اتصال ضربه بزنید",
"connecting": "در حال اتصال", "connecting": "در حال اتصال",
@@ -20,10 +20,10 @@
"connected": "متصل" "connected": "متصل"
}, },
"stats": { "stats": {
"traffic": "ترافیک", "traffic": "مصرف لحظه‌ای",
"trafficTotal": جموع ترافیک", "trafficTotal": صرف کل",
"uplink": "ارسال", "uplink": "🔺",
"downlink": "دریافت" "downlink": "🔻"
} }
}, },
"profile": { "profile": {
@@ -42,7 +42,7 @@
}, },
"add": { "add": {
"buttonText": "افزودن پروفایل جدید", "buttonText": "افزودن پروفایل جدید",
"shortBtnTxt": "ایجاد", "shortBtnTxt": "افزودن",
"fromClipboard": "افزودن از کلیپ‌بورد", "fromClipboard": "افزودن از کلیپ‌بورد",
"scanQr": "اسکن QR کد", "scanQr": "اسکن QR کد",
"manually": "افزودن دستی", "manually": "افزودن دستی",
@@ -60,7 +60,7 @@
}, },
"delete": { "delete": {
"buttonTxt": "حذف", "buttonTxt": "حذف",
"confirmationMsg": "حذف پروفایل برای همیشه؟ این عمل قابل لغو نیست.", "confirmationMsg": "حذف پروفایل برای همیشه؟",
"successMsg": "پروفایل با موفقیت حذف شد" "successMsg": "پروفایل با موفقیت حذف شد"
}, },
"save": { "save": {
@@ -70,8 +70,8 @@
"detailsForm": { "detailsForm": {
"nameHint": "نام", "nameHint": "نام",
"urlHint": "لینک", "urlHint": "لینک",
"emptyNameMsg": "نام نمیتواند خالی باشد", "emptyNameMsg": "نام نمیتواند خالی باشد",
"invalidUrlMsg": "لینک غیر معتبر" "invalidUrlMsg": "لینک نامعتبر"
} }
}, },
"proxies": { "proxies": {
@@ -118,37 +118,37 @@
}, },
"config": { "config": {
"section": { "section": {
"route": "تنظیمات Route", "route": "تنظیمات مسیریاب",
"dns": "تنظیمات DNS", "dns": "تنظیمات DNS",
"inbound": "تنظیمات Inbound", "inbound": "تنظیمات ورودی",
"misc": "تنظیمات متفرقه" "misc": "تنظیمات متفرقه"
}, },
"pageTitle": "تنظیمات کانفیگ", "pageTitle": "تنظیمات کانفیگ",
"executeConfigAsIs": "اجرای کانفیگ بدون تغییر", "executeConfigAsIs": "اجرای کانفیگ بدون تغییر",
"executeConfigAsIsMsg": "کانفیگ را با تغییرات حداقلی اجرا میکند. مناسب برای کانفیگ‌های سینگ‌باکس", "executeConfigAsIsMsg": "کانفیگ موجود را با تغییرات حداقلی اجرا میکند. فقط برای کانفیگ‌های سینگ‌باکس کار می‌کند",
"logLevel": "Log Level", "logLevel": "سطح لاگ",
"resolveDestination": "Resolve Destination", "resolveDestination": "جایگذاری IP مقصد",
"ipv6Mode": "IPv6 Route", "ipv6Mode": "مسیریابی IPV6 در تونل",
"ipv6Modes": { "ipv6Modes": {
"disable": "Disable", "disable": "غیرفعال",
"enable": "Enable", "enable": "فعال",
"prefer": "Prefer", "prefer": "ترجیح",
"only": "Only" "only": "فقط"
}, },
"remoteDnsAddress": "Remote DNS", "remoteDnsAddress": "DNS خارجی",
"remoteDnsDomainStrategy": "Remote DNS Domain Strategy", "remoteDnsDomainStrategy": "حالت DNS خارجی",
"directDnsAddress": "Direct DNS", "directDnsAddress": "DNS مستقیم",
"directDnsDomainStrategy": "Direct DNS Domain Strategy", "directDnsDomainStrategy": "حالت DNS مستقیم",
"mixedPort": "Mixed Port", "mixedPort": "پورت همه منظوره",
"localDnsPort": "Local DNS Port", "localDnsPort": "پورت DNS داخلی",
"tunImplementation": "TUN Implementation", "tunImplementation": "مدل تونل",
"mtu": "MTU", "mtu": "سایز بسته‌ها",
"connectionTestUrl": "Connection Test URL", "connectionTestUrl": "لینک تست اتصال",
"urlTestInterval": "URL Test Interval", "urlTestInterval": "زمان تست اتصال",
"enableClashApi": "Enable Clash API", "enableClashApi": "فعالسازی کلش",
"clashApiPort": "Clash API Port", "clashApiPort": "پورت کلش",
"enableTun": "Enable TUN", "enableTun": "فعال سازی تونل",
"setSystemProxy": "Set System Proxy" "setSystemProxy": "تنظیم پروکسی سیستم"
} }
}, },
"about": { "about": {
@@ -159,7 +159,7 @@
"checkForUpdate": "بررسی آپدیت جدید" "checkForUpdate": "بررسی آپدیت جدید"
}, },
"appUpdate": { "appUpdate": {
"dialogTitle": "نسخه جدید", "dialogTitle": "نسخه جدید موجود است",
"updateMsg": "نسخه جدیدی از @:general.appTitle موجود است! الان بروزرسانی شود؟", "updateMsg": "نسخه جدیدی از @:general.appTitle موجود است! الان بروزرسانی شود؟",
"currentVersionLbl": "نسخه فعلی", "currentVersionLbl": "نسخه فعلی",
"newVersionLbl": "نسخه جدید", "newVersionLbl": "نسخه جدید",
@@ -173,13 +173,13 @@
"systemProxy": "پراکسی سیستم" "systemProxy": "پراکسی سیستم"
}, },
"failure": { "failure": {
"unexpected": "خطایی رخ داده", "unexpected": "خطای غیرمنتظره",
"clash": { "clash": {
"unexpected": "خطایی رخ داده", "unexpected": "خطای غیرمنتظره",
"core": "خطای کلش ${reason}" "core": "خطای کلش ${reason}"
}, },
"singbox": { "singbox": {
"unexpected": "خطایی غیر منتظره در سرویس رخ داد", "unexpected": "خطای غیرمنتظره در سرویس",
"serviceNotRunning": "سرویس در حال اجرا نیست", "serviceNotRunning": "سرویس در حال اجرا نیست",
"invalidConfigOptions": "تنظیمات کانفیگ نامعتبر", "invalidConfigOptions": "تنظیمات کانفیگ نامعتبر",
"invalidConfig": "کانفیگ غیر معتبر", "invalidConfig": "کانفیگ غیر معتبر",
@@ -187,13 +187,13 @@
"start": "در راه‌اندازی سرویس خطایی رخ داده" "start": "در راه‌اندازی سرویس خطایی رخ داده"
}, },
"connectivity": { "connectivity": {
"unexpected": "خطایی رخ داده", "unexpected": "خطای غیرمنتظره",
"missingVpnPermission": "نیازمند دسترسی VPN", "missingVpnPermission": "نیازمند دسترسی VPN",
"missingNotificationPermission": "نیازمند دسترسی اعلانات", "missingNotificationPermission": "نیازمند دسترسی اعلانات",
"core": "خطای هسته" "core": "خطای هسته"
}, },
"profiles": { "profiles": {
"unexpected": "خطایی رخ داده", "unexpected": "خطای غیرمنتظره",
"notFound": "پروفایل یافت نشد", "notFound": "پروفایل یافت نشد",
"invalidConfig": "کانفیگ غیر معتبر" "invalidConfig": "کانفیگ غیر معتبر"
} }