Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add Chinese translation #759

Open
wants to merge 1 commit into
base: dev-5.x
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/translations/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,13 @@ export default {
},
NOTHING_TO_SHOW: '검색된 사항이 존재하지 않습니다.',
},
CN: {
PLACEHOLDER: '选择其中一项',
SEARCH_PLACEHOLDER: '输入内容...',
SELECTED_ITEMS_COUNT_TEXT: {
1: '已选择一项',
n: '已选择 {count} 项',
},
NOTHING_TO_SHOW: '没有内容可显示!',
},
};