mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-04 05:09:20 +08:00
Similar to https://github.com/discourse/discourse/pull/39475, move the settings out of Plugins and into dedicated setting categories for: * Data Explorer * Login with Amazon * Math * Post Voting * Poll
22 lines
543 B
YAML
22 lines
543 B
YAML
en:
|
|
admin_js:
|
|
admin:
|
|
site_settings:
|
|
categories:
|
|
discourse_math: "Discourse Math"
|
|
js:
|
|
discourse_math:
|
|
edit_math: "Edit math"
|
|
edit_modal:
|
|
title: "Edit math"
|
|
label: "Math"
|
|
apply: "Apply"
|
|
composer:
|
|
insert_math: "Insert Math"
|
|
insert_modal:
|
|
title_inline: "Insert Inline Math"
|
|
title_block: "Insert Block Math"
|
|
label: "LaTeX"
|
|
placeholder: "E=mc^2"
|
|
insert: "Insert"
|
|
block_mode: "Block mode (displayed equation)"
|