mirror of
https://github.com/discourse/discourse.git
synced 2025-05-24 00:41:16 +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
@ -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