mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-20 00:47:16 +00:00
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
This commit is contained in:
committed by
GitHub
parent
96b568b838
commit
7466916e02
@@ -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" = "يجب أن يبدأ الرابط بـ 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" = "الرابط مطلوب"
|
||||
"customGeoErrInvalidUrl" = "الرابط غير صالح"
|
||||
"customGeoErrUrlScheme" = "يجب أن يستخدم الرابط http أو https"
|
||||
"customGeoErrUrlHost" = "مضيف الرابط غير صالح"
|
||||
"customGeoErrDuplicateAlias" = "هذا الاسم مستخدم مسبقاً لهذا النوع"
|
||||
"customGeoErrNotFound" = "مصدر geo المخصص غير موجود"
|
||||
"customGeoErrDownload" = "فشل التنزيل"
|
||||
"customGeoErrUpdateAllIncomplete" = "تعذر تحديث مصدر واحد أو أكثر من مصادر geo المخصصة"
|
||||
|
||||
[pages.inbounds]
|
||||
"allTimeTraffic" = "إجمالي حركة المرور"
|
||||
|
||||
@@ -150,6 +150,47 @@
|
||||
"geofilesUpdateDialogDesc" = "This will update all geofiles."
|
||||
"geofilesUpdateAll" = "Update all"
|
||||
"geofileUpdatePopover" = "Geofile updated successfully"
|
||||
"customGeoTitle" = "Custom GeoSite / GeoIP"
|
||||
"customGeoAdd" = "Add"
|
||||
"customGeoType" = "Type"
|
||||
"customGeoAlias" = "Alias"
|
||||
"customGeoUrl" = "URL"
|
||||
"customGeoEnabled" = "Enabled"
|
||||
"customGeoLastUpdated" = "Last updated"
|
||||
"customGeoExtColumn" = "Routing (ext:…)"
|
||||
"customGeoToastUpdateAll" = "All custom geo sources updated"
|
||||
"customGeoActions" = "Actions"
|
||||
"customGeoEdit" = "Edit"
|
||||
"customGeoDelete" = "Delete"
|
||||
"customGeoDownload" = "Update now"
|
||||
"customGeoModalAdd" = "Add custom geo"
|
||||
"customGeoModalEdit" = "Edit custom geo"
|
||||
"customGeoModalSave" = "Save"
|
||||
"customGeoDeleteConfirm" = "Delete this custom geo source?"
|
||||
"customGeoRoutingHint" = "In routing rules use the value column as ext:file.dat:tag (replace tag)."
|
||||
"customGeoInvalidId" = "Invalid resource id"
|
||||
"customGeoAliasesError" = "Failed to load custom geo aliases"
|
||||
"customGeoValidationAlias" = "Alias may only contain lowercase letters, digits, - and _"
|
||||
"customGeoValidationUrl" = "URL must start with http:// or https://"
|
||||
"customGeoAliasPlaceholder" = "a-z 0-9 _ -"
|
||||
"customGeoAliasLabelSuffix" = " (custom)"
|
||||
"customGeoToastList" = "Custom geo list"
|
||||
"customGeoToastAdd" = "Add custom geo"
|
||||
"customGeoToastUpdate" = "Update custom geo"
|
||||
"customGeoToastDelete" = "Custom geo file “{{ .fileName }}” deleted"
|
||||
"customGeoToastDownload" = "Geofile “{{ .fileName }}” updated"
|
||||
"customGeoErrInvalidType" = "Type must be geosite or geoip"
|
||||
"customGeoErrAliasRequired" = "Alias is required"
|
||||
"customGeoErrAliasPattern" = "Alias must match allowed characters"
|
||||
"customGeoErrAliasReserved" = "This alias is reserved"
|
||||
"customGeoErrUrlRequired" = "URL is required"
|
||||
"customGeoErrInvalidUrl" = "URL is invalid"
|
||||
"customGeoErrUrlScheme" = "URL must use http or https"
|
||||
"customGeoErrUrlHost" = "URL host is invalid"
|
||||
"customGeoErrDuplicateAlias" = "This alias is already used for this type"
|
||||
"customGeoErrNotFound" = "Custom geo source not found"
|
||||
"customGeoErrDownload" = "Download failed"
|
||||
"customGeoErrUpdateAllIncomplete" = "One or more custom geo sources failed to update"
|
||||
"dontRefresh" = "Installation is in progress, please do not refresh this page"
|
||||
"logs" = "Logs"
|
||||
"config" = "Config"
|
||||
|
||||
@@ -164,6 +164,47 @@
|
||||
"readDatabaseError" = "Ocurrió un error al leer la base de datos"
|
||||
"getDatabaseError" = "Ocurrió un error al obtener la base de datos"
|
||||
"getConfigError" = "Ocurrió un error al obtener el archivo de configuración"
|
||||
"customGeoTitle" = "GeoSite / GeoIP personalizados"
|
||||
"customGeoAdd" = "Añadir"
|
||||
"customGeoType" = "Tipo"
|
||||
"customGeoAlias" = "Alias"
|
||||
"customGeoUrl" = "URL"
|
||||
"customGeoEnabled" = "Activado"
|
||||
"customGeoLastUpdated" = "Última actualización"
|
||||
"customGeoExtColumn" = "Enrutamiento (ext:…)"
|
||||
"customGeoToastUpdateAll" = "Todas las fuentes personalizadas se actualizaron"
|
||||
"customGeoActions" = "Acciones"
|
||||
"customGeoEdit" = "Editar"
|
||||
"customGeoDelete" = "Eliminar"
|
||||
"customGeoDownload" = "Actualizar ahora"
|
||||
"customGeoModalAdd" = "Añadir geo personalizado"
|
||||
"customGeoModalEdit" = "Editar geo personalizado"
|
||||
"customGeoModalSave" = "Guardar"
|
||||
"customGeoDeleteConfirm" = "¿Eliminar esta fuente geo personalizada?"
|
||||
"customGeoRoutingHint" = "En reglas de enrutamiento use la columna de valor como ext:archivo.dat:etiqueta (sustituya la etiqueta)."
|
||||
"customGeoInvalidId" = "Id de recurso no válido"
|
||||
"customGeoAliasesError" = "No se pudieron cargar los alias geo personalizados"
|
||||
"customGeoValidationAlias" = "El alias solo puede contener letras minúsculas, dígitos, - y _"
|
||||
"customGeoValidationUrl" = "La URL debe comenzar con http:// o https://"
|
||||
"customGeoAliasPlaceholder" = "a-z 0-9 _ -"
|
||||
"customGeoAliasLabelSuffix" = " (personalizado)"
|
||||
"customGeoToastList" = "Lista de geo personalizado"
|
||||
"customGeoToastAdd" = "Añadir geo personalizado"
|
||||
"customGeoToastUpdate" = "Actualizar geo personalizado"
|
||||
"customGeoToastDelete" = "Geofile personalizado «{{ .fileName }}» eliminado"
|
||||
"customGeoToastDownload" = "Geofile «{{ .fileName }}» actualizado"
|
||||
"customGeoErrInvalidType" = "El tipo debe ser geosite o geoip"
|
||||
"customGeoErrAliasRequired" = "El alias es obligatorio"
|
||||
"customGeoErrAliasPattern" = "El alias contiene caracteres no permitidos"
|
||||
"customGeoErrAliasReserved" = "Este alias está reservado"
|
||||
"customGeoErrUrlRequired" = "La URL es obligatoria"
|
||||
"customGeoErrInvalidUrl" = "La URL no es válida"
|
||||
"customGeoErrUrlScheme" = "La URL debe usar http o https"
|
||||
"customGeoErrUrlHost" = "El host de la URL no es válido"
|
||||
"customGeoErrDuplicateAlias" = "Este alias ya se usa para este tipo"
|
||||
"customGeoErrNotFound" = "Fuente geo personalizada no encontrada"
|
||||
"customGeoErrDownload" = "Error de descarga"
|
||||
"customGeoErrUpdateAllIncomplete" = "No se pudieron actualizar una o más fuentes geo personalizadas"
|
||||
|
||||
[pages.inbounds]
|
||||
"allTimeTraffic" = "Tráfico Total"
|
||||
|
||||
@@ -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" = "کل ترافیک"
|
||||
|
||||
@@ -164,6 +164,47 @@
|
||||
"readDatabaseError" = "Terjadi kesalahan saat membaca database"
|
||||
"getDatabaseError" = "Terjadi kesalahan saat mengambil database"
|
||||
"getConfigError" = "Terjadi kesalahan saat mengambil file konfigurasi"
|
||||
"customGeoTitle" = "GeoSite / GeoIP kustom"
|
||||
"customGeoAdd" = "Tambah"
|
||||
"customGeoType" = "Jenis"
|
||||
"customGeoAlias" = "Alias"
|
||||
"customGeoUrl" = "URL"
|
||||
"customGeoEnabled" = "Aktif"
|
||||
"customGeoLastUpdated" = "Terakhir diperbarui"
|
||||
"customGeoExtColumn" = "Routing (ext:…)"
|
||||
"customGeoToastUpdateAll" = "Semua sumber kustom telah diperbarui"
|
||||
"customGeoActions" = "Aksi"
|
||||
"customGeoEdit" = "Edit"
|
||||
"customGeoDelete" = "Hapus"
|
||||
"customGeoDownload" = "Perbarui sekarang"
|
||||
"customGeoModalAdd" = "Tambah geo kustom"
|
||||
"customGeoModalEdit" = "Edit geo kustom"
|
||||
"customGeoModalSave" = "Simpan"
|
||||
"customGeoDeleteConfirm" = "Hapus sumber geo kustom ini?"
|
||||
"customGeoRoutingHint" = "Pada aturan routing gunakan kolom nilai sebagai ext:file.dat:tag (ganti tag)."
|
||||
"customGeoInvalidId" = "ID sumber tidak valid"
|
||||
"customGeoAliasesError" = "Gagal memuat alias geo kustom"
|
||||
"customGeoValidationAlias" = "Alias hanya huruf kecil, angka, - dan _"
|
||||
"customGeoValidationUrl" = "URL harus diawali http:// atau https://"
|
||||
"customGeoAliasPlaceholder" = "a-z 0-9 _ -"
|
||||
"customGeoAliasLabelSuffix" = " (kustom)"
|
||||
"customGeoToastList" = "Daftar geo kustom"
|
||||
"customGeoToastAdd" = "Tambah geo kustom"
|
||||
"customGeoToastUpdate" = "Perbarui geo kustom"
|
||||
"customGeoToastDelete" = "Geofile kustom “{{ .fileName }}” dihapus"
|
||||
"customGeoToastDownload" = "Geofile “{{ .fileName }}” diperbarui"
|
||||
"customGeoErrInvalidType" = "Jenis harus geosite atau geoip"
|
||||
"customGeoErrAliasRequired" = "Alias wajib diisi"
|
||||
"customGeoErrAliasPattern" = "Alias berisi karakter yang tidak diizinkan"
|
||||
"customGeoErrAliasReserved" = "Alias ini dicadangkan"
|
||||
"customGeoErrUrlRequired" = "URL wajib diisi"
|
||||
"customGeoErrInvalidUrl" = "URL tidak valid"
|
||||
"customGeoErrUrlScheme" = "URL harus memakai http atau https"
|
||||
"customGeoErrUrlHost" = "Host URL tidak valid"
|
||||
"customGeoErrDuplicateAlias" = "Alias ini sudah dipakai untuk jenis ini"
|
||||
"customGeoErrNotFound" = "Sumber geo kustom tidak ditemukan"
|
||||
"customGeoErrDownload" = "Unduh gagal"
|
||||
"customGeoErrUpdateAllIncomplete" = "Satu atau lebih sumber geo kustom gagal diperbarui"
|
||||
|
||||
[pages.inbounds]
|
||||
"allTimeTraffic" = "Total Lalu Lintas"
|
||||
|
||||
@@ -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:ファイル.dat:タグ(タグを置換)として使います。"
|
||||
"customGeoInvalidId" = "無効なリソース ID"
|
||||
"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 ソースの 1 件以上を更新できませんでした"
|
||||
|
||||
[pages.inbounds]
|
||||
"allTimeTraffic" = "総トラフィック"
|
||||
|
||||
@@ -164,6 +164,47 @@
|
||||
"readDatabaseError" = "Ocorreu um erro ao ler o banco de dados"
|
||||
"getDatabaseError" = "Ocorreu um erro ao recuperar o banco de dados"
|
||||
"getConfigError" = "Ocorreu um erro ao recuperar o arquivo de configuração"
|
||||
"customGeoTitle" = "GeoSite / GeoIP personalizados"
|
||||
"customGeoAdd" = "Adicionar"
|
||||
"customGeoType" = "Tipo"
|
||||
"customGeoAlias" = "Alias"
|
||||
"customGeoUrl" = "URL"
|
||||
"customGeoEnabled" = "Ativado"
|
||||
"customGeoLastUpdated" = "Última atualização"
|
||||
"customGeoExtColumn" = "Roteamento (ext:…)"
|
||||
"customGeoToastUpdateAll" = "Todas as fontes personalizadas foram atualizadas"
|
||||
"customGeoActions" = "Ações"
|
||||
"customGeoEdit" = "Editar"
|
||||
"customGeoDelete" = "Excluir"
|
||||
"customGeoDownload" = "Atualizar agora"
|
||||
"customGeoModalAdd" = "Adicionar geo personalizado"
|
||||
"customGeoModalEdit" = "Editar geo personalizado"
|
||||
"customGeoModalSave" = "Salvar"
|
||||
"customGeoDeleteConfirm" = "Excluir esta fonte geo personalizada?"
|
||||
"customGeoRoutingHint" = "Nas regras de roteamento use a coluna de valor como ext:arquivo.dat:tag (substitua a tag)."
|
||||
"customGeoInvalidId" = "ID de recurso inválido"
|
||||
"customGeoAliasesError" = "Falha ao carregar aliases geo personalizados"
|
||||
"customGeoValidationAlias" = "O alias só pode conter letras minúsculas, dígitos, - e _"
|
||||
"customGeoValidationUrl" = "A URL deve começar com http:// ou https://"
|
||||
"customGeoAliasPlaceholder" = "a-z 0-9 _ -"
|
||||
"customGeoAliasLabelSuffix" = " (personalizado)"
|
||||
"customGeoToastList" = "Lista de geo personalizado"
|
||||
"customGeoToastAdd" = "Adicionar geo personalizado"
|
||||
"customGeoToastUpdate" = "Atualizar geo personalizado"
|
||||
"customGeoToastDelete" = "Geofile personalizado “{{ .fileName }}” excluído"
|
||||
"customGeoToastDownload" = "Geofile “{{ .fileName }}” atualizado"
|
||||
"customGeoErrInvalidType" = "O tipo deve ser geosite ou geoip"
|
||||
"customGeoErrAliasRequired" = "Alias é obrigatório"
|
||||
"customGeoErrAliasPattern" = "O alias contém caracteres não permitidos"
|
||||
"customGeoErrAliasReserved" = "Este alias é reservado"
|
||||
"customGeoErrUrlRequired" = "URL é obrigatória"
|
||||
"customGeoErrInvalidUrl" = "URL inválida"
|
||||
"customGeoErrUrlScheme" = "A URL deve usar http ou https"
|
||||
"customGeoErrUrlHost" = "Host da URL inválido"
|
||||
"customGeoErrDuplicateAlias" = "Este alias já está em uso para este tipo"
|
||||
"customGeoErrNotFound" = "Fonte geo personalizada não encontrada"
|
||||
"customGeoErrDownload" = "Falha no download"
|
||||
"customGeoErrUpdateAllIncomplete" = "Falha ao atualizar uma ou mais fontes geo personalizadas"
|
||||
|
||||
[pages.inbounds]
|
||||
"allTimeTraffic" = "Tráfego Total"
|
||||
|
||||
@@ -150,6 +150,47 @@
|
||||
"geofilesUpdateDialogDesc" = "Это обновит все геофайлы."
|
||||
"geofilesUpdateAll" = "Обновить все"
|
||||
"geofileUpdatePopover" = "Геофайлы успешно обновлены"
|
||||
"customGeoTitle" = "Пользовательские GeoSite / GeoIP"
|
||||
"customGeoAdd" = "Добавить"
|
||||
"customGeoType" = "Тип"
|
||||
"customGeoAlias" = "Псевдоним"
|
||||
"customGeoUrl" = "URL"
|
||||
"customGeoEnabled" = "Включено"
|
||||
"customGeoLastUpdated" = "Обновлено"
|
||||
"customGeoExtColumn" = "Маршрутизация (ext:…)"
|
||||
"customGeoToastUpdateAll" = "Все пользовательские источники обновлены"
|
||||
"customGeoActions" = "Действия"
|
||||
"customGeoEdit" = "Изменить"
|
||||
"customGeoDelete" = "Удалить"
|
||||
"customGeoDownload" = "Обновить сейчас"
|
||||
"customGeoModalAdd" = "Добавить источник"
|
||||
"customGeoModalEdit" = "Изменить источник"
|
||||
"customGeoModalSave" = "Сохранить"
|
||||
"customGeoDeleteConfirm" = "Удалить этот пользовательский источник?"
|
||||
"customGeoRoutingHint" = "В правилах маршрутизации используйте значение как ext:файл.dat:тег (замените тег)."
|
||||
"customGeoInvalidId" = "Некорректный идентификатор"
|
||||
"customGeoAliasesError" = "Не удалось загрузить список пользовательских geo"
|
||||
"customGeoValidationAlias" = "Псевдоним: только a-z, цифры, - и _"
|
||||
"customGeoValidationUrl" = "URL должен начинаться с http:// или https://"
|
||||
"customGeoAliasPlaceholder" = "a-z 0-9 _ -"
|
||||
"customGeoAliasLabelSuffix" = " (свой)"
|
||||
"customGeoToastList" = "Список пользовательских geo"
|
||||
"customGeoToastAdd" = "Добавить пользовательский geo"
|
||||
"customGeoToastUpdate" = "Изменить пользовательский geo"
|
||||
"customGeoToastDelete" = "Пользовательский geo-файл «{{ .fileName }}» удалён"
|
||||
"customGeoToastDownload" = "Geofile «{{ .fileName }}» обновлен"
|
||||
"customGeoErrInvalidType" = "Тип должен быть geosite или geoip"
|
||||
"customGeoErrAliasRequired" = "Укажите псевдоним"
|
||||
"customGeoErrAliasPattern" = "Псевдоним содержит недопустимые символы"
|
||||
"customGeoErrAliasReserved" = "Этот псевдоним зарезервирован"
|
||||
"customGeoErrUrlRequired" = "Укажите URL"
|
||||
"customGeoErrInvalidUrl" = "Некорректный URL"
|
||||
"customGeoErrUrlScheme" = "URL должен использовать http или https"
|
||||
"customGeoErrUrlHost" = "Некорректный хост URL"
|
||||
"customGeoErrDuplicateAlias" = "Такой псевдоним уже используется для этого типа"
|
||||
"customGeoErrNotFound" = "Источник не найден"
|
||||
"customGeoErrDownload" = "Ошибка загрузки"
|
||||
"customGeoErrUpdateAllIncomplete" = "Не удалось обновить один или несколько пользовательских источников"
|
||||
"dontRefresh" = "Установка в процессе. Не обновляйте страницу"
|
||||
"logs" = "Журнал"
|
||||
"config" = "Конфигурация"
|
||||
|
||||
@@ -164,6 +164,47 @@
|
||||
"readDatabaseError" = "Veritabanı okunurken bir hata oluştu"
|
||||
"getDatabaseError" = "Veritabanı alınırken bir hata oluştu"
|
||||
"getConfigError" = "Yapılandırma dosyası alınırken bir hata oluştu"
|
||||
"customGeoTitle" = "Özel GeoSite / GeoIP"
|
||||
"customGeoAdd" = "Ekle"
|
||||
"customGeoType" = "Tür"
|
||||
"customGeoAlias" = "Takma ad"
|
||||
"customGeoUrl" = "URL"
|
||||
"customGeoEnabled" = "Etkin"
|
||||
"customGeoLastUpdated" = "Son güncelleme"
|
||||
"customGeoExtColumn" = "Yönlendirme (ext:…)"
|
||||
"customGeoToastUpdateAll" = "Tüm özel kaynaklar güncellendi"
|
||||
"customGeoActions" = "İşlemler"
|
||||
"customGeoEdit" = "Düzenle"
|
||||
"customGeoDelete" = "Sil"
|
||||
"customGeoDownload" = "Şimdi güncelle"
|
||||
"customGeoModalAdd" = "Özel geo ekle"
|
||||
"customGeoModalEdit" = "Özel geo düzenle"
|
||||
"customGeoModalSave" = "Kaydet"
|
||||
"customGeoDeleteConfirm" = "Bu özel geo kaynağını silinsin mi?"
|
||||
"customGeoRoutingHint" = "Yönlendirme kurallarında değer sütununu ext:dosya.dat:etiket olarak kullanın (etiketi değiştirin)."
|
||||
"customGeoInvalidId" = "Geçersiz kaynak kimliği"
|
||||
"customGeoAliasesError" = "Özel geo takma adları yüklenemedi"
|
||||
"customGeoValidationAlias" = "Takma ad yalnızca küçük harf, rakam, - ve _ içerebilir"
|
||||
"customGeoValidationUrl" = "URL http:// veya https:// ile başlamalıdır"
|
||||
"customGeoAliasPlaceholder" = "a-z 0-9 _ -"
|
||||
"customGeoAliasLabelSuffix" = " (özel)"
|
||||
"customGeoToastList" = "Özel geo listesi"
|
||||
"customGeoToastAdd" = "Özel geo ekle"
|
||||
"customGeoToastUpdate" = "Özel geo güncelle"
|
||||
"customGeoToastDelete" = "Özel geofile \"{{ .fileName }}\" silindi"
|
||||
"customGeoToastDownload" = "\"{{ .fileName }}\" geofile güncellendi"
|
||||
"customGeoErrInvalidType" = "Tür geosite veya geoip olmalıdır"
|
||||
"customGeoErrAliasRequired" = "Takma ad gerekli"
|
||||
"customGeoErrAliasPattern" = "Takma ad izin verilmeyen karakterler içeriyor"
|
||||
"customGeoErrAliasReserved" = "Bu takma ad ayrılmış"
|
||||
"customGeoErrUrlRequired" = "URL gerekli"
|
||||
"customGeoErrInvalidUrl" = "URL geçersiz"
|
||||
"customGeoErrUrlScheme" = "URL http veya https kullanmalıdır"
|
||||
"customGeoErrUrlHost" = "URL ana bilgisayarı geçersiz"
|
||||
"customGeoErrDuplicateAlias" = "Bu takma ad bu tür için zaten kullanılıyor"
|
||||
"customGeoErrNotFound" = "Özel geo kaynağı bulunamadı"
|
||||
"customGeoErrDownload" = "İndirme başarısız"
|
||||
"customGeoErrUpdateAllIncomplete" = "Bir veya daha fazla özel geo kaynağı güncellenemedi"
|
||||
|
||||
[pages.inbounds]
|
||||
"allTimeTraffic" = "Toplam Trafik"
|
||||
|
||||
@@ -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:файл.dat:тег (замініть тег)."
|
||||
"customGeoInvalidId" = "Некоректний ідентифікатор ресурсу"
|
||||
"customGeoAliasesError" = "Не вдалося завантажити псевдоніми geo"
|
||||
"customGeoValidationAlias" = "Псевдонім: лише a-z, цифри, - і _"
|
||||
"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" = "Не вдалося оновити один або кілька користувацьких джерел"
|
||||
|
||||
[pages.inbounds]
|
||||
"allTimeTraffic" = "Загальний трафік"
|
||||
|
||||
@@ -164,6 +164,47 @@
|
||||
"readDatabaseError" = "Lỗi xảy ra khi đọc cơ sở dữ liệu"
|
||||
"getDatabaseError" = "Lỗi xảy ra khi truy xuất cơ sở dữ liệu"
|
||||
"getConfigError" = "Lỗi xảy ra khi truy xuất tệp cấu hình"
|
||||
"customGeoTitle" = "GeoSite / GeoIP tùy chỉnh"
|
||||
"customGeoAdd" = "Thêm"
|
||||
"customGeoType" = "Loại"
|
||||
"customGeoAlias" = "Bí danh"
|
||||
"customGeoUrl" = "URL"
|
||||
"customGeoEnabled" = "Bật"
|
||||
"customGeoLastUpdated" = "Cập nhật lần cuối"
|
||||
"customGeoExtColumn" = "Định tuyến (ext:…)"
|
||||
"customGeoToastUpdateAll" = "Đã cập nhật tất cả nguồn tùy chỉnh"
|
||||
"customGeoActions" = "Thao tác"
|
||||
"customGeoEdit" = "Sửa"
|
||||
"customGeoDelete" = "Xóa"
|
||||
"customGeoDownload" = "Cập nhật ngay"
|
||||
"customGeoModalAdd" = "Thêm geo tùy chỉnh"
|
||||
"customGeoModalEdit" = "Sửa geo tùy chỉnh"
|
||||
"customGeoModalSave" = "Lưu"
|
||||
"customGeoDeleteConfirm" = "Xóa nguồn geo tùy chỉnh này?"
|
||||
"customGeoRoutingHint" = "Trong quy tắc định tuyến dùng cột giá trị dạng ext:file.dat:tag (thay tag)."
|
||||
"customGeoInvalidId" = "ID tài nguyên không hợp lệ"
|
||||
"customGeoAliasesError" = "Không tải được bí danh geo tùy chỉnh"
|
||||
"customGeoValidationAlias" = "Bí danh chỉ gồm chữ thường, số, - và _"
|
||||
"customGeoValidationUrl" = "URL phải bắt đầu bằng http:// hoặc https://"
|
||||
"customGeoAliasPlaceholder" = "a-z 0-9 _ -"
|
||||
"customGeoAliasLabelSuffix" = " (tùy chỉnh)"
|
||||
"customGeoToastList" = "Danh sách geo tùy chỉnh"
|
||||
"customGeoToastAdd" = "Thêm geo tùy chỉnh"
|
||||
"customGeoToastUpdate" = "Cập nhật geo tùy chỉnh"
|
||||
"customGeoToastDelete" = "Đã xóa geofile tùy chỉnh “{{ .fileName }}”"
|
||||
"customGeoToastDownload" = "Đã cập nhật geofile “{{ .fileName }}”"
|
||||
"customGeoErrInvalidType" = "Loại phải là geosite hoặc geoip"
|
||||
"customGeoErrAliasRequired" = "Cần bí danh"
|
||||
"customGeoErrAliasPattern" = "Bí danh có ký tự không hợp lệ"
|
||||
"customGeoErrAliasReserved" = "Bí danh này được dành riêng"
|
||||
"customGeoErrUrlRequired" = "Cần URL"
|
||||
"customGeoErrInvalidUrl" = "URL không hợp lệ"
|
||||
"customGeoErrUrlScheme" = "URL phải dùng http hoặc https"
|
||||
"customGeoErrUrlHost" = "Máy chủ URL không hợp lệ"
|
||||
"customGeoErrDuplicateAlias" = "Bí danh này đã dùng cho loại này"
|
||||
"customGeoErrNotFound" = "Không tìm thấy nguồn geo tùy chỉnh"
|
||||
"customGeoErrDownload" = "Tải xuống thất bại"
|
||||
"customGeoErrUpdateAllIncomplete" = "Một hoặc nhiều nguồn geo tùy chỉnh không cập nhật được"
|
||||
|
||||
[pages.inbounds]
|
||||
"allTimeTraffic" = "Tổng Lưu Lượng"
|
||||
|
||||
@@ -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:文件.dat:标签(替换标签)。"
|
||||
"customGeoInvalidId" = "无效的资源 ID"
|
||||
"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" = "累计总流量"
|
||||
|
||||
@@ -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:檔案.dat:標籤(替換標籤)。"
|
||||
"customGeoInvalidId" = "無效的資源 ID"
|
||||
"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" = "累計總流量"
|
||||
|
||||
Reference in New Issue
Block a user