add i18n to models

This commit is contained in:
João Geonizeli
2022-07-27 21:36:08 -03:00
parent 1aa0ee03b4
commit 8cb2753158
9 changed files with 134 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
pt-BR:
attributes:
created_at: Criado em
updated_at: Atualizado em

View File

@@ -0,0 +1,9 @@
pt-BR:
activerecord:
models:
axis:
one: Eixo
other: Eixos
attributes:
axis:
name: Nome

View File

@@ -0,0 +1,9 @@
pt-BR:
activerecord:
models:
category:
one: Categoria
other: Categorias
attributes:
category:
name: Nome

View File

@@ -0,0 +1,53 @@
pt-BR:
activerecord:
models:
question:
one: Questão
other: Questões
attributes:
question:
user: Usuário
subject: Assunto
alternatives: Alternativas
authorship: Autoria
authorship_year: Ano de Autoria
bloom_taxonomy: Taxonomia de Bloom
body: Corpo
check_type: Tipo de Marcação
difficulty: Dificuldade
explanation: Explicação
instruction: Instrução
intention: Intenção
references: Referências
status: Status
support: Suporte
enumerize:
question:
check_type:
unique_answer: Resposta Única
incomplete_affirmation: Afirmação Incompleta
multiple_answer: Resposta Múltipla
negative_focus: Foco Negativo
assertion_and_reason: Asserção e Razão
gap: Lacuna
interpretation: Interpretação
association: Associação
ordering_or_ranking: Ordenação ou Seriação
constant_alternatives: Alternativas Constantes
difficulty:
easy: Fácil
medium: Média
hard: Difícil
bloom_taxonomy:
remember: Recordar
understand: Compreender
apply: Aplicar
analyze: Analisar
evaluate: Avaliar
create: Criar
status:
draft: Rascunhos
waiting_review: Aguardando Revisão
with_requested_changes: Com Alterações Solicitadas
approved: Aprovada
registered: Registrada

View File

@@ -0,0 +1,11 @@
pt-BR:
activerecord:
models:
subject:
one: Assunto
other: Assuntos
attributes:
subject:
axis: Eixo
category: Categoria
name: Nome

View File

@@ -0,0 +1,19 @@
pt-BR:
activerecord:
models:
user:
one: Usuário
other: Usuários
attributes:
user:
name: Nome
enumerize:
user:
roles:
admin: Administrador
nde: NDE
coordinator: Coordenador
center_director: Diretor de Centro
pro_rector: Pró-Reitor
teacher: Professor