refinerycms-core 2.0.8 → 2.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. data/app/assets/javascripts/refinery/admin.js.erb +3 -0
  2. data/app/assets/javascripts/wymeditor/functions.js.erb +1 -1
  3. data/app/assets/javascripts/wymeditor/lang/{zh_cn.js → zh-CN.js} +1 -1
  4. data/app/assets/javascripts/wymeditor/prototypes.js.erb +1 -1
  5. data/app/assets/stylesheets/refinery/layout.css.scss +26 -0
  6. data/app/views/refinery/admin/_image_picker.html.erb +1 -1
  7. data/app/views/refinery/admin/_resource_picker.html.erb +19 -21
  8. data/config/locales/es.yml +2 -2
  9. data/config/locales/fr.yml +9 -1
  10. data/lib/generators/refinery/cms/cms_generator.rb +6 -4
  11. data/lib/generators/refinery/core/templates/config/initializers/refinery/core.rb.erb +1 -0
  12. data/lib/generators/refinery/engine/engine_generator.rb +9 -3
  13. data/lib/generators/refinery/engine/templates/Gemfile +1 -0
  14. data/lib/generators/refinery/engine/templates/config/locales/zh-CN.yml +30 -0
  15. data/lib/generators/refinery/form/form_generator.rb +11 -7
  16. data/lib/generators/refinery/form/templates/config/locales/da.yml +60 -63
  17. data/lib/generators/refinery/form/templates/config/locales/de.yml +68 -68
  18. data/lib/generators/refinery/form/templates/config/locales/es.yml +60 -64
  19. data/lib/generators/refinery/form/templates/config/locales/fr.yml +68 -68
  20. data/lib/generators/refinery/form/templates/config/locales/it.yml +60 -62
  21. data/lib/generators/refinery/form/templates/config/locales/lv.yml +67 -67
  22. data/lib/generators/refinery/form/templates/config/locales/nb.yml +68 -71
  23. data/lib/generators/refinery/form/templates/config/locales/nl.yml +65 -64
  24. data/lib/generators/refinery/form/templates/config/locales/pt-BR.yml +68 -68
  25. data/lib/generators/refinery/form/templates/config/locales/ru.yml +70 -73
  26. data/lib/generators/refinery/form/templates/config/locales/sl.yml +61 -63
  27. data/lib/generators/refinery/form/templates/config/locales/zh-CN.yml +77 -3
  28. data/lib/refinery/application_controller.rb +1 -1
  29. data/lib/refinery/cli.rb +1 -1
  30. data/lib/refinery/core/engine.rb +2 -1
  31. data/lib/refinery/crud.rb +1 -1
  32. data/lib/refinery/extension_generation.rb +26 -14
  33. data/lib/refinery/version.rb +1 -1
  34. data/refinerycms-core.gemspec +1 -1
  35. data/spec/lib/generators/refinery/engine/engine_generator_multiple_resources_spec.rb +51 -0
  36. data/spec/lib/generators/refinery/engine/engine_generator_sanity_check_spec.rb +47 -0
  37. data/spec/lib/generators/refinery/engine/engine_generator_spec.rb +0 -12
  38. data/spec/lib/refinery/crud_spec.rb +2 -2
  39. metadata +11 -8
@@ -1,78 +1,78 @@
1
1
  de:
2
- plugins:
3
- <%= plural_name %>:
4
- title: <%= plural_name.titleize %>
5
- description: Stellt ein Kontaktformular zur Verfügung und speichert Kontaktanfragen
6
- <%= namespacing.underscore %>:
7
- <%= plural_name %>:
8
- new:
9
- send: Nachricht senden
10
- privacy_policy: Ihre Privatsphäre ist uns wichtig
11
- admin:
2
+ refinery:
3
+ plugins:
12
4
  <%= plural_name %>:
13
- delete: Diese Kontaktanfrage für immer löschen
14
- <%= singular_name %>:
15
- read_<%= singular_name %>: Kontaktanfrage lesen
16
- said: schrieb
17
- mark_as_spam: Als Spam markieren
18
- mark_as_ham: In den Posteingang verschieben
19
- submenu:
20
- inbox: Posteingang
21
- spam: Spam
22
- update_notified: Wer wird benachrichtigt aktualisieren
23
- edit_confirmation_email: Bestätigungs-E-Mail bearbeiten
24
- index:
25
- no_<%= plural_name %>: Sie haben noch keine Kontaktanfragen erhalten.
26
- spam:
27
- no_spam: Juhu! Sie haben keinen Spam.
28
- show:
29
- details: Details
30
- age: Alter
31
- actions: Aktionen
32
- back_to_all_<%= plural_name %>: Zurück zu allen Kontaktanfragen
33
- spam: Spam
34
- spam_yes: 'ja'
35
- <%= singular_name %>: <%= class_name.underscore.titleize %>
36
- to: An
5
+ title: <%= plural_name.titleize %>
6
+ description: Stellt ein Kontaktformular zur Verfügung und speichert Kontaktanfragen
7
+ <%= namespacing.underscore %>:
8
+ <%= plural_name %>:
9
+ new:
10
+ send: Nachricht senden
11
+ privacy_policy: Ihre Privatsphäre ist uns wichtig
12
+ admin:
13
+ <%= plural_name %>:
14
+ delete: Diese Kontaktanfrage für immer löschen
15
+ <%= singular_name %>:
16
+ read_<%= singular_name %>: Kontaktanfrage lesen
17
+ said: schrieb
18
+ mark_as_spam: Als Spam markieren
19
+ mark_as_ham: In den Posteingang verschieben
20
+ submenu:
21
+ inbox: Posteingang
22
+ spam: Spam
23
+ update_notified: Wer wird benachrichtigt aktualisieren
24
+ edit_confirmation_email: Bestätigungs-E-Mail bearbeiten
25
+ index:
26
+ no_<%= plural_name %>: Sie haben noch keine Kontaktanfragen erhalten.
27
+ spam:
28
+ no_spam: Juhu! Sie haben keinen Spam.
29
+ show:
30
+ details: Details
31
+ age: Alter
32
+ actions: Aktionen
33
+ back_to_all_<%= plural_name %>: Zurück zu allen Kontaktanfragen
34
+ spam: Spam
35
+ spam_yes: 'ja'
36
+ <%= singular_name %>: <%= class_name.underscore.titleize %>
37
+ to: An
38
+ from: Von
39
+ click_to_email: Klicken, um eine E-Mail an diese Adresse zu schicken
40
+ phone: Telefon
41
+ date: Datum
42
+ message: Nachricht
43
+ settings:
44
+ notification_recipients_form:
45
+ settings_value_name: Schicke Benachrichtigungen an
46
+ explanation: Jedesmal wenn jemand Sie auf Ihrer Webseite kontaktiert, wird eine E-Mail mit einem Hinweis zu einer neuen Kontaktanfrage versendet.
47
+ hint: Wenn eine neue Kontaktanfrage gestellt wurde, wird Refinery Ihnen eine E-Mail mit einem Hinweis schicken.
48
+ example: "Geben Sie Ihre E-Mail-Adresse(n) an, z. B.: jack@work.com, jill@office.com"
49
+ confirmation_email_form:
50
+ to: An
51
+ from: Von
52
+ subject: Betreff
53
+ click_to_edit_subject: Klicken Sie hier, um den Betreff zu bearbeiten
54
+ explanation: Jedesmal wenn jemand Sie auf Ihrer Webseite kontaktiert, wird eine E-Mail an die anfragende Person zur Bestätigung der Kontaktanfrage versendet.
55
+ below_edit_email_sent: Unten können Sie die E-Mail bearbeiten, die versendet wird.
56
+ the_customer_making_<%= singular_name %>: Der Kunde, der die Kontaktanfrage gestellt hat
57
+ message: Nachricht
58
+ note: "Hinweis: Um den Namen des Kunden in der E-Mail einzufügen, verwenden Sie den Platzhalter %name%"
59
+ mailer:
60
+ notification:
61
+ greeting: Hallo
62
+ you_recieved_new_<%= singular_name %>: Sie haben eine neue Kontaktanfrage über Ihre Webseite erhalten.
63
+ <%= singular_name %>_starts: --- Anfang der Kontaktanfrage ---
64
+ <%= singular_name %>_ends: --- Ende der Kontaktanfrage ---
37
65
  from: Von
38
- click_to_email: Klicken, um eine E-Mail an diese Adresse zu schicken
66
+ email: E-Mail
39
67
  phone: Telefon
40
- date: Datum
41
- message: Nachricht
42
- settings:
43
- notification_recipients_form:
44
- settings_value_name: Schicke Benachrichtigungen an
45
- explanation: Jedesmal wenn jemand Sie auf Ihrer Webseite kontaktiert, wird eine E-Mail mit einem Hinweis zu einer neuen Kontaktanfrage versendet.
46
- hint: Wenn eine neue Kontaktanfrage gestellt wurde, wird Refinery Ihnen eine E-Mail mit einem Hinweis schicken.
47
- example: "Geben Sie Ihre E-Mail-Adresse(n) an, z. B.: jack@work.com, jill@office.com"
48
- confirmation_email_form:
49
- to: An
50
- from: Von
51
- subject: Betreff
52
- click_to_edit_subject: Klicken Sie hier, um den Betreff zu bearbeiten
53
- explanation: Jedesmal wenn jemand Sie auf Ihrer Webseite kontaktiert, wird eine E-Mail an die anfragende Person zur Bestätigung der Kontaktanfrage versendet.
54
- below_edit_email_sent: Unten können Sie die E-Mail bearbeiten, die versendet wird.
55
- the_customer_making_<%= singular_name %>: Der Kunde, der die Kontaktanfrage gestellt hat
56
68
  message: Nachricht
57
- note: "Hinweis: Um den Namen des Kunden in der E-Mail einzufügen, verwenden Sie den Platzhalter %name%"
58
- mailer:
59
- notification:
60
- greeting: Hallo
61
- you_recieved_new_<%= singular_name %>: Sie haben eine neue Kontaktanfrage über Ihre Webseite erhalten.
62
- <%= singular_name %>_starts: --- Anfang der Kontaktanfrage ---
63
- <%= singular_name %>_ends: --- Ende der Kontaktanfrage ---
64
- from: Von
65
- email: E-Mail
66
- phone: Telefon
67
- message: Nachricht
68
- closing_line: Mit freundlichen Grüßen
69
- ps_html: P.S. All Ihre Kontaktanfragen werden im Bereich "Kontaktanfragen" von Refinery gespeichert, sollten Sie diese zu einem späteren Zeitpunkt wieder ansehen wollen.
69
+ closing_line: Mit freundlichen Grüßen
70
+ ps_html: P.S. All Ihre Kontaktanfragen werden im Bereich "Kontaktanfragen" von Refinery gespeichert, sollten Sie diese zu einem späteren Zeitpunkt wieder ansehen wollen.
70
71
  activerecord:
71
72
  models:
72
73
  <%= singular_name %>: <%= class_name.underscore.titleize %>
73
74
  attributes:
74
75
  <%= singular_name %>:
75
- name: Name
76
- email: E-Mail
77
- phone: Telefon
78
- message: Nachricht
76
+ <% attributes.each do |a| -%>
77
+ <%= a.name %>: <%= a.name.humanize %>
78
+ <% end -%>
@@ -1,70 +1,66 @@
1
1
  es:
2
- plugins:
3
- <%= plural_name %>:
4
- title: <%= plural_name.titleize %>
2
+ refinery:
3
+ plugins:
4
+ <%= plural_name %>:
5
+ title: <%= plural_name.titleize %>
6
+ <%= namespacing.underscore %>:
7
+ <%= plural_name %>:
8
+ new:
9
+ header_message: "Mil disculpas hay un pequeño problema."
10
+ message: "Los siguientes problemas necesitan ser corregidos:"
11
+ send: Enviar mensaje
12
+ privacy_policy: "Nosotros valoramos tu privacidad"
13
+ admin:
14
+ <%= plural_name %>:
15
+ <%= singular_name %>:
16
+ move_<%= singular_name %>_to_closed: Cambiar esta consulta a cerrada
17
+ move_<%= singular_name %>_to_open: Cambiar esta consulta a abierta
18
+ read_<%= singular_name %>: Leer esta consulta
19
+ remove_<%= singular_name %>: "Estas seguro que quieres borrar esta consulta de '%{name}'?"
20
+ title: <%= plural_name.titleize %>
21
+ toggle_status:
22
+ closed: "La consulta '%{<%= singular_name %>}' esta cerrada"
23
+ reopened: "La consulta '%{<%= singular_name %>}' esta abierta"
24
+ index:
25
+ no_<%= plural_name %>: No has recibido ninguna consulta aun.
26
+ show:
27
+ details: Detalles
28
+ click_to_email: Click al email
29
+ status: Estatus
30
+ open: Abierto
31
+ closed: Cerrado
32
+ age: Edad
33
+ actions: Acciones
34
+ back_to_all_<%= plural_name %>: Regresar a todas las consultas
35
+ <%= singular_name %>: <%= class_name.underscore.titleize %>
36
+ submenu:
37
+ update_notified: "Actualizar a quien será notificado"
38
+ edit_confirmation_email: "Editar email de confirmación"
39
+ settings:
40
+ update:
41
+ updated: "'%{setting}' fue actualizado exitosamente."
42
+ notification_recipients_form:
43
+ settings_value_name: Mandar notificaciones a
44
+ explanation: "Cada vez que alguien se comunique con usted en su sitio web, Refinery enviara un correo electrónico respecto a esta nueva consulta."
45
+ hint: "Ingrese una dirección de correo. Ingrese la dirección de correo de las persona que vaya a ser notificada, si quiere que varias personas sean notificadas ingrese las direcciones de correo separadas por comas."
46
+ example: "Ejemplo: me@domain.com, friend@msn.com, workmate@work.com"
47
+ confirmation_email_form:
48
+ to: Para
49
+ from: De
50
+ subject: Asunto
51
+ click_to_edit_subject: Click aqui para modificar el asunto
52
+ explanation: "Cada vez que alguien se comunique con usted en su sitio web, Refinery enviara un correo electrónico respecto a esta nueva consulta."
53
+ below_edit_email_sent: "Abajo usted puede editar el email a donde la consulta será enviado."
54
+ the_customer_making_<%= singular_name %>: El cliente haciendo la consulta
55
+ message: Mensaje
56
+ note: "Nota: ingrese el texto %name% donde quiera que el nombre del cliente aparezca en el email"
57
+ subject_form:
58
+ subject_value_name: Asunto
5
59
  activerecord:
6
60
  models:
7
61
  <%= singular_name %>: <%= class_name.underscore.titleize %>
8
62
  attributes:
9
63
  <%= singular_name %>:
10
- to: Para
11
- from: De
12
- click_to_email: Dale Click a este email
13
- phone: Telefono
14
- date: Fecha
15
- name: Nombre
16
- message: Mensaje
17
- <%= namespacing.underscore %>:
18
- <%= plural_name %>:
19
- new:
20
- header_message: "Mil disculpas hay un pequeño problema."
21
- message: "Los siguientes problemas necesitan ser corregidos:"
22
- send: Enviar mensaje
23
- privacy_policy: "Nosotros valoramos tu privacidad"
24
- admin:
25
- <%= plural_name %>:
26
- <%= singular_name %>:
27
- move_<%= singular_name %>_to_closed: Cambiar esta consulta a cerrada
28
- move_<%= singular_name %>_to_open: Cambiar esta consulta a abierta
29
- read_<%= singular_name %>: Leer esta consulta
30
- remove_<%= singular_name %>: "Estas seguro que quieres borrar esta consulta de '%{name}'?"
31
- title: <%= plural_name.titleize %>
32
- toggle_status:
33
- closed: "La consulta '%{<%= singular_name %>}' esta cerrada"
34
- reopened: "La consulta '%{<%= singular_name %>}' esta abierta"
35
- index:
36
- search_results_for: Resultados de la busqueda de %{query}
37
- no_<%= plural_name %>: No has recibido ninguna consulta aun.
38
- show:
39
- details: Detalles
40
- click_to_email: Click al email
41
- status: Estatus
42
- open: Abierto
43
- closed: Cerrado
44
- age: Edad
45
- actions: Acciones
46
- back_to_all_<%= plural_name %>: Regresar a todas las consultas
47
- <%= singular_name %>: <%= class_name.underscore.titleize %>
48
- submenu:
49
- update_notified: "Actualizar a quien será notificado"
50
- edit_confirmation_email: "Editar email de confirmación"
51
- settings:
52
- update:
53
- updated: "'%{setting}' fue actualizado exitosamente."
54
- notification_recipients_form:
55
- settings_value_name: Mandar notificaciones a
56
- explanation: "Cada vez que alguien se comunique con usted en su sitio web, Refinery enviara un correo electrónico respecto a esta nueva consulta."
57
- hint: "Ingrese una dirección de correo. Ingrese la dirección de correo de las persona que vaya a ser notificada, si quiere que varias personas sean notificadas ingrese las direcciones de correo separadas por comas."
58
- example: "Ejemplo: me@domain.com, friend@msn.com, workmate@work.com"
59
- confirmation_email_form:
60
- to: Para
61
- from: De
62
- subject: Asunto
63
- click_to_edit_subject: Click aqui para modificar el asunto
64
- explanation: "Cada vez que alguien se comunique con usted en su sitio web, Refinery enviara un correo electrónico respecto a esta nueva consulta."
65
- below_edit_email_sent: "Abajo usted puede editar el email a donde la consulta será enviado."
66
- the_customer_making_<%= singular_name %>: El cliente haciendo la consulta
67
- message: Mensaje
68
- note: "Nota: ingrese el texto %name% donde quiera que el nombre del cliente aparezca en el email"
69
- subject_form:
70
- subject_value_name: Asunto
64
+ <% attributes.each do |a| -%>
65
+ <%= a.name %>: <%= a.name.humanize %>
66
+ <% end -%>
@@ -1,78 +1,78 @@
1
1
  fr:
2
- plugins:
3
- <%= plural_name %>:
4
- title: <%= plural_name.titleize %>
5
- description: Fournit un formulaire de contact et gère les demandes de contacts.
6
- <%= namespacing.underscore %>:
7
- <%= plural_name %>:
8
- new:
9
- send: Envoyer un message
10
- privacy_policy: Nous respectons votre vie privée
11
- admin:
2
+ refinery:
3
+ plugins:
12
4
  <%= plural_name %>:
13
- delete: Supprimer définitivement cette requête
14
- <%= singular_name %>:
15
- read_<%= singular_name %>: Lire la requête
16
- said: a dit
17
- mark_as_spam: Marquer comme spam
18
- mark_as_ham: Déplacer dans la boîte de réception
19
- submenu:
20
- inbox: Boîte de réception
21
- spam: Spam
22
- update_notified: Choisir qui reçoit les notifications
23
- edit_confirmation_email: Modifier l'e-mail de confirmation
24
- index:
25
- no_<%= plural_name %>: Vous n'avez reçu aucune requête.
26
- spam:
27
- no_spam: Vous n'avez aucun spam.
28
- show:
29
- details: Détails
30
- age: Age
31
- actions: Actions
32
- back_to_all_<%= plural_name %>: Retourner à la liste des requêtes
33
- spam: Spam
34
- spam_yes: 'oui'
35
- <%= singular_name %>: <%= class_name.underscore.titleize %>
36
- to: À
5
+ title: <%= plural_name.titleize %>
6
+ description: Fournit un formulaire de contact et gère les demandes de contacts.
7
+ <%= namespacing.underscore %>:
8
+ <%= plural_name %>:
9
+ new:
10
+ send: Envoyer un message
11
+ privacy_policy: Nous respectons votre vie privée
12
+ admin:
13
+ <%= plural_name %>:
14
+ delete: Supprimer définitivement cette requête
15
+ <%= singular_name %>:
16
+ read_<%= singular_name %>: Lire la requête
17
+ said: a dit
18
+ mark_as_spam: Marquer comme spam
19
+ mark_as_ham: Déplacer dans la boîte de réception
20
+ submenu:
21
+ inbox: Boîte de réception
22
+ spam: Spam
23
+ update_notified: Choisir qui reçoit les notifications
24
+ edit_confirmation_email: Modifier l'e-mail de confirmation
25
+ index:
26
+ no_<%= plural_name %>: Vous n'avez reçu aucune requête.
27
+ spam:
28
+ no_spam: Vous n'avez aucun spam.
29
+ show:
30
+ details: Détails
31
+ age: Age
32
+ actions: Actions
33
+ back_to_all_<%= plural_name %>: Retourner à la liste des requêtes
34
+ spam: Spam
35
+ spam_yes: 'oui'
36
+ <%= singular_name %>: <%= class_name.underscore.titleize %>
37
+ to: À
38
+ from: De
39
+ click_to_email: Cliquer ici pour enyoyer un e-mail à cette adresse
40
+ phone: Téléphone
41
+ date: Date
42
+ message: Message
43
+ settings:
44
+ notification_recipients_form:
45
+ settings_value_name: Envoyer une notification à
46
+ explanation: Chaque fois qu'une demande de contact est rédigée sur votre site, Refinery envoie un e-mail pour le signaler.
47
+ hint: Quand une nouvelle requête est soumise, Refinery vous envoie un e-mail d'avertissement.
48
+ example: "Entrez votre/vos addresse(s) e-mail comme il suit: jack@work.com, jill@office.com"
49
+ confirmation_email_form:
50
+ to: À
51
+ from: De
52
+ subject: Sujet
53
+ click_to_edit_subject: Cliquez ici pour modifier le sujet
54
+ explanation: Chaque fois qu'une demande de contact est rédigée sur votre site, Refinery envoie un e-mail pour le signaler.
55
+ below_edit_email_sent: Ci-dessous vous pouvez modifier l'e-mail qui sera envoyé.
56
+ the_customer_making_<%= singular_name %>: Le client à l'origine de la requête
57
+ message: Message
58
+ note: "Note: Utilisez %name% à l'endroit où vous souhaitez voir apparaître le nom du client dans l'e-mail"
59
+ mailer:
60
+ notification:
61
+ greeting: Bonjour
62
+ you_recieved_new_<%= singular_name %>: Vous avez reçu une nouvelle requête sur votre site.
63
+ <%= singular_name %>_starts: --- Début des requêtes ---
64
+ <%= singular_name %>_ends: --- Fin des requêtes ---
37
65
  from: De
38
- click_to_email: Cliquer ici pour enyoyer un e-mail à cette adresse
66
+ email: E-mail
39
67
  phone: Téléphone
40
- date: Date
41
- message: Message
42
- settings:
43
- notification_recipients_form:
44
- settings_value_name: Envoyer une notification à
45
- explanation: Chaque fois qu'une demande de contact est rédigée sur votre site, Refinery envoie un e-mail pour le signaler.
46
- hint: Quand une nouvelle requête est soumise, Refinery vous envoie un e-mail d'avertissement.
47
- example: "Entrez votre/vos addresse(s) e-mail comme il suit: jack@work.com, jill@office.com"
48
- confirmation_email_form:
49
- to: À
50
- from: De
51
- subject: Sujet
52
- click_to_edit_subject: Cliquez ici pour modifier le sujet
53
- explanation: Chaque fois qu'une demande de contact est rédigée sur votre site, Refinery envoie un e-mail pour le signaler.
54
- below_edit_email_sent: Ci-dessous vous pouvez modifier l'e-mail qui sera envoyé.
55
- the_customer_making_<%= singular_name %>: Le client à l'origine de la requête
56
68
  message: Message
57
- note: "Note: Utilisez %name% à l'endroit où vous souhaitez voir apparaître le nom du client dans l'e-mail"
58
- mailer:
59
- notification:
60
- greeting: Bonjour
61
- you_recieved_new_<%= singular_name %>: Vous avez reçu une nouvelle requête sur votre site.
62
- <%= singular_name %>_starts: --- Début des requêtes ---
63
- <%= singular_name %>_ends: --- Fin des requêtes ---
64
- from: De
65
- email: E-mail
66
- phone: Téléphone
67
- message: Message
68
- closing_line: Cordialement
69
- ps_html: P.S. Toutes les requêtes sont stockées dans la section 'Requêtes' afin que vous puissiez les consulter ultérieurement.
69
+ closing_line: Cordialement
70
+ ps_html: P.S. Toutes les requêtes sont stockées dans la section 'Requêtes' afin que vous puissiez les consulter ultérieurement.
70
71
  activerecord:
71
72
  models:
72
73
  <%= singular_name %>: <%= class_name.underscore.titleize %>
73
74
  attributes:
74
75
  <%= singular_name %>:
75
- name: Nom
76
- email: E-mail
77
- phone: Téléphone
78
- message: Message
76
+ <% attributes.each do |a| -%>
77
+ <%= a.name %>: <%= a.name.humanize %>
78
+ <% end -%>
@@ -1,68 +1,66 @@
1
1
  it:
2
- plugins:
3
- <%= plural_name %>:
4
- title: <%= plural_name.titleize %>
2
+ refinery:
3
+ plugins:
4
+ <%= plural_name %>:
5
+ title: <%= plural_name.titleize %>
6
+ <%= namespacing.underscore %>:
7
+ <%= plural_name %>:
8
+ new:
9
+ header_message: "Un problema si è verificato"
10
+ message: "I seguenti problemi devono essere corretti:"
11
+ send: Invia messaggio
12
+ privacy_policy: "Noi diamo valore alla tua privacy"
13
+ admin:
14
+ <%= plural_name %>:
15
+ <%= singular_name %>:
16
+ move_<%= singular_name %>_to_closed: Spostare questa inchiesta chiusa
17
+ move_<%= singular_name %>_to_open: Spostare questa indagine per aprire
18
+ read_<%= singular_name %>: Leggi l'inchiesta
19
+ remove_<%= singular_name %>: "Sei sicuro di voler cancellare la richiesta di '%{name}'?"
20
+ title: <%= plural_name.titleize %>
21
+ toggle_status:
22
+ closed: "Inchiesta '%{<%= singular_name %>}' è chiuso"
23
+ reopened: "Inchiesta '%{<%= singular_name %>}' si riapre"
24
+ index:
25
+ no_<%= plural_name %>: Non hai ancora ricevuto alcuna richiesta in.
26
+ show:
27
+ details: Dettagli
28
+ click_to_email: Clicca per e-mail
29
+ status: Stato
30
+ open: Aperto
31
+ closed: Chiuso
32
+ age: Età
33
+ actions: Azioni
34
+ back_to_all_<%= plural_name %>: Torna a tutte le richieste
35
+ <%= singular_name %>: <%= class_name.underscore.titleize %>
36
+ submenu:
37
+ update_notified: Aggiornamento chi viene notificata
38
+ edit_confirmation_email: Modifica email di conferma
39
+ settings:
40
+ update:
41
+ updated: "'%{setting}' stato aggiornato con successo."
42
+ notification_recipients_form:
43
+ settings_value_name: Invia a notifiche
44
+ explanation: "Ogni volta che qualcuno ti contatti sul suo sito web, Refinery invia una mail a dire che c'è una nuova indagine."
45
+ hint: "Inserisci un indirizzo email di cui sopra. Vuoi la notifica di andare a più di una persona? Inserisci più indirizzi email separati da virgole."
46
+ example: "E.g. me@domain.com, friend@msn.com, workmate@work.com"
47
+ confirmation_email_form:
48
+ to: A
49
+ from: Da
50
+ subject: Soggetto
51
+ click_to_edit_subject: Clicca qui per modificare l'oggetto
52
+ explanation: "Ogni volta che qualcuno ti contatti sul suo sito web, Refinery invia una e-mail per confermare la richiesta con la persona che ha reso."
53
+ below_edit_email_sent: Qui di seguito è possibile modificare l'e-mail che viene inviata.
54
+ the_customer_making_<%= singular_name %>: Il cliente rendendo l'indagine
55
+ message: Messaggio
56
+ note: "Nota: inserire il testo %name% dove desideri che il nome del cliente a comparire nella e-mail"
57
+ subject_form:
58
+ subject_value_name: Soggetto
5
59
  activerecord:
6
60
  models:
7
61
  <%= singular_name %>: <%= class_name.underscore.titleize %>
8
62
  attributes:
9
63
  <%= singular_name %>:
10
- to: A
11
- from: Da
12
- click_to_email: Clicca per questo indirizzo e-mail
13
- phone: Telefono
14
- date: Data
15
- message: Messaggio
16
- <%= namespacing.underscore %>:
17
- <%= plural_name %>:
18
- new:
19
- header_message: "Un problema si è verificato"
20
- message: "I seguenti problemi devono essere corretti:"
21
- send: Invia messaggio
22
- privacy_policy: "Noi diamo valore alla tua privacy"
23
- admin:
24
- <%= plural_name %>:
25
- <%= singular_name %>:
26
- move_<%= singular_name %>_to_closed: Spostare questa inchiesta chiusa
27
- move_<%= singular_name %>_to_open: Spostare questa indagine per aprire
28
- read_<%= singular_name %>: Leggi l'inchiesta
29
- remove_<%= singular_name %>: "Sei sicuro di voler cancellare la richiesta di '%{name}'?"
30
- title: <%= plural_name.titleize %>
31
- toggle_status:
32
- closed: "Inchiesta '%{<%= singular_name %>}' è chiuso"
33
- reopened: "Inchiesta '%{<%= singular_name %>}' si riapre"
34
- index:
35
- no_<%= plural_name %>: Non hai ancora ricevuto alcuna richiesta in.
36
- show:
37
- details: Dettagli
38
- click_to_email: Clicca per e-mail
39
- status: Stato
40
- open: Aperto
41
- closed: Chiuso
42
- age: Età
43
- actions: Azioni
44
- back_to_all_<%= plural_name %>: Torna a tutte le richieste
45
- <%= singular_name %>: <%= class_name.underscore.titleize %>
46
- submenu:
47
- update_notified: Aggiornamento chi viene notificata
48
- edit_confirmation_email: Modifica email di conferma
49
- settings:
50
- update:
51
- updated: "'%{setting}' stato aggiornato con successo."
52
- notification_recipients_form:
53
- settings_value_name: Invia a notifiche
54
- explanation: "Ogni volta che qualcuno ti contatti sul suo sito web, Refinery invia una mail a dire che c'è una nuova indagine."
55
- hint: "Inserisci un indirizzo email di cui sopra. Vuoi la notifica di andare a più di una persona? Inserisci più indirizzi email separati da virgole."
56
- example: "E.g. me@domain.com, friend@msn.com, workmate@work.com"
57
- confirmation_email_form:
58
- to: A
59
- from: Da
60
- subject: Soggetto
61
- click_to_edit_subject: Clicca qui per modificare l'oggetto
62
- explanation: "Ogni volta che qualcuno ti contatti sul suo sito web, Refinery invia una e-mail per confermare la richiesta con la persona che ha reso."
63
- below_edit_email_sent: Qui di seguito è possibile modificare l'e-mail che viene inviata.
64
- the_customer_making_<%= singular_name %>: Il cliente rendendo l'indagine
65
- message: Messaggio
66
- note: "Nota: inserire il testo %name% dove desideri che il nome del cliente a comparire nella e-mail"
67
- subject_form:
68
- subject_value_name: Soggetto
64
+ <% attributes.each do |a| -%>
65
+ <%= a.name %>: <%= a.name.humanize %>
66
+ <% end -%>