Skip to content

Commit

Permalink
Add removeLabel (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Jun 28, 2024
1 parent a1e5b68 commit 715d4d3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ Use:
| aria.passwordShow | Password Show
| aria.previous | Previous
| aria.previousPageLabel | Previous Page
| aria.removeLabel | Remove
| aria.rotateLeft | Rotate Left
| aria.rotateRight | Rotate Right
| aria.rowsPerPageLabel | Rows per page
Expand Down
1 change: 1 addition & 0 deletions en-au.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
"passwordShow": "Show Password",
"previous": "Previous",
"previousPageLabel": "Previous Page",
"removeLabel": "Remove",
"rotateLeft": "Rotate Left",
"rotateRight": "Rotate Right",
"rowsPerPageLabel": "Rows per page",
Expand Down
1 change: 1 addition & 0 deletions en-gb.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
"passwordShow": "Show Password",
"previous": "Previous",
"previousPageLabel": "Previous Page",
"removeLabel": "Remove",
"rotateLeft": "Rotate Left",
"rotateRight": "Rotate Right",
"rowsPerPageLabel": "Rows per page",
Expand Down
4 changes: 2 additions & 2 deletions en.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
"passwordShow": "Show Password",
"previous": "Previous",
"previousPageLabel": "Previous Page",
"removeLabel": "Remove",
"rotateLeft": "Rotate Left",
"rotateRight": "Rotate Right",
"rowsPerPageLabel": "Rows per page",
Expand All @@ -124,8 +125,7 @@
"unselectRow": "Row Unselected",
"zoomImage": "Zoom Image",
"zoomIn": "Zoom In",
"zoomOut": "Zoom Out",
"removeLabel": "Remove"
"zoomOut": "Zoom Out"

}
}
Expand Down
4 changes: 2 additions & 2 deletions tr.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
"passwordShow": "Şifreyi göster",
"previous": "Önceki",
"previousPageLabel": "Önceki Sayfa",
"removeLabel": "Sil",
"rotateLeft": "Sola Döndür",
"rotateRight": "Sağa Döndür",
"rowsPerPageLabel": "Sayfa başına satır",
Expand All @@ -184,8 +185,7 @@
"unselectRow": "Satır Seçilmedi",
"zoomImage": "Görüntüyü Yakınlaştır",
"zoomIn": "Yakınlaştır",
"zoomOut": "Uzaklaştır",
"removeLabel": "Sil"
"zoomOut": "Uzaklaştır"
}
}
}

0 comments on commit 715d4d3

Please sign in to comment.