From 6eba03b7ba301a6b867dc083338ae017c12a347a Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Tue, 22 Jul 2025 11:25:24 +0200 Subject: [PATCH 1/2] [UI][i18n] Regenerated translations --- .../Resources/translations/ibexa_fielddefinition.en.xliff | 4 ++-- src/bundle/Resources/translations/ibexa_fieldtypes.en.xliff | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/bundle/Resources/translations/ibexa_fielddefinition.en.xliff b/src/bundle/Resources/translations/ibexa_fielddefinition.en.xliff index d5f5859..9650074 100644 --- a/src/bundle/Resources/translations/ibexa_fielddefinition.en.xliff +++ b/src/bundle/Resources/translations/ibexa_fielddefinition.en.xliff @@ -6,12 +6,12 @@ The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. - + There are no query types defined There are no query types defined key: ibexa_content_query.no_defined_query_types - + Query type: Query type: key: ibexa_content_query.query_type.label diff --git a/src/bundle/Resources/translations/ibexa_fieldtypes.en.xliff b/src/bundle/Resources/translations/ibexa_fieldtypes.en.xliff index 3508b1c..a65f61e 100644 --- a/src/bundle/Resources/translations/ibexa_fieldtypes.en.xliff +++ b/src/bundle/Resources/translations/ibexa_fieldtypes.en.xliff @@ -6,7 +6,7 @@ The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. - + Content query Content query key: ibexa_content_query.name From dd2e085552d373fc011512240266c53235cd5b5c Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Tue, 22 Jul 2025 11:27:47 +0200 Subject: [PATCH 2/2] [UI][i18n] Extracted missing translations for ibexa_repository_exceptions domain --- .../ibexa_repository_exceptions.en.xliff | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/bundle/Resources/translations/ibexa_repository_exceptions.en.xliff diff --git a/src/bundle/Resources/translations/ibexa_repository_exceptions.en.xliff b/src/bundle/Resources/translations/ibexa_repository_exceptions.en.xliff new file mode 100644 index 0000000..bf9774d --- /dev/null +++ b/src/bundle/Resources/translations/ibexa_repository_exceptions.en.xliff @@ -0,0 +1,36 @@ + + + +
+ + The source node in most cases contains the sample message as written by the developer. If it looks like a dot-delimitted string such as "form.label.firstname", then the developer has not provided a default message. +
+ + + EnablePagination is not a boolean + EnablePagination is not a boolean + key: EnablePagination is not a boolean + + + ItemsPerPage is not an integer + ItemsPerPage is not an integer + key: ItemsPerPage is not an integer + + + Parameters is not a valid YAML string + Parameters is not a valid YAML string + key: Parameters is not a valid YAML string + + + The selected query type does not exist + The selected query type does not exist + key: The selected query type does not exist + + + The selected returned type could not be loaded + The selected returned type could not be loaded + key: The selected returned type could not be loaded + + +
+