Japanese translation for DataTables
- Author: yusuke
- Author: Seigo ISHINO
- Author: jhang94
- Author: Alan Savage
- Author: soga
- Author: Jacques Deguest
- Author: Norihisa, Yanai
- Author: harusann2@gmail.com
Use
There are a number of ways to make use of this translation in your DataTables.
Browser loading / CDN
Loading DataTables' language information directly in the browser is done with the .json file:
You DataTables initialisation might look like this:
12345vartable =newDataTable('#myTable', {language: {url:'//cdn.datatables.net/plug-ins/{plugins-release-version}/i18n/ja.json',},});
ES modules
If you are using ES modules (e.g. with Vite or similar bundler), then can use the datatables.net-plugins package (.mjs files), which this translation is available in. In such a case your initialisation code might look like:
123456importDataTable from'datatables.net';importlanguage from'datatables.net-plugins/i18n/ja.mjs';vartable =newDataTable('#myTable', {language,});
CommonJS
If you are using CommonJS (i.e. in an older version of Node or Webpack), the translation files can be loaded in from the .js files which will return the JSON structure for the translation (note that unlike the other DataTables plug-ins it does not return a function to be executed - just a JSON object):
1234567var$ = require('jquery');varDataTable = require('datatables.net')(window, $);varlanguage = require('datatables.net-plugins/i18n/ja.js');vartable =newDataTable('#myTable', {language: language,});
Plug-in code
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248{"aria": {"paginate": {"first":"先頭","last":"最終","next":"次","previous":"前"}},"autoFill": {"cancel":"キャンセル","fill":"すべてのセルを <i>%d<\/i> で埋める","fillHorizontal":"横方向にセルを埋める","fillVertical":"縦方向にセルを埋める","info":""},"buttons": {"collection":"コレクション <span class=\"ui-button-icon-primary ui-icon ui-icon-triangle-1-s\"><\/span>","colvis":"カラム表示\/非表示","colvisRestore":"カラム表示のリセット","copy":"コピー","copyKeys":"Ctrl または ⌘ + C でテーブルのデータをクリップボードにコピーできます。<br \/><br \/>キャンセルするには、このメッセージをクリックするか、Esc キーを押してください。","copySuccess": {"_":"%d 行をクリップボードにコピーしました","1":"1 行をクリップボードにコピーしました"},"copyTitle":"クリップボードにコピー","createState":"Stateを作成","csv":"CSV","excel":"Excel","pageLength": {"_":"%d 行を表示","-1":"すべての行を表示"},"pdf":"PDF","print":"印刷","removeAllStates":"Stateを全て削除","removeState":"削除","renameState":"名前を変更","savedStates":"State一覧","stateRestore":"State %d","updateState":"更新"},"datetime": {"amPm": {"0":"午前","1":"午後"},"hours":"時","minutes":"分","months": {"0":"1月","1":"2月","10":"11月","11":"12月","2":"3月","3":"4月","4":"5月","5":"6月","6":"7月","7":"8月","8":"9月","9":"10月"},"next":"次","previous":"前","seconds":"秒","unknown":"-","weekdays": {"0":"日","1":"月","2":"火","3":"水","4":"木","5":"金","6":"土"}},"decimal":"","editor": {"close":"閉じる","create": {"button":"新規","submit":"作成","title":"新しいエントリーを作成"},"edit": {"button":"編集","submit":"更新","title":"エントリーの編集"},"error": {"system":"システムエラーが発生しました (<a target=\"\\\" rel=\"nofollow\" href=\"\\\">詳細<\/a>)。"},"multi": {"info":"選択されたアイテムにはこの入力に対して異なる値が含まれています。同じ値を設定する場合はクリック(またはタップ)してください。それ以外の場合は個別の値が維持されます。","noMulti":"この入力は個別には編集できますが、グループの一部としては編集できません。","restore":"元に戻す","title":"複数の値"},"remove": {"button":"削除","confirm": {"_":"%d 行を削除しますか?","1":"1 行を削除しますか?"},"submit":"削除","title":"削除"}},"emptyTable":"テーブルにデータがありません","info":" _TOTAL_ 件中 _START_ から _END_ まで表示","infoEmpty":" 0 件中 0 から 0 まで表示","infoFiltered":"(全 _MAX_ 件より抽出)","infoPostFix":"","infoThousands":",","lengthMenu":"_MENU_ 件表示","loadingRecords":"読み込み中...","processing":"処理中...","search":"検索:","searchBuilder": {"add":"条件を追加","button": {"_":"カスタムサーチ (%d)","0":"カスタムサーチ"},"clearAll":"すべての条件をクリア","condition":"条件","conditions": {"array": {"contains":"含む","empty":"空","equals":"等しい","not":"等しくない","notEmpty":"空ではない","without":"を含まない"},"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":"で始まる"}},"data":"カラム","deleteTitle":"絞り込みルールを削除","leftTitle":"インデントを解除","logicAnd":"And","logicOr":"Or","rightTitle":"インデント","title": {"_":"カスタムサーチ (%d)","0":"カスタムサーチ"},"value":"Value"},"searchPanes": {"clearMessage":"すべてクリア","collapse": {"_":"検索ペイン (%d)","0":"検索ペイン"},"collapseMessage":"すべて折りたたむ","count":"{total}","countFiltered":"{shown} ({total})","emptyPanes":"検索ペインがありません","loadMessage":"検索ペインを読み込み中","showMessage":"すべて表示","title":"有効なフィルター - %d"},"searchPlaceholder":"","select": {"cells": {"_":"%d 個のセルが選択されました","0":"","1":"1 個のセルが選択されました"},"columns": {"_":"%d 列が選択されました","0":"","1":"1 列が選択されました"},"rows": {"_":"%d 行が選択されました","0":"","1":"1 行が選択されました"}},"stateRestore": {"creationModal": {"button":"作成","columns": {"search":"列の検索","visible":"列の表示"},"name":"名前:","order":"ソート","paging":"ページング","scroller":"スクロール位置","search":"検索","searchBuilder":"カスタムサーチ","select":"検索","title":"新しいStateを作成","toggleLabel":"含む:"},"duplicateError":"この名前のStateはすでに存在します。","emptyError":"名前を空にすることはできません。","emptyStates":"保存されたStateはありません","removeConfirm":"%s を削除してよろしいですか?","removeError":"Stateの削除に失敗しました。","removeJoiner":" と ","removeSubmit":"削除","removeTitle":"Stateを削除","renameButton":"名前を変更","renameLabel":"%s の新しい名前:","renameTitle":"名前を変更"},"thousands":",","zeroRecords":"一致するレコードがありません"}
Contributing
If you have any ideas for how this plug-in can be improved please go to the translations plug-ins page and click the Contribute button to submit corrections and additions.
Post new comment
Contributions in the form of tips, code snippets and suggestions for the above material are very welcome. To post a comment, please use the form below. Text is formatted by Markdown.
To post comments, please sign in to your DataTables account, or register:
Any questions posted here will be deleted without being published.
Please post questions in the Forums. Comments are moderated.