typus 3.1.0.rc14 → 3.1.0.rc15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitmodules +3 -0
- data/README.md +10 -14
- data/Rakefile +7 -5
- data/app/assets/javascripts/typus.js +1 -0
- data/app/assets/javascripts/typus/jquery.application.js +0 -2
- data/app/assets/stylesheets/typus.css +13 -1
- data/app/assets/stylesheets/typus/account.css +53 -0
- data/app/assets/stylesheets/typus/actions.css +11 -0
- data/app/assets/stylesheets/typus/content.css +92 -0
- data/app/assets/stylesheets/typus/defaults.css +31 -0
- data/app/assets/stylesheets/typus/errors.css +33 -0
- data/app/assets/stylesheets/typus/footer.css +8 -0
- data/app/assets/stylesheets/typus/forms.css +52 -0
- data/app/assets/stylesheets/typus/hacks.css +20 -0
- data/app/assets/stylesheets/typus/header.css +55 -0
- data/app/assets/stylesheets/typus/layout.css +4 -0
- data/app/assets/stylesheets/typus/pagination.css +34 -8
- data/app/assets/stylesheets/typus/sidebar.css +23 -0
- data/app/assets/stylesheets/typus/tables.css +47 -0
- data/app/helpers/admin/base_helper.rb +1 -1
- data/app/helpers/admin/resources/data_types/belongs_to_helper.rb +1 -0
- data/app/helpers/admin/resources/data_types/tree_helper.rb +1 -0
- data/app/helpers/admin/resources/display_helper.rb +1 -1
- data/app/helpers/admin/resources/form_helper.rb +1 -0
- data/app/helpers/admin/resources_helper.rb +3 -5
- data/app/views/admin/account/forgot_password.html.erb +7 -1
- data/app/views/admin/base/user_guide.html.erb +61 -57
- data/app/views/admin/dashboard/show.html.erb +6 -16
- data/app/views/admin/dashboard/widgets/_applications.html.erb +31 -0
- data/app/views/admin/dashboard/widgets/_models.html.erb +23 -0
- data/app/views/admin/dashboard/widgets/_models_extended.html.erb +25 -0
- data/app/views/admin/dashboard/widgets/_resources.html.erb +23 -0
- data/app/views/admin/resources/_actions.html.erb +23 -0
- data/app/views/admin/resources/edit.html.erb +26 -20
- data/app/views/admin/resources/edit/_actions.html.erb +7 -0
- data/app/views/admin/resources/edit/_rencently_edited.html.erb +8 -0
- data/app/views/admin/resources/index.html.erb +42 -32
- data/app/views/admin/resources/new.html.erb +16 -8
- data/app/views/admin/resources/show.html.erb +22 -14
- data/app/views/admin/session/new.html.erb +9 -1
- data/app/views/admin/templates/_belongs_to.html.erb +1 -1
- data/app/views/admin/templates/_belongs_to_with_autocomplete.html.erb +1 -1
- data/app/views/admin/templates/_boolean.html.erb +1 -1
- data/app/views/admin/templates/_date.html.erb +1 -1
- data/app/views/admin/templates/_datetime.html.erb +1 -1
- data/app/views/admin/templates/_dragonfly.html.erb +1 -1
- data/app/views/admin/templates/_paperclip.html.erb +1 -1
- data/app/views/admin/templates/_password.html.erb +1 -1
- data/app/views/admin/templates/_selector.html.erb +1 -1
- data/app/views/admin/templates/_string.html.erb +1 -1
- data/app/views/admin/templates/_string_with_preview.html.erb +1 -1
- data/app/views/admin/templates/_text.html.erb +1 -1
- data/app/views/admin/templates/_text_with_ckeditor.html.erb +16 -2
- data/app/views/admin/templates/_text_with_ckeditor_and_assets.html.erb +16 -2
- data/app/views/admin/templates/_time.html.erb +1 -1
- data/app/views/admin/templates/_tree.html.erb +1 -1
- data/app/views/helpers/admin/resources/_sidebar.html.erb +36 -12
- data/app/views/helpers/admin/resources/_table.html.erb +5 -3
- data/app/views/layouts/admin/base.html.erb +16 -29
- data/app/views/layouts/admin/headless.html.erb +1 -1
- data/app/views/layouts/admin/session.html.erb +6 -0
- data/lib/support/fake_user.rb +2 -8
- data/lib/typus.rb +6 -2
- data/lib/typus/authentication/devise.rb +19 -0
- data/lib/typus/controller/headless.rb +1 -1
- data/lib/typus/orm/active_record/admin_user_v1.rb +15 -1
- data/lib/typus/orm/active_record/admin_user_v2.rb +16 -2
- data/lib/typus/orm/active_record/user/class_methods.rb +2 -3
- data/lib/typus/orm/active_record/user/instance_methods.rb +5 -2
- data/lib/typus/orm/active_record/user/instance_methods_more.rb +19 -0
- data/lib/typus/version.rb +1 -1
- data/vendor/assets/adapt/css/1200.css +357 -0
- data/vendor/assets/adapt/css/1200.min.css +1 -0
- data/vendor/assets/adapt/css/1560.css +357 -0
- data/vendor/assets/adapt/css/1560.min.css +1 -0
- data/vendor/assets/adapt/css/720.css +357 -0
- data/vendor/assets/adapt/css/720.min.css +1 -0
- data/vendor/assets/adapt/css/960.css +357 -0
- data/vendor/assets/adapt/css/960.min.css +1 -0
- data/vendor/assets/adapt/css/fluid.css +345 -0
- data/vendor/assets/adapt/css/fluid.min.css +1 -0
- data/vendor/assets/adapt/css/master.css +120 -0
- data/vendor/assets/adapt/css/mobile.css +20 -0
- data/vendor/assets/adapt/css/mobile.min.css +1 -0
- data/vendor/assets/adapt/css/reset.css +202 -0
- data/vendor/assets/adapt/css/text.css +81 -0
- data/vendor/assets/adapt/images/h1.png +0 -0
- data/vendor/assets/adapt/js/adapt.js +135 -0
- data/vendor/assets/adapt/js/adapt.min.js +1 -0
- data/vendor/assets/formalize/.gitignore +1 -0
- data/vendor/assets/formalize/css/_formalize.sass +332 -0
- data/vendor/assets/formalize/css/demo.css +47 -0
- data/vendor/assets/formalize/css/formalize.css +395 -0
- data/vendor/assets/formalize/css/reset.css +202 -0
- data/vendor/assets/formalize/css/text.css +81 -0
- data/vendor/assets/formalize/images/button.png +0 -0
- data/vendor/assets/formalize/images/select_arrow.gif +0 -0
- data/vendor/assets/formalize/js/dojo.formalize.js +166 -0
- data/vendor/assets/formalize/js/dojo.formalize.min.js +1 -0
- data/vendor/assets/formalize/js/extjs.formalize.js +163 -0
- data/vendor/assets/formalize/js/extjs.formalize.min.js +1 -0
- data/vendor/assets/formalize/js/jquery.formalize.js +150 -0
- data/vendor/assets/formalize/js/jquery.formalize.min.js +1 -0
- data/vendor/assets/formalize/js/mootools.formalize.js +155 -0
- data/vendor/assets/formalize/js/mootools.formalize.min.js +1 -0
- data/vendor/assets/formalize/js/prototype.formalize.js +163 -0
- data/vendor/assets/formalize/js/prototype.formalize.min.js +1 -0
- data/vendor/assets/formalize/js/yui.formalize.js +152 -0
- data/vendor/assets/formalize/js/yui.formalize.min.js +1 -0
- metadata +79 -47
- data/app/assets/stylesheets/typus/screen.css +0 -340
- data/app/helpers/admin/dashboard_helper.rb +0 -8
- data/app/views/admin/dashboard/_applications.html.erb +0 -21
- data/config/locales/typus.ca.models.yml +0 -17
- data/config/locales/typus.ca.yml +0 -80
- data/config/locales/typus.de.models.yml +0 -17
- data/config/locales/typus.de.yml +0 -79
- data/config/locales/typus.el.models.yml +0 -17
- data/config/locales/typus.el.yml +0 -81
- data/config/locales/typus.es.models.yml +0 -18
- data/config/locales/typus.es.yml +0 -81
- data/config/locales/typus.fr.models.yml +0 -18
- data/config/locales/typus.fr.yml +0 -85
- data/config/locales/typus.hu.models.yml +0 -17
- data/config/locales/typus.hu.yml +0 -79
- data/config/locales/typus.it.models.yml +0 -18
- data/config/locales/typus.it.yml +0 -88
- data/config/locales/typus.locale.models.yml.template +0 -17
- data/config/locales/typus.locale.yml.template +0 -80
- data/config/locales/typus.pt-BR.models.yml +0 -17
- data/config/locales/typus.pt-BR.yml +0 -79
- data/config/locales/typus.pt-PT.models.yml +0 -17
- data/config/locales/typus.pt-PT.yml +0 -83
- data/config/locales/typus.ru.models.yml +0 -17
- data/config/locales/typus.ru.yml +0 -79
- data/config/locales/typus.zh-CN.models.yml +0 -17
- data/config/locales/typus.zh-CN.yml +0 -78
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
# Hungarian (hu) translations for Typus by:
|
|
2
|
-
# - Tompa Gábor <http://github.com/tompagabor>
|
|
3
|
-
|
|
4
|
-
it:
|
|
5
|
-
activerecord:
|
|
6
|
-
models:
|
|
7
|
-
admin_user:
|
|
8
|
-
attributes:
|
|
9
|
-
admin_user:
|
|
10
|
-
email:
|
|
11
|
-
first_name: "Nome"
|
|
12
|
-
last_name: "Cognome"
|
|
13
|
-
role: "Ruolo"
|
|
14
|
-
status: "Stato"
|
|
15
|
-
preferences: "Preferenze"
|
|
16
|
-
locale: "Lingua"
|
|
17
|
-
password: "Password"
|
|
18
|
-
password_confirmation: "Ripeti la password"
|
data/config/locales/typus.it.yml
DELETED
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
# Italian (it) translations for Typus by:
|
|
2
|
-
# - matteo <wonsys.net>
|
|
3
|
-
|
|
4
|
-
it:
|
|
5
|
-
|
|
6
|
-
"Actions": "Azioni"
|
|
7
|
-
"Active": "Attivo"
|
|
8
|
-
"Add": "Inserisci"
|
|
9
|
-
"Add New": "Inserisci nuovo"
|
|
10
|
-
"Are you sure?": "Sei sicuro?"
|
|
11
|
-
"Are you sure you want to sign out and end your session?": "Sei sicuro che vuoi disconnetterti dal sistema?"
|
|
12
|
-
|
|
13
|
-
"Change %{attribute}?": "Vuoi cambiare %{attribute}?"
|
|
14
|
-
"Create %{resource}": "Inserisci %{resource}"
|
|
15
|
-
|
|
16
|
-
"Dashboard": "Panoramica"
|
|
17
|
-
"Developed by": "Realizzato da"
|
|
18
|
-
"Down": "Giù"
|
|
19
|
-
|
|
20
|
-
"Edit": "Modifica"
|
|
21
|
-
"Edit %{resource}": "Modifica %{resource}"
|
|
22
|
-
"Enter your email below to create the first user": "Inserisci un'email qui sotto per creare il primo utente"
|
|
23
|
-
"Error": "Errore"
|
|
24
|
-
"Errors": "Errori"
|
|
25
|
-
|
|
26
|
-
"False": "Falso"
|
|
27
|
-
"Filter": "Filtra"
|
|
28
|
-
|
|
29
|
-
"I remember my password": "Mi ricordo la password"
|
|
30
|
-
"If you didn't request a password update, you can ignore this message": "Se non hai richiesto l'aggiornamento della password, puoi ignorare questo messaggio"
|
|
31
|
-
"If you have made any changes to the fields without clicking the Save/Update entry button, your changes will be lost": "Sei hai fatto dei cambiamenti ai vari campi senza avere cliccato su Salva/Aggiorna, i tuoi cambiamenti verranno persi"
|
|
32
|
-
"Inactive": "Inattivo"
|
|
33
|
-
|
|
34
|
-
"Last few days": "Ultimi giorni"
|
|
35
|
-
"Last 30 days": "Ultimi 30 giorni"
|
|
36
|
-
"Last 7 days": "Ultimi 7 giorni"
|
|
37
|
-
"Loading": "Caricamento"
|
|
38
|
-
"Logged as": "Loggato come"
|
|
39
|
-
"Login": "Login"
|
|
40
|
-
|
|
41
|
-
"New": "Nuovo"
|
|
42
|
-
"New %{resource}": "Nuovo %{resource}"
|
|
43
|
-
"Next": "Successivo"
|
|
44
|
-
"No %{resources} found":
|
|
45
|
-
|
|
46
|
-
"Or": "Oppure"
|
|
47
|
-
|
|
48
|
-
"Password recovery link sent to your email": "È stata inviata un'email contenente un link per il recupero della password"
|
|
49
|
-
"Please set a new password.": "Inserisci una nuova password"
|
|
50
|
-
"Previous": "Precedente"
|
|
51
|
-
|
|
52
|
-
"Record moved %{to}": "Record spostato %{to}"
|
|
53
|
-
"Recover password": "Recupera la password"
|
|
54
|
-
"Remove": "Elimina"
|
|
55
|
-
"Remove %{resource}?": "Elimina %{resource}"
|
|
56
|
-
"Reset password": "Resetta la password"
|
|
57
|
-
"Resources": "Risorse"
|
|
58
|
-
|
|
59
|
-
"Save %{resource}": "Salva %{resource}"
|
|
60
|
-
"Search": "Cerca"
|
|
61
|
-
"Show": "Mostra"
|
|
62
|
-
"Show all dates": "Filtra per data"
|
|
63
|
-
"Show by %{attribute}": "Filtra per %{attribute}"
|
|
64
|
-
"Show %{resource}": "Mostra %{resource}"
|
|
65
|
-
"Sign in": "Accedi"
|
|
66
|
-
"Sign out": "Esci"
|
|
67
|
-
"Sign up": "Registrazione"
|
|
68
|
-
"Submit": "Invia"
|
|
69
|
-
"System Users Administration": "Amministrazione utenti del sistema"
|
|
70
|
-
|
|
71
|
-
"Today": "Oggi"
|
|
72
|
-
"Trash": "Elimina"
|
|
73
|
-
"True": "Vero"
|
|
74
|
-
|
|
75
|
-
"Unrelate":
|
|
76
|
-
"Up": "Su"
|
|
77
|
-
|
|
78
|
-
"View all %{attribute}": "Filtra per %{attribute}"
|
|
79
|
-
"View site": "Visita il sito"
|
|
80
|
-
|
|
81
|
-
"You can update your password at": "Puoi aggiornare la tua password qui"
|
|
82
|
-
"You can't change your role": "Non puoi cambiare il tuo ruolo"
|
|
83
|
-
"You can't toggle your status": "Non puoi modificare il tuo stato"
|
|
84
|
-
"Your new password is %{password}": "La tua nuova password è %{password}"
|
|
85
|
-
|
|
86
|
-
"%{model} successfully created": "Creazione avvenuta con successo"
|
|
87
|
-
"%{model} successfully removed": "Eliminazione avvenuta con successo"
|
|
88
|
-
"%{model} successfully updated": "Aggiornamento avvenuto con successo"
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# <locale> translations for Typus
|
|
2
|
-
# - <your_name> <contact_form>
|
|
3
|
-
|
|
4
|
-
<locale>:
|
|
5
|
-
activerecord:
|
|
6
|
-
models:
|
|
7
|
-
admin_user:
|
|
8
|
-
attributes:
|
|
9
|
-
admin_user:
|
|
10
|
-
email:
|
|
11
|
-
first_name:
|
|
12
|
-
last_name:
|
|
13
|
-
locale:
|
|
14
|
-
password:
|
|
15
|
-
password_confirmation:
|
|
16
|
-
role:
|
|
17
|
-
status:
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
# <locale> translations for Typus
|
|
2
|
-
# - <your_name> <contact_form>
|
|
3
|
-
|
|
4
|
-
<locale>:
|
|
5
|
-
|
|
6
|
-
"Actions":
|
|
7
|
-
"Active":
|
|
8
|
-
"Add":
|
|
9
|
-
"Add New":
|
|
10
|
-
"All":
|
|
11
|
-
"Are you sure?":
|
|
12
|
-
"Are you sure you want to sign out and end your session?":
|
|
13
|
-
|
|
14
|
-
"Change %{attribute}?":
|
|
15
|
-
"Create %{resource}":
|
|
16
|
-
|
|
17
|
-
"Dashboard":
|
|
18
|
-
"Down":
|
|
19
|
-
|
|
20
|
-
"Edit":
|
|
21
|
-
"Enter your email below to create the first user":
|
|
22
|
-
|
|
23
|
-
"False":
|
|
24
|
-
"Filter":
|
|
25
|
-
|
|
26
|
-
"I remember my password":
|
|
27
|
-
"If you didn't request a password update, you can ignore this message":
|
|
28
|
-
"If you have made any changes to the fields without clicking the Save/Update entry button, your changes will be lost":
|
|
29
|
-
"Inactive":
|
|
30
|
-
|
|
31
|
-
"Last few days":
|
|
32
|
-
"Last 30 days":
|
|
33
|
-
"Last 7 days":
|
|
34
|
-
"Logged as":
|
|
35
|
-
"Login":
|
|
36
|
-
|
|
37
|
-
"New":
|
|
38
|
-
"New %{resource}":
|
|
39
|
-
"Next":
|
|
40
|
-
"No %{resources} found":
|
|
41
|
-
|
|
42
|
-
"Password recovery link sent to your email":
|
|
43
|
-
"Previous":
|
|
44
|
-
|
|
45
|
-
"Record moved %{to}":
|
|
46
|
-
"Recover password":
|
|
47
|
-
"Remove":
|
|
48
|
-
"Remove %{resource}?":
|
|
49
|
-
"Reset password":
|
|
50
|
-
"Resources":
|
|
51
|
-
|
|
52
|
-
"Save %{resource}":
|
|
53
|
-
"Search":
|
|
54
|
-
"Show":
|
|
55
|
-
"Show all dates":
|
|
56
|
-
"Show by %{attribute}":
|
|
57
|
-
"Show %{resource}":
|
|
58
|
-
"Sign in":
|
|
59
|
-
"Sign out":
|
|
60
|
-
"Sign up":
|
|
61
|
-
"System Users Administration":
|
|
62
|
-
|
|
63
|
-
"Today":
|
|
64
|
-
"Trash":
|
|
65
|
-
"True":
|
|
66
|
-
|
|
67
|
-
"Unrelate":
|
|
68
|
-
"Up":
|
|
69
|
-
|
|
70
|
-
"View all %{attribute}":
|
|
71
|
-
"View site":
|
|
72
|
-
|
|
73
|
-
"You can update your password at":
|
|
74
|
-
"You can't change your role":
|
|
75
|
-
"You can't toggle your status":
|
|
76
|
-
|
|
77
|
-
"%{errors} prohibited this page from being saved:":
|
|
78
|
-
"%{model} successfully created":
|
|
79
|
-
"%{model} successfully removed":
|
|
80
|
-
"%{model} successfully updated":
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# Portuguese (pt-BR) translations for Typus by:
|
|
2
|
-
# - George Guimarães <http://github.com/georgeguimaraes>
|
|
3
|
-
|
|
4
|
-
pt-BR:
|
|
5
|
-
activerecord:
|
|
6
|
-
models:
|
|
7
|
-
admin_user: "Usuário do sistema"
|
|
8
|
-
attributes:
|
|
9
|
-
admin_user:
|
|
10
|
-
email:
|
|
11
|
-
first_name: "Primeiro nome"
|
|
12
|
-
last_name: "Sobrenome"
|
|
13
|
-
password: "Senha"
|
|
14
|
-
password_confirmation: "Senha confirmação"
|
|
15
|
-
status:
|
|
16
|
-
role:
|
|
17
|
-
locale:
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
# Portuguese (pt-BR) translations for Typus by:
|
|
2
|
-
# - George Guimarães <http://github.com/georgeguimaraes>
|
|
3
|
-
|
|
4
|
-
pt-BR:
|
|
5
|
-
|
|
6
|
-
"Actions": "Ações"
|
|
7
|
-
"Active":
|
|
8
|
-
"Add": "Adicionar"
|
|
9
|
-
"Add New": "Adicionar novo"
|
|
10
|
-
"Are you sure?":
|
|
11
|
-
"Are you sure you want to sign out and end your session?": "Tem certeza que quer sair e encerrar sua sessão?"
|
|
12
|
-
|
|
13
|
-
"Change %{attribute}?": "Mudar %{attribute}?"
|
|
14
|
-
"Create %{resource}": "Criar %{resource}"
|
|
15
|
-
|
|
16
|
-
"Dashboard": "Painel"
|
|
17
|
-
"Down": "Descer"
|
|
18
|
-
|
|
19
|
-
"Edit": "Editar"
|
|
20
|
-
"Edit %{resource}": "Editar %{resource}"
|
|
21
|
-
"Enter your email below to create the first user": "Escreva seu email para criar o primeiro usuário"
|
|
22
|
-
|
|
23
|
-
"False": "Falso"
|
|
24
|
-
"Filter": "Filtrar"
|
|
25
|
-
|
|
26
|
-
"I remember my password": "Lembro minha senha"
|
|
27
|
-
"If you didn't request a password update, you can ignore this message": "Se você não pediu uma renovação de senha, por favor ignore esta mensagem."
|
|
28
|
-
"If you have made any changes to the fields without clicking the Save/Update entry button, your changes will be lost": "Se você fez alterações nos campos e não clicou no botão de Salvar/Atualizar, suas alterações serão perdidas"
|
|
29
|
-
"Inactive":
|
|
30
|
-
|
|
31
|
-
"Last few days": "Últimos dias"
|
|
32
|
-
"Last 30 days": "Últimos 30 dias"
|
|
33
|
-
"Last 7 days": "Últimos 7 dias"
|
|
34
|
-
"Logged as": "Logado como"
|
|
35
|
-
"Login": "Login"
|
|
36
|
-
|
|
37
|
-
"New": "Novo"
|
|
38
|
-
"New %{resource}": "Novo %{resource}"
|
|
39
|
-
"Next": "Próximo"
|
|
40
|
-
"No %{resources} found":
|
|
41
|
-
|
|
42
|
-
"Password recovery link sent to your email": "Link para recuperar senha enviado para seu email."
|
|
43
|
-
"Previous": "Anterior"
|
|
44
|
-
|
|
45
|
-
"Record moved %{to}": "Registro movido %{to}."
|
|
46
|
-
"Recover password": "Recuperar senha"
|
|
47
|
-
"Remove": "Remover"
|
|
48
|
-
"Remove %{resource}?": "Remover %{resource}?"
|
|
49
|
-
"Reset password": "Trocar senha"
|
|
50
|
-
"Resources": "Recursos"
|
|
51
|
-
|
|
52
|
-
"Save %{resource}":
|
|
53
|
-
"Search": "Busca"
|
|
54
|
-
"Show": "Mostrar"
|
|
55
|
-
"Show all dates":
|
|
56
|
-
"Show by %{attribute}":
|
|
57
|
-
"Show %{resource}": "Mostrar %{resource}"
|
|
58
|
-
"Sign in": "Entrar"
|
|
59
|
-
"Sign out": "Sair"
|
|
60
|
-
"Sign up": "Criar conta"
|
|
61
|
-
"System Users Administration": "Administrar usuários do sistema"
|
|
62
|
-
|
|
63
|
-
"Today": "Hoje"
|
|
64
|
-
"True": "Verdadeiro"
|
|
65
|
-
|
|
66
|
-
"Unrelate": "Desvincular"
|
|
67
|
-
"Up": "Subir"
|
|
68
|
-
|
|
69
|
-
"View all %{attribute}":
|
|
70
|
-
"View site": "Ver site"
|
|
71
|
-
|
|
72
|
-
"You can't toggle your status": "Você não pode mudar seu status."
|
|
73
|
-
"You can update your password at": "Você pode atualizar sua senha em"
|
|
74
|
-
"You can't change your role": "Você não pode mudar sua própria função no sistema."
|
|
75
|
-
|
|
76
|
-
"%{errors} prohibited this page from being saved:":
|
|
77
|
-
"%{model} successfully created": "%{model} criado com sucesso."
|
|
78
|
-
"%{model} successfully removed": "%{model} removido com sucesso."
|
|
79
|
-
"%{model} successfully updated": "%{model} atualizado com sucesso."
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# Portuguese (pt-PT) translations for Typus by:
|
|
2
|
-
# - Nuno Baldaia <http://nunobaldaia.com/>
|
|
3
|
-
|
|
4
|
-
"pt-PT":
|
|
5
|
-
activerecord:
|
|
6
|
-
models:
|
|
7
|
-
admin_user: "Utilizador"
|
|
8
|
-
attributes:
|
|
9
|
-
admin_user:
|
|
10
|
-
email:
|
|
11
|
-
first_name: "Primeiro nome"
|
|
12
|
-
last_name: "Último nome"
|
|
13
|
-
locale: "Linguagem"
|
|
14
|
-
password: "Senha"
|
|
15
|
-
password_confirmation: "Confirmação de senha"
|
|
16
|
-
role: "Função no sistema"
|
|
17
|
-
status: "Estado"
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
# Portuguese (pt-PT) translations for Typus by:
|
|
2
|
-
# - Nuno Baldaia <http://nunobaldaia.com/>
|
|
3
|
-
|
|
4
|
-
"pt-PT":
|
|
5
|
-
|
|
6
|
-
"Actions": "Acções"
|
|
7
|
-
"Active": "Activo"
|
|
8
|
-
"Add": "Adicionar"
|
|
9
|
-
"Add new": "Adicionar novo"
|
|
10
|
-
"Are you sure?": "Tem a certeza?"
|
|
11
|
-
"Are you sure you want to sign out and end your session?": "Tem certeza que quer sair e encerrar sua sessão?"
|
|
12
|
-
|
|
13
|
-
"Change %{attribute}?": "Mudar %{attribute}?"
|
|
14
|
-
"Create %{resource}": "Criar %{resource}"
|
|
15
|
-
|
|
16
|
-
"Dashboard": "Painel"
|
|
17
|
-
"Down": "Descer"
|
|
18
|
-
|
|
19
|
-
"Edit": "Editar"
|
|
20
|
-
"Edit %{resource}": "Editar %{resource}"
|
|
21
|
-
"Enter your email below to create the first user": "Introduza o seu email para criar o primeiro utilizador"
|
|
22
|
-
|
|
23
|
-
"False": "Falso"
|
|
24
|
-
"Filter": "Filtrar"
|
|
25
|
-
|
|
26
|
-
"I remember my password": "Lembro-me da minha senha"
|
|
27
|
-
"If you didn't request a password update, you can ignore this message": "Se não pediu uma renovação de senha, por favor ignore esta mensagem."
|
|
28
|
-
"If you have made any changes to the fields without clicking the Save/Update entry button, your changes will be lost": "Se fez alterações nos campos e não clicou no botão de Salvar/Atualizar, as suas alterações serão perdidas"
|
|
29
|
-
"Inactive": "Inactivo"
|
|
30
|
-
|
|
31
|
-
"Last few days": "Últimos dias"
|
|
32
|
-
"Last 30 days": "Últimos 30 dias"
|
|
33
|
-
"Last 7 days": "Últimos 7 dias"
|
|
34
|
-
"List": "Lista"
|
|
35
|
-
"Logged as": "Logado como"
|
|
36
|
-
"Login": "Login"
|
|
37
|
-
|
|
38
|
-
"New": "Novo"
|
|
39
|
-
"New %{resource}": "Novo %{resource}"
|
|
40
|
-
"Next": "Próximo"
|
|
41
|
-
"No %{resources} found": "Nenhum resultado encontrado em %{resources}"
|
|
42
|
-
|
|
43
|
-
"Password recovery link sent to your email": "Foi enviado para o seu email um link para recuperação da senha."
|
|
44
|
-
"Previous": "Anterior"
|
|
45
|
-
|
|
46
|
-
"Record moved %{to}": "Registro movido %{to}."
|
|
47
|
-
"Recover password": "Recuperar senha"
|
|
48
|
-
"Remove": "Remover"
|
|
49
|
-
"Remove %{resource}?": "Remover %{resource}?"
|
|
50
|
-
"Reset password": "Trocar senha"
|
|
51
|
-
"Resources": "Recursos"
|
|
52
|
-
|
|
53
|
-
"Save %{resource}": "Salvar %{resource}"
|
|
54
|
-
"Search": "Procurar"
|
|
55
|
-
"Show": "Mostrar"
|
|
56
|
-
"Show all dates": "Mostrar todas as datas"
|
|
57
|
-
"Show by %{attribute}": "Mostrar por %{attribute}"
|
|
58
|
-
"Show %{resource}": "Mostrar %{resource}"
|
|
59
|
-
"Sign in": "Entrar"
|
|
60
|
-
"Sign out": "Sair"
|
|
61
|
-
"Sign up": "Criar conta"
|
|
62
|
-
"System Users Administration": "Administração de utilizadores de sistema"
|
|
63
|
-
|
|
64
|
-
"Today": "Hoje"
|
|
65
|
-
"True": "Verdadeiro"
|
|
66
|
-
|
|
67
|
-
"Unrelate": "Desvincular"
|
|
68
|
-
"Up": "Subir"
|
|
69
|
-
|
|
70
|
-
"View all %{attribute}": "Ver todos %{attribute}"
|
|
71
|
-
"View site": "Ver site"
|
|
72
|
-
|
|
73
|
-
"You can't toggle your status": "Não pode trocar o seu estado."
|
|
74
|
-
"You can update your password at": "Pode atualizar a sua senha em"
|
|
75
|
-
"You can't change your role": "Não pode mudar sua própria função no sistema."
|
|
76
|
-
|
|
77
|
-
"%{errors} prohibited this page from being saved:":
|
|
78
|
-
"%{model} successfully created": "%{model} criado com sucesso."
|
|
79
|
-
"%{model} successfully removed": "%{model} removido com sucesso."
|
|
80
|
-
"%{model} successfully updated": "%{model} atualizado com sucesso."
|
|
81
|
-
|
|
82
|
-
"Top": "Topo"
|
|
83
|
-
"Bottom": "Fundo"
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# Russian (ru) translations for Typus by:
|
|
2
|
-
# - Alexey Noskov <http://github.com/alno>
|
|
3
|
-
|
|
4
|
-
ru:
|
|
5
|
-
activerecord:
|
|
6
|
-
models:
|
|
7
|
-
admin_user:
|
|
8
|
-
attributes:
|
|
9
|
-
admin_user:
|
|
10
|
-
email:
|
|
11
|
-
first_name: "Имя"
|
|
12
|
-
last_name: "Фамлия"
|
|
13
|
-
password: "Пароль"
|
|
14
|
-
password_confirmation: "Подтверждение пароля"
|
|
15
|
-
status: "Статус"
|
|
16
|
-
role:
|
|
17
|
-
locale:
|
data/config/locales/typus.ru.yml
DELETED
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
# Russian (ru) translations for Typus by:
|
|
2
|
-
# - Alexey Noskov <http://github.com/alno>
|
|
3
|
-
|
|
4
|
-
ru:
|
|
5
|
-
|
|
6
|
-
"Actions": "Действия"
|
|
7
|
-
"Active":
|
|
8
|
-
"Add": "Добавить"
|
|
9
|
-
"Add New": "Добавить новый"
|
|
10
|
-
"Are you sure?":
|
|
11
|
-
"Are you sure you want to sign out and end your session?":
|
|
12
|
-
|
|
13
|
-
"Change %{attribute}?": "Изменить %{attribute}?"
|
|
14
|
-
"Create %{resource}": "Создать %{resource}"
|
|
15
|
-
|
|
16
|
-
"Dashboard": "Обзор"
|
|
17
|
-
"Down": "Вниз"
|
|
18
|
-
|
|
19
|
-
"Edit": "Изменить"
|
|
20
|
-
"Edit %{resource}": "Изменить %{resource}"
|
|
21
|
-
"Enter your email below to create the first user":
|
|
22
|
-
|
|
23
|
-
"False":
|
|
24
|
-
"Filter": "фильтр"
|
|
25
|
-
|
|
26
|
-
"I remember my password": "Запомнить пароль"
|
|
27
|
-
"If you didn't request a password update, you can ignore this message": "Если Вы не запрашивали обновление пароля, Вы можете проигнорировать это сообщение."
|
|
28
|
-
"If you have made any changes to the fields without clicking the Save/Update entry button, your changes will be lost": "Если вы сделали какие-то изменения, не кликая на Обновить/Сохранить, то они будут утеряны."
|
|
29
|
-
"Inactive":
|
|
30
|
-
|
|
31
|
-
"Last few days": "Последние дней"
|
|
32
|
-
"Last 7 days": "Последние 7 дней"
|
|
33
|
-
"Last 30 days": "Последние 30 дней"
|
|
34
|
-
"Logged as": "Вы вошли как"
|
|
35
|
-
"Login": "Редактировать"
|
|
36
|
-
|
|
37
|
-
"New": "Новый"
|
|
38
|
-
"New %{resource}": "Новый %{resource}"
|
|
39
|
-
"Next": "Следующий"
|
|
40
|
-
"No %{resources} found":
|
|
41
|
-
|
|
42
|
-
"Password recovery link sent to your email": "Ссылка для восставновления пароля выслана по указанному E-Mail"
|
|
43
|
-
"Previous": "Предыдующий"
|
|
44
|
-
|
|
45
|
-
"Record moved %{to}": "Запись перемещена в %{to}."
|
|
46
|
-
"Recover password": "Восстановить пароль"
|
|
47
|
-
"Remove": "Удалить"
|
|
48
|
-
"Remove %{resource}?": "Удалить %{resource}?"
|
|
49
|
-
"Reset password": "Сбросить пароль"
|
|
50
|
-
"Resources": "Ресурсы"
|
|
51
|
-
|
|
52
|
-
"Save %{resource}":
|
|
53
|
-
"Search": "Поиск"
|
|
54
|
-
"Show": "Показать"
|
|
55
|
-
"Show all dates":
|
|
56
|
-
"Show by %{attribute}":
|
|
57
|
-
"Show %{resource}": "Показать %{resource}"
|
|
58
|
-
"Sign in": "Войти"
|
|
59
|
-
"Sign out": "Выйти"
|
|
60
|
-
"Sign up": "Зарегистрироваться"
|
|
61
|
-
"System Users Administration": "Администрирование системных пользователей"
|
|
62
|
-
|
|
63
|
-
"Today": "Сегодня"
|
|
64
|
-
"True": "ВЕРНО"
|
|
65
|
-
|
|
66
|
-
"Unrelate":
|
|
67
|
-
"Up": "Вверх"
|
|
68
|
-
|
|
69
|
-
"View all %{attribute}":
|
|
70
|
-
"View site": "Перейти к сайту"
|
|
71
|
-
|
|
72
|
-
"You can update your password at": "Вы можете установить свой пароль на"
|
|
73
|
-
"You can't change your role": "Вы не можете менять свою собственную роль"
|
|
74
|
-
"You can't toggle your status": "Вы не можете менять свой статус"
|
|
75
|
-
|
|
76
|
-
"%{errors} prohibited this page from being saved:":
|
|
77
|
-
"%{model} successfully created": "%{model} создан"
|
|
78
|
-
"%{model} successfully removed": "%{model} удален"
|
|
79
|
-
"%{model} successfully updated": "%{model} успешно обновлен"
|