mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-10-27 02:24:40 +00:00
fix
This commit is contained in:
parent
d15c4e3526
commit
1eac9428b0
13 changed files with 26 additions and 26 deletions
|
|
@ -39,6 +39,6 @@ func (j *PeriodicTrafficResetJob) Run() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if resetCount > 0 {
|
if resetCount > 0 {
|
||||||
logger.Infof("Periodic traffic reset completed: %d inbounds reseted", resetCount)
|
logger.Infof("Periodic traffic reset completed: %d inbounds reset", resetCount)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -244,6 +244,8 @@
|
||||||
"exportInbound" = "تصدير الإدخال"
|
"exportInbound" = "تصدير الإدخال"
|
||||||
"import" = "استيراد"
|
"import" = "استيراد"
|
||||||
"importInbound" = "استيراد إدخال"
|
"importInbound" = "استيراد إدخال"
|
||||||
|
"periodicTrafficResetTitle" = "إعادة تعيين حركة المرور"
|
||||||
|
"periodicTrafficResetDesc" = "إعادة تعيين عداد حركة المرور تلقائيًا في فترات محددة"
|
||||||
"lastReset" = "آخر إعادة تعيين"
|
"lastReset" = "آخر إعادة تعيين"
|
||||||
|
|
||||||
[pages.client]
|
[pages.client]
|
||||||
|
|
@ -263,8 +265,6 @@
|
||||||
"days" = "يوم/أيام"
|
"days" = "يوم/أيام"
|
||||||
"renew" = "تجديد تلقائي"
|
"renew" = "تجديد تلقائي"
|
||||||
"renewDesc" = "تجديد تلقائي بعد انتهاء الصلاحية. (0 = تعطيل)(الوحدة: يوم)"
|
"renewDesc" = "تجديد تلقائي بعد انتهاء الصلاحية. (0 = تعطيل)(الوحدة: يوم)"
|
||||||
"periodicTrafficResetTitle" = "إعادة تعيين حركة المرور"
|
|
||||||
"periodicTrafficResetDesc" = "إعادة تعيين عداد حركة المرور تلقائيًا في فترات محددة"
|
|
||||||
|
|
||||||
[pages.inbounds.periodicTrafficReset]
|
[pages.inbounds.periodicTrafficReset]
|
||||||
"never" = "أبداً"
|
"never" = "أبداً"
|
||||||
|
|
|
||||||
|
|
@ -244,6 +244,8 @@
|
||||||
"exportInbound" = "Exportación entrante"
|
"exportInbound" = "Exportación entrante"
|
||||||
"import" = "Importar"
|
"import" = "Importar"
|
||||||
"importInbound" = "Importar un entrante"
|
"importInbound" = "Importar un entrante"
|
||||||
|
"periodicTrafficResetTitle" = "Reset de Tráfico"
|
||||||
|
"periodicTrafficResetDesc" = "Reiniciar automáticamente el contador de tráfico en intervalos especificados"
|
||||||
"lastReset" = "Último reinicio"
|
"lastReset" = "Último reinicio"
|
||||||
|
|
||||||
[pages.client]
|
[pages.client]
|
||||||
|
|
@ -263,8 +265,6 @@
|
||||||
"days" = "Día(s)"
|
"days" = "Día(s)"
|
||||||
"renew" = "Renovación automática"
|
"renew" = "Renovación automática"
|
||||||
"renewDesc" = "Renovación automática después de la expiración. (0 = desactivar) (unidad: día)"
|
"renewDesc" = "Renovación automática después de la expiración. (0 = desactivar) (unidad: día)"
|
||||||
"periodicTrafficResetTitle" = "Reset de Tráfico"
|
|
||||||
"periodicTrafficResetDesc" = "Reiniciar automáticamente el contador de tráfico en intervalos especificados"
|
|
||||||
|
|
||||||
[pages.inbounds.periodicTrafficReset]
|
[pages.inbounds.periodicTrafficReset]
|
||||||
"never" = "Nunca"
|
"never" = "Nunca"
|
||||||
|
|
|
||||||
|
|
@ -244,6 +244,8 @@
|
||||||
"exportInbound" = "استخراج ورودی"
|
"exportInbound" = "استخراج ورودی"
|
||||||
"import" = "افزودن"
|
"import" = "افزودن"
|
||||||
"importInbound" = "افزودن یک ورودی"
|
"importInbound" = "افزودن یک ورودی"
|
||||||
|
"periodicTrafficResetTitle" = "بازنشانی ترافیک"
|
||||||
|
"periodicTrafficResetDesc" = "بازنشانی خودکار شمارنده ترافیک در فواصل زمانی مشخص"
|
||||||
"lastReset" = "آخرین بازنشانی"
|
"lastReset" = "آخرین بازنشانی"
|
||||||
|
|
||||||
[pages.client]
|
[pages.client]
|
||||||
|
|
@ -263,8 +265,6 @@
|
||||||
"days" = "(روز)"
|
"days" = "(روز)"
|
||||||
"renew" = "تمدید خودکار"
|
"renew" = "تمدید خودکار"
|
||||||
"renewDesc" = "تمدید خودکار پساز انقضا. (0 = غیرفعال)(واحد: روز)"
|
"renewDesc" = "تمدید خودکار پساز انقضا. (0 = غیرفعال)(واحد: روز)"
|
||||||
"periodicTrafficResetTitle" = "بازنشانی ترافیک"
|
|
||||||
"periodicTrafficResetDesc" = "بازنشانی خودکار شمارنده ترافیک در فواصل زمانی مشخص"
|
|
||||||
|
|
||||||
[pages.inbounds.periodicTrafficReset]
|
[pages.inbounds.periodicTrafficReset]
|
||||||
"never" = "هرگز"
|
"never" = "هرگز"
|
||||||
|
|
|
||||||
|
|
@ -244,6 +244,8 @@
|
||||||
"exportInbound" = "Ekspor Masuk"
|
"exportInbound" = "Ekspor Masuk"
|
||||||
"import" = "Impor"
|
"import" = "Impor"
|
||||||
"importInbound" = "Impor Masuk"
|
"importInbound" = "Impor Masuk"
|
||||||
|
"periodicTrafficResetTitle" = "Reset Trafik Berkala"
|
||||||
|
"periodicTrafficResetDesc" = "Reset otomatis penghitung trafik pada interval tertentu"
|
||||||
"lastReset" = "Reset Terakhir"
|
"lastReset" = "Reset Terakhir"
|
||||||
|
|
||||||
[pages.client]
|
[pages.client]
|
||||||
|
|
@ -263,8 +265,6 @@
|
||||||
"days" = "Hari"
|
"days" = "Hari"
|
||||||
"renew" = "Perpanjang Otomatis"
|
"renew" = "Perpanjang Otomatis"
|
||||||
"renewDesc" = "Perpanjangan otomatis setelah kedaluwarsa. (0 = nonaktif)(unit: hari)"
|
"renewDesc" = "Perpanjangan otomatis setelah kedaluwarsa. (0 = nonaktif)(unit: hari)"
|
||||||
"periodicTrafficResetTitle" = "Reset Trafik Berkala"
|
|
||||||
"periodicTrafficResetDesc" = "Reset otomatis penghitung trafik pada interval tertentu"
|
|
||||||
|
|
||||||
[pages.inbounds.periodicTrafficReset]
|
[pages.inbounds.periodicTrafficReset]
|
||||||
"never" = "Tidak Pernah"
|
"never" = "Tidak Pernah"
|
||||||
|
|
|
||||||
|
|
@ -244,6 +244,8 @@
|
||||||
"exportInbound" = "インバウンドルールをエクスポート"
|
"exportInbound" = "インバウンドルールをエクスポート"
|
||||||
"import" = "インポート"
|
"import" = "インポート"
|
||||||
"importInbound" = "インバウンドルールをインポート"
|
"importInbound" = "インバウンドルールをインポート"
|
||||||
|
"periodicTrafficResetTitle" = "トラフィックリセット"
|
||||||
|
"periodicTrafficResetDesc" = "指定された間隔でトラフィックカウンタを自動的にリセット"
|
||||||
"lastReset" = "最後のリセット"
|
"lastReset" = "最後のリセット"
|
||||||
|
|
||||||
[pages.client]
|
[pages.client]
|
||||||
|
|
@ -263,8 +265,6 @@
|
||||||
"days" = "日"
|
"days" = "日"
|
||||||
"renew" = "自動更新"
|
"renew" = "自動更新"
|
||||||
"renewDesc" = "期限が切れた後に自動更新。(0 = 無効)(単位:日)"
|
"renewDesc" = "期限が切れた後に自動更新。(0 = 無効)(単位:日)"
|
||||||
"periodicTrafficResetTitle" = "トラフィックリセット"
|
|
||||||
"periodicTrafficResetDesc" = "指定された間隔でトラフィックカウンタを自動的にリセット"
|
|
||||||
|
|
||||||
[pages.inbounds.periodicTrafficReset]
|
[pages.inbounds.periodicTrafficReset]
|
||||||
"never" = "なし"
|
"never" = "なし"
|
||||||
|
|
|
||||||
|
|
@ -244,6 +244,8 @@
|
||||||
"exportInbound" = "Exportar Inbound"
|
"exportInbound" = "Exportar Inbound"
|
||||||
"import" = "Importar"
|
"import" = "Importar"
|
||||||
"importInbound" = "Importar um Inbound"
|
"importInbound" = "Importar um Inbound"
|
||||||
|
"periodicTrafficResetTitle" = "Reset de Tráfego"
|
||||||
|
"periodicTrafficResetDesc" = "Reinicia automaticamente o contador de tráfego em intervalos especificados"
|
||||||
"lastReset" = "Último Reset"
|
"lastReset" = "Último Reset"
|
||||||
|
|
||||||
[pages.client]
|
[pages.client]
|
||||||
|
|
@ -263,8 +265,6 @@
|
||||||
"days" = "Dia(s)"
|
"days" = "Dia(s)"
|
||||||
"renew" = "Renovação Automática"
|
"renew" = "Renovação Automática"
|
||||||
"renewDesc" = "Renovação automática após expiração. (0 = desativado)(unidade: dia)"
|
"renewDesc" = "Renovação automática após expiração. (0 = desativado)(unidade: dia)"
|
||||||
"periodicTrafficResetTitle" = "Reset de Tráfego"
|
|
||||||
"periodicTrafficResetDesc" = "Reinicia automaticamente o contador de tráfego em intervalos especificados"
|
|
||||||
|
|
||||||
[pages.inbounds.periodicTrafficReset]
|
[pages.inbounds.periodicTrafficReset]
|
||||||
"never" = "Nunca"
|
"never" = "Nunca"
|
||||||
|
|
|
||||||
|
|
@ -244,6 +244,9 @@
|
||||||
"exportInbound" = "Экспорт инбаундов"
|
"exportInbound" = "Экспорт инбаундов"
|
||||||
"import" = "Импортировать"
|
"import" = "Импортировать"
|
||||||
"importInbound" = "Импорт инбаундов"
|
"importInbound" = "Импорт инбаундов"
|
||||||
|
"periodicTrafficResetTitle" = "Сброс трафика"
|
||||||
|
"periodicTrafficResetDesc" = "Автоматический сброс счетчика трафика через указанные интервалы"
|
||||||
|
"lastReset" = "Последний сброс"
|
||||||
|
|
||||||
[pages.client]
|
[pages.client]
|
||||||
"add" = "Создать клиента"
|
"add" = "Создать клиента"
|
||||||
|
|
@ -262,9 +265,6 @@
|
||||||
"days" = "дней"
|
"days" = "дней"
|
||||||
"renew" = "Автопродление"
|
"renew" = "Автопродление"
|
||||||
"renewDesc" = "Автопродление после истечения срока действия. (0 = отключить)(единица: день)"
|
"renewDesc" = "Автопродление после истечения срока действия. (0 = отключить)(единица: день)"
|
||||||
"periodicTrafficResetTitle" = "Сброс трафика"
|
|
||||||
"periodicTrafficResetDesc" = "Автоматический сброс счетчика трафика через указанные интервалы"
|
|
||||||
"lastReset" = "Последний сброс"
|
|
||||||
|
|
||||||
[pages.inbounds.periodicTrafficReset]
|
[pages.inbounds.periodicTrafficReset]
|
||||||
"never" = "Никогда"
|
"never" = "Никогда"
|
||||||
|
|
|
||||||
|
|
@ -244,6 +244,8 @@
|
||||||
"exportInbound" = "Geleni Dışa Aktar"
|
"exportInbound" = "Geleni Dışa Aktar"
|
||||||
"import" = "İçe Aktar"
|
"import" = "İçe Aktar"
|
||||||
"importInbound" = "Bir Gelen İçe Aktar"
|
"importInbound" = "Bir Gelen İçe Aktar"
|
||||||
|
"periodicTrafficResetTitle" = "Trafik Sıfırlama"
|
||||||
|
"periodicTrafficResetDesc" = "Belirtilen aralıklarla trafik sayacını otomatik olarak sıfırla"
|
||||||
"lastReset" = "Son Sıfırlama"
|
"lastReset" = "Son Sıfırlama"
|
||||||
|
|
||||||
[pages.client]
|
[pages.client]
|
||||||
|
|
@ -263,8 +265,6 @@
|
||||||
"days" = "Gün"
|
"days" = "Gün"
|
||||||
"renew" = "Otomatik Yenile"
|
"renew" = "Otomatik Yenile"
|
||||||
"renewDesc" = "Süresi dolduktan sonra otomatik yenileme. (0 = devre dışı)(birim: gün)"
|
"renewDesc" = "Süresi dolduktan sonra otomatik yenileme. (0 = devre dışı)(birim: gün)"
|
||||||
"periodicTrafficResetTitle" = "Trafik Sıfırlama"
|
|
||||||
"periodicTrafficResetDesc" = "Belirtilen aralıklarla trafik sayacını otomatik olarak sıfırla"
|
|
||||||
|
|
||||||
[pages.inbounds.periodicTrafficReset]
|
[pages.inbounds.periodicTrafficReset]
|
||||||
"never" = "Asla"
|
"never" = "Asla"
|
||||||
|
|
|
||||||
|
|
@ -244,6 +244,8 @@
|
||||||
"exportInbound" = "Експортувати вхідні"
|
"exportInbound" = "Експортувати вхідні"
|
||||||
"import" = "Імпорт"
|
"import" = "Імпорт"
|
||||||
"importInbound" = "Імпортувати вхідний"
|
"importInbound" = "Імпортувати вхідний"
|
||||||
|
"periodicTrafficResetTitle" = "Скидання трафіку"
|
||||||
|
"periodicTrafficResetDesc" = "Автоматично скидати лічильник трафіку через певні проміжки часу"
|
||||||
"lastReset" = "Останнє скидання"
|
"lastReset" = "Останнє скидання"
|
||||||
|
|
||||||
[pages.client]
|
[pages.client]
|
||||||
|
|
@ -263,8 +265,6 @@
|
||||||
"days" = "Дні(в)"
|
"days" = "Дні(в)"
|
||||||
"renew" = "Автоматичне оновлення"
|
"renew" = "Автоматичне оновлення"
|
||||||
"renewDesc" = "Автоматичне поновлення після закінчення терміну дії. (0 = вимкнено)(одиниця: день)"
|
"renewDesc" = "Автоматичне поновлення після закінчення терміну дії. (0 = вимкнено)(одиниця: день)"
|
||||||
"periodicTrafficResetTitle" = "Скидання трафіку"
|
|
||||||
"periodicTrafficResetDesc" = "Автоматично скидати лічильник трафіку через певні проміжки часу"
|
|
||||||
|
|
||||||
[pages.inbounds.periodicTrafficReset]
|
[pages.inbounds.periodicTrafficReset]
|
||||||
"never" = "Ніколи"
|
"never" = "Ніколи"
|
||||||
|
|
|
||||||
|
|
@ -244,6 +244,8 @@
|
||||||
"exportInbound" = "Xuất nhập khẩu"
|
"exportInbound" = "Xuất nhập khẩu"
|
||||||
"import" = "Nhập"
|
"import" = "Nhập"
|
||||||
"importInbound" = "Nhập inbound"
|
"importInbound" = "Nhập inbound"
|
||||||
|
"periodicTrafficResetTitle" = "Đặt lại lưu lượng"
|
||||||
|
"periodicTrafficResetDesc" = "Tự động đặt lại bộ đếm lưu lượng theo khoảng thời gian xác định"
|
||||||
"lastReset" = "Đặt lại lần cuối"
|
"lastReset" = "Đặt lại lần cuối"
|
||||||
|
|
||||||
[pages.client]
|
[pages.client]
|
||||||
|
|
@ -263,8 +265,6 @@
|
||||||
"days" = "ngày"
|
"days" = "ngày"
|
||||||
"renew" = "Tự động gia hạn"
|
"renew" = "Tự động gia hạn"
|
||||||
"renewDesc" = "Tự động gia hạn sau khi hết hạn. (0 = tắt)(đơn vị: ngày)"
|
"renewDesc" = "Tự động gia hạn sau khi hết hạn. (0 = tắt)(đơn vị: ngày)"
|
||||||
"periodicTrafficResetTitle" = "Đặt lại lưu lượng"
|
|
||||||
"periodicTrafficResetDesc" = "Tự động đặt lại bộ đếm lưu lượng theo khoảng thời gian xác định"
|
|
||||||
|
|
||||||
[pages.inbounds.periodicTrafficReset]
|
[pages.inbounds.periodicTrafficReset]
|
||||||
"never" = "Không bao giờ"
|
"never" = "Không bao giờ"
|
||||||
|
|
|
||||||
|
|
@ -244,6 +244,8 @@
|
||||||
"exportInbound" = "导出入站规则"
|
"exportInbound" = "导出入站规则"
|
||||||
"import"="导入"
|
"import"="导入"
|
||||||
"importInbound" = "导入入站规则"
|
"importInbound" = "导入入站规则"
|
||||||
|
"periodicTrafficResetTitle" = "流量重置"
|
||||||
|
"periodicTrafficResetDesc" = "按指定间隔自动重置流量计数器"
|
||||||
"lastReset" = "上次重置"
|
"lastReset" = "上次重置"
|
||||||
|
|
||||||
[pages.client]
|
[pages.client]
|
||||||
|
|
@ -263,8 +265,6 @@
|
||||||
"days" = "天"
|
"days" = "天"
|
||||||
"renew" = "自动续订"
|
"renew" = "自动续订"
|
||||||
"renewDesc" = "到期后自动续订。(0 = 禁用)(单位: 天)"
|
"renewDesc" = "到期后自动续订。(0 = 禁用)(单位: 天)"
|
||||||
"periodicTrafficResetTitle" = "流量重置"
|
|
||||||
"periodicTrafficResetDesc" = "按指定间隔自动重置流量计数器"
|
|
||||||
|
|
||||||
[pages.inbounds.periodicTrafficReset]
|
[pages.inbounds.periodicTrafficReset]
|
||||||
"never" = "从不"
|
"never" = "从不"
|
||||||
|
|
|
||||||
|
|
@ -244,6 +244,8 @@
|
||||||
"exportInbound" = "匯出入站規則"
|
"exportInbound" = "匯出入站規則"
|
||||||
"import"="匯入"
|
"import"="匯入"
|
||||||
"importInbound" = "匯入入站規則"
|
"importInbound" = "匯入入站規則"
|
||||||
|
"periodicTrafficResetTitle" = "流量重置"
|
||||||
|
"periodicTrafficResetDesc" = "按指定間隔自動重置流量計數器"
|
||||||
"lastReset" = "上次重置"
|
"lastReset" = "上次重置"
|
||||||
|
|
||||||
[pages.client]
|
[pages.client]
|
||||||
|
|
@ -263,8 +265,6 @@
|
||||||
"days" = "天"
|
"days" = "天"
|
||||||
"renew" = "自動續訂"
|
"renew" = "自動續訂"
|
||||||
"renewDesc" = "到期後自動續訂。(0 = 禁用)(單位: 天)"
|
"renewDesc" = "到期後自動續訂。(0 = 禁用)(單位: 天)"
|
||||||
"periodicTrafficResetTitle" = "流量重置"
|
|
||||||
"periodicTrafficResetDesc" = "按指定間隔自動重置流量計數器"
|
|
||||||
|
|
||||||
[pages.inbounds.periodicTrafficReset]
|
[pages.inbounds.periodicTrafficReset]
|
||||||
"never" = "從不"
|
"never" = "從不"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue