angular-cn/packages/common/locales/global/he.js

107 lines
3.5 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* @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(global) {
global.ng = global.ng || {};
global.ng.common = global.ng.common || {};
global.ng.common.locales = global.ng.common.locales || {};
const u = undefined;
function plural(n) {
let i = Math.floor(Math.abs(n)), v = n.toString().replace(/^[^.]*\.?/, '').length;
if (i === 1 && v === 0) return 1;
if (i === 2 && v === 0) return 2;
if (v === 0 && !(n >= 0 && n <= 10) && n % 10 === 0) return 4;
return 5;
}
global.ng.common.locales['he'] = [
'he',
[['לפנה״צ', 'אחה״צ'], u, u],
[['לפנה״צ', 'אחה״צ'], ['AM', 'PM'], u],
[
['א׳', 'ב׳', 'ג׳', 'ד׳', 'ה׳', 'ו׳', 'ש׳'],
[
'יום א׳', 'יום ב׳', 'יום ג׳', 'יום ד׳', 'יום ה׳', 'יום ו׳',
'שבת'
],
[
'יום ראשון', 'יום שני', 'יום שלישי', 'יום רביעי',
'יום חמישי', 'יום שישי', 'יום שבת'
],
['א׳', 'ב׳', 'ג׳', 'ד׳', 'ה׳', 'ו׳', 'ש׳']
],
u,
[
['1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12'],
[
'ינו׳', 'פבר׳', 'מרץ', 'אפר׳', 'מאי', 'יוני', 'יולי', 'אוג׳',
'ספט׳', 'אוק׳', 'נוב׳', 'דצמ׳'
],
[
'ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי',
'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר'
]
],
u,
[['לפנה״ס', 'לספירה'], u, ['לפני הספירה', 'לספירה']],
0,
[5, 6],
['d.M.y', 'd בMMM y', 'd בMMMM y', 'EEEE, d בMMMM y'],
['H:mm', 'H:mm:ss', 'H:mm:ss z', 'H:mm:ss zzzz'],
['{1}, {0}', u, '{1} בשעה {0}', u],
['.', ',', ';', '%', '\u200e+', '\u200e-', 'E', '×', '‰', '∞', 'NaN', ':'],
['#,##0.###', '#,##0%', '\u200f#,##0.00 ¤;\u200f-#,##0.00 ¤', '#E0'],
'ILS',
'₪',
'שקל חדש',
{
'BYN': [u, 'р'],
'CNY': ['\u200eCN¥\u200e', '¥'],
'ILP': ['ל״י'],
'THB': ['฿'],
'TWD': ['NT$']
},
'rtl',
plural,
[
[
[
'חצות', 'בבוקר', 'בצהריים', 'אחה״צ', 'בערב', 'בלילה',
'לפנות בוקר'
],
[
'חצות', 'בוקר', 'צהריים', 'אחר הצהריים', 'ערב', 'לילה',
'לפנות בוקר'
],
[
'חצות', 'בבוקר', 'בצהריים', 'אחר הצהריים', 'בערב',
'בלילה', 'לפנות בוקר'
]
],
[
[
'חצות', 'בוקר', 'צהריים', 'אחה״צ', 'ערב', 'לילה',
'לפנות בוקר'
],
u,
[
'חצות', 'בוקר', 'צהריים', 'אחר הצהריים', 'ערב', 'לילה',
'לפנות בוקר'
]
],
[
'00:00', ['06:00', '12:00'], ['12:00', '16:00'], ['16:00', '18:00'], ['18:00', '22:00'],
['22:00', '03:00'], ['03:00', '06:00']
]
]
];
})(typeof globalThis !== 'undefined' && globalThis || typeof global !== 'undefined' && global ||
typeof window !== 'undefined' && window);