Add some more ja translations

pull/536/head
Alan Savage 3 years ago
parent a24a7b847c
commit 9d78bb0491

@ -8,16 +8,71 @@
"loadingRecords": "読み込み中...",
"processing": "処理中...",
"search": "検索:",
"thousands": ",",
"zeroRecords": "一致するレコードがありません",
"aria": {
"sortAscending": ": 列を昇順に並べ替えるにはアクティブにする",
"sortDescending": ": 列を降順に並べ替えるにはアクティブにする"
},
"buttons": {
"colvis": "項目の表示/非表示",
"csv": "CSVをダウンロード"
},
"paginate": {
"first": "先頭",
"last": "最終",
"next": "次",
"previous": "前"
},
"aria": {
"sortAscending": ": 列を昇順に並べ替えるにはアクティブにする",
"sortDescending": ": 列を降順に並べ替えるにはアクティブにする"
},
"thousands": ","
"searchBuilder": {
"add": "条件を追加",
"clearAll": "すべての条件をクリア",
"condition": "条件",
"data": "項目",
"value": "値",
"button": {
"0": "カスタムサーチ",
"_": "カスタムサーチ (%d)"
},
"conditions": {
"date": {
"after": "次の日付以降",
"before": "次の日付以前",
"between": "次の期間に含まれる",
"empty": "空白",
"equals": "次の日付と等しい",
"not": "次の日付と等しくない",
"notBetween": "次の期間に含まれない",
"notEmpty": "空白ではない"
},
"number": {
"between": "次の値の間に含まれる",
"empty": "空白",
"equals": "次の値と等しい",
"gt": "次の値よりも大きい",
"gte": "次の値以上",
"lt": "次の値未満",
"lte": "次の値以下",
"not": "次の値と等しくない",
"notBetween": "次の値の間に含まれない",
"notEmpty": "空白ではない"
},
"string": {
"contains": "次の文字を含む",
"empty": "空白",
"endsWith": "次の文字で終わる",
"equals": "次の文字と等しい",
"not": "次の文字と等しくない",
"notContains": "次の文字を含まない",
"notEmpty": "空白ではない",
"notEndsWith": "次の文字で終わらない",
"notStartsWith": "次の文字で始まらない",
"startsWith": "次の文字から始まる"
}
},
"title": {
"0": "カスタムサーチ",
"_": "カスタムサーチ (%d)"
}
}
}
Loading…
Cancel
Save