Skip to content

Commit

Permalink
add missing new pagination a11y translations, translated automaticall…
Browse files Browse the repository at this point in the history
…y via Google Cloud Translations
  • Loading branch information
mejackreed committed Oct 25, 2018
1 parent 40ed9aa commit 68256e1
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 0 deletions.
8 changes: 8 additions & 0 deletions config/locales/blacklight.de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ de:
previous: '« Voherige'
next: 'Nächste »'
truncate: ''
aria:
container_label: Paginierungslinks
current_page: Aktuelle Seite, Seite %{page}
go_to_first_page: Gehe zur ersten Seite
go_to_last_page: Gehe zur letzten Seite
go_to_next_page: Gehe zur nächsten Seite
go_to_page: Gehe zur Seite %{page}
go_to_previous_page: Zurück zur letzten Seite

pagination_compact:
previous: '« Voherige'
Expand Down
8 changes: 8 additions & 0 deletions config/locales/blacklight.es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ es:
previous: '« Anterior'
next: 'Siguiente »'
truncate: ''
aria:
container_label: enlaces de paginación
current_page: Página actual, página %{page}
go_to_first_page: Ir a la primera pagina
go_to_last_page: Ir a la última página
go_to_next_page: Ir a la página siguiente
go_to_page: Ir a la página %{page}
go_to_previous_page: Regresar a la pagina anterior

pagination_compact:
previous: '« Anterior'
Expand Down
8 changes: 8 additions & 0 deletions config/locales/blacklight.fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ fr:
previous: '« Précédente'
next: 'Suivante »'
truncate: ''
aria:
container_label: liens de pagination
current_page: Page actuelle, Page %{page}
go_to_first_page: Aller à la première page
go_to_last_page: Aller à la dernière page
go_to_next_page: Aller à la page suivante
go_to_page: Aller à la page %{page}
go_to_previous_page: Aller à la page précédente

pagination_compact:
previous: '« Précédente'
Expand Down
8 changes: 8 additions & 0 deletions config/locales/blacklight.it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ it:
previous: '« Pagina precedente'
next: 'Pagina successiva »'
truncate: ''
aria:
container_label: collegamenti di paginazione
current_page: Pagina corrente, Pagina %{page}
go_to_first_page: Vai alla prima pagina
go_to_last_page: Vai all'ultima pagina
go_to_next_page: Vai alla pagina successiva
go_to_page: Vai alla pagina %{page}
go_to_previous_page: Vai alla pagina precedente

pagination_compact:
previous: '« Pagina precedente'
Expand Down
9 changes: 9 additions & 0 deletions config/locales/blacklight.pt-BR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ pt-BR:
previous: '« anterior'
next: 'próximo »'
truncate: ''
aria:
container_label: links de paginação
current_page: Página atual, Página %{page}
go_to_first_page: Ir para a primeira página
go_to_last_page: Ir para a última página
go_to_next_page: Ir para a próxima página
go_to_page: Ir para a página %{page}
go_to_previous_page: Ir para a página anterior


pagination_compact:
previous: '« ant'
Expand Down

0 comments on commit 68256e1

Please sign in to comment.