]> git.mxchange.org Git - friendica.git/blob - frameworks/bootstrap-select/js/i18n/defaults-zh_TW.js
first files - move to Version 0.1
[friendica.git] / frameworks / bootstrap-select / js / i18n / defaults-zh_TW.js
1 /*!\r
2  * Bootstrap-select v1.10.0 (http://silviomoreto.github.io/bootstrap-select)\r
3  *\r
4  * Copyright 2013-2016 bootstrap-select\r
5  * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)\r
6  */\r
7 \r
8 (function (root, factory) {
9   if (typeof define === 'function' && define.amd) {
10     // AMD. Register as an anonymous module unless amdModuleId is set
11     define(["jquery"], function (a0) {
12       return (factory(a0));
13     });
14   } else if (typeof exports === 'object') {
15     // Node. Does not work with strict CommonJS, but
16     // only CommonJS-like environments that support module.exports,
17     // like Node.
18     module.exports = factory(require("jquery"));
19   } else {
20     factory(jQuery);
21   }
22 }(this, function (jQuery) {
23
24 (function ($) {\r
25   $.fn.selectpicker.defaults = {\r
26     noneSelectedText: '沒有選取任何項目',\r
27     noneResultsText: '沒有找到符合的結果',\r
28     countSelectedText: '已經選取{0}個項目',\r
29     maxOptionsText: ['超過限制 (最多選擇{n}項)', '超過限制(最多選擇{n}組)'],\r
30     selectAllText: '選取全部',\r
31     deselectAllText: '全部取消',\r
32     multipleSeparator: ', '\r
33   };\r
34 })(jQuery);\r
35
36
37 }));