mirror of https://github.com/abpframework/abp.git
13 changed files with 104 additions and 0 deletions
@ -0,0 +1,7 @@ |
|||
{ |
|||
"culture": "vi", |
|||
"texts": { |
|||
"BirthDate": "Ngày sinh", |
|||
"Value1": "Giá trị thứ nhất" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "vi", |
|||
"texts": { |
|||
"hello": "xin chào" |
|||
} |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
{ |
|||
"culture": "vi", |
|||
"texts": { |
|||
"USA": "Nước Mỹ", |
|||
"Brazil": "Brazil" |
|||
} |
|||
} |
|||
@ -0,0 +1,7 @@ |
|||
{ |
|||
"culture": "vi", |
|||
"texts": { |
|||
"ThisFieldIsRequired": "Trường này là bắt buộc", |
|||
"MaxLenghtErrorMessage": "Trường này có thể có tối đa là '{0}' kí tự" |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
{ |
|||
"culture": "vi", |
|||
"texts": { |
|||
"Hello <b>{0}</b>.": "Xin chào <b>{0}</b>.", |
|||
"Car": "Car", |
|||
"CarPlural": "Cars", |
|||
"MaxLenghtErrorMessage": "Kích thước trường này có tối đa '{0}' kí tự", |
|||
"Universe": "Vũ trụ", |
|||
"FortyTwo": "Bốn mươi hai" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "vi", |
|||
"texts": { |
|||
"SeeYou": "Hẹn gặp lại" |
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
{ |
|||
"culture": "vi", |
|||
"texts": { |
|||
"Menu:Home": "Trang chủ", |
|||
"Welcome": "Xin chào bạn", |
|||
"RolesInApplication": "Vai trò trong ứng dụng", |
|||
"UserCount": "Số lượng người dùng", |
|||
"LongWelcomeMessage": "Chào mừng bạn đến ứng dụng. Đây là mẫu khởi động dự án dựa trên khung ABP. Để biết thêm thông tin, hãy truy cập abp.io." |
|||
} |
|||
} |
|||
@ -0,0 +1,10 @@ |
|||
{ |
|||
"culture": "vi", |
|||
"texts": { |
|||
"Permission:ProductManagement": "Quản lý sản phẩm", |
|||
"Permission:Products": "Sản phẩm", |
|||
"Permission:Edit": "Sửa", |
|||
"Permission:Delete": "Xóa", |
|||
"Permission:Create": "Tạo" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "vi", |
|||
"texts": { |
|||
|
|||
} |
|||
} |
|||
@ -0,0 +1,16 @@ |
|||
{ |
|||
"culture": "vi", |
|||
"texts": { |
|||
"Menu:ProductManagement": "Quản lý sản phẩm", |
|||
"Menu:Products": "Sản phẩm", |
|||
"ProductManagement": "Quản lý sản phẩm", |
|||
"CreateANewProduct": "Tạo một sản phẩm mới", |
|||
"Products": "Sản phẩm", |
|||
"StockCount": "Số chứng khoán", |
|||
"Code": "Mã", |
|||
"Name": "Tên", |
|||
"Price": "Giá", |
|||
"ImageName": "Tên ảnh", |
|||
"ProductDeletionWarningMessage": "Bạn có chắc chắn muốn xóa sản phẩm này?" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "vi", |
|||
"texts": { |
|||
"Permission:MyProjectName": "TenDuAnCuaBan" |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "vi", |
|||
"texts": { |
|||
|
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"culture": "vi", |
|||
"texts": { |
|||
|
|||
} |
|||
} |
|||
Loading…
Reference in new issue