mirror of
https://github.com/flarum/core.git
synced 2025-08-07 00:47:00 +02:00
fix: caught warnings and missing locale
This commit is contained in:
@@ -385,14 +385,6 @@ core:
|
||||
|
||||
invalid_column_content: Invalid
|
||||
|
||||
pagination:
|
||||
back_button: Previous page
|
||||
first_button: Go to first page
|
||||
go_to_page_textbox_a11y_label: Go directly to page number
|
||||
last_button: Go to last page
|
||||
next_button: Next page
|
||||
page_counter: Page {current} of {total}
|
||||
|
||||
search_placeholder: => core.ref.search_users
|
||||
title: => core.ref.users
|
||||
total_users: "Total users: {count}"
|
||||
@@ -802,6 +794,15 @@ core:
|
||||
kilo_text: K
|
||||
mega_text: M
|
||||
|
||||
# These translations are used in the common pagination component.
|
||||
pagination:
|
||||
back_button: Previous page
|
||||
first_button: Go to first page
|
||||
go_to_page_textbox_a11y_label: Go directly to page number
|
||||
last_button: Go to last page
|
||||
next_button: Next page
|
||||
page_counter: Page {current} of {total}
|
||||
|
||||
# These translations are used by the abstract search component and search modal.
|
||||
search:
|
||||
gambit_plus_button_a11y_label: Add a positive filter
|
||||
|
Reference in New Issue
Block a user