Translate forms and raised theme model attributes

This commit is contained in:
Andreas Nedbal 2022-02-13 00:39:53 +01:00 committed by Andreas Nedbal
parent c50df2f660
commit ec680d6722
1 changed files with 7 additions and 0 deletions

View File

@ -28,11 +28,15 @@ en:
danger_text: "Danger text color" danger_text: "Danger text color"
info_color: "Info color" info_color: "Info color"
info_text: "Info text color" info_text: "Info text color"
input_color: "Input color"
input_text: "Input text color"
light_color: "Light color" light_color: "Light color"
light_text: "Light text color" light_text: "Light text color"
muted_text: "Muted text color" muted_text: "Muted text color"
primary_color: "Primary color" primary_color: "Primary color"
primary_text: "Primary text color" primary_text: "Primary text color"
raised_accent: "Raised accent color"
raised_background: "Raised background color"
success_color: "Success color" success_color: "Success color"
success_text: "Success text color" success_text: "Success text color"
warning_color: "Warning color" warning_color: "Warning color"
@ -69,3 +73,6 @@ en:
update: :voc.save update: :voc.save
profile: profile:
update: :voc.save update: :voc.save
theme:
create: :voc.save
update: :voc.save