diff --git a/config/locales/activerecord.en.yml b/config/locales/activerecord.en.yml index 312d228c..e5468101 100644 --- a/config/locales/activerecord.en.yml +++ b/config/locales/activerecord.en.yml @@ -28,11 +28,15 @@ en: danger_text: "Danger text color" info_color: "Info color" info_text: "Info text color" + input_color: "Input color" + input_text: "Input text color" light_color: "Light color" light_text: "Light text color" muted_text: "Muted text color" primary_color: "Primary color" primary_text: "Primary text color" + raised_accent: "Raised accent color" + raised_background: "Raised background color" success_color: "Success color" success_text: "Success text color" warning_color: "Warning color" @@ -69,3 +73,6 @@ en: update: :voc.save profile: update: :voc.save + theme: + create: :voc.save + update: :voc.save