1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 17:36:38 +02:00

feat: messages extension (#4028)

* feat: private messages
This commit is contained in:
Sami Mazouz
2024-09-28 11:12:52 +01:00
committed by GitHub
parent bc4356a7f5
commit b74ecbfacf
186 changed files with 5331 additions and 605 deletions

View File

@@ -831,6 +831,14 @@ core:
three_text: "{first}, {second}, and {third}"
two_text: "{first} and {second}"
# These translations are used in the generic user selection modal.
user_selection_modal:
empty_results: No users found matching your search.
max_items_to_select: "{count, plural, one {Select up to # user} other {Select up to # users}}"
search_placeholder: => core.ref.search_users
submit_button: => core.ref.okay
title: Select relevant users
# These translations are used to modify usernames.
username:
deleted_text: "[deleted]"