diff options
| author | Vladislav Tupikin <MrRefactoring@yandex.ru> | 2026-04-19 22:24:24 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-19 22:24:24 +0300 |
| commit | 7466916e0206d55826d74f37c251bb5e40182c00 (patch) | |
| tree | 2c887558c71f34b76e541c7bf7d57a420ed3c9ed /web/translation/translate.fa_IR.toml | |
| parent | 96b568b8389fd5a3ce228d5fb82ec9742d145b15 (diff) | |
Add custom geosite/geoip URL sources (#3980)
* feat: add custom geosite/geoip URL sources
Register DB model, panel API, index/xray UI, and i18n.
* fix
Diffstat (limited to 'web/translation/translate.fa_IR.toml')
| -rw-r--r-- | web/translation/translate.fa_IR.toml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/web/translation/translate.fa_IR.toml b/web/translation/translate.fa_IR.toml index cc2220fd..3e15639e 100644 --- a/web/translation/translate.fa_IR.toml +++ b/web/translation/translate.fa_IR.toml @@ -164,6 +164,47 @@ "readDatabaseError" = "خطا در خواندن پایگاه داده" "getDatabaseError" = "خطا در دریافت پایگاه داده" "getConfigError" = "خطا در دریافت فایل پیکربندی" +"customGeoTitle" = "GeoSite / GeoIP سفارشی" +"customGeoAdd" = "افزودن" +"customGeoType" = "نوع" +"customGeoAlias" = "نام مستعار" +"customGeoUrl" = "URL" +"customGeoEnabled" = "فعال" +"customGeoLastUpdated" = "آخرین بهروزرسانی" +"customGeoExtColumn" = "مسیریابی (ext:…)" +"customGeoToastUpdateAll" = "همه منابع سفارشی بهروزرسانی شدند" +"customGeoActions" = "اقدامات" +"customGeoEdit" = "ویرایش" +"customGeoDelete" = "حذف" +"customGeoDownload" = "بهروزرسانی اکنون" +"customGeoModalAdd" = "افزودن geo سفارشی" +"customGeoModalEdit" = "ویرایش geo سفارشی" +"customGeoModalSave" = "ذخیره" +"customGeoDeleteConfirm" = "این منبع geo سفارشی حذف شود؟" +"customGeoRoutingHint" = "در قوانین مسیریابی مقدار را به صورت ext:file.dat:tag استفاده کنید (tag را جایگزین کنید)." +"customGeoInvalidId" = "شناسه منبع نامعتبر است" +"customGeoAliasesError" = "بارگذاری نام مستعارهای geo سفارشی ناموفق بود" +"customGeoValidationAlias" = "نام مستعار فقط حروف کوچک، اعداد، - و _" +"customGeoValidationUrl" = "URL باید با http:// یا https:// شروع شود" +"customGeoAliasPlaceholder" = "a-z 0-9 _ -" +"customGeoAliasLabelSuffix" = " (سفارشی)" +"customGeoToastList" = "فهرست geo سفارشی" +"customGeoToastAdd" = "افزودن geo سفارشی" +"customGeoToastUpdate" = "بهروزرسانی geo سفارشی" +"customGeoToastDelete" = "geofile سفارشی «{{ .fileName }}» حذف شد" +"customGeoToastDownload" = "geofile «{{ .fileName }}» بهروزرسانی شد" +"customGeoErrInvalidType" = "نوع باید geosite یا geoip باشد" +"customGeoErrAliasRequired" = "نام مستعار لازم است" +"customGeoErrAliasPattern" = "نام مستعار دارای نویسه نامجاز است" +"customGeoErrAliasReserved" = "این نام مستعار رزرو است" +"customGeoErrUrlRequired" = "URL لازم است" +"customGeoErrInvalidUrl" = "URL نامعتبر است" +"customGeoErrUrlScheme" = "URL باید http یا https باشد" +"customGeoErrUrlHost" = "میزبان URL نامعتبر است" +"customGeoErrDuplicateAlias" = "این نام مستعار برای این نوع قبلاً استفاده شده است" +"customGeoErrNotFound" = "منبع geo سفارشی یافت نشد" +"customGeoErrDownload" = "بارگیری ناموفق بود" +"customGeoErrUpdateAllIncomplete" = "بهروزرسانی یک یا چند منبع geo سفارشی ناموفق بود" [pages.inbounds] "allTimeTraffic" = "کل ترافیک" |
