forked from apidoc/apidoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request apidoc#633 from phuong17889/master
Vietnamese translated
- Loading branch information
Showing
2 changed files
with
27 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
define({ | ||
vi: { | ||
'Allowed values:' : 'Giá trị chấp nhận:', | ||
'Compare all with predecessor': 'So sánh với tất cả phiên bản trước', | ||
'compare changes to:' : 'so sánh sự thay đổi với:', | ||
'compared to' : 'so sánh với', | ||
'Default value:' : 'Giá trị mặc định:', | ||
'Description' : 'Chú thích', | ||
'Field' : 'Trường dữ liệu', | ||
'General' : 'Tổng quan', | ||
'Generated with' : 'Được tạo bởi', | ||
'Name' : 'Tên', | ||
'No response values.' : 'Không có kết quả trả về.', | ||
'optional' : 'Tùy chọn', | ||
'Parameter' : 'Tham số', | ||
'Permission:' : 'Quyền hạn:', | ||
'Response' : 'Kết quả', | ||
'Send' : 'Gửi', | ||
'Send a Sample Request' : 'Gửi một yêu cầu mẫu', | ||
'show up to version:' : 'hiển thị phiên bản:', | ||
'Size range:' : 'Kích cỡ:', | ||
'Type' : 'Kiểu', | ||
'url' : 'liên kết' | ||
} | ||
}); |