-
Notifications
You must be signed in to change notification settings - Fork 50
/
transifex_input.json
118 lines (118 loc) · 5.36 KB
/
transifex_input.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
{
"dropzone.Dropzone.invalidSizeLessError": {
"developer_comment": "A message shown when a file with less than minimum allowed size is being uploaded in Dropzone.",
"string": "File must be larger than {size}."
},
"dropzone.Dropzone.invalidSizeMoreError": {
"developer_comment": "A message shown when a file with more than maximum allowed size is being uploaded in Dropzone.",
"string": "File must be less than {size}."
},
"dropzone.Dropzone.invalidType": {
"developer_comment": "A message shown when a file with wrong MIME type is being uploaded.",
"string": "The file type must be {count, plural, one {{typeString} file} other {one of {typeString} files}}."
},
"dropzone.Dropzone.multipleDraggedError": {
"developer_comment": "A message shown when multiple files are dragged over Dropzone.",
"string": "Only one upload permitted."
},
"dropzone.Dropzone.unexpectedValidationError": {
"developer_comment": "A message shown in case file validation in Dropzone component for unknown reason.",
"string": "An unexpected problem occured during file validation. Please try again."
},
"dropzone.Dropzone.uploadError": {
"developer_comment": "A message shown in case file upload in Dropzone component results in an error.",
"string": "A problem occured while uploading your file. Please try again."
},
"pgn.Alert.closeLabel": {
"developer_comment": "Label of a close button on Alert component",
"string": "Dismiss"
},
"pgn.CardCarousel.scrollToNext": {
"developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the next element",
"string": "Scroll to next"
},
"pgn.CardCarousel.scrollToPrevious": {
"developer_comment": "Accessibility text describing the action for navigating a scrollable carousel to the previous element",
"string": "Scroll to previous"
},
"pgn.DataTable.BaseSelectionStatus.allSelectedText": {
"developer_comment": "Text for all selected label",
"string": "All {numSelectedRows} selected"
},
"pgn.DataTable.BaseSelectionStatus.clearSelectionText": {
"developer_comment": "A label of clear all selection button.",
"string": "Clear selection"
},
"pgn.DataTable.BaseSelectionStatus.selectAllText": {
"developer_comment": "A label for select all button.",
"string": "Select all {itemCount}"
},
"pgn.DataTable.BaseSelectionStatus.selectedText": {
"developer_comment": "Text for selected label",
"string": "{numSelectedRows} selected"
},
"pgn.DataTable.BaseSelectionStatus.selectedTextPaginated": {
"developer_comment": "Text for selected label when table is paginated",
"string": "{numSelectedRows} selected ({numSelectedRowsOnPage} shown below)"
},
"pgn.DataTable.ExpandAll.collapseAllLabel": {
"developer_comment": "Label of an action button that collapses all expandable rows of DataTable.",
"string": "Collapse all"
},
"pgn.DataTable.ExpandAll.expandAllLabel": {
"developer_comment": "Label of an action button that expands all expandable rows of DataTable.",
"string": "Expand all"
},
"pgn.DataTable.FilterStatus.clearFiltersText": {
"developer_comment": "A text that appears on the `Clear filters` button",
"string": "Clear filters"
},
"pgn.DataTable.RowStatus.statusText": {
"developer_comment": "A text describing how many rows is shown in the table",
"string": "Showing {pageSize} of {itemCount}."
},
"pgn.DataTable.SidebarFilters.title": {
"developer_comment": "Title for the sidebar filters component",
"string": "Filters"
},
"pgn.Dropzone.DefaultContent.fileSizeBetween": {
"developer_comment": "A message shown when uploaded file's size must be in given range.",
"string": "Between {sizeMin} and {sizeMax}"
},
"pgn.Dropzone.DefaultContent.fileSizeMax": {
"developer_comment": "A message shown when uploaded file's size must be more than some value.",
"string": "Max {sizeMax}"
},
"pgn.Dropzone.DefaultContent.fileSizeMin": {
"developer_comment": "A message shown when uploaded file's size must be more than some value.",
"string": "Min {sizeMin}"
},
"pgn.Dropzone.DefaultContent.fileTypeRestriction": {
"developer_comment": "A message shown when uploaded file must be of certain type(s).",
"string": "Upload {count, plural, one {{firstPart} files} other {{firstPart} or {secondPart} files}}"
},
"pgn.Dropzone.DefaultContent.label": {
"developer_comment": "A text that appears as a label for input of Dropzone component.",
"string": "Drag and drop your file here or click to upload."
},
"pgn.Dropzone.UploadProgress.cancelLabel": {
"developer_comment": "Label of a cancel button that is shown during file upload in Dropzone component.",
"string": "Cancel"
},
"pgn.Dropzone.UploadProgress.uploadLabel": {
"developer_comment": "A text that is shown near a progress bar during file upload in Dropzone component.",
"string": "Uploading {filename}."
},
"pgn.FormAutosuggest.iconButtonClosed": {
"developer_comment": "A message shown in case when the autosuggest menu is opened.",
"string": "Close the options menu"
},
"pgn.FormAutosuggest.iconButtonOpened": {
"developer_comment": "A message shown in case when the autosuggest menu is closed.",
"string": "Open the options menu"
},
"pgn.Toast.closeLabel": {
"developer_comment": "Close label for Toast component",
"string": "Close"
}
}