1
0
mirror of synced 2024-11-25 14:26:03 +03:00

Shorten Japanese translation for formatNoMatches

This commit is contained in:
execjosh 2013-05-21 00:44:38 +09:00
parent edddf961a1
commit 2ac008c483

View File

@ -5,7 +5,7 @@
"use strict";
$.extend($.fn.select2.defaults, {
formatNoMatches: function () { return "該当項目なし"; },
formatNoMatches: function () { return "該当なし"; },
formatInputTooShort: function (input, min) { var n = min - input.length; return "後" + n + "文字入れてください"; },
formatInputTooLong: function (input, max) { var n = input.length - max; return "検索文字列が" + n + "文字長すぎます"; },
formatSelectionTooBig: function (limit) { return "最多で" + limit + "項目までしか選択できません"; },