mirror of
https://github.com/flarum/framework.git
synced 2025-02-17 01:02:46 +08:00
Custom Footer HTML Translations (#113)
* Custom Footer HTML Translations * Reorder translation group alphabetically
This commit is contained in:
parent
ebbcdac1f7
commit
80132f086c
|
@ -19,12 +19,15 @@ core:
|
|||
colored_header_label: Colored Header
|
||||
colors_heading: Colors
|
||||
colors_text: "Choose two colors to theme your forum with. The first will be used as a highlight color, while the second will be used to style background elements."
|
||||
custom_footer_heading: Custom Footer
|
||||
custom_footer_text: "Add HTML to be displayed at the very bottom of the page."
|
||||
custom_header_heading: Custom Header
|
||||
custom_header_text: "Add HTML to be displayed at the very top of the page, above Flarum's own header."
|
||||
custom_styles_heading: Custom Styles
|
||||
custom_styles_text: Customize your forum's appearance by adding your own LESS/CSS code to be applied on top of Flarum's default styles.
|
||||
dark_mode_label: Dark Mode
|
||||
edit_css_button: Edit Custom CSS
|
||||
edit_footer_button: Edit Custom Footer
|
||||
edit_header_button: Edit Custom Header
|
||||
enter_hex_message: Please enter a hexadecimal color code.
|
||||
favicon_heading: Favicon
|
||||
|
@ -58,6 +61,12 @@ core:
|
|||
submit_button: => core.ref.save_changes
|
||||
title: Edit Custom CSS
|
||||
|
||||
# These translations are used in the Edit Custom Footer modal dialog.
|
||||
edit_footer:
|
||||
customize_text: "Add HTML to be displayed at the very bottom of the page."
|
||||
submit_button: => core.ref.save_changes
|
||||
title: Edit Custom Footer
|
||||
|
||||
# These translations are used in the Edit Group modal dialog.
|
||||
edit_group:
|
||||
color_label: Color
|
||||
|
|
Loading…
Reference in New Issue
Block a user