META-INF.resources.bower_components.globalize-languages.ug-CN.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-globalize Show documentation
Show all versions of jwebmp-globalize Show documentation
The JWebSwing implementation for a full Globalization
The newest version!
(function ($) {
var cultures = Globalize.cultures,
en = cultures.en,
standard = en.calendars.standard,
culture = cultures["ug-CN"] = $.extend(true, {}, en, {
name: "ug-CN",
englishName: "Uyghur (PRC)",
nativeName: "ئۇيغۇرچە (جۇڭخۇا خەلق جۇمھۇرىيىتى)",
language: "ug",
isRTL: true,
numberFormat: {
percent: {
pattern: ["-n%", "n%"]
},
currency: {
pattern: ["$-n", "$n"],
symbol: "¥"
}
},
calendars: {
standard: $.extend(true, {}, standard, {
'/': "-",
days: {
names: ["يەكشەنبە", "دۈشەنبە", "سەيشەنبە", "چارشەنبە", "پەيشەنبە", "جۈمە", "شەنبە"],
namesAbbr: ["يە", "دۈ", "سە", "چا", "پە", "جۈ", "شە"],
namesShort: ["ي", "د", "س", "چ", "پ", "ج", "ش"]
},
months: {
names: ["1-ئاي", "2-ئاي", "3-ئاي", "4-ئاي", "5-ئاي", "6-ئاي", "7-ئاي", "8-ئاي", "9-ئاي", "10-ئاي", "11-ئاي", "12-ئاي", ""],
namesAbbr: ["1-ئاي", "2-ئاي", "3-ئاي", "4-ئاي", "5-ئاي", "6-ئاي", "7-ئاي", "8-ئاي", "9-ئاي", "10-ئاي", "11-ئاي", "12-ئاي", ""]
},
AM: ["چۈشتىن بۇرۇن", "چۈشتىن بۇرۇن", "چۈشتىن بۇرۇن"],
PM: ["چۈشتىن كېيىن", "چۈشتىن كېيىن", "چۈشتىن كېيىن"],
eras: [{"name": "مىلادى", "start": null, "offset": 0}],
patterns: {
d: "yyyy-M-d",
D: "yyyy-'يىلى' MMMM d-'كۈنى،'",
t: "H:mm",
T: "H:mm:ss",
f: "yyyy-'يىلى' MMMM d-'كۈنى،' H:mm",
F: "yyyy-'يىلى' MMMM d-'كۈنى،' H:mm:ss",
M: "MMMM d'-كۈنى'",
Y: "yyyy-'يىلى' MMMM"
}
})
}
}, cultures["ug-CN"]);
culture.calendar = culture.calendars.standard;
})(jQuery);