Update locale namespaces for export settings
This commit is contained in:
parent
7fdb647deb
commit
2f8f9e1659
|
@ -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,6 +131,8 @@ en:
|
||||||
retina: "Retina"
|
retina: "Retina"
|
||||||
original: "Original image"
|
original: "Original image"
|
||||||
export:
|
export:
|
||||||
|
index:
|
||||||
|
title: "Export"
|
||||||
heading: "Export your data"
|
heading: "Export your data"
|
||||||
body_html: |
|
body_html: |
|
||||||
<p>The data is inside a <code>.tar.gz</code> archive and available in three formats: YAML, JSON, and XML.
|
<p>The data is inside a <code>.tar.gz</code> archive and available in three formats: YAML, JSON, and XML.
|
||||||
|
@ -337,8 +339,6 @@ en:
|
||||||
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