mirror of
https://github.com/flarum/core.git
synced 2025-08-11 10:55:47 +02:00
Extract leftover strings
- Adds resources in support of flarum/core #645. - Also fixes a few comments in the core and Tags resources.
This commit is contained in:
@@ -42,6 +42,13 @@ core:
|
|||||||
support_text: "Found a bug? Please report it in our forum, under the <a>Support tag</a>."
|
support_text: "Found a bug? Please report it in our forum, under the <a>Support tag</a>."
|
||||||
troubleshooting_text: "Having problems? Follow the instructions in the <a>Troubleshooting docs</a>."
|
troubleshooting_text: "Having problems? Follow the instructions in the <a>Troubleshooting docs</a>."
|
||||||
version_text: "Thanks for trying out Flarum! You are running version {version}."
|
version_text: "Thanks for trying out Flarum! You are running version {version}."
|
||||||
|
welcome_text: "Welcome to Flarum Beta!"
|
||||||
|
|
||||||
|
# These translations are used in the Edit Custom CSS modal dialog.
|
||||||
|
edit_css:
|
||||||
|
customize_text: Customize your forum's appearance by adding your own LESS/CSS code to be applied on top of Flarum's <a>default styles</a>.
|
||||||
|
submit_button: => core.ref.save_changes
|
||||||
|
title:
|
||||||
|
|
||||||
# These translations are used in the Edit Group modal dialog.
|
# These translations are used in the Edit Group modal dialog.
|
||||||
edit_group:
|
edit_group:
|
||||||
@@ -64,11 +71,11 @@ core:
|
|||||||
settings_button: => core.ref.settings
|
settings_button: => core.ref.settings
|
||||||
uninstall_button: Uninstall
|
uninstall_button: Uninstall
|
||||||
|
|
||||||
# This string is used in the session dropdown menu.
|
# These translations are used in the session dropdown menu.
|
||||||
header:
|
header:
|
||||||
log_out_button: => core.ref.log_out
|
log_out_button: => core.ref.log_out
|
||||||
|
|
||||||
# This string is used in the modal dialog displayed when loading extensions.
|
# These translations are used in the modal dialog displayed when loading extensions.
|
||||||
loading:
|
loading:
|
||||||
title: Please Wait...
|
title: Please Wait...
|
||||||
|
|
||||||
@@ -116,6 +123,10 @@ core:
|
|||||||
signup_closed_button: Closed
|
signup_closed_button: Closed
|
||||||
signup_open_button: Open
|
signup_open_button: Open
|
||||||
|
|
||||||
|
# These translations are used in the Settings modal dialog.
|
||||||
|
settings:
|
||||||
|
submit_button: => core.ref.save_changes
|
||||||
|
|
||||||
# Translations in this namespace are used by the forum user interface.
|
# Translations in this namespace are used by the forum user interface.
|
||||||
forum:
|
forum:
|
||||||
|
|
||||||
@@ -306,6 +317,7 @@ core:
|
|||||||
avatar_upload_button: Upload
|
avatar_upload_button: Upload
|
||||||
bio_placeholder: Write something about yourself
|
bio_placeholder: Write something about yourself
|
||||||
discussions_link: => core.ref.discussions
|
discussions_link: => core.ref.discussions
|
||||||
|
in_discussion_text: "In {discussion}"
|
||||||
joined_date_text: "Joined {ago}"
|
joined_date_text: "Joined {ago}"
|
||||||
online_text: Online
|
online_text: Online
|
||||||
posts_load_more_button: => core.ref.load_more
|
posts_load_more_button: => core.ref.load_more
|
||||||
@@ -326,7 +338,7 @@ core:
|
|||||||
badge:
|
badge:
|
||||||
hidden_tooltip: Hidden
|
hidden_tooltip: Hidden
|
||||||
|
|
||||||
# This string is displayed in place of the username of deleted user account.
|
# This translation is displayed in place of the username of a deleted user account.
|
||||||
deleted_user_text: "[deleted]"
|
deleted_user_text: "[deleted]"
|
||||||
|
|
||||||
# These translations are displayed as error messages.
|
# These translations are displayed as error messages.
|
||||||
|
@@ -86,7 +86,7 @@ flarum-tags:
|
|||||||
# 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:
|
||||||
|
|
||||||
# This string is displayed in place of the name of a tag that's been deleted.
|
# This translation is displayed in place of the name of a tag that's been deleted.
|
||||||
deleted_tag_text: Deleted
|
deleted_tag_text: Deleted
|
||||||
|
|
||||||
##
|
##
|
||||||
|
Reference in New Issue
Block a user