diff --git a/config/locales/de.yml b/config/locales/de.yml index 2d6065b146..fb64e2fbc0 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -39,7 +39,7 @@ de: error_can_not_activate_export_card_configuration: "Diese Konfiguration kann nicht aktiviert werden" error_can_not_deactivate_export_card_configuration: "Diese Konfiguration kann nicht de-aktiviert werden" validation_error_required_keys_not_present: "Erfordete(r) Schlüssel nicht vorhanden:" - validation_error_yaml_is_badly_formed: "Ungültiges YAML Format." + validation_error_yaml_is_badly_formed: "hat kein gültiges YAML-Format." validation_error_uknown_key: "Unbekannter Schlüssel:" yaml_error: "YAML Fehler:" help_link_rows_format: "Rows formatieren" @@ -47,3 +47,10 @@ de: export_config_page_size: "Seitengröße" export_config_orientation: "Ausrichtung" export_config_rows: "Reihen" + activerecord: + attributes: + export_card_configuration: + rows: "Reihen" + per_page: "Pro Seite" + page_size: "Seitengröße" + orientation: "Ausrichtung" diff --git a/config/locales/en.yml b/config/locales/en.yml index 831bbfefad..ee9a8cf805 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -39,7 +39,7 @@ en: error_can_not_activate_export_card_configuration: "This config cannot be activated" error_can_not_deactivate_export_card_configuration: "This config cannot be de-activated" validation_error_required_keys_not_present: "Required key(s) not present:" - validation_error_yaml_is_badly_formed: "YAML is badly formed." + validation_error_yaml_is_badly_formed: "has no valid YAML format." validation_error_uknown_key: "Unknown key:" yaml_error: "YAML error:" help_link_rows_format: "Rows Formatting" @@ -47,3 +47,10 @@ en: export_config_page_size: "Page size" export_config_orientation: "Orientation" export_config_rows: "Rows" + activerecord: + attributes: + export_card_configuration: + rows: "Rows" + per_page: "Per page" + page_size: "Page size" + orientation: "Orientation"