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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/vi.js')
-rw-r--r--l10n/vi.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/l10n/vi.js b/l10n/vi.js
index 4bb58bf..68e66eb 100644
--- a/l10n/vi.js
+++ b/l10n/vi.js
@@ -1,6 +1,8 @@
OC.L10N.register(
"notifications",
{
+ "Hello %s" : "Xin chào %s",
+ "Hello %s," : "Xin chào %s,",
"Admin notifications" : "Thông báo quản trị",
"Notifications" : "Thông báo",
"This app provides a backend and frontend for the notification API available in Nextcloud." : "Ứng dụng này cung cấp kết nối giữa dữ liệu nền / backend / và lớp tương tác / frontend / với API hiển thị thông báo trên Nextcloud",
@@ -13,6 +15,11 @@ OC.L10N.register(
"Dismiss" : "Bỏ qua",
"seconds ago" : "vài giây trước",
"Failed to dismiss notification" : "Lỗi bỏ qua thông báo",
- "in {path}" : "trong {path}"
+ "in {path}" : "trong {path}",
+ "You need to set up your email address before you can receive notification emails." : "Bạn cần phải thiết lập địa chỉ email trước khi nhận được email thông báo.",
+ "Never" : "Không bao giờ",
+ "1 hour" : "1 tiếng",
+ "3 hours" : "3 tiếng",
+ "Your settings have been updated." : "Các thiết lập của bạn vừa được cập nhật"
},
"nplurals=1; plural=0;");