From 3b55d06b89bf64873e685c3d78fce5affbba3d17 Mon Sep 17 00:00:00 2001 From: zheng_wenlong Date: Tue, 16 Apr 2019 11:20:38 +0900 Subject: Add warehouse server source code. [Patch Set 2] Add ReadMe.md Change-Id: I6ade52d2490f5ca4ba107c1a27ed6d5b39048725 Signed-off-by: zheng_wenlong --- .../dataTables-1.10.16/i18n/datatables-ja-JP.json | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 warehouse/src/main/webapp/js/dataTables-1.10.16/i18n/datatables-ja-JP.json (limited to 'warehouse/src/main/webapp/js/dataTables-1.10.16/i18n/datatables-ja-JP.json') diff --git a/warehouse/src/main/webapp/js/dataTables-1.10.16/i18n/datatables-ja-JP.json b/warehouse/src/main/webapp/js/dataTables-1.10.16/i18n/datatables-ja-JP.json new file mode 100644 index 0000000..a62216a --- /dev/null +++ b/warehouse/src/main/webapp/js/dataTables-1.10.16/i18n/datatables-ja-JP.json @@ -0,0 +1,23 @@ +{ + "sProcessing": "Please wait a little while reading�B", + "sZeroRecords": "No records were found", + "sEmptyTable": "No records were found", + "sInfo": "(_START_~_END_)/_TOTAL_", + "sInfoEmpty": "(0~0)/0", + "sInfoFiltered": "(filtered from _MAX_ total entries)", + "sInfoPostFix": "", + "sInfoThousands": ".", + "sLengthMenu": " Per page : _MENU_", + "sLoadingRecords": "Wird geladen...", + "sSearch": "Search", + "oPaginate": { + "sFirst": "<<", + "sPrevious": "<", + "sNext": ">", + "sLast": ">>" + }, + "oAria": { + "sSortAscending": ": activate to sort column ascending", + "sSortDescending": ": activate to sort column descending" + } +} \ No newline at end of file -- cgit 1.2.3-korg