From 17368e02c846f64413a276e777bcc3604ea4ff5d Mon Sep 17 00:00:00 2001 From: razonyang Date: Tue, 28 May 2024 13:27:10 +0800 Subject: [PATCH] feat(i18n): add Vietnamese translations --- i18n/vi.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 i18n/vi.toml diff --git a/i18n/vi.toml b/i18n/vi.toml new file mode 100644 index 0000000..8ce5335 --- /dev/null +++ b/i18n/vi.toml @@ -0,0 +1,18 @@ +[go_back] +other = "Go back" + +[home] +other = "Home" + +[offline_title] +other = "Oops! You're offline" + +[offline_info] +other = """ +It seems there is a problem of your connection, please check your network status. + +Please get in touch with us if you think this is a server error. Thank you. +""" + +[try_again] +other = "Try again"