alchemy_i18n 4.1.3 → 4.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6fa8dfca4facb0f44c3816c6aa8628ef0965e03df78fd1ab3786d4b6e9939c06
4
- data.tar.gz: ac1c406b460c2375c0a7c90b613825c6408fe8b75140f1cb3f32c961cea36ac2
3
+ metadata.gz: 2effd19395bf3a3f6355ba17010e34de3f44e2dbfc6e76c800c268143b9447db
4
+ data.tar.gz: 56c13ea6a06e5be038234ff2876e4ecb5ef304be8c53ae9de4aac9256cecd107
5
5
  SHA512:
6
- metadata.gz: fd93dc3dd48ef3135269ec2f52721e464652a0afad4f573c1cb464cd30b296f986c96126cccc83df0d95a41d97349979232cea9d0cef7dc8435425cf70f5315b
7
- data.tar.gz: 6714999d85496c87362d5db837fb3cf5217d3e70b49392e1a7c976453c426b0d494eb583128f5325360cfc94df1186b2b7463e9690f20f41b76e25f8598a2ff0
6
+ metadata.gz: bad40198848269b2ee873d0307d3dfe2a4e1fd04c8d301834648090cac83c3259863c5231197250baf53cb86b3b33926fa727abb6622907e33be6da76cea0ba8
7
+ data.tar.gz: 6219401359e5bfe6f1aa746d6ddd65995ed7841a69ead3c96a1723509c46843476ed9132897b38382bf5f7f7c3a30c2c6da0fd9ff838a7496908edace2e2e2d7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Changelog
2
2
 
3
+ ## [v4.2.0](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.2.0) (2024-05-31)
4
+
5
+ [Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.1.3...v4.2.0)
6
+
7
+ **Merged pull requests:**
8
+
9
+ - Add resource action translations [\#63](https://github.com/AlchemyCMS/alchemy_i18n/pull/63) ([tvdeyen](https://github.com/tvdeyen))
10
+ - Add a few missing translations [\#62](https://github.com/AlchemyCMS/alchemy_i18n/pull/62) ([sascha-karnatz](https://github.com/sascha-karnatz))
11
+ - Add German translations for menu tab [\#60](https://github.com/AlchemyCMS/alchemy_i18n/pull/60) ([sascha-karnatz](https://github.com/sascha-karnatz))
12
+
3
13
  ## [v4.1.3](https://github.com/AlchemyCMS/alchemy_i18n/tree/v4.1.3) (2024-02-01)
4
14
 
5
15
  [Full Changelog](https://github.com/AlchemyCMS/alchemy_i18n/compare/v4.1.2...v4.1.3)
@@ -1,3 +1,3 @@
1
1
  module AlchemyI18n
2
- VERSION = "4.1.3"
2
+ VERSION = "4.2.1"
3
3
  end
@@ -46,58 +46,58 @@ de:
46
46
  element_names:
47
47
  article: Artikel
48
48
 
49
- # == Translated names for contents in elements.
50
- # Used for the content editor label inside the element editor view (The elements window)
49
+ # == Translated roles for ingredients in elements.
50
+ # Used for the ingredient editor label inside the element editor view (The elements window)
51
51
  #
52
- # Tip: You can translate content names globally for all contents of this name, or specificly for an element.
53
- # To do so, just place the content_name under the element name
52
+ # Tip: You can translate ingredient roles globally for all ingredients with this role, or specificly for an element.
53
+ # To do so, just place the ingredient_role under the element name
54
54
  #
55
55
  # Example:
56
56
  #
57
57
  # de:
58
58
  # alchemy:
59
- # content_names:
59
+ # ingredient_roles:
60
60
  # headline: Überschrift
61
61
  # news_article:
62
62
  # headline: News Überschrift
63
63
  # image_caption: Bildunterschrift
64
64
  # show_caption: Zeige Bildunterschrift
65
65
  #
66
- content_names:
66
+ ingredient_roles:
67
67
  headline: Überschrift
68
68
  text: Text
69
69
  picture: Bild
70
70
 
71
- # === Translations for content validations
72
- # Used when a user did not enter (correct) values to the content field.
71
+ # === Translations for ingredient validations
72
+ # Used when a user did not enter (correct) values to the ingredient field.
73
73
  #
74
- # Tip: You can define the validation messages translations different for each element and content
74
+ # Tip: You can define the validation messages translations different for each element and ingredient
75
75
  #
76
76
  # Example:
77
77
  #
78
78
  # de:
79
79
  # alchemy:
80
- # content_validations:
80
+ # ingredient_validations:
81
81
  # contactform:
82
82
  # success_page:
83
83
  # blank: 'Bitte wählen Sie eine Folgeseite.'
84
84
  # mail_to:
85
85
  # blank: 'Bitte geben Sie eine E-Mail Adresse an zu der das Kontaktformular sendet.'
86
86
  #
87
- content_validations:
87
+ ingredient_validations:
88
88
  errors:
89
89
  blank: "%{field} darf nicht leer sein"
90
90
  invalid: "%{field} hat das falsche Format"
91
91
  taken: "%{field} wurde schon benutzt"
92
92
 
93
- # Hint texts for contents
94
- content_hints:
93
+ # Hint texts for ingredients
94
+ ingredient_hints:
95
95
  headline: "Dies ist ein einzeiliger unformatierter Text"
96
96
  picture: "Bilder werden in der Bibliothek gespeichert. Ein Bild kann mehrfach einem Element zugewiesen werden. Auch ein Bildauswahlwerkzeug ist in Alchemy integriert."
97
97
  text: "Dies ist ein formatierbarer Textblock. Die Einstellungen des Editors können angepasst werden. Siehe http://guides.alchemy-cms.com/stable/customize_tinymce.html"
98
98
 
99
- # Default texts for new contents created
100
- default_content_texts:
99
+ # Default texts for new ingredients created
100
+ default_ingredient_texts:
101
101
  article_headline: "Willkommen auf Ihrer Alchemy Seite"
102
102
  article_text: '<p>Als erstes sollte man sich mit der Struktur von Alchemy vertraut machen. <a class="external" href="http://guides.alchemy-cms.com/stable/alchemy_approach.html" target="_blank" data-link-target="blank">Mehr dazu in den Guidelines</a>.</p><p>Die wichtigsten beiden Dinge die man über Alchemy wissen muss sind Elemente und Seitentypen.</p><p><span style="text-decoration: underline;"><strong>Elemente:</strong></span></p><p>Mit Alchemy kann man eine Seite in Inhaltsbereiche aufteilen, Elemente. Diese Elemente werden aus verschiedenen Grundtypen (Essenzen) zusammengesetzt. Die Essenzen sind:</p><ul><li>EssenceText - <em>Eine Zeile Text</em></li><li>EssenceRichtext - <em>Ein TinyMCE basierter formatierter Textblock</em></li><li>EssencePicture - <em>Ein Verweis auf ein Bild</em></li><li>EssenceHtml - <em>HTML Code</em></li><li>EssenceSelect - <em>Eine Auswahl an Werten</em></li><li>EssenceBoolean - <em>Eine Checkbox</em></li></ul><p>Elemente werden in einer YAML Datei definiert: <strong>config/alchemy/elements.yml</strong></p><p><a class="external" href="http://guides.alchemy-cms.com/stable/elements.html" target="_blank" data-link-target="blank">Mehr über Elemente und wie sie definiert werden, kann in den Guidelines nachgelesen werden.</a></p><p><span style="text-decoration: underline;"><strong>Seitentypen:</strong></span></p><p>Es können verschiedene Seitentypen definiert werden. Diesen können Elemente zugewiesen und ihr Verhalten definiert werden.</p><p>Seitentypen werden ein einer YAML Datei definiert: <strong>config/alchemy/page_layouts.yml</strong></p><p><a class="external" href="http://guides.alchemy-cms.com/stable/page_layouts.html" target="_blank" data-link-target="blank">Mehr über das Erstellen von Seitentypen kann in den Guidelines nachgelesen werden.</a></p>'
103
103
  lorem: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
@@ -107,7 +107,7 @@ de:
107
107
  element_hints:
108
108
  article: "Dies ist ein Hinweistext für das Artikel Element. Dieser Text kann in der `config/locales/alchemy.de.yml` Datei angepasst werden."
109
109
 
110
- essence_pictures:
110
+ picture_ingredients:
111
111
  css_classes:
112
112
  left: "Links vom Text"
113
113
  right: "Rechts vom Text"
@@ -259,12 +259,13 @@ de:
259
259
  "Confirm new password": "Neues Passwort bestätigen"
260
260
  "Copy": "Kopie"
261
261
  "Could not load Adobe Flash® Plugin!": "Adobe Flash® Plugin konnte nicht geladen werden!"
262
+ "Create node on parent:": "Einen Menü-Eintrag hinzufügen:"
262
263
  "Currently locked pages": "Momentan bearbeitete Seiten"
263
264
  "Default language has to be public": "Die Standardsprache muss veröffentlicht sein."
264
265
  "Delete image": "Bild löschen"
266
+ "Delete element": "Element löschen"
265
267
  "Do you really want to clear the clipboard?": "Wollen Sie die Zwischenablage wirklich leeren?"
266
268
  "Do you really want to clear the trash?": "Wollen Sie den Papierkorb wirklich leeren?"
267
- "Do you really want to delete this content?": "Wollen Sie diesen Inhalt wirklich löschen?"
268
269
  "Drag an element over to the element window to restore it": "Ziehen Sie ein Element mit der Maus in das Elemente Fenster, um es wieder herzustellen."
269
270
  "Edit Picturemask": "Bildmaske bearbeiten"
270
271
  "Edit image": "Bild bearbeiten"
@@ -296,6 +297,7 @@ de:
296
297
  "New": "Neu"
297
298
  "New Element": "Element hinzufügen"
298
299
  "New page": "Neue Seite"
300
+ "No menu node for this page found": "Kein Menü-Eintrag für diese Seite vorhanden"
299
301
  "No page links for this page found": "Keine Verweise vorhanden."
300
302
  "New password": "Neues Passwort"
301
303
  "New Tag": "Neues Tag"
@@ -368,7 +370,7 @@ de:
368
370
  "Attachment Preview": "Dateivorschau"
369
371
  "Visit page": "zur Seite gehen"
370
372
  "Warning!": "Achtung!"
371
- content_definition_missing: "Warnung: Für diesen Content konnte die Vorlage nicht gefunden werden. Bitte überprüfen Sie die elements.yml Datei."
373
+ ingredient_definition_missing: "Warnung: Für diesen Content konnte die Vorlage nicht gefunden werden. Bitte überprüfen Sie die elements.yml Datei."
372
374
  element_definition_missing: "Warnung! Für dieses Element konnte die Vorlage nicht gefunden werden. Bitte überprüfen Sie die elements.yml Datei."
373
375
  page_definition_missing: "Warnung! Für diese Seite konnte die Vorlage nicht gefunden werden. Bitte überprüfen Sie die page_layouts.yml Datei."
374
376
  "Welcome to Alchemy": "Willkommen in Alchemy"
@@ -402,6 +404,7 @@ de:
402
404
  "clear clipboard": "Zwischenablage leeren"
403
405
  "clear trash": "Papierkorb leeren"
404
406
  click_to_show_all: "wieder alles anzeigen"
407
+ "Collapse all elements": "Alle Elemente einklappen"
405
408
  confirm_to_delete_file: "Wollen Sie diese Datei wirklich vom Server löschen?"
406
409
  confirm_to_delete_image: "Wollen Sie dieses Bild wirklich löschen?"
407
410
  confirm_to_delete_image_from_server: "Wollen Sie dieses Bild wirklich vom Server löschen?"
@@ -411,7 +414,7 @@ de:
411
414
  confirm_to_delete_page: "Wollen Sie diese Seite wirklich löschen? Alle Inhalte (auch die aus dem Papierkorb) gehen dabei unwiderruflich verloren!"
412
415
  content_essence_not_found: "Essenz wurde nicht gefunden"
413
416
  content_not_found: "Das Feld für diesen Inhalt ist nicht vorhanden."
414
- content_validations_headline: "Bitte überprüfen Sie die markierten Felder."
417
+ ingredient_validations_headline: "Bitte überprüfen Sie die markierten Felder."
415
418
  copy: "kopieren"
416
419
  copy_element: "Element kopieren"
417
420
  copy_page: "Seite kopieren"
@@ -420,6 +423,7 @@ de:
420
423
  country_code_placeholder: "z.B. AT (optional)"
421
424
  country_code_foot_note: "Das Länderkürzel ist nur notwendig, wenn Sie unterschiedliche Länder mit der gleichen Sprache versehen wollen."
422
425
  create: "erstellen"
426
+ search_node: "Menü-Eintrag suchen"
423
427
  "Create language": "Eine neue Sprache erstellen"
424
428
  "Create site": "Eine neue Website erstellen"
425
429
  create_language_tree_heading: "Einen leeren Sprachbaum erstellen"
@@ -440,6 +444,8 @@ de:
440
444
  download_file: "%{filename} runterladen"
441
445
  do_you_really_want_to_delete_this_tag?: "Wollen Sie dieses Tag wirklich löschen?"
442
446
  drag_to_sort: "Mit der Maus halten und verschieben"
447
+ edit: bearbeiten
448
+ edit_anchor: "Sprungmarke bearbeiten"
443
449
  edit_file_properties: "Dateieigenschaften bearbeiten"
444
450
  edit_image_properties: "Bildeigenschaften bearbeiten"
445
451
  edit_language: "Sprache bearbeiten"
@@ -608,6 +614,7 @@ de:
608
614
  recent: "aus den letzten 24 Stunden"
609
615
  without_tag: "ohne Tag"
610
616
  picture_not_in_use_yet: Dieses Bild ist bisher nicht in Verwendung
617
+ picture_updated_successfully: "Bild wurde gespeichert."
611
618
  pictures_in_page: "%{page} in %{pictures}"
612
619
  place_link: "Text verlinken"
613
620
  player_version: "Flashplayer Version"
@@ -632,7 +639,12 @@ de:
632
639
  replace: ersetzen
633
640
  replace_file: Datei ersetzen
634
641
  "Replaced Tag": "Das Tag '%{old_tag}' wurde durch das Tag '%{new_tag}' ersetzt"
642
+ "%{resource_name} successfully %{action}": "%{resource_name} erfolgreich %{action}."
635
643
  resources:
644
+ actions:
645
+ created: erstellt
646
+ updated: aktualisiert
647
+ removed: gelöscht
636
648
  relation_select:
637
649
  blank: "- ohne -"
638
650
  right: "rechts"
@@ -830,6 +842,24 @@ de:
830
842
 
831
843
  # Translations for Alchemy database models
832
844
  activerecord:
845
+ errors:
846
+ models:
847
+ alchemy/node:
848
+ attributes:
849
+ base:
850
+ node_ingredients_present: "Dieser Menü-Eintrag ist in folgenden Seiten innerhalb von Alchemy Elementen in Benutzung: %{page_names}."
851
+ alchemy/site:
852
+ attributes:
853
+ languages:
854
+ still_present: "sind immer noch mit dieser Website verbunden. Bitte entfernen Sie diese zuerst."
855
+ alchemy/language:
856
+ attributes:
857
+ pages:
858
+ still_present: "sind immer noch mit dieser Sprache verbunden. Bitte entfernen Sie diese zuerst."
859
+ alchemy/page:
860
+ attributes:
861
+ nodes:
862
+ still_present: "sind immer noch mit dieser Seite verbunden. Bitte entfernen Sie diese zuerst."
833
863
  models:
834
864
  gutentag/tag:
835
865
  one: Tag
@@ -840,6 +870,9 @@ de:
840
870
  alchemy/element:
841
871
  one: "Element"
842
872
  other: "Elemente"
873
+ alchemy/ingredients/headline:
874
+ one: Überschrift
875
+ other: Überschriften
843
876
  alchemy/legacy_page_url:
844
877
  one: "Verweis"
845
878
  other: "Verweise"
@@ -879,23 +912,36 @@ de:
879
912
  name: "Name"
880
913
  public: "sichtbar"
881
914
  tag_list: Tags
882
- alchemy/essence_file:
915
+ alchemy/ingredient:
916
+ autoplay: Direkt abspielen
917
+ controls: Bedienelemente anzeigen
883
918
  css_class: Stil
884
- link_text: Link-Text
885
- title: Titel
886
- alchemy/essence_picture:
887
- caption: "Untertitel"
888
- title: "Titel"
889
- alt_tag: "Alternativ-Text"
919
+ dom_id: Sprungmarke
890
920
  link: Link
891
921
  link_class_name: "Link CSS-Klasse"
892
922
  link_title: Link-Titel
893
- css_class: Stil
894
923
  link_target: Link-Ziel
924
+ loop: Endlosschleife
925
+ muted: Stumm
926
+ preload: Vorladen
927
+ title: Titel
928
+ width: Breite
929
+ height: Höhe
930
+ alchemy/ingredients/file:
931
+ link_text: Link-Text
932
+ alchemy/ingredients/headline:
933
+ value: Überschrift
934
+ level: Stufe
935
+ size: Größe
936
+ alchemy/ingredients/picture:
937
+ caption: "Untertitel"
938
+ alt_tag: "Alternativ-Text"
895
939
  render_size: Darstellungsgröße
896
940
  crop_from: Bildmaskenursprung
897
941
  crop_size: Bildmaskenausmaß
898
942
  picture_id: Bild
943
+ alchemy/ingredients/video:
944
+ playsinline: Auf der Seite abspielen
899
945
  alchemy/language:
900
946
  country_code: "Länderkürzel"
901
947
  language_code: "Sprachkürzel"
@@ -48,58 +48,58 @@ es:
48
48
  element_names:
49
49
  article: Artículo
50
50
 
51
- # == Translated names for contents in elements.
52
- # Used for the content editor label inside the element editor view (The elements window)
51
+ # == Translated roles for ingredients in elements.
52
+ # Used for the ingredient editor label inside the element editor view (The elements window)
53
53
  #
54
- # Tip: You can translate content names globally for all contents of this name, or specificly for an element.
55
- # To do so, just place the content_name under the element name
54
+ # Tip: You can translate ingredient roles globally for all ingredients with this role, or specificly for an element.
55
+ # To do so, just place the ingredient_role under the element name
56
56
  #
57
57
  # Example:
58
58
  #
59
59
  # es:
60
60
  # alchemy:
61
- # content_names:
61
+ # ingredient_roles:
62
62
  # headline: Titular
63
63
  # news_article:
64
64
  # headline: Titular de noticia
65
65
  # image_caption: Subtítulo
66
66
  # show_caption: Subtítulo de programa
67
67
  #
68
- content_names:
68
+ ingredient_roles:
69
69
  headline: Encabezado
70
70
  text: Texto
71
71
  picture: Imagen
72
72
 
73
- # === Translations for content validations
74
- # Used when a user did not enter (correct) values to the content field.
73
+ # === Translations for ingredient validations
74
+ # Used when a user did not enter (correct) values to the ingredient field.
75
75
  #
76
- # Tip: You can define the validation messages translations different for each element and content
76
+ # Tip: You can define the validation messages translations different for each element and ingredient
77
77
  #
78
78
  # Example:
79
79
  #
80
80
  # es:
81
81
  # alchemy:
82
- # content_validations:
82
+ # ingredient_validations:
83
83
  # contactform:
84
84
  # success_page:
85
85
  # blank: 'Por favor elige una página para mostrar.'
86
86
  # mail_to:
87
87
  # blank: 'Por favor proporciona una dirección de correo donde entregar las consultas de contacto.'
88
88
  #
89
- content_validations:
89
+ ingredient_validations:
90
90
  errors:
91
91
  blank: "%{field} no puede estar en blanco"
92
92
  invalid: '%{field} tiene un formato incorrecto '
93
93
  taken: '%{field} ya está en uso'
94
94
 
95
- # Hint texts for contents
96
- content_hints:
95
+ # Hint texts for ingredients
96
+ ingredient_hints:
97
97
  headline: "Esta es una sencilla linea de texto sin formato"
98
98
  picture: "Las imágenes se almacenan en la librería. Puedes asignar una imagen varias veces en tu sitio. Alchemy tiene una herramienta de recorte de imagen integrada."
99
99
  text: "Este es un bloque de texto enriquecido mediante el editor TinyMCE. Puedes cambiar la configuración del editor. Ver http://guides.alchemy-cms.com/stable/customize_tinymce.html"
100
100
 
101
- # Default texts for new contents created
102
- default_content_texts:
101
+ # Default texts for new ingredients created
102
+ default_ingredient_texts:
103
103
  article_headline: "Bienvenido a tu primera página de Alchemy CMS"
104
104
  article_text: '<p><strong>Como empezar.</strong></p><p>Lo primero de todo deberías leer sobre Alchemy y su arquitectura en las <a class="external" href="http://guides.alchemy-cms.com/stable/alchemy_approach.html" target="_blank" data-link-target="blank">guías</a>.</p><p>Las cosas más importantes que debes saber sobre Alchemy son elementos (<i>elements</i>) y disposiciones de página (<i>page layouts</i>).</p><p><span style="text-decoration: underline;"><strong>Elementos:</strong></span></p><p>Con Alchemy puedes dividir las páginas en partes de contenido, elementos. Estos elementos se pueden definir mediante varios tipos de contenido básicos: esencias (<i>essences</i>). Las esencias básicas son:</p><ul><li>EssenceText - <em>Un única línea de texto</em></li><li>EssenceRichtext - <em>Un bloque de texto formateado mediante TinyMCE</em></li><li>EssencePicture - <em>Una referencia a una imagen</em></li><li>EssenceHtml - <em>Código HTML empotrado</em></li><li>EssenceSelect - <em>Una selección de valores</em></li><li>EssenceBoolean - <em>Una casilla de verificación</em></li></ul><p>Los elementos se definen en el fichero YAML <strong>config/alchemy/elements.yml</strong></p><p><a class="external" href="http://guides.alchemy-cms.com/stable/elements.html" target="_blank" data-link-target="blank">Lee más sobre elementos y cómo definirlos en las guías.</a></p><p><span style="text-decoration: underline;"><strong>Tipos de página:</strong></span></p><p>Puedes definir varios tipos de páginas, llamados disposiciones de páginas (<i>page layouts</i>). Puedes asignar elementos a las disposiciones de páginas y controlar cómo se comportan los elementos y una página con una disposición concreta.</p><p>Las disposiciones de páginas se definen en el fichero YAML <strong>config/alchemy/page_layouts.yml</strong></p><p><a class="external" href="http://guides.alchemy-cms.com/stable/page_layouts.html" target="_blank" data-link-target="blank">Lee más sobre definir disposiciones de páginas en las guías.</a></p>'
105
105
  lorem: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
@@ -109,7 +109,7 @@ es:
109
109
  element_hints:
110
110
  article: "Este es el texto de ayuda del elemento artículo. Puedes cambiar este texto en `config/locales/alchemy.en.yml`. Siéntete libre de cambiarlo a tu gusto, es tuyo."
111
111
 
112
- essence_pictures:
112
+ picture_ingredients:
113
113
  css_classes:
114
114
  left: 'A la izquierda'
115
115
  right: 'A la derecha'
@@ -320,7 +320,7 @@ es:
320
320
  "Attachment Preview": "Vista previa"
321
321
  "Visit page": "Visitar página"
322
322
  "Warning!": "¡Atención!"
323
- content_definition_missing: "Atención: Falta la descripción del contenido. Por favor comprueba el archivo elements.yml"
323
+ ingredient_definition_missing: "Atención: Falta la descripción del contenido. Por favor comprueba el archivo elements.yml"
324
324
  element_definition_missing: "¡Atención! Falta la descripción. Por favor comprueba tu archivo elements.yml."
325
325
  "Welcome to Alchemy": "Bienvenido a Alchemy"
326
326
  "Who else is online": "Quien más está conectado"
@@ -360,7 +360,7 @@ es:
360
360
  confirm_to_delete_page: "¿Realmente desea eliminar esta página? ¡Todos los elementos se perderán!"
361
361
  content_essence_not_found: "Esencia del contenido no encontrada"
362
362
  content_not_found: "Campo para el contenido no presente."
363
- content_validations_headline: "Por favor compruebe los campos marcados abajo"
363
+ ingredient_validations_headline: "Por favor compruebe los campos marcados abajo"
364
364
  copy: "copiar"
365
365
  copy_element: "Copiar este elemento"
366
366
  copy_page: "Copiar página"
@@ -559,7 +559,12 @@ es:
559
559
  replace: Reemplazar
560
560
  replace_file: Reemplazar el archivo
561
561
  'Replaced Tag': "La etiqueta '%{old_tag}' fue reemplazada por '%{new_tag}'"
562
+ "%{resource_name} successfully %{action}": "%{resource_name} %{action} con éxito."
562
563
  resources:
564
+ actions:
565
+ created: creado
566
+ updated: actualizado
567
+ removed: eliminado
563
568
  relation_select:
564
569
  blank: '- nada -'
565
570
  right: "Derecha"
@@ -64,12 +64,12 @@ fr:
64
64
  searchresult: "detail de recherche"
65
65
  contactform: "Formulaire de contact"
66
66
 
67
- # == Translated names for contents in elements.
68
- # Used for the content editor label inside the element editor view (The elements window)
67
+ # == Translated roles for ingredients in elements.
68
+ # Used for the ingredient editor label inside the element editor view (The elements window)
69
69
  #
70
- # Tip: You can translate content names globally for all contents of this name, or specificly for an element.
71
- # To do so, just place the content_name under the element name
72
- content_names:
70
+ # Tip: You can translate ingredient roles globally for all ingredients with this role, or specificly for an element.
71
+ # To do so, just place the ingredient_role under the element name
72
+ ingredient_roles:
73
73
  text: "Texte"
74
74
  date: "Date"
75
75
  body: "Contenu"
@@ -89,9 +89,9 @@ fr:
89
89
  contactform:
90
90
  success_page: "Page suivante"
91
91
 
92
- # Translations for content validations
92
+ # Translations for ingredient validations
93
93
  #
94
- content_validations:
94
+ ingredient_validations:
95
95
  contactform:
96
96
  success_page:
97
97
  blank: "sélectionnez la page suivante s’il vous plait"
@@ -100,11 +100,11 @@ fr:
100
100
  invalid: "%{field} A le mauvais format"
101
101
  taken: "%{field} Déja utilisé"
102
102
 
103
- default_content_texts:
103
+ default_ingredient_texts:
104
104
  lorem: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
105
105
  corporate_lorem: "Appropriately enable sustainable growth strategies vis-a-vis holistic materials. Energistically orchestrate open-source e-tailers vis-a-vis plug-and-play best practices. Uniquely plagiarize client-centric opportunities whereas plug-and-play ideas. Distinctively reconceptualize backward-compatible partnerships vis-a-vis reliable total linkage. Interactively fabricate highly efficient networks for clicks-and-mortar content. Collaboratively reconceptualize holistic markets via 2.0 architectures."
106
106
 
107
- essence_pictures:
107
+ picture_ingredients:
108
108
  css_classes:
109
109
  left: "À gauche du texte"
110
110
  right: "À droite du texte"
@@ -316,7 +316,7 @@ fr:
316
316
  "View File": "Montrer Dossier"
317
317
  "Visit page": "Allerà la page"
318
318
  "Warning!": "Attention !"
319
- content_definition_missing: "Avertissement : Pour ce contenu le modèle n’a pas été trouvé. S’il vous plaît vérifier le fichier elements.yml."
319
+ ingredient_definition_missing: "Avertissement : Pour ce contenu le modèle n’a pas été trouvé. S’il vous plaît vérifier le fichier elements.yml."
320
320
  element_definition_missing: "AVERTISSEMENT ! Pour cet élément, le modèle ne peut pas être trouvé. S’il vous plaît vérifier le fichier elements.yml."
321
321
  "Welcome to Alchemy": "Bienvenue sur Alchemy"
322
322
  "Who else is online": "Qui d’autre est en ligne"
@@ -359,7 +359,7 @@ fr:
359
359
  contactform_body: "Modèle de message"
360
360
  content_essence_not_found: "Essence n’a pas été trouvé"
361
361
  content_not_found: "Le champ de ce contenu n’est pas disponible."
362
- content_validations_headline: "S’il vous plaît vérifier les champs en surbrillance."
362
+ ingredient_validations_headline: "S’il vous plaît vérifier les champs en surbrillance."
363
363
  copy: "Copier"
364
364
  copy_element: "Copier élément"
365
365
  copy_page: "Copier page"
@@ -556,7 +556,12 @@ fr:
556
556
  replace: remplacer
557
557
  replace_file: Remplacer le fichier
558
558
  "Replaced Tag %{old_tag} with %{new_tag}": "Le Tag « %{old_tag} » à été remplacé par le Tag « %{new_tag} »"
559
+ "%{resource_name} successfully %{action}": "%{resource_name} %{action} avec succès."
559
560
  resources:
561
+ actions:
562
+ created: créé
563
+ updated: mis à jour
564
+ removed: supprimé
560
565
  relation_select:
561
566
  blank: "- sans -"
562
567
  right: "droite"
@@ -44,24 +44,24 @@ it:
44
44
  #
45
45
  element_names:
46
46
 
47
- # == Translated names for contents in elements.
48
- # Used for the content editor label inside the element editor view (The elements window)
47
+ # == Translated roles for ingredients in elements.
48
+ # Used for the ingredient editor label inside the element editor view (The elements window)
49
49
  #
50
- # Tip: You can translate content names globally for all contents of this name, or specificly for an element.
51
- # To do so, just place the content_name under the element name
50
+ # Tip: You can translate ingredient roles globally for all ingredients with this role, or specificly for an element.
51
+ # To do so, just place the ingredient_role under the element name
52
52
  #
53
53
  # Example:
54
54
  #
55
55
  # en:
56
56
  # alchemy:
57
- # content_names:
57
+ # ingredient_roles:
58
58
  # headline: Headline
59
59
  # news_article:
60
60
  # headline: News Headline
61
61
  # image_caption: Caption
62
62
  # show_caption: Show Caption
63
63
  #
64
- content_names:
64
+ ingredient_roles:
65
65
 
66
66
  # === Translations for content validations
67
67
  # Used when a user did not enter (correct) values to the content field.
@@ -72,24 +72,24 @@ it:
72
72
  #
73
73
  # en:
74
74
  # alchemy:
75
- # content_validations:
75
+ # ingredient_validations:
76
76
  # contactform:
77
77
  # success_page:
78
78
  # blank: 'Please choose a follow up page.'
79
79
  # mail_to:
80
80
  # blank: 'Please provide an email address where the contact inquiries will be delivered to.'
81
81
  #
82
- content_validations:
82
+ ingredient_validations:
83
83
  errors:
84
84
  blank: "%{field} non può essere vuoto"
85
85
  invalid: "%{field} ha un formato errato"
86
86
  taken: "%{field} è già stato preso"
87
87
 
88
- default_content_texts:
88
+ default_ingredient_texts:
89
89
  lorem: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
90
90
  corporate_lorem: "Appropriately enable sustainable growth strategies vis-a-vis holistic materials. Energistically orchestrate open-source e-tailers vis-a-vis plug-and-play best practices. Uniquely plagiarize client-centric opportunities whereas plug-and-play ideas. Distinctively reconceptualize backward-compatible partnerships vis-a-vis reliable total linkage. Interactively fabricate highly efficient networks for clicks-and-mortar content. Collaboratively reconceptualize holistic markets via 2.0 architectures."
91
91
 
92
- essence_pictures:
92
+ picture_ingredients:
93
93
  css_classes:
94
94
  left: "Alla sinistra del testo"
95
95
  right: "Alla destra del testo"
@@ -298,7 +298,7 @@ it:
298
298
  "View File": "Mostra File"
299
299
  "Visit page": "Visita pagina"
300
300
  "Warning!": "Attenzione!"
301
- content_definition_missing: "Attenzione: Manca la definizione del contenuto. Controlla il file elements.yml"
301
+ ingredient_definition_missing: "Attenzione: Manca la definizione del contenuto. Controlla il file elements.yml"
302
302
  element_definition_missing: "ATTENZIONE! Manca la definizione dell'elemento. Controlla il file elements.yml."
303
303
  page_definition_missing: "ATTENZIONE! Manca la definizione del layout della pagina. Controlla il file page_layouts.yml."
304
304
  "Welcome to Alchemy": "Benvenuto su Alchemy"
@@ -341,7 +341,7 @@ it:
341
341
  confirm_to_delete_page: "Vuoi eliminare veramente questa pagina? I suoi elementi andranno persi!"
342
342
  content_essence_not_found: "Essenza del contenuto non trovata"
343
343
  content_not_found: "Campo per il contenuto non trovato."
344
- content_validations_headline: "Controlla i campi segnati qui sotto"
344
+ ingredient_validations_headline: "Controlla i campi segnati qui sotto"
345
345
  copy: "copia"
346
346
  copy_element: "Copia questo elemento"
347
347
  copy_page: "Copia pagina"
@@ -546,7 +546,12 @@ it:
546
546
  replace: sostituisci
547
547
  replace_file: Sostituire il file
548
548
  "Replaced Tag": "Il tag '%{old_tag}' è stato sostiuito con '%{new_tag}'"
549
+ "%{resource_name} successfully %{action}": "%{resource_name} %{action} con successo."
549
550
  resources:
551
+ actions:
552
+ created: creato
553
+ updated: aggiornato
554
+ removed: rimosso
550
555
  relation_select:
551
556
  blank: "- vuoto -"
552
557
  right: "destra"
@@ -364,15 +364,15 @@ nb-NO:
364
364
  messages:
365
365
  success: Din beskjed ble levert
366
366
  contactform_body:
367
- content_definition_missing: "Advarsel: Innhold mangler definisjon. Vennligst sjekk elements.yml"
367
+ ingredient_definition_missing: "Advarsel: Innhold mangler definisjon. Vennligst sjekk elements.yml"
368
368
  content_essence_not_found: Innholdsessens ikke funnet
369
- content_names:
369
+ ingredient_roles:
370
370
  content_not_found: Felt for innhold mangler
371
- content_validations:
371
+ ingredient_validations:
372
372
  contactform:
373
373
  success_page:
374
374
  blank:
375
- content_validations:
375
+ ingredient_validations:
376
376
  contactform:
377
377
  mail_to:
378
378
  blank:
@@ -382,7 +382,7 @@ nb-NO:
382
382
  blank: "%{field} kan ikke være blankt"
383
383
  invalid: "%{field} har feil format"
384
384
  taken: "%{field} er allerede i bruk"
385
- content_validations_headline: Vennligst sjekk markerte felt under
385
+ ingredient_validations_headline: Vennligst sjekk markerte felt under
386
386
  copy: kopier
387
387
  copy_element: Kopier dette elementet
388
388
  copy_language_tree_heading: Kopier sidetre
@@ -397,7 +397,7 @@ nb-NO:
397
397
  currently_edited_by: Denne siden er låst av
398
398
  cut_element: Klipp ut dette elementet.
399
399
  dashboard: Kontrollpanel
400
- default_content_texts:
400
+ default_ingredient_texts:
401
401
  corporate_lorem: Appropriately enable sustainable growth strategies vis-a-vis holistic materials. Energistically orchestrate open-source e-tailers vis-a-vis plug-and-play best practices. Uniquely plagiarize client-centric opportunities whereas plug-and-play ideas. Distinctively reconceptualize backward-compatible partnerships vis-a-vis reliable total linkage. Interactively fabricate highly efficient networks for clicks-and-mortar content. Collaboratively reconceptualize holistic markets via 2.0 architectures.
402
402
  lorem: Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
403
403
  delete_file: Slett denne filen fra serveren.
@@ -426,7 +426,7 @@ nb-NO:
426
426
  element_of_type: Element
427
427
  element_saved: Lagret element.
428
428
  enter_external_link: Vennligst skriv inn URL du ønsker å lenke til
429
- essence_pictures:
429
+ picture_ingredients:
430
430
  css_classes:
431
431
  left: Venstre fra tekst
432
432
  no_float: Over tekst
@@ -653,7 +653,12 @@ nb-NO:
653
653
  resource_help_texts:
654
654
  site:
655
655
  aliases: Vennligst del ekstra domener med mellomrom eller linjeskift
656
+ "%{resource_name} successfully %{action}": "%{resource_name} vellykket %{action}."
656
657
  resources:
658
+ actions:
659
+ created: opprettet
660
+ updated: oppdatert
661
+ removed: fjernet
657
662
  relation_select:
658
663
  blank: "- ingen -"
659
664
  right: høyre
@@ -44,52 +44,52 @@ nl:
44
44
  #
45
45
  element_names:
46
46
 
47
- # == Translated names for contents in elements.
48
- # Used for the content editor label inside the element editor view (The elements window)
47
+ # == Translated roles for ingredients in elements.
48
+ # Used for the ingredient editor label inside the element editor view (The elements window)
49
49
  #
50
- # Tip: You can translate content names globally for all contents of this name, or specificly for an element.
51
- # To do so, just place the content_name under the element name
50
+ # Tip: You can translate ingredient roles globally for all ingredients with this role, or specificly for an element.
51
+ # To do so, just place the ingredient_role under the element name
52
52
  #
53
53
  # Example:
54
54
  #
55
55
  # nl:
56
56
  # alchemy:
57
- # content_names:
57
+ # ingredient_roles:
58
58
  # headline: Koptekst
59
59
  # news_article:
60
60
  # headline: Nieuws Koptekst
61
61
  # image_caption: Onderschrift
62
62
  # show_caption: Onderschrift weergeven
63
63
  #
64
- content_names:
64
+ ingredient_roles:
65
65
 
66
- # === Translations for content validations
67
- # Used when a user did not enter (correct) values to the content field.
66
+ # === Translations for ingredient validations
67
+ # Used when a user did not enter (correct) values to the ingredient field.
68
68
  #
69
- # Tip: You can define the validation messages translations different for each element and content
69
+ # Tip: You can define the validation messages translations different for each element and ingredient
70
70
  #
71
71
  # Example:
72
72
  #
73
73
  # nl:
74
74
  # alchemy:
75
- # content_validations:
75
+ # ingredient_validations:
76
76
  # contactform:
77
77
  # success_page:
78
78
  # blank: 'Kies een Opvolgpagina.'
79
79
  # mail_to:
80
80
  # blank: 'Kies een Emailadres.'
81
81
  #
82
- content_validations:
82
+ ingredient_validations:
83
83
  errors:
84
84
  blank: "%{field} mag niet leeg zijn"
85
85
  invalid: "%{field} heeft een verkeerd formaat"
86
86
  taken: "%{field} is al in gebruik"
87
87
 
88
- default_content_texts:
88
+ default_ingredient_texts:
89
89
  lorem: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
90
90
  corporate_lorem: "Appropriately enable sustainable growth strategies vis-a-vis holistic materials. Energistically orchestrate open-source e-tailers vis-a-vis plug-and-play best practices. Uniquely plagiarize client-centric opportunities whereas plug-and-play ideas. Distinctively reconceptualize backward-compatible partnerships vis-a-vis reliable total linkage. Interactively fabricate highly efficient networks for clicks-and-mortar content. Collaboratively reconceptualize holistic markets via 2.0 architectures."
91
91
 
92
- essence_pictures:
92
+ picture_ingredients:
93
93
  css_classes:
94
94
  left: "Links van de tekst"
95
95
  right: "Rechts van de tekst"
@@ -295,7 +295,7 @@ nl:
295
295
  "View File": "Bestand weergeven"
296
296
  "Visit page": "Pagina bezoeken"
297
297
  "Warning!": "Waarschuwing!"
298
- content_definition_missing: "Waarschuwing: content mist een beschrijving. Controleer elements.yml"
298
+ ingredient_definition_missing: "Waarschuwing: content mist een beschrijving. Controleer elements.yml"
299
299
  element_definition_missing: "Waarschuwing: Er is geen beschijving gevonden voor dit element. Controleer elements.yml"
300
300
  "Welcome to Alchemy": "Welkom bij Alchemy"
301
301
  "Who else is online": "Wie is ook online"
@@ -337,7 +337,7 @@ nl:
337
337
  confirm_to_delete_page: "Deze pagina verwijderen? Alle inhoud gaat verloren."
338
338
  content_essence_not_found: "Content essence is niet gevonden"
339
339
  content_not_found: "Veld voor content is niet aanwezig"
340
- content_validations_headline: "Controleer de gemarkeerde velden"
340
+ ingredient_validations_headline: "Controleer de gemarkeerde velden"
341
341
  copy: "kopiëren"
342
342
  copy_element: "Dit element kopiëren"
343
343
  copy_page: "Pagina kopiëren"
@@ -542,7 +542,12 @@ nl:
542
542
  replace: vervangen
543
543
  replace_file: Vervang file
544
544
  "Replaced Tag": "De tag '%{old_tag}' wordt door de tag '%{new_tag}' vervangen"
545
+ "%{resource_name} successfully %{action}": "%{resource_name} succesvol %{action}."
545
546
  resources:
547
+ actions:
548
+ created: aangemaakt
549
+ updated: aangepast
550
+ removed: verwijderd
546
551
  relation_select:
547
552
  blank: "- geen -"
548
553
  right: "rechts"
@@ -42,52 +42,52 @@ pl:
42
42
  #
43
43
  element_names:
44
44
 
45
- # == Translated names for contents in elements.
46
- # Used for the content editor label inside the element editor view (The elements window)
45
+ # == Translated roles for ingredients in elements.
46
+ # Used for the ingredient editor label inside the element editor view (The elements window)
47
47
  #
48
- # Tip: You can translate content names globally for all contents of this name, or specificly for an element.
49
- # To do so, just place the content_name under the element name
48
+ # Tip: You can translate ingredient roles globally for all ingredients with this role, or specificly for an element.
49
+ # To do so, just place the ingredient_role under the element name
50
50
  #
51
51
  # Example:
52
52
  #
53
53
  # en:
54
54
  # alchemy:
55
- # content_names:
55
+ # ingredient_roles:
56
56
  # headline: Headline
57
57
  # news_article:
58
58
  # headline: News Headline
59
59
  # image_caption: Caption
60
60
  # show_caption: Show Caption
61
61
  #
62
- content_names:
62
+ ingredient_roles:
63
63
 
64
- # === Translations for content validations
65
- # Used when a user did not enter (correct) values to the content field.
64
+ # === Translations for ingredient validations
65
+ # Used when a user did not enter (correct) values to the ingredient field.
66
66
  #
67
- # Tip: You can define the validation messages translations different for each element and content
67
+ # Tip: You can define the validation messages translations different for each element and ingredient
68
68
  #
69
69
  # Example:
70
70
  #
71
71
  # en:
72
72
  # alchemy:
73
- # content_validations:
73
+ # ingredient_validations:
74
74
  # contactform:
75
75
  # success_page:
76
76
  # blank: 'Please choose a follow up page.'
77
77
  # mail_to:
78
78
  # blank: 'Please provide an email address where the contact inquiries will be delivered to.'
79
79
  #
80
- content_validations:
80
+ ingredient_validations:
81
81
  errors:
82
82
  blank: "%{field} can't be blank"
83
83
  invalid: "%{field} has wrong format"
84
84
  taken: "%{field} has already been taken"
85
85
 
86
- default_content_texts:
86
+ default_ingredient_texts:
87
87
  lorem: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
88
88
  corporate_lorem: "Appropriately enable sustainable growth strategies vis-a-vis holistic materials. Energistically orchestrate open-source e-tailers vis-a-vis plug-and-play best practices. Uniquely plagiarize client-centric opportunities whereas plug-and-play ideas. Distinctively reconceptualize backward-compatible partnerships vis-a-vis reliable total linkage. Interactively fabricate highly efficient networks for clicks-and-mortar content. Collaboratively reconceptualize holistic markets via 2.0 architectures."
89
89
 
90
- essence_pictures:
90
+ picture_ingredients:
91
91
  css_classes:
92
92
  left: "Left from text"
93
93
  right: "Right from text"
@@ -297,7 +297,7 @@ pl:
297
297
  "Attachment Preview": "Attachment Preview"
298
298
  "Visit page": "Visit page"
299
299
  "Warning!": "Warning!"
300
- content_definition_missing: "Warning: Content is missing its definition. Please check the elements.yml"
300
+ ingredient_definition_missing: "Warning: Content is missing its definition. Please check the elements.yml"
301
301
  element_definition_missing: "WARNING! Missing element definition. Please check your elements.yml file."
302
302
  page_definition_missing: "WARNING! Missing page layout definition. Please check your page_layouts.yml file."
303
303
  "Welcome to Alchemy": "Welcome to Alchemy"
@@ -338,7 +338,7 @@ pl:
338
338
  confirm_to_delete_page: "Do you really want to delete this page? All its elements (even trashed ones) will get lost!"
339
339
  content_essence_not_found: "Content essence not found"
340
340
  content_not_found: "Field for content not present."
341
- content_validations_headline: "Please check marked fields below"
341
+ ingredient_validations_headline: "Please check marked fields below"
342
342
  copy: "copy"
343
343
  copy_element: "Copy this element"
344
344
  copy_page: "Copy page"
@@ -536,7 +536,12 @@ pl:
536
536
  replace: replace
537
537
  replace_file: Replace file
538
538
  "Replaced Tag": "Tag '%{old_tag}' was replaced with '%{new_tag}'"
539
+ "%{resource_name} successfully %{action}": "%{resource_name} pomyślnie %{action}."
539
540
  resources:
541
+ actions:
542
+ created: utworzone
543
+ updated: zaktualizowane
544
+ removed: usunięte
540
545
  relation_select:
541
546
  blank: "- none -"
542
547
  right: "right"
@@ -42,52 +42,52 @@ ru:
42
42
  #
43
43
  element_names:
44
44
 
45
- # == Translated names for contents in elements.
46
- # Used for the content editor label inside the element editor view (The elements window)
45
+ # == Translated roles for ingredients in elements.
46
+ # Used for the ingredient editor label inside the element editor view (The elements window)
47
47
  #
48
- # Tip: You can translate content names globally for all contents of this name, or specificly for an element.
49
- # To do so, just place the content_name under the element name
48
+ # Tip: You can translate ingredient roles globally for all ingredients with this role, or specificly for an element.
49
+ # To do so, just place the ingredient_role under the element name
50
50
  #
51
51
  # Example:
52
52
  #
53
53
  # en:
54
54
  # alchemy:
55
- # content_names:
55
+ # ingredient_roles:
56
56
  # headline: Headline
57
57
  # news_article:
58
58
  # headline: News Headline
59
59
  # image_caption: Caption
60
60
  # show_caption: Show Caption
61
61
  #
62
- content_names:
62
+ ingredient_roles:
63
63
 
64
- # === Translations for content validations
65
- # Used when a user did not enter (correct) values to the content field.
64
+ # === Translations for ingredient validations
65
+ # Used when a user did not enter (correct) values to the ingredient field.
66
66
  #
67
- # Tip: You can define the validation messages translations different for each element and content
67
+ # Tip: You can define the validation messages translations different for each element and ingredient
68
68
  #
69
69
  # Example:
70
70
  #
71
71
  # en:
72
72
  # alchemy:
73
- # content_validations:
73
+ # ingredient_validations:
74
74
  # contactform:
75
75
  # success_page:
76
76
  # blank: 'Please choose a follow up page.'
77
77
  # mail_to:
78
78
  # blank: 'Please provide an email address where the contact inquiries will be delivered to.'
79
79
  #
80
- content_validations:
80
+ ingredient_validations:
81
81
  errors:
82
82
  blank: "%{field} не может быть пустым"
83
83
  invalid: "%{field} имеет неверный формат"
84
84
  taken: "%{field} уже занят"
85
85
 
86
- default_content_texts:
86
+ default_ingredient_texts:
87
87
  lorem: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
88
88
  corporate_lorem: "Appropriately enable sustainable growth strategies vis-a-vis holistic materials. Energistically orchestrate open-source e-tailers vis-a-vis plug-and-play best practices. Uniquely plagiarize client-centric opportunities whereas plug-and-play ideas. Distinctively reconceptualize backward-compatible partnerships vis-a-vis reliable total linkage. Interactively fabricate highly efficient networks for clicks-and-mortar content. Collaboratively reconceptualize holistic markets via 2.0 architectures."
89
89
 
90
- essence_pictures:
90
+ picture_ingredients:
91
91
  css_classes:
92
92
  left: "Слева от текста"
93
93
  right: "Справа от текста"
@@ -295,7 +295,7 @@ ru:
295
295
  "View File": "Просмотр файла"
296
296
  "Visit page": "Перейти на страницу"
297
297
  "Warning!": "Внимание!"
298
- content_definition_missing: "Внимание: Отсутствует описание для контента. Проверьте elements.yml."
298
+ ingredient_definition_missing: "Внимание: Отсутствует описание для контента. Проверьте elements.yml."
299
299
  element_definition_missing: "Внимание! Отсутствует описание для элемента. Проверьте elements.yml."
300
300
  "Welcome to Alchemy": "Добро пожаловать в Alchemy"
301
301
  "Who else is online": "Кто еще онлайн"
@@ -335,7 +335,7 @@ ru:
335
335
  confirm_to_delete_page: "Вы действительно хотите удалить эту страницу? Все её элементы будут безвозвратно потеряны!"
336
336
  content_essence_not_found: "Эссенция контента не найдена"
337
337
  content_not_found: "Поле неактуально для контента."
338
- content_validations_headline: "Пожалуйста, проверьте отмеченные ниже поля"
338
+ ingredient_validations_headline: "Пожалуйста, проверьте отмеченные ниже поля"
339
339
  copy: "копировать"
340
340
  copy_element: "Копировать этот элемент"
341
341
  copy_page: "Копировать страницу"
@@ -532,7 +532,12 @@ ru:
532
532
  replace: "Заменить"
533
533
  replace_file: "Заменить файл"
534
534
  "Replaced Tag": "Метка '%{old_tag}' заменена на '%{new_tag}'"
535
+ "%{resource_name} successfully %{action}": "%{resource_name} успешно %{action}."
535
536
  resources:
537
+ actions:
538
+ created: создано
539
+ updated: обновлено
540
+ removed: удалено
536
541
  relation_select:
537
542
  blank: "- нет -"
538
543
  right: "справа"
@@ -46,64 +46,62 @@ zh-CN:
46
46
  article: 文章
47
47
  contactform: 联系表单
48
48
 
49
- # == Translated names for contents in elements.
50
- # Used for the content editor label inside the element editor view (The elements window)
49
+ # == Translated roles for ingredients in elements.
50
+ # Used for the ingredient editor label inside the element editor view (The elements window)
51
51
  #
52
- # Tip: You can translate content names globally for all contents of this name, or specificly for an element.
53
- # To do so, just place the content_name under the element name
52
+ # Tip: You can translate ingredient roles globally for all ingredients with this role, or specificly for an element.
53
+ # To do so, just place the ingredient_role under the element name
54
54
  #
55
55
  # Example:
56
56
  #
57
57
  # en:
58
58
  # alchemy:
59
- # content_names:
59
+ # ingredient_roles:
60
60
  # headline: Headline
61
61
  # news_article:
62
62
  # headline: News Headline
63
63
  # image_caption: Caption
64
64
  # show_caption: Show Caption
65
65
  #
66
- content_names:
66
+ ingredient_roles:
67
67
  headline: 标题
68
68
  news_article:
69
69
  headline: 新标题
70
70
  image_caption: 标题
71
71
  show_caption: 显示标题
72
72
 
73
- # === Translations for content validations
74
- # Used when a user did not enter (correct) values to the content field.
73
+ # === Translations for ingredient validations
74
+ # Used when a user did not enter (correct) values to the ingredient field.
75
75
  #
76
- # Tip: You can define the validation messages translations different for each element and content
76
+ # Tip: You can define the validation messages translations different for each element and ingredient
77
77
  #
78
78
  # Example:
79
79
  #
80
80
  # en:
81
81
  # alchemy:
82
- # content_validations:
82
+ # ingredient_validations:
83
83
  # contactform:
84
84
  # success_page:
85
85
  # blank: 'Please choose a follow up page.'
86
86
  # mail_to:
87
87
  # blank: 'Please provide an email address where the contact inquiries will be delivered to.'
88
88
  #
89
- content_validations:
90
- content_validations:
91
- contactform:
92
- success_page:
93
- blank: "请选择一个跳转页面。"
94
- mail_to:
95
- blank: "请选择一个电子邮件地址已便所有咨询转发到这个地址。"
96
-
89
+ ingredient_validations:
90
+ contactform:
91
+ success_page:
92
+ blank: "请选择一个跳转页面。"
93
+ mail_to:
94
+ blank: "请选择一个电子邮件地址已便所有咨询转发到这个地址。"
97
95
  errors:
98
96
  blank: "%{field} 不能为空"
99
97
  invalid: "%{field} 格式出错"
100
98
  taken: "%{field} 已经被使用"
101
99
 
102
- default_content_texts:
100
+ default_ingredient_texts:
103
101
  lorem: "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
104
102
  corporate_lorem: "Appropriately enable sustainable growth strategies vis-a-vis holistic materials. Energistically orchestrate open-source e-tailers vis-a-vis plug-and-play best practices. Uniquely plagiarize client-centric opportunities whereas plug-and-play ideas. Distinctively reconceptualize backward-compatible partnerships vis-a-vis reliable total linkage. Interactively fabricate highly efficient networks for clicks-and-mortar content. Collaboratively reconceptualize holistic markets via 2.0 architectures."
105
103
 
106
- essence_pictures:
104
+ picture_ingredients:
107
105
  css_classes:
108
106
  left: "文字左边"
109
107
  right: "文字右边"
@@ -313,7 +311,7 @@ zh-CN:
313
311
  "Attachment Preview": "预览附件"
314
312
  "Visit page": "访问页面"
315
313
  "Warning!": "警告!"
316
- content_definition_missing: "警告: 在定义中没有内容。 请检查 elements.yml"
314
+ ingredient_definition_missing: "警告: 在定义中没有内容。 请检查 elements.yml"
317
315
  element_definition_missing: "警告! 没有元素定义。 请检查 elements.yml。"
318
316
  page_definition_missing: "警告! 没有页面布局定义。 请检查 page_layouts.yml 文件。"
319
317
  "Welcome to Alchemy": "欢迎来到Alchemy"
@@ -355,7 +353,7 @@ zh-CN:
355
353
  confirm_to_delete_page: "你确认要删除这个页面? 其中的所有元素 (甚至垃圾桶中的) 都回丢失!"
356
354
  content_essence_not_found: "无法找到内容"
357
355
  content_not_found: "针对内容的字段不存在"
358
- content_validations_headline: "请检查如下字段"
356
+ ingredient_validations_headline: "请检查如下字段"
359
357
  copy: "复制"
360
358
  copy_element: "复制这个元素"
361
359
  copy_page: "复制页面"
@@ -551,7 +549,12 @@ zh-CN:
551
549
  replace: 替代
552
550
  replace_file: 替代文件
553
551
  "Replaced Tag": "标签 '%{old_tag}' 已经被 '%{new_tag}'所替代"
552
+ "%{resource_name} successfully %{action}": "成功%{action}%{resource_name}"
554
553
  resources:
554
+ actions:
555
+ created: "创建"
556
+ updated: "更新"
557
+ removed: "删除"
555
558
  relation_select:
556
559
  blank: "- 无 -"
557
560
  right: "右"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alchemy_i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.1.3
4
+ version: 4.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas von Deyen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-01 00:00:00.000000000 Z
11
+ date: 2024-07-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: alchemy_cms
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  - !ruby/object:Gem::Version
131
131
  version: '0'
132
132
  requirements: []
133
- rubygems_version: 3.5.5
133
+ rubygems_version: 3.5.11
134
134
  signing_key:
135
135
  specification_version: 4
136
136
  summary: AlchemyCMS translation files