diff options
Diffstat (limited to 'web/translation/translate.en_US.toml')
| -rw-r--r-- | web/translation/translate.en_US.toml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/web/translation/translate.en_US.toml b/web/translation/translate.en_US.toml index f0a54636..ac40d7a2 100644 --- a/web/translation/translate.en_US.toml +++ b/web/translation/translate.en_US.toml @@ -605,12 +605,17 @@ "pass_prompt" = "š Default Password: {{ .ClientPassword }}\n\nEnter your password." "email_prompt" = "š§ Default Email: {{ .ClientEmail }}\n\nEnter your email." "comment_prompt" = "š¬ Default Comment: {{ .ClientComment }}\n\nEnter your Comment." -"inbound_client_data_id" = "š Inbound: {{ .InboundRemark }}\n\nš ID: {{ .ClientId }}\nš§ Email: {{ .ClientEmail }}\nš Traffic: {{ .ClientTraffic }}\nš
Expire Date: {{ .ClientExp }}\nš¬ Comment: {{ .ClientComment }}\n\nYou can add the client to inbound now!" -"inbound_client_data_pass" = "š Inbound: {{ .InboundRemark }}\n\nš Password: {{ .ClientPass }}\nš§ Email: {{ .ClientEmail }}\nš Traffic: {{ .ClientTraffic }}\nš
Expire Date: {{ .ClientExp }}\nš¬ Comment: {{ .ClientComment }}\n\nYou can add the client to inbound now!" +"inbound_client_data_id" = "š Inbound: {{ .InboundRemark }}\n\nš ID: {{ .ClientId }}\nš§ Email: {{ .ClientEmail }}\nš Traffic: {{ .ClientTraffic }}\nš
Expire Date: {{ .ClientExp }}\nš IP Limit: {{ .IpLimit }}\nš¬ Comment: {{ .ClientComment }}\n\nYou can add the client to inbound now!" +"inbound_client_data_pass" = "š Inbound: {{ .InboundRemark }}\n\nš Password: {{ .ClientPass }}\nš§ Email: {{ .ClientEmail }}\nš Traffic: {{ .ClientTraffic }}\nš
Expire Date: {{ .ClientExp }}\nš IP Limit: {{ .IpLimit }}\nš¬ Comment: {{ .ClientComment }}\n\nYou can add the client to inbound now!" "cancel" = "ā Process Canceled! \n\nYou can /start again anytime. š" "error_add_client" = "ā ļø Error:\n\n {{ .error }}" "using_default_value" = "Okay, I'll stick with the default value. š" "incorrect_input" ="Your input is not valid.\nThe phrases should be continuous without spaces.\nCorrect example: aaaaaa\nIncorrect example: aaa aaa š«" +"AreYouSure" = "Are you sure? š¤" +"SuccessResetTraffic" = "š§ Email: {{ .ClientEmail }}\nš Result: ā
Success" +"FailedResetTraffic" = "š§ Email: {{ .ClientEmail }}\nš Result: ā Failed \n\nš ļø Error: [ {{ .ErrorMessage }} ]" +"FinishProcess" = "š Traffic reset process finished for all clients." + [tgbot.buttons] "closeKeyboard" = "ā Close Keyboard" @@ -654,6 +659,8 @@ "change_password" = "āļøš Password" "change_email" = "āļøš§ Email" "change_comment" = "āļøš¬ Comment" +"ResetAllTraffics" = "Reset All Traffics" +"SortedTrafficUsageReport" = "Sorted Traffic Usage Report" [tgbot.answers] "successfulOperation" = "ā
Operation successful!" |
