mirror of
https://github.com/discourse/discourse.git
synced 2025-04-29 00:04:38 +08:00
better description for title_fancy_entities
This commit is contained in:
parent
4c801092b2
commit
249fa42fd2
@ -417,7 +417,7 @@ da:
|
|||||||
max_word_length: "The maximum allowed word length, in characters, in a topic title"
|
max_word_length: "The maximum allowed word length, in characters, in a topic title"
|
||||||
title_min_entropy: "The minimum allowed entropy (unique characters) required for a topic title"
|
title_min_entropy: "The minimum allowed entropy (unique characters) required for a topic title"
|
||||||
body_min_entropy: "The minimum allowed entropy (unique characters) required for a post body"
|
body_min_entropy: "The minimum allowed entropy (unique characters) required for a post body"
|
||||||
title_fancy_entities: "Convert fancy HTML entities in topic titles"
|
title_fancy_entities: "Convert common ASCII characters to fancy HTML entities in topic titles, ala SmartyPants http://daringfireball.net/projects/smartypants/"
|
||||||
|
|
||||||
min_title_similar_length: "The minimum length of a title before it will be checked for similar topics"
|
min_title_similar_length: "The minimum length of a title before it will be checked for similar topics"
|
||||||
min_body_similar_length: "The minimum length of a post's body before it will be checked for similar topics"
|
min_body_similar_length: "The minimum length of a post's body before it will be checked for similar topics"
|
||||||
|
@ -486,7 +486,7 @@ en:
|
|||||||
title_min_entropy: "The minimum allowed entropy (unique characters) required for a topic title"
|
title_min_entropy: "The minimum allowed entropy (unique characters) required for a topic title"
|
||||||
body_min_entropy: "The minimum allowed entropy (unique characters) required for a post body"
|
body_min_entropy: "The minimum allowed entropy (unique characters) required for a post body"
|
||||||
|
|
||||||
title_fancy_entities: "Convert fancy HTML entities in topic titles"
|
title_fancy_entities: "Convert common ASCII characters to fancy HTML entities in topic titles, ala SmartyPants http://daringfireball.net/projects/smartypants/"
|
||||||
|
|
||||||
min_title_similar_length: "The minimum length of a title before it will be checked for similar topics"
|
min_title_similar_length: "The minimum length of a title before it will be checked for similar topics"
|
||||||
min_body_similar_length: "The minimum length of a post's body before it will be checked for similar topics"
|
min_body_similar_length: "The minimum length of a post's body before it will be checked for similar topics"
|
||||||
|
@ -407,7 +407,7 @@ es:
|
|||||||
max_word_length: "The maximum allowed word length, in characters, in a topic title"
|
max_word_length: "The maximum allowed word length, in characters, in a topic title"
|
||||||
title_min_entropy: "The minimum allowed entropy (unique characters) required for a topic title"
|
title_min_entropy: "The minimum allowed entropy (unique characters) required for a topic title"
|
||||||
body_min_entropy: "The minimum allowed entropy (unique characters) required for a post body"
|
body_min_entropy: "The minimum allowed entropy (unique characters) required for a post body"
|
||||||
title_fancy_entities: "Convert fancy HTML entities in topic titles"
|
title_fancy_entities: "Convert common ASCII characters to fancy HTML entities in topic titles, ala SmartyPants http://daringfireball.net/projects/smartypants/"
|
||||||
|
|
||||||
notification_types:
|
notification_types:
|
||||||
mentioned: "%{display_username} mentioned you in %{link}"
|
mentioned: "%{display_username} mentioned you in %{link}"
|
||||||
|
@ -422,7 +422,7 @@ id:
|
|||||||
max_word_length: "The maximum allowed word length, in characters, in a topic title"
|
max_word_length: "The maximum allowed word length, in characters, in a topic title"
|
||||||
title_min_entropy: "The minimum allowed entropy (unique characters) required for a topic title"
|
title_min_entropy: "The minimum allowed entropy (unique characters) required for a topic title"
|
||||||
body_min_entropy: "The minimum allowed entropy (unique characters) required for a post body"
|
body_min_entropy: "The minimum allowed entropy (unique characters) required for a post body"
|
||||||
title_fancy_entities: "Convert fancy HTML entities in topic titles"
|
title_fancy_entities: "Convert common ASCII characters to fancy HTML entities in topic titles, ala SmartyPants http://daringfireball.net/projects/smartypants/"
|
||||||
|
|
||||||
min_title_similar_length: "The minimum length of a title before it will be checked for similar topics"
|
min_title_similar_length: "The minimum length of a title before it will be checked for similar topics"
|
||||||
min_body_similar_length: "The minimum length of a post's body before it will be checked for similar topics"
|
min_body_similar_length: "The minimum length of a post's body before it will be checked for similar topics"
|
||||||
|
@ -476,7 +476,7 @@ sv:
|
|||||||
title_min_entropy: "The minimum allowed entropy (unique characters) required for a topic title"
|
title_min_entropy: "The minimum allowed entropy (unique characters) required for a topic title"
|
||||||
body_min_entropy: "The minimum allowed entropy (unique characters) required for a post body"
|
body_min_entropy: "The minimum allowed entropy (unique characters) required for a post body"
|
||||||
|
|
||||||
title_fancy_entities: "Convert fancy HTML entities in topic titles"
|
title_fancy_entities: "Convert common ASCII characters to fancy HTML entities in topic titles, ala SmartyPants http://daringfireball.net/projects/smartypants/"
|
||||||
|
|
||||||
min_title_similar_length: "The minimum length of a title before it will be checked for similar topics"
|
min_title_similar_length: "The minimum length of a title before it will be checked for similar topics"
|
||||||
min_body_similar_length: "The minimum length of a post's body before it will be checked for similar topics"
|
min_body_similar_length: "The minimum length of a post's body before it will be checked for similar topics"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user