Translate forms and raised theme model attributes
This commit is contained in:
parent
c50df2f660
commit
ec680d6722
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue