From d00f0cc209bebea4e0bb99a3d70ddc510a39f62f 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 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 i18n/vi.toml diff --git a/i18n/vi.toml b/i18n/vi.toml new file mode 100644 index 0000000..fdc09d7 --- /dev/null +++ b/i18n/vi.toml @@ -0,0 +1,11 @@ +[decrypt] +other = "Decrypt" + +[enter_password] +other = "Please enter the password" + +[incorrect_password] +other = "The password is incorrect." + +[protected_by_password] +other = "The following content is protected."