Update locale namespaces for export settings
This commit is contained in:
parent
f53aaf6091
commit
126204d759
|
@ -40,6 +40,12 @@ en:
|
||||||
destroy:
|
destroy:
|
||||||
success: "Service removed successfully."
|
success: "Service removed successfully."
|
||||||
settings:
|
settings:
|
||||||
|
export:
|
||||||
|
index:
|
||||||
|
info: "An export is currently in progress for this account."
|
||||||
|
create:
|
||||||
|
success: "Your account is currently being exported. This will take a little while."
|
||||||
|
error: "Exporting is currently not possible."
|
||||||
privacy:
|
privacy:
|
||||||
update:
|
update:
|
||||||
success: :settings.profile.update.success
|
success: :settings.profile.update.success
|
||||||
|
@ -60,11 +66,6 @@ en:
|
||||||
success: "Theme saved successfully."
|
success: "Theme saved successfully."
|
||||||
error: "Theme saving failed. %{errors}"
|
error: "Theme saving failed. %{errors}"
|
||||||
user:
|
user:
|
||||||
export:
|
|
||||||
info: "An export is currently in progress for this account."
|
|
||||||
begin_export:
|
|
||||||
success: "Your account is currently being exported. This will take a little while."
|
|
||||||
error: "Exporting is currently not possible."
|
|
||||||
update_2fa:
|
update_2fa:
|
||||||
error: :errors.invalid_otp
|
error: :errors.invalid_otp
|
||||||
destroy_2fa:
|
destroy_2fa:
|
||||||
|
|
|
@ -131,17 +131,19 @@ en:
|
||||||
retina: "Retina"
|
retina: "Retina"
|
||||||
original: "Original image"
|
original: "Original image"
|
||||||
export:
|
export:
|
||||||
heading: "Export your data"
|
index:
|
||||||
body_html: |
|
title: "Export"
|
||||||
<p>The data is inside a <code>.tar.gz</code> archive and available in three formats: YAML, JSON, and XML.
|
heading: "Export your data"
|
||||||
The archive also contains a copy of your profile picture and header picture in all sizes.</p>
|
body_html: |
|
||||||
<p>Please note that you can only export your data once a week. Exporting your data
|
<p>The data is inside a <code>.tar.gz</code> archive and available in three formats: YAML, JSON, and XML.
|
||||||
will take a while, so please be patient. You will receive a question once exporting
|
The archive also contains a copy of your profile picture and header picture in all sizes.</p>
|
||||||
is done.</p>
|
<p>Please note that you can only export your data once a week. Exporting your data
|
||||||
export: "Export"
|
will take a while, so please be patient. You will receive a question once exporting
|
||||||
export_url:
|
is done.</p>
|
||||||
none: "Once exporting your account is done, a download link will appear here."
|
export: "Export"
|
||||||
present: "Here's your export from %{time}"
|
export_url:
|
||||||
|
none: "Once exporting your account is done, a download link will appear here."
|
||||||
|
present: "Here's your export from %{time}"
|
||||||
muted:
|
muted:
|
||||||
heading: "Muted words"
|
heading: "Muted words"
|
||||||
body: "Muting words (or longer phrases) will prevent questions containing those to appear in your inbox."
|
body: "Muting words (or longer phrases) will prevent questions containing those to appear in your inbox."
|
||||||
|
@ -336,9 +338,7 @@ en:
|
||||||
edit_mute:
|
edit_mute:
|
||||||
title: "Muted Words"
|
title: "Muted Words"
|
||||||
edit_security:
|
edit_security:
|
||||||
title: "Security Settings"
|
title: "Security Settings"
|
||||||
export:
|
|
||||||
title: "Export"
|
|
||||||
moderation:
|
moderation:
|
||||||
inbox:
|
inbox:
|
||||||
header:
|
header:
|
||||||
|
|
Loading…
Reference in New Issue