Remove extra whitespaces from locale files
Co-authored-by: Gerhard Schlager <mail@gerhard-schlager.at>
This commit is contained in:
parent
c5625b70f1
commit
bfbd97d3b5
|
@ -1,6 +1,6 @@
|
|||
en:
|
||||
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"
|
||||
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"
|
||||
|
@ -81,7 +81,7 @@ en:
|
|||
> :left_speech_bubble: _%{quote}_ — %{author}
|
||||
|
||||
magic_8_ball:
|
||||
trigger: 'fortune'
|
||||
trigger: "fortune"
|
||||
answers:
|
||||
"1": "It is certain"
|
||||
"2": "It is decidedly so"
|
||||
|
@ -107,9 +107,9 @@ en:
|
|||
> :crystal_ball: %{result}
|
||||
|
||||
track_selector:
|
||||
reset_trigger: 'start'
|
||||
skip_trigger: 'skip'
|
||||
help_trigger: 'display help'
|
||||
reset_trigger: "start"
|
||||
skip_trigger: "skip"
|
||||
help_trigger: "display help"
|
||||
|
||||
random_mention:
|
||||
reply: |-
|
||||
|
@ -134,8 +134,7 @@ en:
|
|||
Hey, thanks for the reply!
|
||||
|
||||
Unfortunately, as a poorly programmed bot, I can’t quite understand that one. :frowning:
|
||||
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}`.
|
||||
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}`.
|
||||
second_response: |-
|
||||
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!)
|
||||
|
||||
certificate:
|
||||
alt: 'Certificate of Achievement'
|
||||
alt: "Certificate of Achievement"
|
||||
|
||||
advanced_user_narrative:
|
||||
reset_trigger: 'advanced tutorial'
|
||||
reset_trigger: "advanced 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: |-
|
||||
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.
|
||||
|
||||
recover:
|
||||
deleted_post_raw: 'Why did @%{discobot_username} delete my post? :anguished:'
|
||||
deleted_post_raw: "Why did @%{discobot_username} delete my post? :anguished:"
|
||||
instructions: |-
|
||||
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:
|
||||
certificate:
|
||||
alt: 'Advanced User Track Certificate of Achievement'
|
||||
alt: "Advanced User Track Certificate of Achievement"
|
||||
|
|
Loading…
Reference in New Issue