angular-cn/packages/common/locales/chr.ts

59 lines
1.8 KiB
TypeScript
Raw Normal View History

/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
// THIS CODE IS GENERATED - DO NOT MODIFY
// See angular/tools/gulp-tasks/cldr/extract.js
function plural(n: number): number {
if (n === 1) return 1;
return 5;
}
export default [
'chr',
[
['Ꮜ', ''],
['ᏌᎾᎴ', 'ᏒᎯᏱᎢᏗᏢ'],
],
[
['ᏌᎾᎴ', 'ᏒᎯᏱᎢᏗᏢ'],
,
],
[
['Ꮖ', 'Ꮙ', '', '', 'Ꮕ', '', 'Ꭴ'],
['ᏆᏍᎬ', 'ᏉᏅᎯ', 'ᏔᎵᏁ', 'ᏦᎢᏁ', 'ᏅᎩᏁ', 'ᏧᎾᎩ', 'ᏈᏕᎾ'],
[
'ᎤᎾᏙᏓᏆᏍᎬ', 'ᎤᎾᏙᏓᏉᏅᎯ', 'ᏔᎵᏁᎢᎦ', 'ᏦᎢᏁᎢᎦ',
'ᏅᎩᏁᎢᎦ', 'ᏧᎾᎩᎶᏍᏗ', 'ᎤᎾᏙᏓᏈᏕᎾ'
],
['ᏍᎬ', 'ᏅᎯ', 'ᏔᎵ', '', 'ᏅᎩ', 'ᏧᎾ', 'ᏕᎾ']
],
,
[
['Ꭴ', 'Ꭷ', '', 'Ꭷ', '', '', '', 'Ꭶ', '', '', 'Ꮕ', ''],
[
'ᎤᏃ', 'ᎧᎦ', 'ᎠᏅ', 'ᎧᏬ', '', 'ᏕᎭ', 'ᎫᏰ', 'ᎦᎶ', 'ᏚᎵ',
'', 'ᏅᏓ', 'ᎥᏍ'
],
[
'ᎤᏃᎸᏔᏅ', 'ᎧᎦᎵ', 'ᎠᏅᏱ', 'ᎧᏬᏂ', 'ᎠᏂᏍᎬᏘ', 'ᏕᎭᎷᏱ',
'ᎫᏰᏉᏂ', 'ᎦᎶᏂ', 'ᏚᎵᏍᏗ', 'ᏚᏂᏅᏗ', 'ᏅᏓᏕᏆ', 'ᎥᏍᎩᏱ'
]
],
, [['BC', 'AD'], , ['ᏧᏓᎷᎸ ᎤᎷᎯᏍᏗ ᎦᎶᏁᏛ', ' ']], 0, [6, 0],
['M/d/yy', 'MMM d, y', 'MMMM d, y', 'EEEE, MMMM d, y'],
['h:mm a', 'h:mm:ss a', 'h:mm:ss a z', 'h:mm:ss a zzzz'],
[
'{1}, {0}',
,
'{1} ᎤᎾᎢ {0}',
],
['.', ',', ';', '%', '+', '-', 'E', '×', '‰', '∞', 'NaN', ':'],
['#,##0.###', '#,##0%', '¤#,##0.00', '#E0'], '$', 'US ', plural
];