mirror of
https://github.com/twisterarmy/Cortex.git
synced 2025-03-13 05:51:07 +00:00
30 lines
1.1 KiB
JavaScript
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": "オフ"
|
|
}}); |