mirror of
https://github.com/flarum/core.git
synced 2025-08-10 18:35:56 +02:00
Additional changes to library keys
- Accommodates new error messages - Changes the namespace for number abbreviations
This commit is contained in:
@@ -323,11 +323,19 @@ core:
|
||||
# This string is displayed in place of the username of deleted user account.
|
||||
deleted_user_text: "[deleted]"
|
||||
|
||||
# Thes strings are displayed as error messages.
|
||||
error:
|
||||
generic_message: Oops! Something went wrong. Please reload the page and try again.
|
||||
permission_denied_message: You do not have permission to do that.
|
||||
not_found_message: The requested resource was not found.
|
||||
|
||||
# This string is displayed as the tooltip for the badge on a soft-deleted discussion.
|
||||
hidden_discussion_tooltip: Hidden
|
||||
|
||||
# This string is displayed when an error occurs.
|
||||
oops_message: Oops! Something went wrong. Please reload the page and try again.
|
||||
#These strings are used as suffixes when abbreviating numbers.
|
||||
number_suffix:
|
||||
kilo_text: K
|
||||
mega_text: M
|
||||
|
||||
# These strings are used to punctuate a series of items.
|
||||
series:
|
||||
@@ -335,11 +343,6 @@ core:
|
||||
two_text: "{first} and {second}"
|
||||
three_text: "{first}, {second}, and {third}"
|
||||
|
||||
#These strings are used as suffixes when abbreviating numbers.
|
||||
suffix:
|
||||
kilo_text: K
|
||||
mega_text: M
|
||||
|
||||
##
|
||||
# REUSED STRINGS - These keys should not be used directly in code!
|
||||
##
|
||||
|
Reference in New Issue
Block a user