[ADF-3115] a11y fixes (#3424)

* a11y fixes for search input

* a11y fixes for pagination

* a11y fixes for content actions
This commit is contained in:
Denys Vuika
2018-06-01 13:22:47 +01:00
committed by GitHub
parent f543b07082
commit 6909c459a8
5 changed files with 33 additions and 7 deletions

View File

@@ -38,6 +38,12 @@
"YB": "YB"
},
"PAGINATION": {
"ARIA": {
"ITEMS_PER_PAGE": "Page size selector",
"CURRENT_PAGE": "Current page selector",
"PREVIOUS_PAGE": "Previous page button",
"NEXT_PAGE": "Next page button"
},
"ITEMS_RANGE": "Showing {{ range }} of {{ total }}",
"ITEMS_PER_PAGE": "Items per page",
"CURRENT_PAGE": "Page {{ number }}",
@@ -201,6 +207,9 @@
"TITLE": "Drag and drop",
"SUBTITLE": "to upload files"
}
},
"CONTENT-ACTIONS": {
"TOOLTIP": "Content actions"
}
},
"USER_PROFILE": {
@@ -271,7 +280,7 @@
"TEXT": "",
"URL": ""
},
"RETURN_BUTTON": {
"RETURN_BUTTON": {
"TEXT": "Back to home",
"ROUTE": "home"
}
@@ -283,7 +292,7 @@
"TEXT": "Report issue",
"URL": ""
},
"RETURN_BUTTON": {
"RETURN_BUTTON": {
"TEXT": "Back to home",
"ROUTE": "home"
}
@@ -295,7 +304,7 @@
"TEXT": "",
"URL": ""
},
"RETURN_BUTTON": {
"RETURN_BUTTON": {
"TEXT": "Back to home",
"ROUTE": "home"
}