From 61bbec31c27e05178541ceee7d2e401838c598a4 Mon Sep 17 00:00:00 2001 From: Changyu Geng Date: Wed, 5 Apr 2017 15:56:39 +0800 Subject: [PATCH] Chinese Simplified Translation --- src/utils/DatasourceLanguage.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/utils/DatasourceLanguage.js b/src/utils/DatasourceLanguage.js index 697181a..cdfa20e 100644 --- a/src/utils/DatasourceLanguage.js +++ b/src/utils/DatasourceLanguage.js @@ -51,5 +51,22 @@ export default { 'btn_last': 'Dernière' } }, + // Chinese Simplified translation + 'zh-CN': { + 'table': { + 'label_limits': '显示', + 'label_search': '搜索', + 'placeholder_search': '输入搜索..', + 'records_not_found': '记录未找到' + }, + 'pagination': { + 'label_show': '正在显示', + 'label_to': '到', + 'label_of': '总共', + 'label_entries': '条目', + 'btn_first': '首页', + 'btn_last': '未页' + } + }, } }