1
0
mirror of https://github.com/flarum/core.git synced 2025-08-11 10:55:47 +02:00

Add namespacing for badges

- Adds a `lib.badge` namespace to match extension handling.
This commit is contained in:
dcsjapan
2015-10-21 16:30:20 +09:00
parent b2cfbf4450
commit 017bb43d69

View File

@@ -320,6 +320,10 @@ core:
# Strings in this namespace are used by the forum and admin interfaces. # Strings in this namespace are used by the forum and admin interfaces.
lib: 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. # This string is displayed in place of the username of deleted user account.
deleted_user_text: "[deleted]" deleted_user_text: "[deleted]"
@@ -329,9 +333,6 @@ core:
permission_denied_message: You do not have permission to do that. permission_denied_message: You do not have permission to do that.
not_found_message: The requested resource was not found. 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. #These strings are used as suffixes when abbreviating numbers.
number_suffix: number_suffix:
kilo_text: K kilo_text: K