mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 03:36:18 +08:00
Remove extra whitespaces from locale files
Co-authored-by: Gerhard Schlager <mail@gerhard-schlager.at>
This commit is contained in:

committed by
Gerhard Schlager

parent
c5625b70f1
commit
bfbd97d3b5
@ -1344,7 +1344,7 @@ en:
|
|||||||
disable: "Show All Posts"
|
disable: "Show All Posts"
|
||||||
|
|
||||||
deleted_filter:
|
deleted_filter:
|
||||||
enabled_description: "This topic contains deleted posts, which have been hidden. "
|
enabled_description: "This topic contains deleted posts, which have been hidden."
|
||||||
disabled_description: "Deleted posts in the topic are shown."
|
disabled_description: "Deleted posts in the topic are shown."
|
||||||
enable: "Hide Deleted Posts"
|
enable: "Hide Deleted Posts"
|
||||||
disable: "Show Deleted Posts"
|
disable: "Show Deleted Posts"
|
||||||
@ -1562,7 +1562,7 @@ en:
|
|||||||
drafts_offline: "drafts offline"
|
drafts_offline: "drafts offline"
|
||||||
edit_conflict: "edit conflict"
|
edit_conflict: "edit conflict"
|
||||||
|
|
||||||
group_mentioned_limit: "<b>Warning!</b> You mentioned <a href='{{group_link}}'>{{group}}</a>, however this group has more members than the administrator configured mention limit of {{max}} users. Nobody will be notified. "
|
group_mentioned_limit: "<b>Warning!</b> You mentioned <a href='{{group_link}}'>{{group}}</a>, however this group has more members than the administrator configured mention limit of {{max}} users. Nobody will be notified."
|
||||||
group_mentioned:
|
group_mentioned:
|
||||||
one: "By mentioning {{group}}, you are about to notify <a href='{{group_link}}'>%{count} person</a> – are you sure?"
|
one: "By mentioning {{group}}, you are about to notify <a href='{{group_link}}'>%{count} person</a> – are you sure?"
|
||||||
other: "By mentioning {{group}}, you are about to notify <a href='{{group_link}}'>{{count}} people</a> – are you sure?"
|
other: "By mentioning {{group}}, you are about to notify <a href='{{group_link}}'>{{count}} people</a> – are you sure?"
|
||||||
@ -2105,7 +2105,7 @@ en:
|
|||||||
description: "A count of new replies will be shown for this message. You will be notified if someone mentions your @name or replies to you."
|
description: "A count of new replies will be shown for this message. You will be notified if someone mentions your @name or replies to you."
|
||||||
tracking:
|
tracking:
|
||||||
title: "Tracking"
|
title: "Tracking"
|
||||||
description: "A count of new replies will be shown for this topic. You will be notified if someone mentions your @name or replies to you. "
|
description: "A count of new replies will be shown for this topic. You will be notified if someone mentions your @name or replies to you."
|
||||||
regular:
|
regular:
|
||||||
title: "Normal"
|
title: "Normal"
|
||||||
description: "You will be notified if someone mentions your @name or replies to you."
|
description: "You will be notified if someone mentions your @name or replies to you."
|
||||||
@ -4348,7 +4348,7 @@ en:
|
|||||||
quit: "Maybe Later"
|
quit: "Maybe Later"
|
||||||
|
|
||||||
staff_count:
|
staff_count:
|
||||||
one: "Your community has %{count} staff (you). "
|
one: "Your community has %{count} staff (you)."
|
||||||
other: "Your community has %{count} staff, including you."
|
other: "Your community has %{count} staff, including you."
|
||||||
|
|
||||||
invites:
|
invites:
|
||||||
|
@ -1919,7 +1919,7 @@ en:
|
|||||||
share_anonymized_statistics: "Share anonymized usage statistics."
|
share_anonymized_statistics: "Share anonymized usage statistics."
|
||||||
|
|
||||||
auto_handle_queued_age: "Automatically handle records that are waiting to be reviewed after this many days. Flags will be ignored. Queued posts and users will be rejected. Set to 0 to disable this feature."
|
auto_handle_queued_age: "Automatically handle records that are waiting to be reviewed after this many days. Flags will be ignored. Queued posts and users will be rejected. Set to 0 to disable this feature."
|
||||||
svg_icon_subset: "Add additional FontAwesome 5 icons that you would like to include in your assets. Use prefix 'fa-' for solid icons, 'far-' for regular icons and 'fab-' for brand icons. "
|
svg_icon_subset: "Add additional FontAwesome 5 icons that you would like to include in your assets. Use prefix 'fa-' for solid icons, 'far-' for regular icons and 'fab-' for brand icons."
|
||||||
max_prints_per_hour_per_user: "Maximum number of /print page impressions (set to 0 to disable)"
|
max_prints_per_hour_per_user: "Maximum number of /print page impressions (set to 0 to disable)"
|
||||||
|
|
||||||
full_name_required: "Full name is a required field of a user's profile."
|
full_name_required: "Full name is a required field of a user's profile."
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
en:
|
en:
|
||||||
site_settings:
|
site_settings:
|
||||||
discourse_narrative_bot_enabled: 'Enable Discourse Narrative Bot (discobot)'
|
discourse_narrative_bot_enabled: "Enable Discourse Narrative Bot (discobot)"
|
||||||
disable_discourse_narrative_bot_welcome_post: "Disable the welcome post by Discourse Narrative Bot"
|
disable_discourse_narrative_bot_welcome_post: "Disable the welcome post by Discourse Narrative Bot"
|
||||||
discourse_narrative_bot_ignored_usernames: "Usernames that the Discourse Narrative Bot should ignore"
|
discourse_narrative_bot_ignored_usernames: "Usernames that the Discourse Narrative Bot should ignore"
|
||||||
discourse_narrative_bot_disable_public_replies: "Disable public replies by Discourse Narrative Bot"
|
discourse_narrative_bot_disable_public_replies: "Disable public replies by Discourse Narrative Bot"
|
||||||
@ -81,7 +81,7 @@ en:
|
|||||||
> :left_speech_bubble: _%{quote}_ — %{author}
|
> :left_speech_bubble: _%{quote}_ — %{author}
|
||||||
|
|
||||||
magic_8_ball:
|
magic_8_ball:
|
||||||
trigger: 'fortune'
|
trigger: "fortune"
|
||||||
answers:
|
answers:
|
||||||
"1": "It is certain"
|
"1": "It is certain"
|
||||||
"2": "It is decidedly so"
|
"2": "It is decidedly so"
|
||||||
@ -107,9 +107,9 @@ en:
|
|||||||
> :crystal_ball: %{result}
|
> :crystal_ball: %{result}
|
||||||
|
|
||||||
track_selector:
|
track_selector:
|
||||||
reset_trigger: 'start'
|
reset_trigger: "start"
|
||||||
skip_trigger: 'skip'
|
skip_trigger: "skip"
|
||||||
help_trigger: 'display help'
|
help_trigger: "display help"
|
||||||
|
|
||||||
random_mention:
|
random_mention:
|
||||||
reply: |-
|
reply: |-
|
||||||
@ -134,8 +134,7 @@ en:
|
|||||||
Hey, thanks for the reply!
|
Hey, thanks for the reply!
|
||||||
|
|
||||||
Unfortunately, as a poorly programmed bot, I can’t quite understand that one. :frowning:
|
Unfortunately, as a poorly programmed bot, I can’t quite understand that one. :frowning:
|
||||||
track_response:
|
track_response: You can try again, or if you’d like to skip this step, say `%{skip_trigger}`. Otherwise, to start over, say `%{reset_trigger}`.
|
||||||
You can try again, or if you’d like to skip this step, say `%{skip_trigger}`. Otherwise, to start over, say `%{reset_trigger}`.
|
|
||||||
second_response: |-
|
second_response: |-
|
||||||
Aw, sorry. I’m still not getting it. :anguished:
|
Aw, sorry. I’m still not getting it. :anguished:
|
||||||
|
|
||||||
@ -317,12 +316,12 @@ en:
|
|||||||
(If you’d like to speak with me again to learn more, just message or mention `@%{discobot_username}` any time!)
|
(If you’d like to speak with me again to learn more, just message or mention `@%{discobot_username}` any time!)
|
||||||
|
|
||||||
certificate:
|
certificate:
|
||||||
alt: 'Certificate of Achievement'
|
alt: "Certificate of Achievement"
|
||||||
|
|
||||||
advanced_user_narrative:
|
advanced_user_narrative:
|
||||||
reset_trigger: 'advanced tutorial'
|
reset_trigger: "advanced tutorial"
|
||||||
cert_title: "In recognition of successful completion of the advanced user tutorial"
|
cert_title: "In recognition of successful completion of the advanced user tutorial"
|
||||||
title: ':arrow_up: Advanced user features'
|
title: ":arrow_up: Advanced user features"
|
||||||
start_message: |-
|
start_message: |-
|
||||||
As an _advanced_ user, have you visited [your preferences page](%{base_uri}/my/preferences) yet @%{username}? There are lots of ways to customize your experience, such as selecting a dark or light theme.
|
As an _advanced_ user, have you visited [your preferences page](%{base_uri}/my/preferences) yet @%{username}? There are lots of ways to customize your experience, such as selecting a dark or light theme.
|
||||||
|
|
||||||
@ -356,7 +355,7 @@ en:
|
|||||||
To preserve continuity of discussions, deletes aren’t immediate, so the post will be removed after some time.
|
To preserve continuity of discussions, deletes aren’t immediate, so the post will be removed after some time.
|
||||||
|
|
||||||
recover:
|
recover:
|
||||||
deleted_post_raw: 'Why did @%{discobot_username} delete my post? :anguished:'
|
deleted_post_raw: "Why did @%{discobot_username} delete my post? :anguished:"
|
||||||
instructions: |-
|
instructions: |-
|
||||||
Oh no! It looks like I accidentally deleted a new post that I just created for you.
|
Oh no! It looks like I accidentally deleted a new post that I just created for you.
|
||||||
|
|
||||||
@ -452,4 +451,4 @@ en:
|
|||||||
|
|
||||||
Bye for now! If you’d like to speak with me again, send me a message any time :sunglasses:
|
Bye for now! If you’d like to speak with me again, send me a message any time :sunglasses:
|
||||||
certificate:
|
certificate:
|
||||||
alt: 'Advanced User Track Certificate of Achievement'
|
alt: "Advanced User Track Certificate of Achievement"
|
||||||
|
Reference in New Issue
Block a user