Files
Toolbox/Pagination/src/main/resources/assets/pagination/lang/en_us.json
Quentin Legot 30853dee70
All checks were successful
build (17, ubuntu-latest)
Improve player feedback and improve table style
Signed-off-by: Quentin Legot <legotquentin@gmail.com>
2023-03-24 19:38:40 +01:00

4 lines
175 B
JSON

{
"api.pagination.page_lower_than_0": "argument page is lower than 0",
"api.pagination.page_higher_than_expected": "There's %d paginated pages but you wanted page n°%d"
}