forms/l10n/vi.js

14 lines
342 B
JavaScript
Raw Permalink Normal View History

2019-12-22 05:14:19 +01:00
OC.L10N.register(
"forms",
{
2020-06-17 04:35:00 +02:00
"Required" : "Bắt buộc",
2019-12-22 05:14:19 +01:00
"Group" : "N",
"Description" : "Mô tả",
2020-07-08 04:36:25 +02:00
"Summary" : "tóm tắt",
2020-04-29 05:16:35 +02:00
"Settings" : "Thiết lập",
"Set expiration date" : "Đặt ngày hết hạn",
2020-05-04 05:15:45 +02:00
"Expiration date" : "Ngày kết thúc",
2020-04-30 05:19:48 +02:00
"Submit" : "Gửi đi"
2019-12-22 05:14:19 +01:00
},
"nplurals=1; plural=0;");