mirror of
https://github.com/flarum/framework.git
synced 2025-03-15 00:05:12 +08:00
Merge pull request #15 from dcsjapan/badge-namespace
Add namespacing for badges
This commit is contained in:
commit
d3a48bf323
@ -320,6 +320,10 @@ core:
|
||||
# Strings in this namespace are used by the forum and admin interfaces.
|
||||
lib:
|
||||
|
||||
# These strings are displayed as tooltips for discussion badges.
|
||||
badge:
|
||||
hidden_discussion_tooltip: Hidden
|
||||
|
||||
# This string is displayed in place of the username of deleted user account.
|
||||
deleted_user_text: "[deleted]"
|
||||
|
||||
@ -329,9 +333,6 @@ core:
|
||||
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
|
||||
|
||||
#These strings are used as suffixes when abbreviating numbers.
|
||||
number_suffix:
|
||||
kilo_text: K
|
||||
|
Loading…
x
Reference in New Issue
Block a user