locale file update
Oleg
committed Feb 23, 2012
commit b01f0b7da1b21bccec0c76fea2b78f47a7756d8f
Showing 2
changed files with
12 additions
and 2 deletions
config/locales/en.yml
+8
-0
| @@ | @@ -6,6 +6,7 @@ en: |
| slug: Slug | |
| parent_id: Parent | |
| content: Content | |
| + | identifier: Identifier |
| activerecord: | |
| models: | |
| cms/site: Site | |
| @@ | @@ -14,11 +15,13 @@ en: |
| cms/snippet: Snippet | |
| attributes: | |
| cms/site: | |
| + | identifier: Identifier |
| hostname: Hostname | |
| path: Path | |
| locale: Language | |
| is_mirrored: Mirrored | |
| cms/layout: | |
| + | identifier: Identifier |
| label: Layout Name | |
| app_layout: App Layout | |
| parent_id: Parent Layout | |
| @@ | @@ -30,6 +33,11 @@ en: |
| slug: Slug | |
| target_page_id: Redirect to Page | |
| is_published: Published | |
| + | cms/file: |
| + | file: File |
| + | description: Description |
| + | cms/snippet: |
| + | identifier: Identifier |
| # -- Controllers ---------------------------------------------------------- | |
| cms: | |
config/locales/pt-BR.yml
+4
-2
| @@ | @@ -3,9 +3,9 @@ pt-BR: |
| # -- Models --------------------------------------------------------------- | |
| attributes: | |
| label: Nome | |
| + | slug: Identificador |
| parent_id: Pai | |
| content: Conteúdo | |
| - | slug: Identificador |
| identifier: Identificador | |
| activerecord: | |
| models: | |
| @@ | @@ -15,11 +15,13 @@ pt-BR: |
| cms/snippet: Fragmento | |
| attributes: | |
| cms/site: | |
| + | identifier: Identificador |
| hostname: Nome do Host | |
| path: Caminho | |
| locale: Idioma | |
| is_mirrored: Espelhado | |
| cms/layout: | |
| + | identifier: Identificador |
| label: Nome do Leiaute | |
| app_layout: Leiaute da Aplicação | |
| parent_id: Leiaute Pai | |
| @@ | @@ -227,4 +229,4 @@ pt-BR: |
| image: | |
| insert: Inserir Imagem | |
| link: | |
| - | create: Criar Link |
| \ No newline at end of file | |
| + | create: Criar Link |