| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- export default {
- common: {
- slotEmpty: 'ריק!',
- loading: 'טוען...',
- noData: 'אין נתונים',
- noMoreData: 'אין יותר נתונים',
- },
- actionSheet: {
- cancelText: 'בטל',
- },
- bottomSheet: {
- title: 'כותרת',
- },
- dialog: {
- title: 'הודעה',
- content: 'תוכן',
- primaryText: 'אישור',
- secondaryText: 'בטל',
- },
- input: {
- pleaseInput: 'אנא הזן',
- },
- modal: {
- title: 'כותרת',
- content: 'תוכן',
- btnText: 'אישור',
- },
- navBar: {
- title: 'כותרת',
- },
- picker: {
- defaultTitle: 'בחר',
- defaultCancel: 'בטל',
- defaultConfirm: 'אישור',
- },
- asyncPicker: {
- defaultTitle: 'בחר',
- defaultCancel: 'בטל',
- defaultConfirm: 'אישור',
- defaultNext: 'הבא',
- defaultPrev: 'הקודם',
- defaultSelected: 'נבחרים',
- },
- rate: {
- error1: 'הדירוג לא יכול להיות גבוה יותר מהסיכומים!',
- error2: 'נדרש להשלים את הדירוג לפחות פעם אחת!',
- error3: 'הדירוג שבור, לכן אני אוהב את התפוח שלי לישון!',
- error4: 'הדירוג חייב להיות מספר אי-זוגי כדי להיות מגניב!',
- error5: 'הגובה או הרוחב של הדירוג קטן מדי בטלפון!',
- },
- timePicker: {
- defaultTitle: 'בחר',
- defaultCancel: 'בטל',
- defaultConfirm: 'אישור',
- defaultYear: 'שנה',
- defaultMonth: 'חודש',
- defaultDay: 'יום',
- defaultHour: 'שעה',
- defaultMinute: 'דקה',
- defaultSecond: 'שניה',
- },
- calendar: {
- weekTextList: ['א', 'ב', 'ג', 'ד', 'ה', 'ו', 'ש'],
- weekSundayStartTextList: ['א', 'ב', 'ג', 'ד', 'ה', 'ו', 'ש'],
- monthTextList: ['ינואר', 'פברואר', 'מרץ', 'אפריל', 'מאי', 'יוני', 'יולי', 'אוגוסט', 'ספטמבר', 'אוקטובר', 'נובמבר', 'דצמבר'],
- confirmText: 'אישור',
- selectedText: 'נבחרים',
- dayText: 'יום',
- beforeText: 'לפני',
- afterText: 'אחרי',
- currentWeekText: 'שבוע נוכחי',
- currentMonthText: 'חודש נוכחי',
- currentQuarterText: 'רבעון נוכחי',
- },
- };
|