Update locale keys for theme settings
This commit is contained in:
parent
b15aaafccd
commit
4e363bb794
|
@ -39,6 +39,11 @@ en:
|
||||||
error: :errors.base
|
error: :errors.base
|
||||||
destroy:
|
destroy:
|
||||||
success: "Service removed successfully."
|
success: "Service removed successfully."
|
||||||
|
settings:
|
||||||
|
theme:
|
||||||
|
update:
|
||||||
|
success: "Theme saved successfully."
|
||||||
|
error: "Theme saving failed. %{errors}"
|
||||||
user:
|
user:
|
||||||
export:
|
export:
|
||||||
info: "An export is currently in progress for this account."
|
info: "An export is currently in progress for this account."
|
||||||
|
@ -61,9 +66,6 @@ en:
|
||||||
update_profile:
|
update_profile:
|
||||||
success: :user.update.success
|
success: :user.update.success
|
||||||
error: :user.update.error
|
error: :user.update.error
|
||||||
update_theme:
|
|
||||||
success: "Theme saved successfully."
|
|
||||||
error: "Theme saving failed. %{errors}"
|
|
||||||
sessions:
|
sessions:
|
||||||
create:
|
create:
|
||||||
info: "You have %{count} recovery codes remaining."
|
info: "You have %{count} recovery codes remaining."
|
||||||
|
|
|
@ -194,6 +194,8 @@ en:
|
||||||
disconnect: "Disconnect"
|
disconnect: "Disconnect"
|
||||||
confirm: "Really disconnect service %{service}?"
|
confirm: "Really disconnect service %{service}?"
|
||||||
theme:
|
theme:
|
||||||
|
edit:
|
||||||
|
title: "Theme Settings"
|
||||||
heading: "Theming"
|
heading: "Theming"
|
||||||
lead: "Welcome to the Theme Editor!"
|
lead: "Welcome to the Theme Editor!"
|
||||||
body_html: |
|
body_html: |
|
||||||
|
@ -334,8 +336,6 @@ en:
|
||||||
title: "Privacy Settings"
|
title: "Privacy Settings"
|
||||||
edit_security:
|
edit_security:
|
||||||
title: "Security Settings"
|
title: "Security Settings"
|
||||||
edit_theme:
|
|
||||||
title: "Theme Settings"
|
|
||||||
export:
|
export:
|
||||||
title: "Export"
|
title: "Export"
|
||||||
moderation:
|
moderation:
|
||||||
|
|
Loading…
Reference in New Issue