diff options
| author | Matin <22664859+MatinHQ@users.noreply.github.com> | 2024-08-19 00:29:10 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-19 00:29:10 +0300 |
| commit | 82553901312f45e79daf294974f5263415156d68 (patch) | |
| tree | 32bf3f760feab9780b0e33783eb35d06291fcd89 | |
| parent | 438a9684ee04caf353020bc0d8c0cea19aa4ee5c (diff) | |
Update Persian translate (#2495)
* Adjust translates for persian
* Also add spacing for expreIn key
* Adjust spacing agian for expireIn (thanks to vscode for breaking it)
| -rw-r--r-- | web/translation/translate.fa_IR.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/translation/translate.fa_IR.toml b/web/translation/translate.fa_IR.toml index 79635e3f..ca6e1252 100644 --- a/web/translation/translate.fa_IR.toml +++ b/web/translation/translate.fa_IR.toml @@ -517,10 +517,10 @@ "unlimited" = "♾ - نامحدود(ریست)" "add" = "اضافه کردن" "month" = "ماه" -"months" = "ماهها" +"months" = "ماه" "day" = "روز" -"days" = "روزها" -"hours" = "ساعتها" +"days" = "روز" +"hours" = "ساعت" "unknown" = "نامشخص" "inbounds" = "ورودیها" "clients" = "کلاینتها" @@ -567,7 +567,7 @@ "inbound" = "📍 نامورودی: {{ .Remark }}\r\n" "port" = "🔌 پورت: {{ .Port }}\r\n" "expire" = "📅 تاریخانقضا: {{ .Time }}\r\n\r\n" -"expireIn" = "📅 باقیماندهتاانقضا: {{ .Time }}\r\n\r\n" +"expireIn" = "📅 باقی مانده تا انقضا: {{ .Time }}\r\n\r\n" "active" = "💡 فعال: {{ .Enable }}\r\n" "enabled" = "🚨 وضعیت: {{ .Enable }}\r\n" "online" = "🌐 وضعیت اتصال: {{ .Status }}\r\n" |
