config/locales/en.yml in adminpanel-2.0.0 vs config/locales/en.yml in adminpanel-2.0.1

- old
+ new

@@ -1,8 +1,8 @@ en: model: - Analytics: "Google Analytics" + Analytic: "Google Analytics" Gallery: "Gallery" Categories: "Categories" attributes: adminproject_id: "Proyect" brief: "Brief Description" @@ -18,11 +18,11 @@ password_confirmation: "Confirm password" password_digest: "Confirm password" username: "Nombre de usuario" errors: one: "%{model} can't be saved, 1 error" - other: "%{model} can't be saved, %{count} errors" + other: "%{model} can't be saved due %{count} errors" activerecord: errors: messages: not_phone: "isn't a phone (10 numbers)" blank: "can't be blank" @@ -32,18 +32,16 @@ taken: "alredy in use" too_long: "too long" too_short: "too short, minimum is 6 characters" time: formats: - graphic: "%Y-%m-%d %H:%M:%S" - long: "%d/%m/%Y %l:%M:%S %p" - short: "%d de %B de %Y" + short: "%B %d, of %Y" estimate: "%Y-%m-%d" Add Image: "Add Image" - Write description here: "Write descrition here..." - Gallery: "Gallery" - Panel title: "Panel Administrativo CoDN" + wysiwyg: + description: "Write descrition here..." + Panel title: "Panel Administrativo" actions: "Actions" action: add: "Add" create: "Create" close: "Close" @@ -85,5 +83,11 @@ email: "Email" other: add : "Add %{model}" choose: "Chooose related %{model}" no description: "Don't have a description yet" + routes: + new: 'new' + edit: 'edit' + show: 'show' + signout: 'signout' + signin: 'signin'