Skip to content

Commit

Permalink
Merge 4.x into 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI authored Nov 15, 2024
2 parents b1d38b2 + 42e5579 commit e125399
Show file tree
Hide file tree
Showing 3 changed files with 605 additions and 15 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.15.0](https://github.com/sonata-project/SonataMediaBundle/compare/4.14.1...4.15.0) - 2024-11-14
### Added
- [[#2466](https://github.com/sonata-project/SonataMediaBundle/pull/2466)] Slovak translations ([@fbuchlak](https://github.com/fbuchlak))

### Changed
- [[#2465](https://github.com/sonata-project/SonataMediaBundle/pull/2465)] Czech translations updated (key order, incomplete values, missing keys) ([@fbuchlak](https://github.com/fbuchlak))

## [4.14.1](https://github.com/sonata-project/SonataMediaBundle/compare/4.14.0...4.14.1) - 2024-09-12
### Fixed
- [[#2460](https://github.com/sonata-project/SonataMediaBundle/pull/2460)] Fixed the callback transformers of media/gallery block services. ([@lemorragia](https://github.com/lemorragia))
Expand Down
46 changes: 31 additions & 15 deletions src/Resources/translations/SonataMediaBundle.cs.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
<source>gallery</source>
<target>Galerie</target>
</trans-unit>
<trans-unit id="gallery_item">
<source>gallery_item</source>
<target>Položka galerie</target>
</trans-unit>
<trans-unit id="sonata_media">
<source>sonata_media</source>
<target>Knihovna médií</target>
Expand Down Expand Up @@ -88,7 +92,7 @@
</trans-unit>
<trans-unit id="filter.label_provider_reference">
<source>filter.label_provider_reference</source>
<target>Provider Reference</target>
<target>Reference zdroje</target>
</trans-unit>
<trans-unit id="filter.label_enabled">
<source>filter.label_enabled</source>
Expand Down Expand Up @@ -268,7 +272,7 @@
</trans-unit>
<trans-unit id="link.test_protected_url">
<source>link.test_protected_url</source>
<target>Preview odkazu</target>
<target>Náhled odkazu</target>
</trans-unit>
<trans-unit id="list.label_enabled">
<source>list.label_enabled</source>
Expand Down Expand Up @@ -296,7 +300,11 @@
</trans-unit>
<trans-unit id="list.label_custom">
<source>list.label_custom</source>
<target>Custom</target>
<target>Vlastní</target>
</trans-unit>
<trans-unit id="list.label_author">
<source>list.label_author</source>
<target>Autor</target>
</trans-unit>
<trans-unit id="sidemenu.link_edit_media">
<source>sidemenu.link_edit_media</source>
Expand Down Expand Up @@ -348,11 +356,11 @@
</trans-unit>
<trans-unit id="title.media_preview">
<source>title.media_preview</source>
<target>Preview</target>
<target>Náhled</target>
</trans-unit>
<trans-unit id="title.media_thumbnail">
<source>title.media_thumbnail</source>
<target>Náhled</target>
<target>Miniatura</target>
</trans-unit>
<trans-unit id="title.informations">
<source>title.informations</source>
Expand Down Expand Up @@ -412,7 +420,7 @@
</trans-unit>
<trans-unit id="form.label_provider_reference">
<source>form.label_provider_reference</source>
<target>Provider Reference</target>
<target>Reference zdroje</target>
</trans-unit>
<trans-unit id="sonata.media.block.media">
<source>sonata.media.block.media</source>
Expand Down Expand Up @@ -454,10 +462,6 @@
<source>form.label_start_paused</source>
<target>Pozastavit na začátku</target>
</trans-unit>
<trans-unit id="form.label_wrap">
<source>form.label_wrap</source>
<target>Wrap</target>
</trans-unit>
<trans-unit id="form.label_orientation_left">
<source>form.label_orientation_left</source>
<target>Vlevo</target>
Expand Down Expand Up @@ -486,10 +490,6 @@
<source>view_all_galleries</source>
<target>Zobrazit všechny galerie</target>
</trans-unit>
<trans-unit id="form.group_media">
<source>form.group_media</source>
<target>Média</target>
</trans-unit>
<trans-unit id="form.label_mode">
<source>form.label_mode</source>
<target>Mód</target>
Expand Down Expand Up @@ -540,12 +540,28 @@
</trans-unit>
<trans-unit id="form.label_translation_domain">
<source>form.label_translation_domain</source>
<target>Translation domain</target>
<target>Překladová doména</target>
</trans-unit>
<trans-unit id="form.label_icon">
<source>form.label_icon</source>
<target>Ikona</target>
</trans-unit>
<trans-unit id="error.image_too_small">
<source>error.image_too_small</source>
<target>Obrázek je příliš malý, vyžaduje minimální velikost %min_width% x %min_height%.</target>
</trans-unit>
<trans-unit id="form.group_media">
<source>form.group_media</source>
<target>Média</target>
</trans-unit>
<trans-unit id="form.group_gallery">
<source>form.group_gallery</source>
<target>Galerie</target>
</trans-unit>
<trans-unit id="form.group_options">
<source>form.group_options</source>
<target>Možnosti</target>
</trans-unit>
</body>
</file>
</xliff>
Loading

0 comments on commit e125399

Please sign in to comment.