Update locale keys for theme settings

This commit is contained in:
Andreas Nedbal 2022-06-26 02:59:10 +02:00 committed by Karina Kwiatek
parent b15aaafccd
commit 4e363bb794
2 changed files with 46 additions and 44 deletions

View File

@ -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."

View File

@ -194,45 +194,47 @@ en:
disconnect: "Disconnect" disconnect: "Disconnect"
confirm: "Really disconnect service %{service}?" confirm: "Really disconnect service %{service}?"
theme: theme:
heading: "Theming" edit:
lead: "Welcome to the Theme Editor!" title: "Theme Settings"
body_html: | heading: "Theming"
<p>Here you'll be able to modify your Retrospring experience by adjusting all available colors. lead: "Welcome to the Theme Editor!"
To further help you with adjusting needs, there are a few example elements using the specified colors, and sections will include body_html: |
descriptions on their general use on the site!</p> <p>Here you'll be able to modify your Retrospring experience by adjusting all available colors.
<p>And with that: <b>Happy Theming!</b> To further help you with adjusting needs, there are a few example elements using the specified colors, and sections will include
delete: "Delete Theme" descriptions on their general use on the site!</p>
general: <p>And with that: <b>Happy Theming!</b>
heading: "General" delete: "Delete Theme"
body: "Here you'll find general page values that are basically visible all across the page." general:
colors: heading: "General"
heading: "Colors" body: "Here you'll find general page values that are basically visible all across the page."
body: | colors:
Colors you can find used on the site. The names of the colors usually describe the context. heading: "Colors"
The "text" colors for all styles represent the color that text on top of these colors has. body: |
alert: Colors you can find used on the site. The names of the colors usually describe the context.
example: "A simple %{type} alert — check it out!" The "text" colors for all styles represent the color that text on top of these colors has.
type: alert:
danger: "danger" example: "A simple %{type} alert — check it out!"
info: "info" type:
primary: "primary" danger: "danger"
success: "success" info: "info"
warning: "warning" primary: "primary"
button: success: "success"
example: "A %{type} button" warning: "warning"
type: button:
dark: "dark" example: "A %{type} button"
light: "light" type:
text: dark: "dark"
example: "Some muted text" light: "light"
forms: text:
heading: "Forms and Inputs" example: "Some muted text"
body: "Styles for form inputs, like text fields." forms:
raised: heading: "Forms and Inputs"
heading: "Raised Content" body: "Styles for form inputs, like text fields."
body: "Raised content basically describes all the different boxes and panels you can see across the site." raised:
accent: heading: "Raised Content"
example: "Some text on top of a accented area on a raised element!" body: "Raised content basically describes all the different boxes and panels you can see across the site."
accent:
example: "Some text on top of a accented area on a raised element!"
shared: shared:
links: links:
about: "About" about: "About"
@ -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: