typus-i18n 0.1.0
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.
- checksums.yaml +7 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +106 -0
- data/LICENSE.txt +22 -0
- data/README.md +31 -0
- data/Rakefile +11 -0
- data/config/locales/typus.ca.models.yml +17 -0
- data/config/locales/typus.ca.yml +78 -0
- data/config/locales/typus.de.models.yml +17 -0
- data/config/locales/typus.de.yml +118 -0
- data/config/locales/typus.el.models.yml +17 -0
- data/config/locales/typus.el.yml +79 -0
- data/config/locales/typus.es.models.yml +18 -0
- data/config/locales/typus.es.yml +98 -0
- data/config/locales/typus.fr.models.yml +18 -0
- data/config/locales/typus.fr.yml +83 -0
- data/config/locales/typus.hu.models.yml +17 -0
- data/config/locales/typus.hu.yml +77 -0
- data/config/locales/typus.it.models.yml +18 -0
- data/config/locales/typus.it.yml +86 -0
- data/config/locales/typus.pt-BR.models.yml +17 -0
- data/config/locales/typus.pt-BR.yml +77 -0
- data/config/locales/typus.pt-PT.models.yml +17 -0
- data/config/locales/typus.pt-PT.yml +85 -0
- data/config/locales/typus.ru.models.yml +17 -0
- data/config/locales/typus.ru.yml +77 -0
- data/config/locales/typus.zh-CN.models.yml +17 -0
- data/config/locales/typus.zh-CN.yml +76 -0
- data/lib/typus/i18n.rb +7 -0
- data/lib/typus/i18n/version.rb +5 -0
- data/typus-i18n.gemspec +33 -0
- metadata +131 -0
|
@@ -0,0 +1,79 @@
|
|
|
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
|
+
|
|
12
|
+
"Change %{attribute}?": "Τροποποίηση του χαρακτηριστικού %{attribute};"
|
|
13
|
+
"Create %{resource}": "Δημιουργία %{resource}"
|
|
14
|
+
"Create one now": "Δημιουργία τώρα"
|
|
15
|
+
|
|
16
|
+
"Dashboard": "Πανόπτης"
|
|
17
|
+
"Do you want to cancel it?": "Επιθυμείτε να ακυρώσετε την ενέργεια;"
|
|
18
|
+
"Down": "Κάτω"
|
|
19
|
+
|
|
20
|
+
"Edit": "Επεξεργασία"
|
|
21
|
+
"Enter your email below to create the first user": "Εισάγετε το email σας παρακάτω για να δημιουργηθεί ο πρώτος χρήστης"
|
|
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": "Τελευταίες 30 ημέρες"
|
|
33
|
+
"Last 7 days": "Τελευταίες 7 ημέρες"
|
|
34
|
+
"Login": "Σύνδεση"
|
|
35
|
+
|
|
36
|
+
"New": "Νέο"
|
|
37
|
+
"Next": "Επόμενο"
|
|
38
|
+
|
|
39
|
+
"Password recovery link sent to your email": "Ο σύνδεσμος ανάκτησης κωδικού έχει αποσταλεί στο email σας"
|
|
40
|
+
"Previous": "Προηγούμενο"
|
|
41
|
+
|
|
42
|
+
"Record moved %{to}": "Η εγγραφή μεταφέρθηκε στο σημείο %{to}"
|
|
43
|
+
"Recover password": "Ανάκτηση κωδικού"
|
|
44
|
+
"Remove": "Απομάκρυνση"
|
|
45
|
+
"Remove %{resource}?": "Απομάκρυνση %{resource}"
|
|
46
|
+
"Reset password": "Επαναφορά κωδικού"
|
|
47
|
+
"Resources": "Πόροι"
|
|
48
|
+
|
|
49
|
+
"Save %{resource}": "Αποθήκευση %{resource}"
|
|
50
|
+
"Search": "Αναζήτηση"
|
|
51
|
+
"Show": "Εμφάνιση"
|
|
52
|
+
"Show all dates":
|
|
53
|
+
"Show by %{attribute}":
|
|
54
|
+
"Show %{resource}": "Εμφάνιση %{resource}"
|
|
55
|
+
"Sign in": "Είσοδος"
|
|
56
|
+
"Sign out": "Έξοδος"
|
|
57
|
+
"Sign up": "Εγγραφή"
|
|
58
|
+
"System Users Administration": "Διαχείριση χρηστών συστήματος"
|
|
59
|
+
|
|
60
|
+
"There are no %{records}": "Δεν υπάρχουν %{records}"
|
|
61
|
+
"There are no %{records} under this filter": "Δεν υπάρχουν εγγραφές %{records} υπό το παρόν φίλτρο"
|
|
62
|
+
"Today": "Σήμερα"
|
|
63
|
+
"True": "Σωστό"
|
|
64
|
+
|
|
65
|
+
"Unrelate":
|
|
66
|
+
"Up": "Επάνω"
|
|
67
|
+
|
|
68
|
+
"View all %{attribute}": "Εμφάνιση όλων των χαρακτηριστικών τύπου %{attribute}"
|
|
69
|
+
"View site": "Εμφάνιση ιστοσελίδας"
|
|
70
|
+
|
|
71
|
+
"You can update your password at": "Μπορείτε να ανανεώσετε τον κωδικό σας παρακάτω"
|
|
72
|
+
"You can't change your role": "Δεν έχετε την δυνατότητα να αλλάξετε τον ρόλο σας"
|
|
73
|
+
"You can't toggle your status": "Δεν επιτρέπεται η αλλαγή της κατάστασής σας"
|
|
74
|
+
|
|
75
|
+
"%{errors} prohibited this page from being saved:":
|
|
76
|
+
"%{model} successfully created": "Το μοντέλο %{model} δημιουργήθηκε επιτυχώς"
|
|
77
|
+
"%{model} successfully removed": "Το μοντέλο %{model} απομακρύνθηκε επιτυχώς"
|
|
78
|
+
"%{model} successfully updated": "Το μοντέλο %{model} ανανεώθηκε επιτυχώς"
|
|
79
|
+
"%{model} %{attribute} changed": "Το χαρακτηριστικό μοντέλου %{model} %{attribute} άλλαξε"
|
|
@@ -0,0 +1,18 @@
|
|
|
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:
|
|
@@ -0,0 +1,98 @@
|
|
|
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
|
+
"Add %{resource}": "Añadir %{resource}"
|
|
11
|
+
"All": "Todos"
|
|
12
|
+
"Applications": "Applicaciones"
|
|
13
|
+
"Are you sure?": "¿Estás seguro?"
|
|
14
|
+
|
|
15
|
+
"Back to list": "Volver al listado"
|
|
16
|
+
|
|
17
|
+
"Change %{attribute}?": "Cambiar %{attribute}?"
|
|
18
|
+
"Create %{resource}": "Crear %{resource}"
|
|
19
|
+
|
|
20
|
+
"Dashboard": "Panel de control"
|
|
21
|
+
"Down": "Bajar"
|
|
22
|
+
"Delete Permanently": "Eliminar de la papelera"
|
|
23
|
+
"Destroy": "Eliminar"
|
|
24
|
+
"Destroy": "Eliminar"
|
|
25
|
+
|
|
26
|
+
"Edit": "Editar"
|
|
27
|
+
"Edit %{resource}": "Editar %{resource}"
|
|
28
|
+
"Enter your email below to create the first user": "Introduce tu email para crear el primer usuario."
|
|
29
|
+
|
|
30
|
+
"False": "Falso"
|
|
31
|
+
"Filter": "Filtrar"
|
|
32
|
+
|
|
33
|
+
"I remember my password": "Recuerdo mi contraseña"
|
|
34
|
+
"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."
|
|
35
|
+
"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."
|
|
36
|
+
"Inactive": "Inactivo"
|
|
37
|
+
|
|
38
|
+
"Last few days": "Últimos dias"
|
|
39
|
+
"Last 30 days": "Últimos 30 dias"
|
|
40
|
+
"Last 7 days": "Últimos 7 dias"
|
|
41
|
+
"Login": "Login"
|
|
42
|
+
|
|
43
|
+
"New": "Nuevo"
|
|
44
|
+
"New %{resource}": "Nuevo %{resource}"
|
|
45
|
+
"Next": "Siguiente"
|
|
46
|
+
"No %{resources} found": "No se han encontrado %{resources}."
|
|
47
|
+
"No entries found": "No se han encontrado entradas."
|
|
48
|
+
|
|
49
|
+
"Password recovery link sent to your email": "Enlace de recuperación de contraseña enviado a tu correo electrónico."
|
|
50
|
+
"Previous": "Anterior"
|
|
51
|
+
|
|
52
|
+
"Record moved %{to}": "Record moved %{to}."
|
|
53
|
+
"Recover password": "Recuperar contraseña"
|
|
54
|
+
"Remove": "Eliminar"
|
|
55
|
+
"Remove %{resource}?": "¿Borrar %{resource}?"
|
|
56
|
+
"Reset password": "Cambiar contraseña"
|
|
57
|
+
"Resources": "Recursos"
|
|
58
|
+
"Restore": "Restaurar"
|
|
59
|
+
|
|
60
|
+
"Save": "Guardar"
|
|
61
|
+
"Save and add another": "Guardar y añadir nuevo"
|
|
62
|
+
"Save and continue editing": "Guardar y seguir editando"
|
|
63
|
+
"Save %{resource}": "Guardar %{resource}"
|
|
64
|
+
"Search": "Buscar"
|
|
65
|
+
"Show": "Mostrar"
|
|
66
|
+
"Show all dates": "Mostrar todas las fechas"
|
|
67
|
+
"Show by %{attribute}": "Mostrar por %{attribute}"
|
|
68
|
+
"Show %{resource}": "Mostrar %{resource}"
|
|
69
|
+
"Sign in": "Entrar"
|
|
70
|
+
"Sign out": "Salir"
|
|
71
|
+
"Sign up": "Crear cuenta"
|
|
72
|
+
"System Users Administration": "Administrar usuarios del sistema"
|
|
73
|
+
|
|
74
|
+
"Today": "Hoy"
|
|
75
|
+
"Trash": "Papelera"
|
|
76
|
+
"True": "Verdadero"
|
|
77
|
+
|
|
78
|
+
"Unrelate": "Desvincular"
|
|
79
|
+
"Up": "Subir"
|
|
80
|
+
|
|
81
|
+
"You can update your password at": "Puedes actualizar tu contraseña en"
|
|
82
|
+
"You can't change your role": "No puedes cambiar tu propio rol."
|
|
83
|
+
"You can't toggle your status": "No puedes cambiar tu estado."
|
|
84
|
+
|
|
85
|
+
"View all %{attribute}":
|
|
86
|
+
"View site": "Ver web"
|
|
87
|
+
|
|
88
|
+
"%{errors} prohibited this page from being saved:":
|
|
89
|
+
"%{model} successfully created": "%{model} satisfactoriamente creado."
|
|
90
|
+
"%{model} successfully removed": "%{model} satisfactoriamente eliminado."
|
|
91
|
+
"%{model} successfully updated": "%{model} satisfactoriamente actualizado."
|
|
92
|
+
|
|
93
|
+
"Scopes": "Selecciones"
|
|
94
|
+
"Filters": "Filtrar"
|
|
95
|
+
"Export": "Exportar"
|
|
96
|
+
"Actions": "Acciones"
|
|
97
|
+
"Entry": "Entrada"
|
|
98
|
+
"Search": "Busqueda"
|
|
@@ -0,0 +1,18 @@
|
|
|
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:
|
|
@@ -0,0 +1,83 @@
|
|
|
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
|
+
|
|
13
|
+
"Bottom": "À la fin"
|
|
14
|
+
|
|
15
|
+
"Change %{attribute}?": "Changer %{attribute} ?"
|
|
16
|
+
"Create %{resource}": "Créer %{resource}"
|
|
17
|
+
|
|
18
|
+
"Dashboard": "Tableau de bord"
|
|
19
|
+
"Down": "Descendre"
|
|
20
|
+
|
|
21
|
+
"Edit": "Éditer"
|
|
22
|
+
"Edit %{resource}": "Éditer %{resource}"
|
|
23
|
+
"Enter your email below to create the first user": "Entrez votre adresse email pour créer le premier utilisateur"
|
|
24
|
+
|
|
25
|
+
"False": "Faux"
|
|
26
|
+
"Filter": "Filtrer"
|
|
27
|
+
|
|
28
|
+
"I remember my password": "Je me souviens du mot de passe"
|
|
29
|
+
"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"
|
|
30
|
+
"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."
|
|
31
|
+
"Inactive": "Inactif"
|
|
32
|
+
|
|
33
|
+
"Last few days": "Ces derniers jours"
|
|
34
|
+
"Last 30 days": "30 derniers jours"
|
|
35
|
+
"Last 7 days": "7 derniers jours"
|
|
36
|
+
"Login": "Identification"
|
|
37
|
+
|
|
38
|
+
"New": "Nouveau"
|
|
39
|
+
"New %{resource}": "Nouveau %{resource}"
|
|
40
|
+
"Next": "Suivant"
|
|
41
|
+
"No %{resources} found": "Aucun(e) %{resources} trouvé(e)"
|
|
42
|
+
|
|
43
|
+
"Password recovery link sent to your email": "Le lien pour retrouver votre mot de passe vous a été envoyé par email"
|
|
44
|
+
"Previous": "Précédent"
|
|
45
|
+
|
|
46
|
+
"Record moved %{to}": "Entrées réordonnées"
|
|
47
|
+
"Recover password": "Retrouver mon mot de passe"
|
|
48
|
+
"Remove": "Supprimer"
|
|
49
|
+
"Remove %{resource}?": "Supprimer %{resource}?"
|
|
50
|
+
"Reset password": "Renouveler le mot de passe"
|
|
51
|
+
"Resources": "Ressources"
|
|
52
|
+
|
|
53
|
+
"Save %{resource}": "Sauvegarder %{resource}"
|
|
54
|
+
"Search": "Recherche"
|
|
55
|
+
"Show": "Voir"
|
|
56
|
+
"Show all dates":
|
|
57
|
+
"Show by %{attribute}":
|
|
58
|
+
"Show %{resource}": "Voir %{resource}"
|
|
59
|
+
"Show by %{attribute}": "Afficher par %{attribute}"
|
|
60
|
+
"Sign in": "Entrer"
|
|
61
|
+
"Sign out": "Déconnexion"
|
|
62
|
+
"Sign up": "Ouvrir un compte"
|
|
63
|
+
"System Users Administration": "Modifier les utilisateurs de l'admin"
|
|
64
|
+
|
|
65
|
+
"Today": "Aujourd'hui"
|
|
66
|
+
"Top": "Au début"
|
|
67
|
+
"Trash": "Supprimer"
|
|
68
|
+
"True": "Vrai"
|
|
69
|
+
|
|
70
|
+
"Unrelate": "Dissocier"
|
|
71
|
+
"Up": "Monter"
|
|
72
|
+
|
|
73
|
+
"View all %{attribute}": "Voir tou(s/tes) %{attribute}"
|
|
74
|
+
"View site": "Voir le site"
|
|
75
|
+
|
|
76
|
+
"You can update your password at": "Vous pouvez modifier votre mot de passe ici"
|
|
77
|
+
"You can't change your role": "Vous ne pouvez pas changer votre propre rôle."
|
|
78
|
+
"You can't toggle your status": "Vous ne pouvez pas basculer votre statut"
|
|
79
|
+
|
|
80
|
+
"%{errors} prohibited this page from being saved:":
|
|
81
|
+
"%{model} successfully created": "%{model} correctement créé(e)."
|
|
82
|
+
"%{model} successfully removed": "%{model} correctement supprimé(e)."
|
|
83
|
+
"%{model} successfully updated": "%{model} correctement mis(e)-à-jour."
|
|
@@ -0,0 +1,17 @@
|
|
|
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:
|
|
@@ -0,0 +1,77 @@
|
|
|
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
|
+
|
|
12
|
+
"Change %{attribute}?": "Megváltoztatod ezt: %{attribute}?"
|
|
13
|
+
"Create %{resource}": "%{resource} létrehozása"
|
|
14
|
+
|
|
15
|
+
"Dashboard": "Admin nyitólap"
|
|
16
|
+
"Down": "Le"
|
|
17
|
+
|
|
18
|
+
"Edit": "Szerkesztés"
|
|
19
|
+
"Edit %{resource}": "Szerkesztés %{resource}"
|
|
20
|
+
"Enter your email below to create the first user": "Írd be az e-mail címed az első felhasználó létrehozásához"
|
|
21
|
+
|
|
22
|
+
"False": "Hamis"
|
|
23
|
+
"Filter":
|
|
24
|
+
|
|
25
|
+
"I remember my password": "Emlékszem a jelszavamra"
|
|
26
|
+
"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."
|
|
27
|
+
"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."
|
|
28
|
+
"Inactive": "Inaktív"
|
|
29
|
+
|
|
30
|
+
"Last few days": "Utóbbi néhány nap"
|
|
31
|
+
"Last 30 days": "Az elmúlt 30 nap"
|
|
32
|
+
"Last 7 days": "Az elmúlt 7 nap"
|
|
33
|
+
"Login": "Belépés"
|
|
34
|
+
|
|
35
|
+
"New": "Új"
|
|
36
|
+
"New %{resource}": "Új %{resource}"
|
|
37
|
+
"Next": "Következő"
|
|
38
|
+
"No %{resources} found":
|
|
39
|
+
|
|
40
|
+
"Password recovery link sent to your email": "A jelszó helyreállító linket elküldtük az email címedre."
|
|
41
|
+
"Previous": "Előző"
|
|
42
|
+
|
|
43
|
+
"Record moved %{to}": "A bejegyzés áthelyezve: %{to}"
|
|
44
|
+
"Recover password": "Jelszó helyreállítás"
|
|
45
|
+
"Remove": "Eltávolítás"
|
|
46
|
+
"Remove %{resource}?": "Eltávolítod %{resource}?"
|
|
47
|
+
"Reset password": "Jelszó módosítása"
|
|
48
|
+
"Resources": "Források"
|
|
49
|
+
|
|
50
|
+
"Save %{resource}": "%{resource} mentése"
|
|
51
|
+
"Search": "Keresés"
|
|
52
|
+
"Show": "Mutatás"
|
|
53
|
+
"Show all dates":
|
|
54
|
+
"Show by %{attribute}":
|
|
55
|
+
"Show %{resource}": "%{resource} mutatása"
|
|
56
|
+
"Sign in": "Bejelentkezés"
|
|
57
|
+
"Sign out": "Kijelentkezés"
|
|
58
|
+
"Sign up": "Regisztráció"
|
|
59
|
+
"System Users Administration": "Rendszeradminisztrátorok kezelése"
|
|
60
|
+
|
|
61
|
+
"Today": "Ma"
|
|
62
|
+
"True": "Igaz"
|
|
63
|
+
|
|
64
|
+
"Unrelate":
|
|
65
|
+
"Up": "Fel"
|
|
66
|
+
|
|
67
|
+
"View all %{attribute}":
|
|
68
|
+
"View site": "A weboldal megtekintése"
|
|
69
|
+
|
|
70
|
+
"You can update your password at": "Frissítheted a jelszavad"
|
|
71
|
+
"You can't change your role": "Nincsen jogod megváltoztatni a jogosultsági szintedet"
|
|
72
|
+
"You can't toggle your status": "Nincs jogod változtatni a státuszodat"
|
|
73
|
+
|
|
74
|
+
"%{errors} prohibited this page from being saved:":
|
|
75
|
+
"%{model} successfully created": "%{model} sikeresen létrehozva"
|
|
76
|
+
"%{model} successfully removed": "%{model} sikeresen törölve"
|
|
77
|
+
"%{model} successfully updated": "%{model} sikereseb frissítve"
|
|
@@ -0,0 +1,18 @@
|
|
|
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"
|
|
@@ -0,0 +1,86 @@
|
|
|
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
|
+
|
|
12
|
+
"Change %{attribute}?": "Vuoi cambiare %{attribute}?"
|
|
13
|
+
"Create %{resource}": "Inserisci %{resource}"
|
|
14
|
+
|
|
15
|
+
"Dashboard": "Panoramica"
|
|
16
|
+
"Developed by": "Realizzato da"
|
|
17
|
+
"Down": "Giù"
|
|
18
|
+
|
|
19
|
+
"Edit": "Modifica"
|
|
20
|
+
"Edit %{resource}": "Modifica %{resource}"
|
|
21
|
+
"Enter your email below to create the first user": "Inserisci un'email qui sotto per creare il primo utente"
|
|
22
|
+
"Error": "Errore"
|
|
23
|
+
"Errors": "Errori"
|
|
24
|
+
|
|
25
|
+
"False": "Falso"
|
|
26
|
+
"Filter": "Filtra"
|
|
27
|
+
|
|
28
|
+
"I remember my password": "Mi ricordo la password"
|
|
29
|
+
"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"
|
|
30
|
+
"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"
|
|
31
|
+
"Inactive": "Inattivo"
|
|
32
|
+
|
|
33
|
+
"Last few days": "Ultimi giorni"
|
|
34
|
+
"Last 30 days": "Ultimi 30 giorni"
|
|
35
|
+
"Last 7 days": "Ultimi 7 giorni"
|
|
36
|
+
"Loading": "Caricamento"
|
|
37
|
+
"Login": "Login"
|
|
38
|
+
|
|
39
|
+
"New": "Nuovo"
|
|
40
|
+
"New %{resource}": "Nuovo %{resource}"
|
|
41
|
+
"Next": "Successivo"
|
|
42
|
+
"No %{resources} found":
|
|
43
|
+
|
|
44
|
+
"Or": "Oppure"
|
|
45
|
+
|
|
46
|
+
"Password recovery link sent to your email": "È stata inviata un'email contenente un link per il recupero della password"
|
|
47
|
+
"Please set a new password.": "Inserisci una nuova password"
|
|
48
|
+
"Previous": "Precedente"
|
|
49
|
+
|
|
50
|
+
"Record moved %{to}": "Record spostato %{to}"
|
|
51
|
+
"Recover password": "Recupera la password"
|
|
52
|
+
"Remove": "Elimina"
|
|
53
|
+
"Remove %{resource}?": "Elimina %{resource}"
|
|
54
|
+
"Reset password": "Resetta la password"
|
|
55
|
+
"Resources": "Risorse"
|
|
56
|
+
|
|
57
|
+
"Save %{resource}": "Salva %{resource}"
|
|
58
|
+
"Search": "Cerca"
|
|
59
|
+
"Show": "Mostra"
|
|
60
|
+
"Show all dates": "Filtra per data"
|
|
61
|
+
"Show by %{attribute}": "Filtra per %{attribute}"
|
|
62
|
+
"Show %{resource}": "Mostra %{resource}"
|
|
63
|
+
"Sign in": "Accedi"
|
|
64
|
+
"Sign out": "Esci"
|
|
65
|
+
"Sign up": "Registrazione"
|
|
66
|
+
"Submit": "Invia"
|
|
67
|
+
"System Users Administration": "Amministrazione utenti del sistema"
|
|
68
|
+
|
|
69
|
+
"Today": "Oggi"
|
|
70
|
+
"Trash": "Elimina"
|
|
71
|
+
"True": "Vero"
|
|
72
|
+
|
|
73
|
+
"Unrelate":
|
|
74
|
+
"Up": "Su"
|
|
75
|
+
|
|
76
|
+
"View all %{attribute}": "Filtra per %{attribute}"
|
|
77
|
+
"View site": "Visita il sito"
|
|
78
|
+
|
|
79
|
+
"You can update your password at": "Puoi aggiornare la tua password qui"
|
|
80
|
+
"You can't change your role": "Non puoi cambiare il tuo ruolo"
|
|
81
|
+
"You can't toggle your status": "Non puoi modificare il tuo stato"
|
|
82
|
+
"Your new password is %{password}": "La tua nuova password è %{password}"
|
|
83
|
+
|
|
84
|
+
"%{model} successfully created": "Creazione avvenuta con successo"
|
|
85
|
+
"%{model} successfully removed": "Eliminazione avvenuta con successo"
|
|
86
|
+
"%{model} successfully updated": "Aggiornamento avvenuto con successo"
|