typus 3.1.0.rc14 → 3.1.0.rc15
Sign up to get free protection for your applications and to get access to all the features.
- 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,17 +0,0 @@
|
|
1
|
-
# German (de) translations for Typus by:
|
2
|
-
# - Michael Grunewalder <http://michael.grunewalder.com>
|
3
|
-
|
4
|
-
de:
|
5
|
-
activerecord:
|
6
|
-
models:
|
7
|
-
admin_user:
|
8
|
-
attributes:
|
9
|
-
admin_user:
|
10
|
-
email:
|
11
|
-
first_name: "Vorname"
|
12
|
-
last_name: "Nachname"
|
13
|
-
password: "Passwort"
|
14
|
-
password_confirmation: "Passwort Bestätigung"
|
15
|
-
status:
|
16
|
-
role:
|
17
|
-
locale:
|
data/config/locales/typus.de.yml
DELETED
@@ -1,79 +0,0 @@
|
|
1
|
-
# German (de) translations for Typus by:
|
2
|
-
# - Michael Grunewalder <http://michael.grunewalder.com>
|
3
|
-
|
4
|
-
de:
|
5
|
-
|
6
|
-
"Actions": "Aktionen"
|
7
|
-
"Active":
|
8
|
-
"Add": "Zufügen"
|
9
|
-
"Add New": "Erstellen"
|
10
|
-
"Are you sure?":
|
11
|
-
"Are you sure you want to sign out and end your session?": "Wollen Sie sich abmelden und die Sitzung beenden?"
|
12
|
-
|
13
|
-
"Change %{attribute}?": "%{attribute}ändern?"
|
14
|
-
"Create %{resource}": "Erstellen %{resource}"
|
15
|
-
|
16
|
-
"Dashboard": "Dashboard"
|
17
|
-
"Down": "Runter"
|
18
|
-
|
19
|
-
"Edit": "Bearbeiten"
|
20
|
-
"Edit %{resource}": "Bearbeiten %{resource}"
|
21
|
-
"Enter your email below to create the first user": "Geben Sie Ihre Email Adresse unten ein, um den ersten Benutzer zu erstellen"
|
22
|
-
|
23
|
-
"False": "Falsch"
|
24
|
-
"Filter": "Filter"
|
25
|
-
|
26
|
-
"I remember my password": "Ich erinnere mein Passwort"
|
27
|
-
"If you didn't request a password update, you can ignore this message": "Falls Sie keine Passwort Äderung beantragt haben, können Sie diese nachricht ignorieren"
|
28
|
-
"If you have made any changes to the fields without clicking the Save/Update entry button, your changes will be lost": "Wenn Sie Änderungen an Feldern vorgenommen haben, ohne den Speichern/Bearbeiten Knopf gedr7uuml;ckt zu haben, gehen diese Änderungen verloren"
|
29
|
-
"Inactive":
|
30
|
-
|
31
|
-
"Last few days": "Letzten Tage"
|
32
|
-
"Last 30 days": "Letzten 30 Tage"
|
33
|
-
"Last 7 days": "Letzten 7 Tage"
|
34
|
-
"Logged as": "Aufgezeichnet als"
|
35
|
-
"Login": "Anmeldem"
|
36
|
-
|
37
|
-
"New": "Neu"
|
38
|
-
"New %{resource}": "Neu %{resource}"
|
39
|
-
"Next": "Nächster"
|
40
|
-
"No %{resources} found":
|
41
|
-
|
42
|
-
"Password recovery link sent to your email": "Der Link zur Wiederfindung des Passworts wurde an Ihre Email Adresse gechickt"
|
43
|
-
"Previous": "Vorheriger"
|
44
|
-
|
45
|
-
"Record moved %{to}": "Datensatz verschoben nach %{to}"
|
46
|
-
"Recover password": "Passwort vergessen?"
|
47
|
-
"Remove": "Eintrag"
|
48
|
-
"Remove %{resource}?": "Eintrag %{resource}?"
|
49
|
-
"Reset password": "Passwort zurücksetzen"
|
50
|
-
"Resources": "Resourcen"
|
51
|
-
|
52
|
-
"Save %{resource}":
|
53
|
-
"Search": "Suchen"
|
54
|
-
"Show": "Anzeigen"
|
55
|
-
"Show all dates":
|
56
|
-
"Show by %{attribute}":
|
57
|
-
"Show %{resource}": "Anzeigen %{resource}"
|
58
|
-
"Sign in": "Anmelden"
|
59
|
-
"Sign out": "Abmelden"
|
60
|
-
"Sign up": "Konto erstellen"
|
61
|
-
"System Users Administration": "System Benutzer Verwaltung"
|
62
|
-
|
63
|
-
"Today": "Heute"
|
64
|
-
"True": "Richtig"
|
65
|
-
|
66
|
-
"Unrelate":
|
67
|
-
"Up": "Hoch"
|
68
|
-
|
69
|
-
"View all %{attribute}":
|
70
|
-
"View site": "Site anzeigen"
|
71
|
-
|
72
|
-
"You can update your password at": "Sie k7ouml;nnen Ihr Passwort ändern unter"
|
73
|
-
"You can't change your role": "Sie können Ihre Rolle nicht ändern"
|
74
|
-
"You can't toggle your status": "Sie können Ihren Status nicht umschalten"
|
75
|
-
|
76
|
-
"%{errors} prohibited this page from being saved:":
|
77
|
-
"%{model} successfully created": "%{model} erfolgreich erstellt"
|
78
|
-
"%{model} successfully removed": "%{model} erfolgreich gelöscht"
|
79
|
-
"%{model} successfully updated": "%{model} erfolgreich geändert"
|
@@ -1,17 +0,0 @@
|
|
1
|
-
# Greek (el) translation for Typus
|
2
|
-
# - Spyros Livathinos <livathinos.spyros@gmail.com>
|
3
|
-
|
4
|
-
el:
|
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.el.yml
DELETED
@@ -1,81 +0,0 @@
|
|
1
|
-
# Greek (el) translation for Typus
|
2
|
-
# - Spyros Livathinos <livathinos.spyros@gmail.com>
|
3
|
-
|
4
|
-
el:
|
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?": "Είσαστε σίγουροι ότι επιθυμείτε να αποσυνδεθείτε και να τερματίσετε το session;"
|
12
|
-
|
13
|
-
"Change %{attribute}?": "Τροποποίηση του χαρακτηριστικού %{attribute};"
|
14
|
-
"Create %{resource}": "Δημιουργία %{resource}"
|
15
|
-
"Create one now": "Δημιουργία τώρα"
|
16
|
-
|
17
|
-
"Dashboard": "Πανόπτης"
|
18
|
-
"Do you want to cancel it?": "Επιθυμείτε να ακυρώσετε την ενέργεια;"
|
19
|
-
"Down": "Κάτω"
|
20
|
-
|
21
|
-
"Edit": "Επεξεργασία"
|
22
|
-
"Enter your email below to create the first user": "Εισάγετε το email σας παρακάτω για να δημιουργηθεί ο πρώτος χρήστης"
|
23
|
-
|
24
|
-
"False": "Σφάλμα"
|
25
|
-
"Filter": "Φίλτρο"
|
26
|
-
|
27
|
-
"I remember my password": "Θυμάμαι τον κωδικό μου"
|
28
|
-
"If you didn't request a password update, you can ignore this message": "Στην περίπτωση που δεν έχετε ζητήσει ανανέωση του κωδικού σας μπορείτε να αγνοήσετε αυτό το μήνυμα"
|
29
|
-
"If you have made any changes to the fields without clicking the Save/Update entry button, your changes will be lost": "Εάν έχετε κάνει αλλαγές στα πεδία χωρίς να έχετε επιλέξει το πλήκτρο Αποθήκευσης/Ενημέρωσης οι αλλαγές σας πρόκειται ωα χαθούν"
|
30
|
-
"Inactive": "Ανενεργός"
|
31
|
-
|
32
|
-
"Last few days": "Τελευταίες ημέρες"
|
33
|
-
"Last 30 days": "Τελευταίες 30 ημέρες"
|
34
|
-
"Last 7 days": "Τελευταίες 7 ημέρες"
|
35
|
-
"Logged as": "Συνδεδεμένος ως"
|
36
|
-
"Login": "Σύνδεση"
|
37
|
-
|
38
|
-
"New": "Νέο"
|
39
|
-
"Next": "Επόμενο"
|
40
|
-
|
41
|
-
"Password recovery link sent to your email": "Ο σύνδεσμος ανάκτησης κωδικού έχει αποσταλεί στο email σας"
|
42
|
-
"Previous": "Προηγούμενο"
|
43
|
-
|
44
|
-
"Record moved %{to}": "Η εγγραφή μεταφέρθηκε στο σημείο %{to}"
|
45
|
-
"Recover password": "Ανάκτηση κωδικού"
|
46
|
-
"Remove": "Απομάκρυνση"
|
47
|
-
"Remove %{resource}?": "Απομάκρυνση %{resource}"
|
48
|
-
"Reset password": "Επαναφορά κωδικού"
|
49
|
-
"Resources": "Πόροι"
|
50
|
-
|
51
|
-
"Save %{resource}": "Αποθήκευση %{resource}"
|
52
|
-
"Search": "Αναζήτηση"
|
53
|
-
"Show": "Εμφάνιση"
|
54
|
-
"Show all dates":
|
55
|
-
"Show by %{attribute}":
|
56
|
-
"Show %{resource}": "Εμφάνιση %{resource}"
|
57
|
-
"Sign in": "Είσοδος"
|
58
|
-
"Sign out": "Έξοδος"
|
59
|
-
"Sign up": "Εγγραφή"
|
60
|
-
"System Users Administration": "Διαχείριση χρηστών συστήματος"
|
61
|
-
|
62
|
-
"There are no %{records}": "Δεν υπάρχουν %{records}"
|
63
|
-
"There are no %{records} under this filter": "Δεν υπάρχουν εγγραφές %{records} υπό το παρόν φίλτρο"
|
64
|
-
"Today": "Σήμερα"
|
65
|
-
"True": "Σωστό"
|
66
|
-
|
67
|
-
"Unrelate":
|
68
|
-
"Up": "Επάνω"
|
69
|
-
|
70
|
-
"View all %{attribute}": "Εμφάνιση όλων των χαρακτηριστικών τύπου %{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": "Το μοντέλο %{model} δημιουργήθηκε επιτυχώς"
|
79
|
-
"%{model} successfully removed": "Το μοντέλο %{model} απομακρύνθηκε επιτυχώς"
|
80
|
-
"%{model} successfully updated": "Το μοντέλο %{model} ανανεώθηκε επιτυχώς"
|
81
|
-
"%{model} %{attribute} changed": "Το χαρακτηριστικό μοντέλου %{model} %{attribute} άλλαξε"
|
@@ -1,18 +0,0 @@
|
|
1
|
-
# Spanish (es) translations for Typus by:
|
2
|
-
# - Felipe Talavera <http://github.com/flype>
|
3
|
-
|
4
|
-
es:
|
5
|
-
activerecord:
|
6
|
-
models:
|
7
|
-
admin_user: "Usuario Admin"
|
8
|
-
attributes:
|
9
|
-
admin_user:
|
10
|
-
email: "Correo electrónico"
|
11
|
-
first_name: "Nombre"
|
12
|
-
locale: "Idioma"
|
13
|
-
last_name: "Apellidos"
|
14
|
-
password: "Contraseña"
|
15
|
-
password_confirmation: "Confirmar contraseña"
|
16
|
-
role: "Rol"
|
17
|
-
status: "Estado"
|
18
|
-
locale:
|
data/config/locales/typus.es.yml
DELETED
@@ -1,81 +0,0 @@
|
|
1
|
-
# Spanish (es) translations for Typus by:
|
2
|
-
# - Felipe Talavera <http://github.com/flype>
|
3
|
-
|
4
|
-
es:
|
5
|
-
|
6
|
-
"Actions": "Acciones"
|
7
|
-
"Active": "Activo"
|
8
|
-
"Add": "Añadir"
|
9
|
-
"Add New": "Añadir nuevo"
|
10
|
-
"All": "Todos"
|
11
|
-
"Are you sure?": "¿Estás seguro?"
|
12
|
-
"Are you sure you want to sign out and end your session?": "¿Estás seguro que quieres salir y cerrar la sessión?"
|
13
|
-
|
14
|
-
"Change %{attribute}?": "Cambiar %{attribute}?"
|
15
|
-
"Create %{resource}": "Crear %{resource}"
|
16
|
-
|
17
|
-
"Dashboard": "Panel de control"
|
18
|
-
"Down": "Bajar"
|
19
|
-
|
20
|
-
"Edit": "Editar"
|
21
|
-
"Edit %{resource}": "Editar %{resource}"
|
22
|
-
"Enter your email below to create the first user": "Introduce tu email para crear el primer usuario."
|
23
|
-
|
24
|
-
"False": "Falso"
|
25
|
-
"Filter": "Filtrar"
|
26
|
-
|
27
|
-
"I remember my password": "Recuerdo mi contraseña"
|
28
|
-
"If you didn't request a password update, you can ignore this message": "Si no pediste una actualización de tu contraseña, puedes ignorar este mensaje."
|
29
|
-
"If you have made any changes to the fields without clicking the Save/Update entry button, your changes will be lost": "Si has relizado algún cambio en los campos sin pulsar en el botón de Guardar/Actualizar, tus cambios se perderán."
|
30
|
-
"Inactive": "Inactivo"
|
31
|
-
|
32
|
-
"Last few days": "Últimos dias"
|
33
|
-
"Last 30 days": "Últimos 30 dias"
|
34
|
-
"Last 7 days": "Últimos 7 dias"
|
35
|
-
"Logged as": "Autenticado como"
|
36
|
-
"Login": "Login"
|
37
|
-
|
38
|
-
"New": "Nuevo"
|
39
|
-
"New %{resource}": "Nuevo %{resource}"
|
40
|
-
"Next": "Siguiente"
|
41
|
-
"No %{resources} found": "No se han encontrado %{resources}."
|
42
|
-
|
43
|
-
"Password recovery link sent to your email": "Enlace de recuperación de contraseña enviado a tu correo electrónico."
|
44
|
-
"Previous": "Anterior"
|
45
|
-
|
46
|
-
"Record moved %{to}": "Record moved %{to}."
|
47
|
-
"Recover password": "Recuperar contraseña"
|
48
|
-
"Remove": "Eliminar"
|
49
|
-
"Remove %{resource}?": "¿Borrar %{resource}?"
|
50
|
-
"Reset password": "Cambiar contraseña"
|
51
|
-
"Resources": "Recursos"
|
52
|
-
|
53
|
-
"Save %{resource}": "Guardar %{resource}"
|
54
|
-
"Search": "Buscar"
|
55
|
-
"Show": "Mostrar"
|
56
|
-
"Show all dates": "Mostrar todas las fechas"
|
57
|
-
"Show by %{attribute}": "Mostrar por %{attribute}"
|
58
|
-
"Show %{resource}": "Mostrar %{resource}"
|
59
|
-
"Sign in": "Entrar"
|
60
|
-
"Sign out": "Salir"
|
61
|
-
"Sign up": "Crear cuenta"
|
62
|
-
"System Users Administration": "Administrar usuarios del sistema"
|
63
|
-
|
64
|
-
"Today": "Hoy"
|
65
|
-
"Trash": "Eliminar"
|
66
|
-
"True": "Verdadero"
|
67
|
-
|
68
|
-
"Unrelate": "Desvincular"
|
69
|
-
"Up": "Subir"
|
70
|
-
|
71
|
-
"You can update your password at": "Puedes actualizar tu contraseña en"
|
72
|
-
"You can't change your role": "No puedes cambiar tu propio rol."
|
73
|
-
"You can't toggle your status": "No puedes cambiar tu estado."
|
74
|
-
|
75
|
-
"View all %{attribute}":
|
76
|
-
"View site": "Ver web"
|
77
|
-
|
78
|
-
"%{errors} prohibited this page from being saved:":
|
79
|
-
"%{model} successfully created": "%{model} satisfactoriamente creado."
|
80
|
-
"%{model} successfully removed": "%{model} satisfactoriamente eliminado."
|
81
|
-
"%{model} successfully updated": "%{model} satisfactoriamente actualizado."
|
@@ -1,18 +0,0 @@
|
|
1
|
-
# French (fr) translations for Typus by:
|
2
|
-
# - Ned Baldessin <http://github.com/nedbaldessin>
|
3
|
-
# - Jonathan Meiss <http://github.com/jmeiss>
|
4
|
-
|
5
|
-
fr:
|
6
|
-
activerecord:
|
7
|
-
models:
|
8
|
-
admin_user: "Utilisateur admin"
|
9
|
-
attributes:
|
10
|
-
admin_user:
|
11
|
-
email:
|
12
|
-
first_name: "Prénom"
|
13
|
-
last_name: "Nom de famille"
|
14
|
-
password: "Mot de passe"
|
15
|
-
password_confirmation: "Confirmation du mot de passe"
|
16
|
-
status: "État"
|
17
|
-
role: "Rôle"
|
18
|
-
locale:
|
data/config/locales/typus.fr.yml
DELETED
@@ -1,85 +0,0 @@
|
|
1
|
-
# French (fr) translations for Typus by:
|
2
|
-
# - Ned Baldessin <http://github.com/nedbaldessin>
|
3
|
-
# - Jonathan Meiss <http://github.com/jmeiss>
|
4
|
-
|
5
|
-
fr:
|
6
|
-
|
7
|
-
"Actions": "Actions"
|
8
|
-
"Active": "Actif"
|
9
|
-
"Add": "Ajouter"
|
10
|
-
"Add New": "Ajouter nouveau"
|
11
|
-
"Are you sure?": "Êtes-vous sûre ?"
|
12
|
-
"Are you sure you want to sign out and end your session?": "Etes-vous sûre de vouloir vous déconnecter et mettre fin à votre session ?"
|
13
|
-
|
14
|
-
"Bottom": "À la fin"
|
15
|
-
|
16
|
-
"Change %{attribute}?": "Changer %{attribute} ?"
|
17
|
-
"Create %{resource}": "Créer %{resource}"
|
18
|
-
|
19
|
-
"Dashboard": "Tableau de bord"
|
20
|
-
"Down": "Descendre"
|
21
|
-
|
22
|
-
"Edit": "Éditer"
|
23
|
-
"Edit %{resource}": "Éditer %{resource}"
|
24
|
-
"Enter your email below to create the first user": "Entrez votre adresse email pour créer le premier utilisateur"
|
25
|
-
|
26
|
-
"False": "Faux"
|
27
|
-
"Filter": "Filtrer"
|
28
|
-
|
29
|
-
"I remember my password": "Je me souviens du mot de passe"
|
30
|
-
"If you didn't request a password update, you can ignore this message": "Si vous n'avez pas demandé à mettre à jour votre mot de passe, vous pouvez ignorer ce message"
|
31
|
-
"If you have made any changes to the fields without clicking the Save/Update entry button, your changes will be lost": "Si vous avez effectué des modifications sans cliquer sur le bouton Enregistrer ou Mettre à jour, ces modifications seront perdues."
|
32
|
-
"Inactive": "Inactif"
|
33
|
-
|
34
|
-
"Last few days": "Ces derniers jours"
|
35
|
-
"Last 30 days": "30 derniers jours"
|
36
|
-
"Last 7 days": "7 derniers jours"
|
37
|
-
"Logged as": "Identifié comme"
|
38
|
-
"Login": "Identification"
|
39
|
-
|
40
|
-
"New": "Nouveau"
|
41
|
-
"New %{resource}": "Nouveau %{resource}"
|
42
|
-
"Next": "Suivant"
|
43
|
-
"No %{resources} found": "Aucun(e) %{resources} trouvé(e)"
|
44
|
-
|
45
|
-
"Password recovery link sent to your email": "Le lien pour retrouver votre mot de passe vous a été envoyé par email"
|
46
|
-
"Previous": "Précédent"
|
47
|
-
|
48
|
-
"Record moved %{to}": "Entrées réordonnées"
|
49
|
-
"Recover password": "Retrouver mon mot de passe"
|
50
|
-
"Remove": "Supprimer"
|
51
|
-
"Remove %{resource}?": "Supprimer %{resource}?"
|
52
|
-
"Reset password": "Renouveler le mot de passe"
|
53
|
-
"Resources": "Ressources"
|
54
|
-
|
55
|
-
"Save %{resource}": "Sauvegarder %{resource}"
|
56
|
-
"Search": "Recherche"
|
57
|
-
"Show": "Voir"
|
58
|
-
"Show all dates":
|
59
|
-
"Show by %{attribute}":
|
60
|
-
"Show %{resource}": "Voir %{resource}"
|
61
|
-
"Show by %{attribute}": "Afficher par %{attribute}"
|
62
|
-
"Sign in": "Entrer"
|
63
|
-
"Sign out": "Déconnexion"
|
64
|
-
"Sign up": "Ouvrir un compte"
|
65
|
-
"System Users Administration": "Modifier les utilisateurs de l'admin"
|
66
|
-
|
67
|
-
"Today": "Aujourd'hui"
|
68
|
-
"Top": "Au début"
|
69
|
-
"Trash": "Supprimer"
|
70
|
-
"True": "Vrai"
|
71
|
-
|
72
|
-
"Unrelate": "Dissocier"
|
73
|
-
"Up": "Monter"
|
74
|
-
|
75
|
-
"View all %{attribute}": "Voir tou(s/tes) %{attribute}"
|
76
|
-
"View site": "Voir le site"
|
77
|
-
|
78
|
-
"You can update your password at": "Vous pouvez modifier votre mot de passe ici"
|
79
|
-
"You can't change your role": "Vous ne pouvez pas changer votre propre rôle."
|
80
|
-
"You can't toggle your status": "Vous ne pouvez pas basculer votre statut"
|
81
|
-
|
82
|
-
"%{errors} prohibited this page from being saved:":
|
83
|
-
"%{model} successfully created": "%{model} correctement créé(e)."
|
84
|
-
"%{model} successfully removed": "%{model} correctement supprimé(e)."
|
85
|
-
"%{model} successfully updated": "%{model} correctement mis(e)-à-jour."
|
@@ -1,17 +0,0 @@
|
|
1
|
-
# Hungarian (hu) translations for Typus by:
|
2
|
-
# - Tompa Gábor <http://github.com/tompagabor>
|
3
|
-
|
4
|
-
hu:
|
5
|
-
activerecord:
|
6
|
-
models:
|
7
|
-
admin_user:
|
8
|
-
attributes:
|
9
|
-
admin_user:
|
10
|
-
email:
|
11
|
-
first_name: "Vezetéknév"
|
12
|
-
last_name: "Keresznév"
|
13
|
-
password: "Jelszó"
|
14
|
-
password_confirmation: "Jelszó megerősítés"
|
15
|
-
status: "Státusz"
|
16
|
-
role: "Jogosultsági szint"
|
17
|
-
locale:
|
data/config/locales/typus.hu.yml
DELETED
@@ -1,79 +0,0 @@
|
|
1
|
-
# Hungarian (hu) translations for Typus by:
|
2
|
-
# - Tompa Gábor <http://github.com/tompagabor>
|
3
|
-
|
4
|
-
hu:
|
5
|
-
|
6
|
-
"Actions": "Akciók"
|
7
|
-
"Active": "Aktív"
|
8
|
-
"Add": "Hozzáad"
|
9
|
-
"Add New": "Új hozzáadása"
|
10
|
-
"Are you sure?": "Biztos vagy benne?"
|
11
|
-
"Are you sure you want to sign out and end your session?": "Biztosan ki akarsz lépni?"
|
12
|
-
|
13
|
-
"Change %{attribute}?": "Megváltoztatod ezt: %{attribute}?"
|
14
|
-
"Create %{resource}": "%{resource} létrehozása"
|
15
|
-
|
16
|
-
"Dashboard": "Admin nyitólap"
|
17
|
-
"Down": "Le"
|
18
|
-
|
19
|
-
"Edit": "Szerkesztés"
|
20
|
-
"Edit %{resource}": "Szerkesztés %{resource}"
|
21
|
-
"Enter your email below to create the first user": "Írd be az e-mail címed az első felhasználó létrehozásához"
|
22
|
-
|
23
|
-
"False": "Hamis"
|
24
|
-
"Filter":
|
25
|
-
|
26
|
-
"I remember my password": "Emlékszem a jelszavamra"
|
27
|
-
"If you didn't request a password update, you can ignore this message": "Hogyha nem kértél jelszó emlékesztetőt, nyugodtan töröld ki ezt a levelet."
|
28
|
-
"If you have made any changes to the fields without clicking the Save/Update entry button, your changes will be lost": "Ha a módosítások után nem kattintassz a Mentés/Firssítés gombra, el fognak veszni a változtatások."
|
29
|
-
"Inactive": "Inaktív"
|
30
|
-
|
31
|
-
"Last few days": "Utóbbi néhány nap"
|
32
|
-
"Last 30 days": "Az elmúlt 30 nap"
|
33
|
-
"Last 7 days": "Az elmúlt 7 nap"
|
34
|
-
"Logged as": "Bejelentkezve"
|
35
|
-
"Login": "Belépés"
|
36
|
-
|
37
|
-
"New": "Új"
|
38
|
-
"New %{resource}": "Új %{resource}"
|
39
|
-
"Next": "Következő"
|
40
|
-
"No %{resources} found":
|
41
|
-
|
42
|
-
"Password recovery link sent to your email": "A jelszó helyreállító linket elküldtük az email címedre."
|
43
|
-
"Previous": "Előző"
|
44
|
-
|
45
|
-
"Record moved %{to}": "A bejegyzés áthelyezve: %{to}"
|
46
|
-
"Recover password": "Jelszó helyreállítás"
|
47
|
-
"Remove": "Eltávolítás"
|
48
|
-
"Remove %{resource}?": "Eltávolítod %{resource}?"
|
49
|
-
"Reset password": "Jelszó módosítása"
|
50
|
-
"Resources": "Források"
|
51
|
-
|
52
|
-
"Save %{resource}": "%{resource} mentése"
|
53
|
-
"Search": "Keresés"
|
54
|
-
"Show": "Mutatás"
|
55
|
-
"Show all dates":
|
56
|
-
"Show by %{attribute}":
|
57
|
-
"Show %{resource}": "%{resource} mutatása"
|
58
|
-
"Sign in": "Bejelentkezés"
|
59
|
-
"Sign out": "Kijelentkezés"
|
60
|
-
"Sign up": "Regisztráció"
|
61
|
-
"System Users Administration": "Rendszeradminisztrátorok kezelése"
|
62
|
-
|
63
|
-
"Today": "Ma"
|
64
|
-
"True": "Igaz"
|
65
|
-
|
66
|
-
"Unrelate":
|
67
|
-
"Up": "Fel"
|
68
|
-
|
69
|
-
"View all %{attribute}":
|
70
|
-
"View site": "A weboldal megtekintése"
|
71
|
-
|
72
|
-
"You can update your password at": "Frissítheted a jelszavad"
|
73
|
-
"You can't change your role": "Nincsen jogod megváltoztatni a jogosultsági szintedet"
|
74
|
-
"You can't toggle your status": "Nincs jogod változtatni a státuszodat"
|
75
|
-
|
76
|
-
"%{errors} prohibited this page from being saved:":
|
77
|
-
"%{model} successfully created": "%{model} sikeresen létrehozva"
|
78
|
-
"%{model} successfully removed": "%{model} sikeresen törölve"
|
79
|
-
"%{model} successfully updated": "%{model} sikereseb frissítve"
|