From 273afaa126aabb80e6907cc442579b4dad98a0e7 Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Wed, 5 Nov 2014 16:47:09 -0500 Subject: [PATCH] Added Japanese language text files to js i18n datatables --- airtime_mvc/public/js/datatables/i18n/ja.txt | 17 +++++++++++++++++ airtime_mvc/public/js/datatables/i18n/ja_JP.txt | 17 +++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 airtime_mvc/public/js/datatables/i18n/ja.txt create mode 100644 airtime_mvc/public/js/datatables/i18n/ja_JP.txt diff --git a/airtime_mvc/public/js/datatables/i18n/ja.txt b/airtime_mvc/public/js/datatables/i18n/ja.txt new file mode 100644 index 000000000..54a83283a --- /dev/null +++ b/airtime_mvc/public/js/datatables/i18n/ja.txt @@ -0,0 +1,17 @@ +{ + "sProcessing": "処理中...", + "sLengthMenu": "_MENU_ 件表示", + "sZeroRecords": "データはありません。", + "sInfo": " _TOTAL_ 件中 _START_ から _END_ まで表示", + "sInfoEmpty": " 0 件中 0 から 0 まで表示", + "sInfoFiltered": "(全 _MAX_ 件より抽出)", + "sInfoPostFix": "", + "sSearch": "検索:", + "sUrl": "", + "oPaginate": { + "sFirst": "先頭", + "sPrevious": "前", + "sNext": "次", + "sLast": "最終" + } +} diff --git a/airtime_mvc/public/js/datatables/i18n/ja_JP.txt b/airtime_mvc/public/js/datatables/i18n/ja_JP.txt new file mode 100644 index 000000000..54a83283a --- /dev/null +++ b/airtime_mvc/public/js/datatables/i18n/ja_JP.txt @@ -0,0 +1,17 @@ +{ + "sProcessing": "処理中...", + "sLengthMenu": "_MENU_ 件表示", + "sZeroRecords": "データはありません。", + "sInfo": " _TOTAL_ 件中 _START_ から _END_ まで表示", + "sInfoEmpty": " 0 件中 0 から 0 まで表示", + "sInfoFiltered": "(全 _MAX_ 件より抽出)", + "sInfoPostFix": "", + "sSearch": "検索:", + "sUrl": "", + "oPaginate": { + "sFirst": "先頭", + "sPrevious": "前", + "sNext": "次", + "sLast": "最終" + } +}