You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/client/src/translations/vi/translation.json
+9-2Lines changed: 9 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,8 @@
11
11
},
12
12
"add_link": {
13
13
"add_link": "Thêm liên kết",
14
-
"button_add_link": "Thêm liên kết"
14
+
"button_add_link": "Thêm liên kết",
15
+
"help_on_links": "Trợ giúp về các liên kết"
15
16
},
16
17
"bulk_actions": {
17
18
"other": "Khác"
@@ -41,7 +42,13 @@
41
42
"message": "Đã xảy ra lỗi nghiêm trọng ngăn ứng dụng client khởi động\n\n{{message}}\n\nĐiều này có khả năng bị gây ra bởi một script hoạt động không như mong đợi. Hãy thử khởi động ứng dụng ở chế độ an toàn và giải quyết vấn đề."
42
43
},
43
44
"widget-error": {
44
-
"title": "Khởi tạo widget thất bại"
45
+
"title": "Khởi tạo widget thất bại",
46
+
"message-custom": "Tiện ích tùy chỉnh từ ghi chú với ID \"{{id}}\", tiêu đề \"{{title}}\" không thể khởi tạo vì:\n\n{{message}}",
47
+
"message-unknown": "Tiện ích chưa biết không thể được khởi tạo vì:\n\n{{message}}"
48
+
},
49
+
"bundle-error": {
50
+
"title": "Tải script tùy chọn thất bại",
51
+
"message": "Script từ ghi chú ID \"{{id}}\", tiêu đề \"{{title}}\" không thể chạy được vì:\n\n{{message}}"
0 commit comments