From fb0ec65cff3f554e4d8690d7c372f75577088d1c Mon Sep 17 00:00:00 2001 From: somebodywashere <68244480+somebodywashere@users.noreply.github.com> Date: Tue, 30 May 2023 08:25:10 +0000 Subject: [PATCH] [tgbot] - some fixes and improvments --- web/translation/translate.en_US.toml | 2 +- web/translation/translate.fa_IR.toml | 2 +- web/translation/translate.ru_RU.toml | 2 +- web/translation/translate.zh_Hans.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index c2ccdb72..f6b4dea8 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -425,7 +425,7 @@ "time" = "⏰ Time: {{ .Time }}\r\n" "inbound" = "📍 Inbound: {{ .Remark }}\r\n" "port" = "🔌 Port: {{ .Port }}\r\n" -"expire" = "📅 Expire Date: {{ .DateTime }}\r\n \r\n" +"expire" = "📅 Expire Date: {{ .Time }}\r\n \r\n" "expireIn" = "📅 Expire In: {{ .Time }}\r\n \r\n" "active" = "💡 Active: ✅ Yes\r\n" "inactive" = "💡 Active: ❌ No\r\n" diff --git a/web/translation/translate.fa_IR.toml b/web/translation/translate.fa_IR.toml index 9f90897f..5d0f146d 100644 --- a/web/translation/translate.fa_IR.toml +++ b/web/translation/translate.fa_IR.toml @@ -425,7 +425,7 @@ "time" = "⏰ زمان: {{ .Time }}\r\n" "inbound" = "📍 ورودی: {{ .Remark }}\r\n" "port" = "🔌 پورت: {{ .Port }}\r\n" -"expire" = "📅 تاریخ انقضا: {{ .DateTime }}\r\n \r\n" +"expire" = "📅 تاریخ انقضا: {{ .Time }}\r\n \r\n" "expireIn" = "📅 باقیمانده از انقضا: {{ .Time }}\r\n \r\n" "active" = "💡 فعال: ✅\r\n" "inactive" = "💡 فعال: ❌\r\n" diff --git a/web/translation/translate.ru_RU.toml b/web/translation/translate.ru_RU.toml index c6700c63..fff50f4c 100644 --- a/web/translation/translate.ru_RU.toml +++ b/web/translation/translate.ru_RU.toml @@ -425,7 +425,7 @@ "time" = "⏰ Время: {{ .Time }}\r\n" "inbound" = "📍 Входящий поток: {{ .Remark }}\r\n" "port" = "🔌 Порт: {{ .Port }}\r\n" -"expire" = "📅 Дата окончания: {{ .DateTime }}\r\n \r\n" +"expire" = "📅 Дата окончания: {{ .Time }}\r\n \r\n" "expireIn" = "📅 Окончание через: {{ .Time }}\r\n \r\n" "active" = "💡 Активен: ✅ Да\r\n" "inactive" = "💡 Активен: ❌ Нет\r\n" diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml index 62e68fc9..d429c409 100644 --- a/web/translation/translate.zh_Hans.toml +++ b/web/translation/translate.zh_Hans.toml @@ -425,7 +425,7 @@ "time" = "⏰ 时间:{{ .Time }}\r\n" "inbound" = "📍 入站:{{ .Remark }}\r\n" "port" = "🔌 端口:{{ .Port }}\r\n" -"expire" = "📅 过期日期:{{ .DateTime }}\r\n \r\n" +"expire" = "📅 过期日期:{{ .Time }}\r\n \r\n" "expireIn" = "📅 剩余时间:{{ .Time }}\r\n \r\n" "active" = "💡 激活:✅\r\n" "inactive" = "💡 激活: ❌\r\n"