diff --git a/bundle/Resources/translations/ibexa_content.en.yaml b/bundle/Resources/translations/ibexa_content.en.yaml new file mode 100644 index 0000000..535cabf --- /dev/null +++ b/bundle/Resources/translations/ibexa_content.en.yaml @@ -0,0 +1,4 @@ +content.content_view_fields.title.identifier: "identifier" +content.content_view_fields.title.field_id: "field ID" +content.content_view_fields.title.type: "type" +content.content_view_fields.title.field_definition_id: "field definition ID" diff --git a/bundle/Resources/translations/ibexa_content_type.en.yaml b/bundle/Resources/translations/ibexa_content_type.en.yaml new file mode 100644 index 0000000..4c2c014 --- /dev/null +++ b/bundle/Resources/translations/ibexa_content_type.en.yaml @@ -0,0 +1,8 @@ +content_type.field_definition.collects_information: "Collects information" +content_type.field_definition.name: "Name" +content_type.field_definition.identifier: "Identifier" +content_type.field_definition.type: "Type" +content_type.field_definition.required: "Required" +content_type.field_definition.translatable: "Translatable" +content_type.field_definition.searchable: "Searchable" +content_type.object_count: "Content count" diff --git a/bundle/Resources/translations/ibexa_locationview.en.yaml b/bundle/Resources/translations/ibexa_locationview.en.yaml new file mode 100644 index 0000000..9f47b7b --- /dev/null +++ b/bundle/Resources/translations/ibexa_locationview.en.yaml @@ -0,0 +1,5 @@ +content.update_always_available.title: "Make available in the main language when missing translations" +content.update_always_available.success.available: "Content '%name%' marked as always available." +content.update_always_available.success.not_available: "Content '%name%' unmarked as always available." +content.update_always_available.toggle_widget.label.on: "On" +content.update_always_available.toggle_widget.label.off: "Off"