update i18n doc

pull/7073/head
Leopoldthecoder 2017-09-17 20:47:27 +08:00 committed by 杨奕
parent 678cf1103f
commit 4576c72ef8
3 changed files with 6 additions and 4 deletions

View File

@ -206,6 +206,7 @@ Currently Element ships with the following languages:
<li>Estonian (ee)</li> <li>Estonian (ee)</li>
<li>Slovenian (sl)</li> <li>Slovenian (sl)</li>
<li>Arabic (ar)</li> <li>Arabic (ar)</li>
<li>Hebrew (he)</li>
</ul> </ul>
If your target language is not included, you are more than welcome to contribute: just add another language config [here](https://github.com/ElemeFE/element/tree/master/src/locale/lang) and create a pull request. If your target language is not included, you are more than welcome to contribute: just add another language config [here](https://github.com/ElemeFE/element/tree/master/src/locale/lang) and create a pull request.

View File

@ -218,6 +218,7 @@ ElementLocale.i18n((key, value) => i18n.t(key, value))
<li>爱沙尼亚语ee</li> <li>爱沙尼亚语ee</li>
<li>斯洛文尼亚语sl</li> <li>斯洛文尼亚语sl</li>
<li>阿拉伯语ar</li> <li>阿拉伯语ar</li>
<li>希伯来语he</li>
</ul> </ul>
如果你需要使用其他的语言,欢迎贡献 PR只需在 [这里](https://github.com/ElemeFE/element/tree/master/src/locale/lang) 添加一个语言配置文件即可。 如果你需要使用其他的语言,欢迎贡献 PR只需在 [这里](https://github.com/ElemeFE/element/tree/master/src/locale/lang) 添加一个语言配置文件即可。

View File

@ -95,10 +95,10 @@ export default {
transfer: { transfer: {
noMatch: 'אין נתונים מתאימים', noMatch: 'אין נתונים מתאימים',
noData: 'ללא נתונים', noData: 'ללא נתונים',
titles: ['רשימה 1', 'רשימה 2'], // to be translated titles: ['רשימה 1', 'רשימה 2'],
filterPlaceholder: 'הקלד', // to be translated filterPlaceholder: 'הקלד',
noCheckedFormat: 'פריטים {total}', // to be translated noCheckedFormat: 'פריטים {total}',
hasCheckedFormat: ' אישור {checked}/{total}' // to be translated hasCheckedFormat: ' אישור {checked}/{total}'
} }
} }
}; };