mirror of
https://github.com/flarum/core.git
synced 2025-08-17 13:54:18 +02:00
tags: Add translations for HTML meta data
Closes #154. Refs flarum/tags#72.
This commit is contained in:
@@ -57,6 +57,11 @@ flarum-tags:
|
|||||||
# Translations in this namespace are used by the forum user interface.
|
# Translations in this namespace are used by the forum user interface.
|
||||||
forum:
|
forum:
|
||||||
|
|
||||||
|
# These translations are displayed on the page that lists all tags.
|
||||||
|
all_tags:
|
||||||
|
meta_description_text: All Tags
|
||||||
|
meta_title_text: => flarum-tags.ref.tags
|
||||||
|
|
||||||
# These translations are used by the Choose Tags modal dialog.
|
# These translations are used by the Choose Tags modal dialog.
|
||||||
choose_tags:
|
choose_tags:
|
||||||
choose_primary_placeholder: "Choose a primary tag|Choose {count} primary tags"
|
choose_primary_placeholder: "Choose a primary tag|Choose {count} primary tags"
|
||||||
@@ -89,6 +94,10 @@ flarum-tags:
|
|||||||
removed_tags_text: "{username} removed the {tagsRemoved}."
|
removed_tags_text: "{username} removed the {tagsRemoved}."
|
||||||
tags_text: "{tags} tag|{tags} tags"
|
tags_text: "{tags} tag|{tags} tags"
|
||||||
|
|
||||||
|
# These translations are used when visiting a single tag's discussion list.
|
||||||
|
tag:
|
||||||
|
meta_description_text: "All discussions with the {tag} tag"
|
||||||
|
|
||||||
# Translations in this namespace are used by the forum and admin interfaces.
|
# Translations in this namespace are used by the forum and admin interfaces.
|
||||||
lib:
|
lib:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user