Swapping out Mastodon for site title in sessions, noscript and backup confirmation message
This commit is contained in:
parent
288709e430
commit
d904046775
@ -1,5 +1,5 @@
|
|||||||
%h4= t 'sessions.title'
|
%h4= t 'sessions.title'
|
||||||
%p.muted-hint= t 'sessions.explanation'
|
%p.muted-hint= t('sessions.explanation', title: site_title)
|
||||||
|
|
||||||
.table-wrapper
|
.table-wrapper
|
||||||
%table.table.inline-table
|
%table.table.inline-table
|
||||||
|
@ -14,4 +14,4 @@
|
|||||||
= image_pack_tag 'logo.svg', alt: 'Mastodon'
|
= image_pack_tag 'logo.svg', alt: 'Mastodon'
|
||||||
|
|
||||||
%div
|
%div
|
||||||
= t('errors.noscript_html', apps_path: 'https://joinmastodon.org/apps')
|
= t('errors.noscript_html', apps_path: 'https://joinmastodon.org/apps', title: site_title)
|
||||||
|
@ -36,7 +36,7 @@
|
|||||||
%tbody
|
%tbody
|
||||||
%tr
|
%tr
|
||||||
%td.column-cell.text-center
|
%td.column-cell.text-center
|
||||||
%p= t 'user_mailer.backup_ready.explanation'
|
%p= t('user_mailer.backup_ready.explanation', title: site_title)
|
||||||
|
|
||||||
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
%table.email-table{ cellspacing: 0, cellpadding: 0 }
|
||||||
%tbody
|
%tbody
|
||||||
|
@ -601,7 +601,7 @@ en:
|
|||||||
'500':
|
'500':
|
||||||
content: We're sorry, but something went wrong on our end.
|
content: We're sorry, but something went wrong on our end.
|
||||||
title: This page is not correct
|
title: This page is not correct
|
||||||
noscript_html: To use the Mastodon web application, please enable JavaScript. Alternatively, try one of the <a href="%{apps_path}">native apps</a> for Mastodon for your platform.
|
noscript_html: To use the %{title} web application, please enable JavaScript. Alternatively, try one of the <a href="%{apps_path}">native apps</a> for Mastodon for your platform.
|
||||||
existing_username_validator:
|
existing_username_validator:
|
||||||
not_found: could not find a local user with that username
|
not_found: could not find a local user with that username
|
||||||
not_found_multiple: could not find %{usernames}
|
not_found_multiple: could not find %{usernames}
|
||||||
@ -850,7 +850,7 @@ en:
|
|||||||
weibo: Weibo
|
weibo: Weibo
|
||||||
current_session: Current session
|
current_session: Current session
|
||||||
description: "%{browser} on %{platform}"
|
description: "%{browser} on %{platform}"
|
||||||
explanation: These are the web browsers currently logged in to your Mastodon account.
|
explanation: These are the web browsers currently logged in to your %{title} account.
|
||||||
ip: IP
|
ip: IP
|
||||||
platforms:
|
platforms:
|
||||||
adobe_air: Adobe Air
|
adobe_air: Adobe Air
|
||||||
@ -1041,7 +1041,7 @@ en:
|
|||||||
wrong_code: The entered code was invalid! Are server time and device time correct?
|
wrong_code: The entered code was invalid! Are server time and device time correct?
|
||||||
user_mailer:
|
user_mailer:
|
||||||
backup_ready:
|
backup_ready:
|
||||||
explanation: You requested a full backup of your Mastodon account. It's now ready for download!
|
explanation: You requested a full backup of your %{title} account. It's now ready for download!
|
||||||
subject: Your archive is ready for download
|
subject: Your archive is ready for download
|
||||||
title: Archive takeout
|
title: Archive takeout
|
||||||
warning:
|
warning:
|
||||||
@ -1070,7 +1070,7 @@ en:
|
|||||||
full_handle_hint: This is what you would tell your friends so they can message or follow you from another server.
|
full_handle_hint: This is what you would tell your friends so they can message or follow you from another server.
|
||||||
review_preferences_action: Change preferences
|
review_preferences_action: Change preferences
|
||||||
review_preferences_step: Make sure to set your preferences, such as which emails you'd like to receive, or what privacy level you’d like your posts to default to. If you don’t have motion sickness, you could choose to enable GIF autoplay.
|
review_preferences_step: Make sure to set your preferences, such as which emails you'd like to receive, or what privacy level you’d like your posts to default to. If you don’t have motion sickness, you could choose to enable GIF autoplay.
|
||||||
subject: Welcome to Mastodon
|
subject: Welcome to %{title}
|
||||||
tip_federated_timeline: The federated timeline is a firehose view of the Mastodon network. But it only includes people your neighbours are subscribed to, so it's not complete.
|
tip_federated_timeline: The federated timeline is a firehose view of the Mastodon network. But it only includes people your neighbours are subscribed to, so it's not complete.
|
||||||
tip_following: You follow your server's admin(s) by default. To find more interesting people, check the local and federated timelines.
|
tip_following: You follow your server's admin(s) by default. To find more interesting people, check the local and federated timelines.
|
||||||
tip_local_timeline: The local timeline is a firehose view of people on %{instance}. These are your immediate neighbours!
|
tip_local_timeline: The local timeline is a firehose view of people on %{instance}. These are your immediate neighbours!
|
||||||
|
Loading…
Reference in New Issue
Block a user