Update locale namespaces for export settings
This commit is contained in:
parent
f53aaf6091
commit
126204d759
|
@ -40,6 +40,12 @@ en:
|
|||
destroy:
|
||||
success: "Service removed successfully."
|
||||
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:
|
||||
update:
|
||||
success: :settings.profile.update.success
|
||||
|
@ -60,11 +66,6 @@ en:
|
|||
success: "Theme saved successfully."
|
||||
error: "Theme saving failed. %{errors}"
|
||||
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:
|
||||
error: :errors.invalid_otp
|
||||
destroy_2fa:
|
||||
|
|
|
@ -131,6 +131,8 @@ en:
|
|||
retina: "Retina"
|
||||
original: "Original image"
|
||||
export:
|
||||
index:
|
||||
title: "Export"
|
||||
heading: "Export your data"
|
||||
body_html: |
|
||||
<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"
|
||||
edit_security:
|
||||
title: "Security Settings"
|
||||
export:
|
||||
title: "Export"
|
||||
moderation:
|
||||
inbox:
|
||||
header:
|
||||
|
|
Loading…
Reference in New Issue