mirror of
https://github.com/flarum/core.git
synced 2025-08-15 12:54:47 +02:00
Merge pull request #80 from dcsjapan/rename-key
Adjust ID key name and move API key
This commit is contained in:
@@ -28,7 +28,7 @@ flarum-subscriptions:
|
|||||||
|
|
||||||
# These translations are used in the Settings page.
|
# These translations are used in the Settings page.
|
||||||
settings:
|
settings:
|
||||||
forum_follow_after_reply_label: Automatically follow discussions that I reply to
|
follow_after_reply_label: Automatically follow discussions that I reply to
|
||||||
notify_new_post_label: Someone posts in a discussion I'm following
|
notify_new_post_label: Someone posts in a discussion I'm following
|
||||||
|
|
||||||
# These translations are used in the subscription menu displayed to the right of the post stream.
|
# These translations are used in the subscription menu displayed to the right of the post stream.
|
||||||
|
@@ -84,6 +84,12 @@ 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"
|
||||||
|
|
||||||
|
# Translations in this namespace are used by the forum and admin interfaces.
|
||||||
|
lib:
|
||||||
|
|
||||||
|
# This translation is displayed in place of the name of a tag that's been deleted.
|
||||||
|
deleted_tag_text: Deleted
|
||||||
|
|
||||||
# Translations in this namespace are used in messages output by the API.
|
# Translations in this namespace are used in messages output by the API.
|
||||||
api:
|
api:
|
||||||
|
|
||||||
@@ -91,12 +97,6 @@ flarum-tags:
|
|||||||
primary_tag_count_text: number of primary tags
|
primary_tag_count_text: number of primary tags
|
||||||
secondary_tag_count_text: number of secondary tags
|
secondary_tag_count_text: number of secondary tags
|
||||||
|
|
||||||
# Translations in this namespace are used by the forum and admin interfaces.
|
|
||||||
lib:
|
|
||||||
|
|
||||||
# This translation is displayed in place of the name of a tag that's been deleted.
|
|
||||||
deleted_tag_text: Deleted
|
|
||||||
|
|
||||||
##
|
##
|
||||||
# REUSED TRANSLATIONS - These keys should not be used directly in code!
|
# REUSED TRANSLATIONS - These keys should not be used directly in code!
|
||||||
##
|
##
|
||||||
|
Reference in New Issue
Block a user