Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/oauth2/l10n/vi.js')
-rw-r--r--apps/oauth2/l10n/vi.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/oauth2/l10n/vi.js b/apps/oauth2/l10n/vi.js
index dab042708c3..71a04747080 100644
--- a/apps/oauth2/l10n/vi.js
+++ b/apps/oauth2/l10n/vi.js
@@ -1,11 +1,13 @@
OC.L10N.register(
"oauth2",
{
+ "OAuth 2.0" : "OAuth 2.0",
"OAuth 2.0 clients" : "kết nối OAuth 2.0",
"Name" : "Tên",
"Redirection URI" : "Liên kết chuyển tiếp",
"Secret" : "Mật khẩu",
"Add client" : "Thêm kết nối",
- "Add" : "Thêm"
+ "Add" : "Thêm",
+ "Delete" : "Xóa"
},
"nplurals=1; plural=0;");