Cortex/js/localization/dx.phonejs.ja.js
2014-03-24 04:02:57 +04:00

30 lines
1.1 KiB
JavaScript

/*!
* DevExpress PhoneJS
* Version: 13.2.7
* Build date: Feb 10, 2014
*
* Copyright (c) 2012 - 2014 Developer Express Inc. ALL RIGHTS RESERVED
* EULA: http://phonejs.devexpress.com/EULA
*/
Globalize.addCultureInfo("ja", {messages: {
Yes: "はい",
No: "いいえ",
Cancel: "キャンセル",
Clear: "クリア",
Done: "完了",
Loading: "読み込み中…",
Select: "選択…",
Search: "検索",
"dxCollectionContainerWidget-noDataText": "表示するデータはありません。",
"dxList-pullingDownText": "引っ張って更新…",
"dxList-pulledDownText": "指を離して更新…",
"dxList-refreshingText": "更新中…",
"dxList-pageLoadingText": "読み込み中",
"dxScrollView-pullingDownText": "引っ張って更新…",
"dxScrollView-pulledDownText": "指を離して更新…",
"dxScrollView-refreshingText": "更新中…",
"dxScrollView-reachBottomText": "読み込み中",
"dxSwitch-onText": "オン",
"dxSwitch-offText": "オフ"
}});