You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
464 B
13 lines
464 B
define( |
|
({ |
|
singleSort: "単一ソート", |
|
nestedSort: "入れ子ソート", |
|
ascending: "クリックすると昇順でソート", |
|
descending: "クリックすると降順でソート", |
|
sortingState: "${0} - ${1}", |
|
unsorted: "この列をソートしない", |
|
indirectSelectionRadio: "行 ${0}、単一選択、ラジオ・ボックス", |
|
indirectSelectionCheckBox: "行 ${0}、複数選択、チェック・ボックス", |
|
selectAll: "すべて選択" |
|
}) |
|
);
|
|
|