Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit f9c6d63

Browse files
authored
Merge pull request #15 from KingMario/patch-1
Chinese Simplified Translation
2 parents a796936 + 61bbec3 commit f9c6d63

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Diff for: src/utils/DatasourceLanguage.js

+17
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,22 @@ export default {
5151
'btn_last': 'Dernière'
5252
}
5353
},
54+
// Chinese Simplified translation
55+
'zh-CN': {
56+
'table': {
57+
'label_limits': '显示',
58+
'label_search': '搜索',
59+
'placeholder_search': '输入搜索..',
60+
'records_not_found': '记录未找到'
61+
},
62+
'pagination': {
63+
'label_show': '正在显示',
64+
'label_to': '到',
65+
'label_of': '总共',
66+
'label_entries': '条目',
67+
'btn_first': '首页',
68+
'btn_last': '未页'
69+
}
70+
},
5471
}
5572
}

0 commit comments

Comments
 (0)