diff options
| author | somebodywashere <68244480+somebodywashere@users.noreply.github.com> | 2023-05-30 14:37:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-30 14:37:23 +0300 |
| commit | 8442836512d82b705e404bc1749e3000115ba550 (patch) | |
| tree | ee8a9a48df6e154c1054e8ed2cdbc3cd094d9974 /web/translation | |
| parent | 331f2adb1c1498b50190f65286d088e747a0aaca (diff) | |
[tgbot] - some fixes and improvments (#542)
Diffstat (limited to 'web/translation')
| -rw-r--r-- | web/translation/translate.en_US.toml | 16 | ||||
| -rw-r--r-- | web/translation/translate.fa_IR.toml | 12 | ||||
| -rw-r--r-- | web/translation/translate.ru_RU.toml | 16 | ||||
| -rw-r--r-- | web/translation/translate.zh_Hans.toml | 12 |
4 files changed, 32 insertions, 24 deletions
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index 25872f98..a15bf44c 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -384,6 +384,7 @@ "months" = "Months" "day" = "Day" "days" = "Days" +"hours" = "Hours" "unknown" = "Unknown" "inbounds" = "Inbounds" "clients" = "Clients" @@ -424,20 +425,21 @@ "time" = "⏰ Time: {{ .Time }}\r\n" "inbound" = "📍 Inbound: {{ .Remark }}\r\n" "port" = "🔌 Port: {{ .Port }}\r\n" -"expire" = "📅 Expire Date: {{ .DateTime }}\r\n \r\n" -"expireIn" = "📅 Expire In: {{ .Time }}\r\n \r\n" -"active" = "💡 Active: {{ .Enable }}\r\n" +"expire" = "📅 Expire Date: {{ .Time }}\r\n" +"expireIn" = "📅 Expire In: {{ .Time }}\r\n" +"active" = "💡 Active: ✅ Yes\r\n" +"inactive" = "💡 Active: ❌ No\r\n" "email" = "📧 Email: {{ .Email }}\r\n" -"upload" = "🔼 Upload↑: {{ .Upload }}\r\n" -"download" = "🔽 Download↓: {{ .Download }}\r\n" -"total" = "🔄 Total: {{ .UpDown }} / {{ .Total }}\r\n" +"upload" = "🔼 Upload: ↑{{ .Upload }}\r\n" +"download" = "🔽 Download: ↓{{ .Download }}\r\n" +"total" = "📊 Total: ↑↓{{ .UpDown }} / {{ .Total }}\r\n" "TGUser" = "👤 Telegram User: {{ .TelegramID }}\r\n" "exhaustedMsg" = "🚨 Exhausted {{ .Type }}:\r\n" "exhaustedCount" = "🚨 Exhausted {{ .Type }} count:\r\n" "disabled" = "🛑 Disabled: {{ .Disabled }}\r\n" "depleteSoon" = "🔜 Deplete soon: {{ .Deplete }}\r\n \r\n" "backupTime" = "🗄 Backup Time: {{ .Time }}\r\n" -"refreshedOn" = "🔄🕒 Refreshed On: {{ .Time }}\r\n" +"refreshedOn" = "\r\n📋🔄 Refreshed On: {{ .Time }}\r\n \r\n" [tgbot.buttons] "closeKeyboard" = "❌ Close Keyboard" diff --git a/web/translation/translate.fa_IR.toml b/web/translation/translate.fa_IR.toml index 93419352..abaa989b 100644 --- a/web/translation/translate.fa_IR.toml +++ b/web/translation/translate.fa_IR.toml @@ -384,6 +384,7 @@ "months" = "ماهها" "day" = "روز" "days" = "روزها" +"hours" = "ساعت ها" "unknown" = "نامشخص" "inbounds" = "ورودیها" "clients" = "کلاینتها" @@ -424,20 +425,21 @@ "time" = "⏰ زمان: {{ .Time }}\r\n" "inbound" = "📍 ورودی: {{ .Remark }}\r\n" "port" = "🔌 پورت: {{ .Port }}\r\n" -"expire" = "📅 تاریخ انقضا: {{ .DateTime }}\r\n \r\n" -"expireIn" = "📅 باقیمانده از انقضا: {{ .Time }}\r\n \r\n" -"active" = "💡 فعال: {{ .Enable }}\r\n" +"expire" = "📅 تاریخ انقضا: {{ .Time }}\r\n" +"expireIn" = "📅 باقیمانده از انقضا: {{ .Time }}\r\n" +"active" = "💡 فعال: ✅\r\n" +"inactive" = "💡 فعال: ❌\r\n" "email" = "📧 ایمیل: {{ .Email }}\r\n" "upload" = "🔼 آپلود↑: {{ .Upload }}\r\n" "download" = "🔽 دانلود↓: {{ .Download }}\r\n" -"total" = "🔄 کل: {{ .UpDown }} / {{ .Total }}\r\n" +"total" = "📊 کل: {{ .UpDown }} / {{ .Total }}\r\n" "TGUser" = "👤 کاربر تلگرام: {{ .TelegramID }}\r\n" "exhaustedMsg" = "🚨 {{ .Type }} به اتمام رسیده است:\r\n" "exhaustedCount" = "🚨 تعداد {{ .Type }} به اتمام رسیده:\r\n" "disabled" = "🛑 غیرفعال: {{ .Disabled }}\r\n" "depleteSoon" = "🔜 به زودی به پایان خواهد رسید: {{ .Deplete }}\r\n \r\n" "backupTime" = "🗄 زمان پشتیبانگیری: {{ .Time }}\r\n" -"refreshedOn" = "🔄🕒 تازهسازی شده در: {{ .Time }}\r\n" +"refreshedOn" = "\r\n📋🔄 تازهسازی شده در: {{ .Time }}\r\n \r\n" [tgbot.buttons] "closeKeyboard" = "❌ بستن کیبورد" diff --git a/web/translation/translate.ru_RU.toml b/web/translation/translate.ru_RU.toml index a25f0e6a..3f0a18e6 100644 --- a/web/translation/translate.ru_RU.toml +++ b/web/translation/translate.ru_RU.toml @@ -384,6 +384,7 @@ "months" = "Месяцев" "day" = "День" "days" = "Дней" +"hours" = "Часов" "unknown" = "Неизвестно" "inbounds" = "Входящие" "clients" = "Клиенты" @@ -424,20 +425,21 @@ "time" = "⏰ Время: {{ .Time }}\r\n" "inbound" = "📍 Входящий поток: {{ .Remark }}\r\n" "port" = "🔌 Порт: {{ .Port }}\r\n" -"expire" = "📅 Дата окончания: {{ .DateTime }}\r\n \r\n" -"expireIn" = "📅 Окончание через: {{ .Time }}\r\n \r\n" -"active" = "💡 Активен: {{ .Enable }}\r\n" +"expire" = "📅 Дата окончания: {{ .Time }}\r\n" +"expireIn" = "📅 Окончание через: {{ .Time }}\r\n" +"active" = "💡 Активен: ✅ Да\r\n" +"inactive" = "💡 Активен: ❌ Нет\r\n" "email" = "📧 Email: {{ .Email }}\r\n" -"upload" = "🔼 Загрузка↑: {{ .Upload }}\r\n" -"download" = "🔽 Скачивание↓: {{ .Download }}\r\n" -"total" = "🔄 Всего: {{ .UpDown }} / {{ .Total }}\r\n" +"upload" = "🔼 Исходящий трафик: ↑{{ .Upload }}\r\n" +"download" = "🔽 Входящий трафик: ↓{{ .Download }}\r\n" +"total" = "📊 Всего: ↑↓{{ .UpDown }} из {{ .Total }}\r\n" "TGUser" = "👤 Пользователь Telegram: {{ .TelegramID }}\r\n" "exhaustedMsg" = "🚨 Исчерпаны {{ .Type }}:\r\n" "exhaustedCount" = "🚨 Количество исчерпанных {{ .Type }}:\r\n" "disabled" = "🛑 Отключено: {{ .Disabled }}\r\n" "depleteSoon" = "🔜 Скоро исчерпание: {{ .Deplete }}\r\n \r\n" "backupTime" = "🗄 Время резервного копирования: {{ .Time }}\r\n" -"refreshedOn" = "🔄🕒 Обновлено: {{ .Time }}\r\n" +"refreshedOn" = "\r\n📋🔄 Обновлено: {{ .Time }}\r\n \r\n" [tgbot.buttons] "closeKeyboard" = "❌ Закрыть клавиатуру" diff --git a/web/translation/translate.zh_Hans.toml b/web/translation/translate.zh_Hans.toml index c77549b1..60f42abc 100644 --- a/web/translation/translate.zh_Hans.toml +++ b/web/translation/translate.zh_Hans.toml @@ -384,6 +384,7 @@ "months" = "月" "day" = "天" "days" = "天" +"hours" = "小时" "unknown" = "未知" "inbounds" = "入站连接" "clients" = "客户端" @@ -424,20 +425,21 @@ "time" = "⏰ 时间:{{ .Time }}\r\n" "inbound" = "📍 入站:{{ .Remark }}\r\n" "port" = "🔌 端口:{{ .Port }}\r\n" -"expire" = "📅 过期日期:{{ .DateTime }}\r\n \r\n" -"expireIn" = "📅 剩余时间:{{ .Time }}\r\n \r\n" -"active" = "💡 激活:{{ .Enable }}\r\n" +"expire" = "📅 过期日期:{{ .Time }}\r\n" +"expireIn" = "📅 剩余时间:{{ .Time }}\r\n" +"active" = "💡 激活:✅\r\n" +"inactive" = "💡 激活: ❌\r\n" "email" = "📧 邮箱:{{ .Email }}\r\n" "upload" = "🔼 上传↑:{{ .Upload }}\r\n" "download" = "🔽 下载↓:{{ .Download }}\r\n" -"total" = "🔄 总计:{{ .UpDown }} / {{ .Total }}\r\n" +"total" = "📊 总计:{{ .UpDown }} / {{ .Total }}\r\n" "TGUser" = "👤 电报用户:{{ .TelegramID }}\r\n" "exhaustedMsg" = "🚨 耗尽的{{ .Type }}:\r\n" "exhaustedCount" = "🚨 耗尽的{{ .Type }}数量:\r\n" "disabled" = "🛑 禁用:{{ .Disabled }}\r\n" "depleteSoon" = "🔜 即将耗尽:{{ .Deplete }}\r\n \r\n" "backupTime" = "🗄 备份时间:{{ .Time }}\r\n" -"refreshedOn" = "🔄🕒 刷新时间:{{ .Time }}\r\n" +"refreshedOn" = "\r\n📋🔄 刷新时间:{{ .Time }}\r\n \r\n" [tgbot.buttons] "closeKeyboard" = "❌ 关闭键盘" |
