From 6551744c0b3e0914f5431ff35f5f65a2a883d3e4 Mon Sep 17 00:00:00 2001 From: Petar Jakopec Date: Tue, 10 Sep 2024 14:04:44 +0200 Subject: [PATCH] NGSTACK-916 add duplicated translation files for ibexa domains --- bundle/Resources/translations/ibexa_content.en.yaml | 4 ++++ bundle/Resources/translations/ibexa_content_type.en.yaml | 8 ++++++++ bundle/Resources/translations/ibexa_locationview.en.yaml | 5 +++++ 3 files changed, 17 insertions(+) create mode 100644 bundle/Resources/translations/ibexa_content.en.yaml create mode 100644 bundle/Resources/translations/ibexa_content_type.en.yaml create mode 100644 bundle/Resources/translations/ibexa_locationview.en.yaml 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"