mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
simplify category definition copy
This commit is contained in:
parent
68a935c36b
commit
a604ebb5b5
@ -198,7 +198,7 @@ en:
|
||||
meta_category_description: "Discussion about this forum, its organization, how it works, and how we can improve it."
|
||||
|
||||
category:
|
||||
topic_prefix: "Category definition for %{category}"
|
||||
topic_prefix: "About the %{category} category"
|
||||
replace_paragraph: "[Replace this first paragraph with a short description of your new category. This guidance will appear in the category selection area, so try to keep it below 200 characters. Until you edit this text or create topics, this category won't appear on the categories page.]"
|
||||
post_template: "%{replace_paragraph}\n\nUse the following paragraphs for a longer description, as well as to establish any category guidelines or rules.\n\nSome things to consider in any discussion replies below:\n\n- What is this category for? Why should people select this category for their topic?\n\n- How is this different than the other categories we already have?\n\n- Do we need this category?\n\n- Should we merge this with another category, or split it into more categories?\n"
|
||||
errors:
|
||||
@ -586,7 +586,7 @@ en:
|
||||
|
||||
post_excerpt_maxlength: "Maximum length in chars of a post's excerpt"
|
||||
post_onebox_maxlength: "Maximum length of a oneboxed Discourse post"
|
||||
category_post_template: "The category definition post template used when you create a new category"
|
||||
category_post_template: "The post template used when you create a new category"
|
||||
onebox_max_chars: "Maximum characters a onebox will import from an external website into the post"
|
||||
|
||||
logo_url: "The logo for your site eg: http://example.com/logo.png"
|
||||
|
@ -76,7 +76,7 @@ id:
|
||||
no_info_other: "<div class='missing-profile'>%{name} hasn't entered anything in the About Me field of their profile yet</div>"
|
||||
|
||||
category:
|
||||
topic_prefix: "Category definition for %{category}"
|
||||
topic_prefix: "About the %{category} category"
|
||||
replace_paragraph: "[Replace this first paragraph with a short description of your new category. This guidance will appear in the category selection area, so try to keep it below 200 characters.]"
|
||||
post_template: "%{replace_paragraph}\n\nUse the following paragraphs for a longer description, as well as to establish any category guidelines or rules.\n\nSome things to consider in any discussion replies below:\n\n- What is this category for? Why should people select this category for their topic?\n\n- How is this different than the other categories we already have?\n\n- Do we need this category?\n\n- Should we merge this with another category, or split it into more categories?\n"
|
||||
|
||||
|
@ -94,7 +94,7 @@ sv:
|
||||
no_info_other: "<div class='missing-profile'>%{name} har inte skrivit någonting i dess profils Om Mig-fält ännu</div>"
|
||||
|
||||
category:
|
||||
topic_prefix: "Category definition for %{category}"
|
||||
topic_prefix: "About the %{category} category"
|
||||
replace_paragraph: "[Replace this first paragraph with a short description of your new category. This guidance will appear in the category selection area, so try to keep it below 200 characters.]"
|
||||
post_template: "%{replace_paragraph}\n\nUse the following paragraphs for a longer description, as well as to establish any category guidelines or rules.\n\nSome things to consider in any discussion replies below:\n\n- What is this category for? Why should people select this category for their topic?\n\n- How is this different than the other categories we already have?\n\n- Do we need this category?\n\n- Should we merge this with another category, or split it into more categories?\n"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user