187 lines
		
	
	
		
			4.7 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			187 lines
		
	
	
		
			4.7 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 'use strict';
 | |
| 
 | |
| Object.defineProperty(exports, '__esModule', { value: true });
 | |
| 
 | |
| var hr = {
 | |
|   name: "hr",
 | |
|   el: {
 | |
|     breadcrumb: {
 | |
|       label: "Breadcrumb"
 | |
|     },
 | |
|     colorpicker: {
 | |
|       confirm: "OK",
 | |
|       clear: "O\u010Disti",
 | |
|       defaultLabel: "color picker",
 | |
|       description: "current color is {color}. press enter to select a new color.",
 | |
|       alphaLabel: "pick alpha value"
 | |
|     },
 | |
|     datepicker: {
 | |
|       now: "Sada",
 | |
|       today: "Danas",
 | |
|       cancel: "Otka\u017Ei",
 | |
|       clear: "O\u010Disti",
 | |
|       confirm: "OK",
 | |
|       dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
 | |
|       monthTablePrompt: "Use the arrow keys and enter to select the month",
 | |
|       yearTablePrompt: "Use the arrow keys and enter to select the year",
 | |
|       selectedDate: "Selected date",
 | |
|       selectDate: "Odaberi datum",
 | |
|       selectTime: "Odaberi vrijeme",
 | |
|       startDate: "Datum po\u010Detka",
 | |
|       startTime: "Vrijeme po\u010Detka",
 | |
|       endDate: "Datum zavr\u0161etka",
 | |
|       endTime: "Vrijeme zavr\u0161etka",
 | |
|       prevYear: "Prethodna godina",
 | |
|       nextYear: "Sljede\u0107a godina",
 | |
|       prevMonth: "Prethodni mjesec",
 | |
|       nextMonth: "Sljede\u0107i mjesec",
 | |
|       year: "",
 | |
|       month1: "Sije\u010Danj",
 | |
|       month2: "Velja\u010Da",
 | |
|       month3: "O\u017Eujak",
 | |
|       month4: "Travanj",
 | |
|       month5: "Svibanj",
 | |
|       month6: "Lipanj",
 | |
|       month7: "Srpanj",
 | |
|       month8: "Kolovoz",
 | |
|       month9: "Rujan",
 | |
|       month10: "Listopad",
 | |
|       month11: "Studeni",
 | |
|       month12: "Prosinac",
 | |
|       weeks: {
 | |
|         sun: "Ned",
 | |
|         mon: "Pon",
 | |
|         tue: "Uto",
 | |
|         wed: "Sri",
 | |
|         thu: "\u010Cet",
 | |
|         fri: "Pet",
 | |
|         sat: "Sub"
 | |
|       },
 | |
|       weeksFull: {
 | |
|         sun: "Sunday",
 | |
|         mon: "Monday",
 | |
|         tue: "Tuesday",
 | |
|         wed: "Wednesday",
 | |
|         thu: "Thursday",
 | |
|         fri: "Friday",
 | |
|         sat: "Saturday"
 | |
|       },
 | |
|       months: {
 | |
|         jan: "Jan",
 | |
|         feb: "Feb",
 | |
|         mar: "Mar",
 | |
|         apr: "Apr",
 | |
|         may: "May",
 | |
|         jun: "Jun",
 | |
|         jul: "Jul",
 | |
|         aug: "Aug",
 | |
|         sep: "Sep",
 | |
|         oct: "Oct",
 | |
|         nov: "Nov",
 | |
|         dec: "Dec"
 | |
|       }
 | |
|     },
 | |
|     inputNumber: {
 | |
|       decrease: "decrease number",
 | |
|       increase: "increase number"
 | |
|     },
 | |
|     select: {
 | |
|       loading: "U\u010Ditavanje",
 | |
|       noMatch: "Nema prona\u0111enih podataka",
 | |
|       noData: "Nema podataka",
 | |
|       placeholder: "Izaberi"
 | |
|     },
 | |
|     mention: {
 | |
|       loading: "U\u010Ditavanje"
 | |
|     },
 | |
|     dropdown: {
 | |
|       toggleDropdown: "Toggle Dropdown"
 | |
|     },
 | |
|     cascader: {
 | |
|       noMatch: "Nema prona\u0111enih podataka",
 | |
|       loading: "U\u010Ditavanje",
 | |
|       placeholder: "Izaberi",
 | |
|       noData: "Nema podataka"
 | |
|     },
 | |
|     pagination: {
 | |
|       goto: "Idi na",
 | |
|       pagesize: "/stranica",
 | |
|       total: "Ukupno {total}",
 | |
|       pageClassifier: "",
 | |
|       page: "Page",
 | |
|       prev: "Go to previous page",
 | |
|       next: "Go to next page",
 | |
|       currentPage: "page {pager}",
 | |
|       prevPages: "Previous {pager} pages",
 | |
|       nextPages: "Next {pager} pages",
 | |
|       deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
 | |
|     },
 | |
|     dialog: {
 | |
|       close: "Close this dialog"
 | |
|     },
 | |
|     drawer: {
 | |
|       close: "Close this dialog"
 | |
|     },
 | |
|     messagebox: {
 | |
|       title: "Poruka",
 | |
|       confirm: "OK",
 | |
|       cancel: "Otka\u017Ei",
 | |
|       error: "Pogre\u0161an unos",
 | |
|       close: "Close this dialog"
 | |
|     },
 | |
|     upload: {
 | |
|       deleteTip: "pritisnite izbri\u0161i za brisanje",
 | |
|       delete: "Izbri\u0161i",
 | |
|       preview: "Pregled",
 | |
|       continue: "Nastavak"
 | |
|     },
 | |
|     slider: {
 | |
|       defaultLabel: "slider between {min} and {max}",
 | |
|       defaultRangeStartLabel: "pick start value",
 | |
|       defaultRangeEndLabel: "pick end value"
 | |
|     },
 | |
|     table: {
 | |
|       emptyText: "Nema podataka",
 | |
|       confirmFilter: "Potvrdi",
 | |
|       resetFilter: "Resetiraj",
 | |
|       clearFilter: "Sve",
 | |
|       sumText: "Suma"
 | |
|     },
 | |
|     tour: {
 | |
|       next: "Next",
 | |
|       previous: "Previous",
 | |
|       finish: "Finish",
 | |
|       close: "Close this dialog"
 | |
|     },
 | |
|     tree: {
 | |
|       emptyText: "Nema podataka"
 | |
|     },
 | |
|     transfer: {
 | |
|       noMatch: "Nema prona\u0111enih podataka",
 | |
|       noData: "Nema podataka",
 | |
|       titles: ["Lista 1", "Lista 2"],
 | |
|       filterPlaceholder: "Unesite klju\u010Dnu rije\u010D",
 | |
|       noCheckedFormat: "{total} stavki",
 | |
|       hasCheckedFormat: "{checked}/{total} checked"
 | |
|     },
 | |
|     image: {
 | |
|       error: "FAILED"
 | |
|     },
 | |
|     pageHeader: {
 | |
|       title: "Back"
 | |
|     },
 | |
|     popconfirm: {
 | |
|       confirmButtonText: "Yes",
 | |
|       cancelButtonText: "No"
 | |
|     },
 | |
|     carousel: {
 | |
|       leftArrow: "Carousel arrow left",
 | |
|       rightArrow: "Carousel arrow right",
 | |
|       indicator: "Carousel switch to index {index}"
 | |
|     }
 | |
|   }
 | |
| };
 | |
| 
 | |
| exports["default"] = hr;
 | |
| //# sourceMappingURL=hr.js.map
 |