Skip to content

Commit ff8f6cc

Browse files
authored
Merge pull request #4 from imdevan/759-louis-pr
2 parents 738f250 + c7a6bb5 commit ff8f6cc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/translations/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,13 @@ export default {
8686
},
8787
NOTHING_TO_SHOW: '검색된 사항이 존재하지 않습니다.',
8888
},
89+
CN: {
90+
PLACEHOLDER: '选择其中一项',
91+
SEARCH_PLACEHOLDER: '输入内容...',
92+
SELECTED_ITEMS_COUNT_TEXT: {
93+
1: '已选择一项',
94+
n: '已选择 {count} 项',
95+
},
96+
NOTHING_TO_SHOW: '没有内容可显示!',
97+
},
8998
};

0 commit comments

Comments
 (0)