-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
74492dd
commit ec86052
Showing
1 changed file
with
32 additions
and
32 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,34 @@ | ||
export default { | ||
categoriesLabel: 'Danh mục', | ||
emojiUnsupportedMessage: 'Trình duyệt của bạn không hỗ trợ emoji màu.', | ||
favoritesLabel: 'Yêu thích', | ||
loadingMessage: 'Đang tải…', | ||
networkErrorMessage: 'Không thể tải emoji.', | ||
regionLabel: 'Chọn emoji', | ||
searchDescription: 'Khi có kết quả tìm kiếm, nhấn lên hoặc xuống để chọn và nhấn Enter để chọn.', | ||
searchLabel: 'Tìm kiếm', | ||
searchResultsLabel: 'Kết quả tìm kiếm', | ||
skinToneDescription: 'Khi mở rộng, nhấn lên hoặc xuống để chọn và nhấn Enter để chọn.', | ||
skinToneLabel: 'Chọn tông màu da (hiện tại {skinTone})', | ||
skinTonesLabel: 'Tông màu da', | ||
skinTones: [ | ||
'Mặc định', | ||
'Sáng', | ||
'Sáng vừa', | ||
'Trung bình', | ||
'Tối vừa', | ||
'Tối' | ||
], | ||
categories: { | ||
custom: 'Tùy chỉnh', | ||
'smileys-emotion': 'Mặt cười và cảm xúc', | ||
'people-body': 'Người và cơ thể', | ||
'animals-nature': 'Động vật và thiên nhiên', | ||
'food-drink': 'Thức ăn và đồ uống', | ||
'travel-places': 'Du lịch và địa điểm', | ||
activities: 'Hoạt động', | ||
objects: 'Đồ vật', | ||
symbols: 'Biểu tượng', | ||
flags: 'Cờ' | ||
} | ||
categoriesLabel: 'Danh mục', | ||
emojiUnsupportedMessage: 'Trình duyệt của bạn không hỗ trợ emoji màu.', | ||
favoritesLabel: 'Yêu thích', | ||
loadingMessage: 'Đang tải…', | ||
networkErrorMessage: 'Không thể tải emoji.', | ||
regionLabel: 'Chọn emoji', | ||
searchDescription: 'Khi có kết quả tìm kiếm, nhấn lên hoặc xuống để chọn và nhấn Enter để chọn.', | ||
searchLabel: 'Tìm kiếm', | ||
searchResultsLabel: 'Kết quả tìm kiếm', | ||
skinToneDescription: 'Khi mở rộng, nhấn lên hoặc xuống để chọn và nhấn Enter để chọn.', | ||
skinToneLabel: 'Chọn tông màu da (hiện tại {skinTone})', | ||
skinTonesLabel: 'Tông màu da', | ||
skinTones: [ | ||
'Mặc định', | ||
'Sáng', | ||
'Sáng vừa', | ||
'Trung bình', | ||
'Tối vừa', | ||
'Tối' | ||
], | ||
categories: { | ||
custom: 'Tùy chỉnh', | ||
'smileys-emotion': 'Mặt cười và cảm xúc', | ||
'people-body': 'Người và cơ thể', | ||
'animals-nature': 'Động vật và thiên nhiên', | ||
'food-drink': 'Thức ăn và đồ uống', | ||
'travel-places': 'Du lịch và địa điểm', | ||
activities: 'Hoạt động', | ||
objects: 'Đồ vật', | ||
symbols: 'Biểu tượng', | ||
flags: 'Cờ' | ||
} | ||
} |