forked from primefaces/primelocale
-
Notifications
You must be signed in to change notification settings - Fork 0
/
en-au.json
120 lines (120 loc) · 4.4 KB
/
en-au.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"en-au":{
"startsWith": "Starts with",
"contains": "Contains",
"notContains": "Not contains",
"endsWith": "Ends with",
"equals": "Equals",
"notEquals": "Not equals",
"noFilter": "No Filter",
"filter": "Filter", // only available for PrimeReact
"lt": "Less than",
"lte": "Less than or equal to",
"gt": "Greater than",
"gte": "Greater than or equal to",
"dateIs": "Date is",
"dateIsNot": "Date is not",
"dateBefore": "Date is before",
"dateAfter": "Date is after",
"custom": "Custom", // only available for PrimeReact
"clear": "Clear",
"apply": "Apply",
"matchAll": "Match All",
"matchAny": "Match Any",
"addRule": "Add Rule",
"removeRule": "Remove Rule",
"accept": "Yes",
"reject": "No",
"choose": "Choose",
"upload": "Upload",
"cancel": "Cancel",
"completed": "Completed",
"pending": "Pending",
"dayNames": ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
"dayNamesShort": ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
"dayNamesMin": ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"],
"monthNames": ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"],
"monthNamesShort": ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
"chooseYear": "Choose Year",
"chooseMonth": "Choose Month",
"chooseDate": "Choose Date",
"prevDecade": "Previous Decade",
"nextDecade": "Next Decade",
"prevYear": "Previous Year",
"nextYear": "Next Year",
"prevMonth": "Previous Month",
"nextMonth": "Next Month",
"prevHour": "Previous Hour",
"nextHour": "Next Hour",
"prevMinute": "Previous Minute",
"nextMinute": "Next Minute",
"prevSecond": "Previous Second",
"nextSecond": "Next Second",
"am": "am",
"pm": "pm",
"today": "Today",
"weekHeader": "Wk",
"firstDayOfWeek": 0,
"dateFormat": "dd/mm/yy",
"weak": "Weak",
"medium": "Medium",
"strong": "Strong",
"passwordPrompt": "Enter a password",
"emptyFilterMessage": "No results found", // @deprecated Use "emptySearchMessage" option instead.
"searchMessage": "{0} results are available",
"selectionMessage": "{0} items selected",
"emptySelectionMessage": "No selected item",
"emptySearchMessage": "No results found",
"emptyMessage": "No available options",
"aria": {
"trueLabel": "True",
"falseLabel": "False",
"nullLabel": "Not Selected",
"star": "1 star",
"stars": "{star} stars",
"selectAll": "All items selected",
"unselectAll": "All items unselected",
"close": "Close",
"previous": "Previous",
"next": "Next",
"navigation": "Navigation",
"scrollTop": "Scroll Top",
"moveTop": "Move Top",
"moveUp": "Move Up",
"moveDown": "Move Down",
"moveBottom": "Move Bottom",
"moveToTarget": "Move to Target",
"moveToSource": "Move to Source",
"moveAllToTarget": "Move All to Target",
"moveAllToSource": "Move All to Source",
"pageLabel": "{page}",
"firstPageLabel": "First Page",
"lastPageLabel": "Last Page",
"nextPageLabel": "Next Page",
"previousPageLabel": "Previous Page",
"rowsPerPageLabel": "Rows per page",
"jumpToPageDropdownLabel": "Jump to Page Dropdown",
"jumpToPageInputLabel": "Jump to Page Input",
"selectRow": "Row Selected",
"unselectRow": "Row Unselected",
"expandRow": "Row Expanded",
"collapseRow": "Row Collapsed",
"showFilterMenu": "Show Filter Menu",
"hideFilterMenu": "Hide Filter Menu",
"filterOperator": "Filter Operator",
"filterConstraint": "Filter Constraint",
"editRow": "Row Edit",
"saveEdit": "Save Edit",
"cancelEdit": "Cancel Edit",
"listView": "List View",
"gridView": "Grid View",
"slide": "Slide",
"slideNumber": "{slideNumber}",
"zoomImage": "Zoom Image",
"zoomIn": "Zoom In",
"zoomOut": "Zoom Out",
"rotateRight": "Rotate Right",
"rotateLeft": "Rotate Left"
}
}
}