diff --git a/app/Common.php b/app/Common.php index edbf59bd..55272c48 100644 --- a/app/Common.php +++ b/app/Common.php @@ -3,6 +3,7 @@ declare(strict_types=1); use App\Libraries\View; +use Config\Services; use ViewThemes\Theme; /** @@ -44,3 +45,40 @@ if (! function_exists('view')) { ->render($name, $options, $saveData); } } + +if (! function_exists('lang')) { + /** + * A convenience method to translate a string or array of them and format the result with the intl extension's + * MessageFormatter. + * + * Overwritten to include an escape parameter (escaped by default). + * + * @param array $args + * + * @return string|string[] + */ + function lang(string $line, array $args = [], ?string $locale = null, bool $escape = true): string | array + { + $language = Services::language(); + + // Get active locale + $activeLocale = $language->getLocale(); + + if ($locale && $locale !== $activeLocale) { + $language->setLocale($locale); + } + + $line = $language->getLine($line, $args); + if (! $locale) { + return $escape ? esc($line) : $line; + } + + if ($locale === $activeLocale) { + return $escape ? esc($line) : $line; + } + + // Reset to active locale + $language->setLocale($activeLocale); + return $escape ? esc($line) : $line; + } +} diff --git a/app/Entities/Credit.php b/app/Entities/Credit.php index 358578b6..dc12349d 100644 --- a/app/Entities/Credit.php +++ b/app/Entities/Credit.php @@ -92,6 +92,9 @@ class Credit extends Entity return $this->episode; } + /** + * @noRector ReturnTypeDeclarationRector + */ public function getGroupLabel(): string { if ($this->person_group === null) { @@ -101,6 +104,9 @@ class Credit extends Entity return lang("PersonsTaxonomy.persons.{$this->person_group}.label"); } + /** + * @noRector ReturnTypeDeclarationRector + */ public function getRoleLabel(): string { if ($this->person_group === '') { diff --git a/app/Helpers/components_helper.php b/app/Helpers/components_helper.php index 0c27ab9a..067b4dfb 100644 --- a/app/Helpers/components_helper.php +++ b/app/Helpers/components_helper.php @@ -340,10 +340,10 @@ if (! function_exists('category_label')) { { $categoryLabel = ''; if ($category->parent_id !== null) { - $categoryLabel .= lang('Podcast.category_options.' . $category->parent->code) . ' › '; + $categoryLabel .= lang('Podcast.category_options.' . $category->parent->code, [], null, false) . ' › '; } - return $categoryLabel . lang('Podcast.category_options.' . $category->code); + return $categoryLabel . lang('Podcast.category_options.' . $category->code, [], null, false); } } diff --git a/app/Language/ar/Podcast.php b/app/Language/ar/Podcast.php index 081d1167..4ba5bf63 100644 --- a/app/Language/ar/Podcast.php +++ b/app/Language/ar/Podcast.php @@ -18,12 +18,12 @@ return [ 'follow' => 'متابعة', 'followTitle' => 'تابع {actorDisplayName} على الفديفرس!', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'النشاط', 'episodes' => 'الحلقات', @@ -32,14 +32,14 @@ return [ 'stats' => [ 'title' => 'الإحصائيات', 'number_of_seasons' => '{0, plural, - one {# season} - other {# seasons} + one {# season} + other {# seasons} }', 'number_of_episodes' => '{0, plural, - one {# episode} - other {# episodes} + one {# episode} + other {# episodes} }', - 'first_published_at' => 'First episode published on {0, date, medium}', + 'first_published_at' => 'First episode published on {0, date, medium}', ], 'sponsor' => 'الراعي', 'funding_links' => 'Funding links for {podcastTitle}', diff --git a/app/Language/br/Podcast.php b/app/Language/br/Podcast.php index f6b5f530..e5f90081 100644 --- a/app/Language/br/Podcast.php +++ b/app/Language/br/Podcast.php @@ -19,47 +19,47 @@ return [ 'followTitle' => 'Heuliañ {actorDisplayName} war ar c\'hevrebed!', 'followers' => '{numberOfFollowers, plural, 0 {heulier·ez ebet} - one {# heulier·ez} - other {# heulier·ez} + one {# heulier·ez} + other {# heulier·ez} }', 'posts' => '{numberOfPosts, plural, 0 {kemennadenn ebet} - 1 {# gemennadenn} - 2 {# gemennadenn} - 3 {# c\'hemennadenn} - 4 {# c\'hemennadenn} - 9 {# c\'hemennadenn} - 21 {# gemennadenn} - 22 {# gemennadenn} - 23 {# c\'hemennadenn} - 24 {# c\'hemennadenn} - 29 {# c\'hemennadenn} - 31 {# gemennadenn} - 32 {# gemennadenn} - 33 {# c\'hemennadenn} - 34 {# c\'hemennadenn} - 39 {# c\'hemennadenn} - 41 {# gemennadenn} - 42 {# gemennadenn} - 43 {# c\'hemennadenn} - 44 {# c\'hemennadenn} - 49 {# c\'hemennadenn} - 51 {# gemennadenn} - 52 {# gemennadenn} - 53 {# c\'hemennadenn} - 54 {# c\'hemennadenn} - 59 {# c\'hemennadenn} - 61 {# gemennadenn} - 62 {# gemennadenn} - 63 {# c\'hemennadenn} - 64 {# c\'hemennadenn} - 69 {# c\'hemennadenn} - 81 {# gemennadenn} - 82 {# gemennadenn} - 83 {# c\'hemennadenn} - 84 {# c\'hemennadenn} - 89 {# c\'hemennadenn} - other {# kemennadenn} + 1 {# gemennadenn} + 2 {# gemennadenn} + 3 {# c\'hemennadenn} + 4 {# c\'hemennadenn} + 9 {# c\'hemennadenn} + 21 {# gemennadenn} + 22 {# gemennadenn} + 23 {# c\'hemennadenn} + 24 {# c\'hemennadenn} + 29 {# c\'hemennadenn} + 31 {# gemennadenn} + 32 {# gemennadenn} + 33 {# c\'hemennadenn} + 34 {# c\'hemennadenn} + 39 {# c\'hemennadenn} + 41 {# gemennadenn} + 42 {# gemennadenn} + 43 {# c\'hemennadenn} + 44 {# c\'hemennadenn} + 49 {# c\'hemennadenn} + 51 {# gemennadenn} + 52 {# gemennadenn} + 53 {# c\'hemennadenn} + 54 {# c\'hemennadenn} + 59 {# c\'hemennadenn} + 61 {# gemennadenn} + 62 {# gemennadenn} + 63 {# c\'hemennadenn} + 64 {# c\'hemennadenn} + 69 {# c\'hemennadenn} + 81 {# gemennadenn} + 82 {# gemennadenn} + 83 {# c\'hemennadenn} + 84 {# c\'hemennadenn} + 89 {# c\'hemennadenn} + other {# kemennadenn} }', 'activity' => 'Oberiantiz', 'episodes' => 'Rannoù', @@ -69,49 +69,49 @@ return [ 'title' => 'Stadegoù', 'number_of_seasons' => '{0, plural, 0 {koulzad ebet} - 1 {# c\'houlzad} - 2 {# goulzad} - 3 {# c\'houlzad} - 4 {# c\'houlzad} - 9 {# c\'houlzad} - 21 {# c\'houlzad} - 22 {# goulzad} - 23 {# c\'houlzad} - 24 {# c\'houlzad} - 29 {# c\'houlzad} - 31 {# c\'houlzad} - 32 {# goulzad} - 33 {# c\'houlzad} - 34 {# c\'houlzad} - 39 {# c\'houlzad} - 41 {# c\'houlzad} - 42 {# goulzad} - 43 {# c\'houlzad} - 44 {# c\'houlzad} - 49 {# c\'houlzad} - 51 {# c\'houlzad} - 52 {# goulzad} - 53 {# c\'houlzad} - 54 {# c\'houlzad} - 59 {# c\'houlzad} - 61 {# c\'houlzad} - 62 {# goulzad} - 63 {# c\'houlzad} - 64 {# c\'houlzad} - 69 {# c\'houlzad} - 81 {# c\'houlzad} - 82 {# goulzad} - 83 {# c\'houlzad} - 84 {# c\'houlzad} - 89 {# c\'houlzad} - other {# koulzad} + 1 {# c\'houlzad} + 2 {# goulzad} + 3 {# c\'houlzad} + 4 {# c\'houlzad} + 9 {# c\'houlzad} + 21 {# c\'houlzad} + 22 {# goulzad} + 23 {# c\'houlzad} + 24 {# c\'houlzad} + 29 {# c\'houlzad} + 31 {# c\'houlzad} + 32 {# goulzad} + 33 {# c\'houlzad} + 34 {# c\'houlzad} + 39 {# c\'houlzad} + 41 {# c\'houlzad} + 42 {# goulzad} + 43 {# c\'houlzad} + 44 {# c\'houlzad} + 49 {# c\'houlzad} + 51 {# c\'houlzad} + 52 {# goulzad} + 53 {# c\'houlzad} + 54 {# c\'houlzad} + 59 {# c\'houlzad} + 61 {# c\'houlzad} + 62 {# goulzad} + 63 {# c\'houlzad} + 64 {# c\'houlzad} + 69 {# c\'houlzad} + 81 {# c\'houlzad} + 82 {# goulzad} + 83 {# c\'houlzad} + 84 {# c\'houlzad} + 89 {# c\'houlzad} + other {# koulzad} }', 'number_of_episodes' => '{0, plural, 0 {rann ebet} - one {# rann} - other {# rann} + one {# rann} + other {# rann} }', - 'first_published_at' => 'Embannet eo bet ar rann gentañ d\'an/d\'ar{0, date, medium}', + 'first_published_at' => 'Embannet eo bet ar rann gentañ d\'an/d\'ar{0, date, medium}', ], 'sponsor' => 'Harpit', 'funding_links' => 'Liammoù evit arc\'hantaouiñ {podcastTitle}', diff --git a/app/Language/de/Podcast.php b/app/Language/de/Podcast.php index 1bed38cf..e822f3b1 100644 --- a/app/Language/de/Podcast.php +++ b/app/Language/de/Podcast.php @@ -18,12 +18,12 @@ return [ 'follow' => 'Folgen', 'followTitle' => 'Folge {actorDisplayName} im Fediversum', 'followers' => '{numberOfFollowers, plural, - one {# Follower} - other {# Follower} + one {# Follower} + other {# Follower} }', 'posts' => '{numberOfPosts, plural, - one {# Beitrag} - other {# Beiträge} + one {# Beitrag} + other {# Beiträge} }', 'activity' => 'Aktivitäten', 'episodes' => 'Folgen', @@ -32,14 +32,14 @@ return [ 'stats' => [ 'title' => 'Statistiken', 'number_of_seasons' => '{0, plural, - one {# Staffel} - other {# Staffeln} + one {# Staffel} + other {# Staffeln} }', 'number_of_episodes' => '{0, plural, - one {# Folge} - other {# Folgen} + one {# Folge} + other {# Folgen} }', - 'first_published_at' => 'Erste Folge veröffentlicht am {0, date, medium}', + 'first_published_at' => 'Erste Folge veröffentlicht am {0, date, medium}', ], 'sponsor' => 'Unterstützer', 'funding_links' => 'Links zur Finanzierung von {podcastTitle}', diff --git a/app/Language/el/Podcast.php b/app/Language/el/Podcast.php index 36a84770..2d35d0e0 100644 --- a/app/Language/el/Podcast.php +++ b/app/Language/el/Podcast.php @@ -18,12 +18,12 @@ return [ 'follow' => 'Ακολουθήστε', 'followTitle' => 'Ακολουθήστε το {actorDisplayName} στο fediverse!', 'followers' => '{numberOfFollowers, plural, - one {# ακόλουθος} - other {# ακόλουθοι} + one {# ακόλουθος} + other {# ακόλουθοι} }', 'posts' => '{numberOfPosts, plural, - one {# δημοσίευση} - other {# δημοσιεύσεις} + one {# δημοσίευση} + other {# δημοσιεύσεις} }', 'activity' => 'Δραστηριότητα', 'episodes' => 'Επεισόδια', @@ -32,14 +32,14 @@ return [ 'stats' => [ 'title' => 'Στατιστικά', 'number_of_seasons' => '{0, plural, - one {# σεζόν} - other {# σεζόνς} + one {# σεζόν} + other {# σεζόνς} }', 'number_of_episodes' => '{0, plural, - one {# επισόδειο} - other {# επισόδεια} + one {# επισόδειο} + other {# επισόδεια} }', - 'first_published_at' => 'Το πρώτο επεισόδιο δημοσιεύθηκε στις {0, date, medium}', + 'first_published_at' => 'Το πρώτο επεισόδιο δημοσιεύθηκε στις {0, date, medium}', ], 'sponsor' => 'Χορηγός', 'funding_links' => 'Σύνδεσμοι χρηματοδότησης για το {podcastTitle}', diff --git a/app/Language/en/Podcast.php b/app/Language/en/Podcast.php index d69cd86d..9b1e749a 100644 --- a/app/Language/en/Podcast.php +++ b/app/Language/en/Podcast.php @@ -18,12 +18,12 @@ return [ 'follow' => 'Follow', 'followTitle' => 'Follow {actorDisplayName} on the fediverse!', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', @@ -32,14 +32,14 @@ return [ 'stats' => [ 'title' => 'Stats', 'number_of_seasons' => '{0, plural, - one {# season} - other {# seasons} + one {# season} + other {# seasons} }', 'number_of_episodes' => '{0, plural, - one {# episode} - other {# episodes} + one {# episode} + other {# episodes} }', - 'first_published_at' => 'First episode published on {0, date, medium}', + 'first_published_at' => 'First episode published on {0, date, medium}', ], 'sponsor' => 'Sponsor', 'funding_links' => 'Funding links for {podcastTitle}', diff --git a/app/Language/es/Podcast.php b/app/Language/es/Podcast.php index 4ed77cbf..f876c86d 100644 --- a/app/Language/es/Podcast.php +++ b/app/Language/es/Podcast.php @@ -18,12 +18,12 @@ return [ 'follow' => 'Seguir', 'followTitle' => '¡Sigue a {actorDisplayName} en el fediverso!', 'followers' => '{numberOfFollowers, plural, - one {# seguidor} - other {# seguidores} + one {# seguidor} + other {# seguidores} }', 'posts' => '{numberOfPosts, plural, - one {# publicación} - other {# publicaciones} + one {# publicación} + other {# publicaciones} }', 'activity' => 'Actividad', 'episodes' => 'Episodios', @@ -32,14 +32,14 @@ return [ 'stats' => [ 'title' => 'Estadísticas', 'number_of_seasons' => '{0, plural, - one {# temporada} - other {# temporadas} + one {# temporada} + other {# temporadas} }', 'number_of_episodes' => '{0, plural, - one {# episodio} - other {# episodios} + one {# episodio} + other {# episodios} }', - 'first_published_at' => 'Primer episodio publicado en {0, date, medium}', + 'first_published_at' => 'Primer episodio publicado en {0, date, medium}', ], 'sponsor' => 'Patrocinador', 'funding_links' => 'Enlaces de financiación para {podcastTitle}', diff --git a/app/Language/fr/Podcast.php b/app/Language/fr/Podcast.php index 4cbfff6c..3241e6c7 100644 --- a/app/Language/fr/Podcast.php +++ b/app/Language/fr/Podcast.php @@ -18,12 +18,12 @@ return [ 'follow' => 'Suivre', 'followTitle' => 'Suivez {actorDisplayName} sur le fédiverse !', 'followers' => '{numberOfFollowers, plural, - one {# abonné·e} - other {# abonné·e·s} + one {# abonné·e} + other {# abonné·e·s} }', 'posts' => '{numberOfPosts, plural, - one {# publication} - other {# publications} + one {# publication} + other {# publications} }', 'activity' => 'Activité', 'episodes' => 'Épisodes', @@ -32,14 +32,14 @@ return [ 'stats' => [ 'title' => 'Statistiques', 'number_of_seasons' => '{0, plural, - one {# saison} - other {# saisons} + one {# saison} + other {# saisons} }', 'number_of_episodes' => '{0, plural, - one {# épisode} - other {# épisodes} + one {# épisode} + other {# épisodes} }', - 'first_published_at' => 'Premier épisode publié le {0, date, medium}', + 'first_published_at' => 'Premier épisode publié le {0, date, medium}', ], 'sponsor' => 'Soutenez-nous', 'funding_links' => 'Liens de financement pour {podcastTitle}', diff --git a/app/Language/id/Podcast.php b/app/Language/id/Podcast.php index d69cd86d..9b1e749a 100644 --- a/app/Language/id/Podcast.php +++ b/app/Language/id/Podcast.php @@ -18,12 +18,12 @@ return [ 'follow' => 'Follow', 'followTitle' => 'Follow {actorDisplayName} on the fediverse!', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', @@ -32,14 +32,14 @@ return [ 'stats' => [ 'title' => 'Stats', 'number_of_seasons' => '{0, plural, - one {# season} - other {# seasons} + one {# season} + other {# seasons} }', 'number_of_episodes' => '{0, plural, - one {# episode} - other {# episodes} + one {# episode} + other {# episodes} }', - 'first_published_at' => 'First episode published on {0, date, medium}', + 'first_published_at' => 'First episode published on {0, date, medium}', ], 'sponsor' => 'Sponsor', 'funding_links' => 'Funding links for {podcastTitle}', diff --git a/app/Language/it/Podcast.php b/app/Language/it/Podcast.php index d69cd86d..9b1e749a 100644 --- a/app/Language/it/Podcast.php +++ b/app/Language/it/Podcast.php @@ -18,12 +18,12 @@ return [ 'follow' => 'Follow', 'followTitle' => 'Follow {actorDisplayName} on the fediverse!', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', @@ -32,14 +32,14 @@ return [ 'stats' => [ 'title' => 'Stats', 'number_of_seasons' => '{0, plural, - one {# season} - other {# seasons} + one {# season} + other {# seasons} }', 'number_of_episodes' => '{0, plural, - one {# episode} - other {# episodes} + one {# episode} + other {# episodes} }', - 'first_published_at' => 'First episode published on {0, date, medium}', + 'first_published_at' => 'First episode published on {0, date, medium}', ], 'sponsor' => 'Sponsor', 'funding_links' => 'Funding links for {podcastTitle}', diff --git a/app/Language/nl/Podcast.php b/app/Language/nl/Podcast.php index 9eaa2fd4..edd79661 100644 --- a/app/Language/nl/Podcast.php +++ b/app/Language/nl/Podcast.php @@ -18,12 +18,12 @@ return [ 'follow' => 'Abonneer', 'followTitle' => 'Abonneer op {actorDisplayName} via de fediverse!', 'followers' => '{numberOfFollowers, plural, - one {# abonnee} - other {# abonnees} + one {# abonnee} + other {# abonnees} }', 'posts' => '{numberOfPosts, plural, - one {# bericht} - other {# berichten} + one {# bericht} + other {# berichten} }', 'activity' => 'Activiteit', 'episodes' => 'Afleveringen', @@ -32,14 +32,14 @@ return [ 'stats' => [ 'title' => 'Statistieken', 'number_of_seasons' => '{0, plural, - one {# seizoen} - other {# seizoenen} + one {# seizoen} + other {# seizoenen} }', 'number_of_episodes' => '{0, plural, - one {# aflevering} - other {# afleveringen} + one {# aflevering} + other {# afleveringen} }', - 'first_published_at' => 'Eerste aflevering gepubliceerd op {0, date, medium}', + 'first_published_at' => 'Eerste aflevering gepubliceerd op {0, date, medium}', ], 'sponsor' => 'Sponsor', 'funding_links' => 'Financiering links voor {podcastTitle}', diff --git a/app/Language/nn-NO/Podcast.php b/app/Language/nn-NO/Podcast.php index a3f834ec..654b98e6 100644 --- a/app/Language/nn-NO/Podcast.php +++ b/app/Language/nn-NO/Podcast.php @@ -18,12 +18,12 @@ return [ 'follow' => 'Fylg', 'followTitle' => 'Fylg {actorDisplayName} på fødiverset!', 'followers' => '{numberOfFollowers, plural, - one {# fylgjar} - other {# fylgjarar} + one {# fylgjar} + other {# fylgjarar} }', 'posts' => '{numberOfPosts, plural, - one {# innlegg} - other {# innlegg} + one {# innlegg} + other {# innlegg} }', 'activity' => 'Aktivitet', 'episodes' => 'Episodar', @@ -32,14 +32,14 @@ return [ 'stats' => [ 'title' => 'Statistikk', 'number_of_seasons' => '{0, plural, - one {# sesong} - other {# sesongar} + one {# sesong} + other {# sesongar} }', 'number_of_episodes' => '{0, plural, - one {# episode} - other {# episodar} + one {# episode} + other {# episodar} }', - 'first_published_at' => 'Den fyrste episoden vart lagt ut {0, date, medium}', + 'first_published_at' => 'Den fyrste episoden vart lagt ut {0, date, medium}', ], 'sponsor' => 'Sponsor', 'funding_links' => 'Finansieringslenker for {podcastTitle}', diff --git a/app/Language/oc/Podcast.php b/app/Language/oc/Podcast.php index d69cd86d..9b1e749a 100644 --- a/app/Language/oc/Podcast.php +++ b/app/Language/oc/Podcast.php @@ -18,12 +18,12 @@ return [ 'follow' => 'Follow', 'followTitle' => 'Follow {actorDisplayName} on the fediverse!', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', @@ -32,14 +32,14 @@ return [ 'stats' => [ 'title' => 'Stats', 'number_of_seasons' => '{0, plural, - one {# season} - other {# seasons} + one {# season} + other {# seasons} }', 'number_of_episodes' => '{0, plural, - one {# episode} - other {# episodes} + one {# episode} + other {# episodes} }', - 'first_published_at' => 'First episode published on {0, date, medium}', + 'first_published_at' => 'First episode published on {0, date, medium}', ], 'sponsor' => 'Sponsor', 'funding_links' => 'Funding links for {podcastTitle}', diff --git a/app/Language/pl/Podcast.php b/app/Language/pl/Podcast.php index 89603d91..af95b870 100644 --- a/app/Language/pl/Podcast.php +++ b/app/Language/pl/Podcast.php @@ -18,13 +18,13 @@ return [ 'follow' => 'Obserwuj', 'followTitle' => 'Obserwuj {actorDisplayName} na fediverse!', 'followers' => '{numberOfFollowers, plural, - one {# obserwujący} - other {# obserwujących} + one {# obserwujący} + other {# obserwujących} }', 'posts' => '{numberOfPosts, plural, - one {# wpis} - few {# wpisy} - other {# wpisów} + one {# wpis} + few {# wpisy} + other {# wpisów} }', 'activity' => 'Aktywność', 'episodes' => 'Odcinki', @@ -33,16 +33,16 @@ return [ 'stats' => [ 'title' => 'Statystyki', 'number_of_seasons' => '{0, plural, - one {# sezon} - few{# sezony} - other {# sezonów} + one {# sezon} + few{# sezony} + other {# sezonów} }', 'number_of_episodes' => '{0, plural, - one {# odcinek} - few {# odcinki} - other {# odcinków} + one {# odcinek} + few {# odcinki} + other {# odcinków} }', - 'first_published_at' => 'Pierwszy odcinek opublikowany {0, date, medium}', + 'first_published_at' => 'Pierwszy odcinek opublikowany {0, date, medium}', ], 'sponsor' => 'Sponsoruj', 'funding_links' => 'Linki finansowania dla {podcastTitle}', diff --git a/app/Language/pt-BR/Podcast.php b/app/Language/pt-BR/Podcast.php index 277b10eb..78a63e38 100644 --- a/app/Language/pt-BR/Podcast.php +++ b/app/Language/pt-BR/Podcast.php @@ -18,12 +18,12 @@ return [ 'follow' => 'Seguir', 'followTitle' => 'Siga {actorDisplayName} no fediverso!', 'followers' => '{numberOfFollowers, plural, - one {# seguidor} - other {# seguidores} + one {# seguidor} + other {# seguidores} }', 'posts' => '{numberOfPosts, plural, - one {# publicação} - other {# publicações} + one {# publicação} + other {# publicações} }', 'activity' => 'Atividade', 'episodes' => 'Episódios', @@ -32,14 +32,14 @@ return [ 'stats' => [ 'title' => 'Estatísticas', 'number_of_seasons' => '{0, plural, - one {# temporada} - other {# temporadas} + one {# temporada} + other {# temporadas} }', 'number_of_episodes' => '{0, plural, - one {# episódio} - other {# episódios} + one {# episódio} + other {# episódios} }', - 'first_published_at' => 'Primeiro episódio publicado em {0, date, medium}', + 'first_published_at' => 'Primeiro episódio publicado em {0, date, medium}', ], 'sponsor' => 'Patrocinador', 'funding_links' => 'Links de financiamento para {podcastTitle}', diff --git a/app/Language/pt/Podcast.php b/app/Language/pt/Podcast.php index d69cd86d..9b1e749a 100644 --- a/app/Language/pt/Podcast.php +++ b/app/Language/pt/Podcast.php @@ -18,12 +18,12 @@ return [ 'follow' => 'Follow', 'followTitle' => 'Follow {actorDisplayName} on the fediverse!', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', @@ -32,14 +32,14 @@ return [ 'stats' => [ 'title' => 'Stats', 'number_of_seasons' => '{0, plural, - one {# season} - other {# seasons} + one {# season} + other {# seasons} }', 'number_of_episodes' => '{0, plural, - one {# episode} - other {# episodes} + one {# episode} + other {# episodes} }', - 'first_published_at' => 'First episode published on {0, date, medium}', + 'first_published_at' => 'First episode published on {0, date, medium}', ], 'sponsor' => 'Sponsor', 'funding_links' => 'Funding links for {podcastTitle}', diff --git a/app/Language/ru/Podcast.php b/app/Language/ru/Podcast.php index c5723252..fec19e74 100644 --- a/app/Language/ru/Podcast.php +++ b/app/Language/ru/Podcast.php @@ -18,16 +18,16 @@ return [ 'follow' => 'Подписаться', 'followTitle' => 'Подпишитесь на {actorDisplayName} в федивёрсе!', 'followers' => '{numberOfFollowers, plural, - one {# подписчик} - few {# подписчики} - many {# подписчики} - other {# подписчики} + one {# подписчик} + few {# подписчики} + many {# подписчики} + other {# подписчики} }', 'posts' => '{numberOfPosts, plural, - one {# пост} - few {# постов} - many {# постов} - other {# постов} + one {# пост} + few {# постов} + many {# постов} + other {# постов} }', 'activity' => 'Активность', 'episodes' => 'Выпуски', @@ -36,18 +36,18 @@ return [ 'stats' => [ 'title' => 'Статистика', 'number_of_seasons' => '{0, plural, - one {# сезон} - few {# сезоны} - many {# сезоны} - other {# сезоны} + one {# сезон} + few {# сезоны} + many {# сезоны} + other {# сезоны} }', 'number_of_episodes' => '{0, plural, - one {# эпизод} - few {# эпизодов} - many {# эпизодов} - other {# эпизодов} + one {# эпизод} + few {# эпизодов} + many {# эпизодов} + other {# эпизодов} }', - 'first_published_at' => 'Первый эпизод опубликован {0, date, medium}', + 'first_published_at' => 'Первый эпизод опубликован {0, date, medium}', ], 'sponsor' => 'Спонсор', 'funding_links' => 'Ссылки на финансирование для {podcastTitle}', diff --git a/app/Language/sv/Podcast.php b/app/Language/sv/Podcast.php index d69cd86d..9b1e749a 100644 --- a/app/Language/sv/Podcast.php +++ b/app/Language/sv/Podcast.php @@ -18,12 +18,12 @@ return [ 'follow' => 'Follow', 'followTitle' => 'Follow {actorDisplayName} on the fediverse!', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', @@ -32,14 +32,14 @@ return [ 'stats' => [ 'title' => 'Stats', 'number_of_seasons' => '{0, plural, - one {# season} - other {# seasons} + one {# season} + other {# seasons} }', 'number_of_episodes' => '{0, plural, - one {# episode} - other {# episodes} + one {# episode} + other {# episodes} }', - 'first_published_at' => 'First episode published on {0, date, medium}', + 'first_published_at' => 'First episode published on {0, date, medium}', ], 'sponsor' => 'Sponsor', 'funding_links' => 'Funding links for {podcastTitle}', diff --git a/app/Models/CategoryModel.php b/app/Models/CategoryModel.php index 1e6b5539..4e4e3fa7 100644 --- a/app/Models/CategoryModel.php +++ b/app/Models/CategoryModel.php @@ -67,10 +67,15 @@ class CategoryModel extends Model function (array $result, Category $category): array { $result[$category->id] = ''; if ($category->parent !== null) { - $result[$category->id] = lang('Podcast.category_options.' . $category->parent->code) . ' › '; + $result[$category->id] = lang( + 'Podcast.category_options.' . $category->parent->code, + [], + null, + false + ) . ' › '; } - $result[$category->id] .= lang('Podcast.category_options.' . $category->code); + $result[$category->id] .= lang('Podcast.category_options.' . $category->code, [], null, false); return $result; }, [], diff --git a/modules/Admin/Language/ar/Episode.php b/modules/Admin/Language/ar/Episode.php index ff5a70a1..e53b4885 100644 --- a/modules/Admin/Language/ar/Episode.php +++ b/modules/Admin/Language/ar/Episode.php @@ -89,7 +89,7 @@ return [ 'This text is added at the end of each episode description, it is a good place to input your social links for example.', 'additional_files_section_title' => 'ملفات إضافية', 'additional_files_section_subtitle' => - 'These files may be used by other platforms to provide better experience to your audience.
See the {podcastNamespaceLink} for more information.', + 'These files may be used by other platforms to provide better experience to your audience. See the {podcastNamespaceLink} for more information.', 'location_section_title' => 'Location', 'location_section_subtitle' => 'What place is this episode about?', 'location_name' => 'Location name or address', diff --git a/modules/Admin/Language/ar/Podcast.php b/modules/Admin/Language/ar/Podcast.php index f0aadbb5..b83e2065 100644 --- a/modules/Admin/Language/ar/Podcast.php +++ b/modules/Admin/Language/ar/Podcast.php @@ -227,12 +227,12 @@ return [ 'no_episode' => 'No episode found!', 'follow' => 'Follow', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'الحلقات', diff --git a/modules/Admin/Language/ar/PodcastImport.php b/modules/Admin/Language/ar/PodcastImport.php index 27a7f39f..cccbaa65 100644 --- a/modules/Admin/Language/ar/PodcastImport.php +++ b/modules/Admin/Language/ar/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'This procedure may take a long time.
As the current version does not show any progress while it runs, you will not see anything updated until it is done.
In case of timeout error, increase `max_execution_time` value.', + 'This procedure may take a long time. As the current version does not show any progress while it runs, you will not see anything updated until it is done. In case of timeout error, increase `max_execution_time` value.', 'old_podcast_section_title' => 'The podcast to import', 'old_podcast_section_subtitle' => 'Make sure you own the rights for this podcast before importing it. Copying and broadcasting a podcast without the proper rights is piracy and is liable to prosecution.', diff --git a/modules/Admin/Language/br/Episode.php b/modules/Admin/Language/br/Episode.php index bb303cf5..946106f3 100644 --- a/modules/Admin/Language/br/Episode.php +++ b/modules/Admin/Language/br/Episode.php @@ -90,7 +90,7 @@ return [ 'Emañ ouzhpennet an destenn-mañ e dibenn an holl rannoù. Ul lec\'h mat eo evit lakaat liammoù ho rouedadoù sokial da skouer.', 'additional_files_section_title' => 'Restroù ouzhpenn', 'additional_files_section_subtitle' => - 'Ar restroù-mañ a c\'hell bezañ implijet gant savennoù all evit aesaat an traoù d\'ho selaouerien·ezed.
Sellit ouzh {podcastNamespaceLink} evit muioc\'h a ditouroù.', + 'Ar restroù-mañ a c\'hell bezañ implijet gant savennoù all evit aesaat an traoù d\'ho selaouerien·ezed. Sellit ouzh {podcastNamespaceLink} evit muioc\'h a ditouroù.', 'location_section_title' => 'Lec\'h', 'location_section_subtitle' => 'Eus peseurt lec\'h ez eus kaoz er rann-mañ?', 'location_name' => 'Anv pe chomlec\'h al lec\'h', diff --git a/modules/Admin/Language/br/Podcast.php b/modules/Admin/Language/br/Podcast.php index 89caae85..9eddb6a5 100644 --- a/modules/Admin/Language/br/Podcast.php +++ b/modules/Admin/Language/br/Podcast.php @@ -227,12 +227,12 @@ return [ 'no_episode' => 'No episode found!', 'follow' => 'Follow', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', diff --git a/modules/Admin/Language/br/PodcastImport.php b/modules/Admin/Language/br/PodcastImport.php index e9cfc1c4..7c3ef67d 100644 --- a/modules/Admin/Language/br/PodcastImport.php +++ b/modules/Admin/Language/br/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'This procedure may take a long time.
As the current version does not show any progress while it runs, you will not see anything updated until it is done.
In case of timeout error, increase `max_execution_time` value.', + 'This procedure may take a long time. As the current version does not show any progress while it runs, you will not see anything updated until it is done. In case of timeout error, increase `max_execution_time` value.', 'old_podcast_section_title' => 'The podcast to import', 'old_podcast_section_subtitle' => 'Make sure you own the rights for this podcast before importing it. Copying and broadcasting a podcast without the proper rights is piracy and is liable to prosecution.', diff --git a/modules/Admin/Language/de/Episode.php b/modules/Admin/Language/de/Episode.php index 5a27f1d4..aec9f687 100644 --- a/modules/Admin/Language/de/Episode.php +++ b/modules/Admin/Language/de/Episode.php @@ -89,7 +89,7 @@ return [ 'Dieser Text wird am Ende jeder Episodenbeschreibung hinzugefügt, es ist ein guter Ort, um zum Beispiel Ihre sozialen Links einzufügen.', 'additional_files_section_title' => 'Zusätzliche Dateien', 'additional_files_section_subtitle' => - 'Diese Filter können von anderen Platformen genutzt werden, um eine bessere Nutzererfahrung bieten zu können.
Weitere Informationen sind unter {podcastNamespaceLink} zu finden.', + 'Diese Filter können von anderen Platformen genutzt werden, um eine bessere Nutzererfahrung bieten zu können. Weitere Informationen sind unter {podcastNamespaceLink} zu finden.', 'location_section_title' => 'Standort', 'location_section_subtitle' => 'Über welchen Ort handelt diese Folge?', 'location_name' => 'Standortname oder Adresse', diff --git a/modules/Admin/Language/de/Podcast.php b/modules/Admin/Language/de/Podcast.php index 8601bbd7..be9d11d3 100644 --- a/modules/Admin/Language/de/Podcast.php +++ b/modules/Admin/Language/de/Podcast.php @@ -227,12 +227,12 @@ return [ 'no_episode' => 'Keine Folge gefunden!', 'follow' => 'Folgen', 'followers' => '{numberOfFollowers, plural, - one {# Follower} - other {# Follower} + one {# Follower} + other {# Follower} }', 'posts' => '{numberOfPosts, plural, - one {# Beitrag} - other {# Beiträge} + one {# Beitrag} + other {# Beiträge} }', 'activity' => 'Aktivitäten', 'episodes' => 'Folgen', diff --git a/modules/Admin/Language/de/PodcastImport.php b/modules/Admin/Language/de/PodcastImport.php index c44dd1a2..affc41ed 100644 --- a/modules/Admin/Language/de/PodcastImport.php +++ b/modules/Admin/Language/de/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'Dieses Verfahren kann lange dauern.
Da die aktuelle Version keinen Fortschritt anzeigt, während sie läuft, werden Sie keine Aktuallisierung mehr sehen, bis sie fertig ist.
Im Falle eines Timeout-Fehlers erhöhen Sie den `max_execution_time` Wert.', + 'Dieses Verfahren kann lange dauern. Da die aktuelle Version keinen Fortschritt anzeigt, während sie läuft, werden Sie keine Aktuallisierung mehr sehen, bis sie fertig ist. Im Falle eines Timeout-Fehlers erhöhen Sie den `max_execution_time` Wert.', 'old_podcast_section_title' => 'Der zu importierende Podcast', 'old_podcast_section_subtitle' => 'Stellen Sie sicher, dass Sie die Rechte für diesen Podcast besitzen, bevor Sie ihn importieren. Vervielfältigung und Ausstrahlung eines Podcasts ohne die entsprechenden Rechte sind Piraterie und strafbar.', diff --git a/modules/Admin/Language/el/Episode.php b/modules/Admin/Language/el/Episode.php index a675fcf7..0ae908e5 100644 --- a/modules/Admin/Language/el/Episode.php +++ b/modules/Admin/Language/el/Episode.php @@ -89,7 +89,7 @@ return [ 'This text is added at the end of each episode description, it is a good place to input your social links for example.', 'additional_files_section_title' => 'Additional files', 'additional_files_section_subtitle' => - 'These files may be used by other platforms to provide better experience to your audience.
See the {podcastNamespaceLink} for more information.', + 'These files may be used by other platforms to provide better experience to your audience. See the {podcastNamespaceLink} for more information.', 'location_section_title' => 'Location', 'location_section_subtitle' => 'What place is this episode about?', 'location_name' => 'Location name or address', diff --git a/modules/Admin/Language/el/Podcast.php b/modules/Admin/Language/el/Podcast.php index d9d0d11b..67335c10 100644 --- a/modules/Admin/Language/el/Podcast.php +++ b/modules/Admin/Language/el/Podcast.php @@ -227,12 +227,12 @@ return [ 'no_episode' => 'No episode found!', 'follow' => 'Follow', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', diff --git a/modules/Admin/Language/el/PodcastImport.php b/modules/Admin/Language/el/PodcastImport.php index e9cfc1c4..7c3ef67d 100644 --- a/modules/Admin/Language/el/PodcastImport.php +++ b/modules/Admin/Language/el/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'This procedure may take a long time.
As the current version does not show any progress while it runs, you will not see anything updated until it is done.
In case of timeout error, increase `max_execution_time` value.', + 'This procedure may take a long time. As the current version does not show any progress while it runs, you will not see anything updated until it is done. In case of timeout error, increase `max_execution_time` value.', 'old_podcast_section_title' => 'The podcast to import', 'old_podcast_section_subtitle' => 'Make sure you own the rights for this podcast before importing it. Copying and broadcasting a podcast without the proper rights is piracy and is liable to prosecution.', diff --git a/modules/Admin/Language/en/Episode.php b/modules/Admin/Language/en/Episode.php index 054a23c3..82ed40dc 100644 --- a/modules/Admin/Language/en/Episode.php +++ b/modules/Admin/Language/en/Episode.php @@ -89,7 +89,7 @@ return [ 'This text is added at the end of each episode description, it is a good place to input your social links for example.', 'additional_files_section_title' => 'Additional files', 'additional_files_section_subtitle' => - 'These files may be used by other platforms to provide better experience to your audience.
See the {podcastNamespaceLink} for more information.', + 'These files may be used by other platforms to provide better experience to your audience. See the {podcastNamespaceLink} for more information.', 'location_section_title' => 'Location', 'location_section_subtitle' => 'What place is this episode about?', 'location_name' => 'Location name or address', diff --git a/modules/Admin/Language/en/Podcast.php b/modules/Admin/Language/en/Podcast.php index d9d0d11b..67335c10 100644 --- a/modules/Admin/Language/en/Podcast.php +++ b/modules/Admin/Language/en/Podcast.php @@ -227,12 +227,12 @@ return [ 'no_episode' => 'No episode found!', 'follow' => 'Follow', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', diff --git a/modules/Admin/Language/en/PodcastImport.php b/modules/Admin/Language/en/PodcastImport.php index e9cfc1c4..7c3ef67d 100644 --- a/modules/Admin/Language/en/PodcastImport.php +++ b/modules/Admin/Language/en/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'This procedure may take a long time.
As the current version does not show any progress while it runs, you will not see anything updated until it is done.
In case of timeout error, increase `max_execution_time` value.', + 'This procedure may take a long time. As the current version does not show any progress while it runs, you will not see anything updated until it is done. In case of timeout error, increase `max_execution_time` value.', 'old_podcast_section_title' => 'The podcast to import', 'old_podcast_section_subtitle' => 'Make sure you own the rights for this podcast before importing it. Copying and broadcasting a podcast without the proper rights is piracy and is liable to prosecution.', diff --git a/modules/Admin/Language/es/Episode.php b/modules/Admin/Language/es/Episode.php index 8d161b45..ed370585 100644 --- a/modules/Admin/Language/es/Episode.php +++ b/modules/Admin/Language/es/Episode.php @@ -89,7 +89,7 @@ return [ 'Este texto se añade al final de cada descripción de episodios, es un buen lugar para introducir sus enlaces sociales, por ejemplo.', 'additional_files_section_title' => 'Archivos adicionales', 'additional_files_section_subtitle' => - 'Estos archivos pueden ser usados por otras plataformas para proporcionar una mejor experiencia a tu audiencia.
Ver el {podcastNamespaceLink} para más información.', + 'Estos archivos pueden ser usados por otras plataformas para proporcionar una mejor experiencia a tu audiencia. Ver el {podcastNamespaceLink} para más información.', 'location_section_title' => 'Ubicación', 'location_section_subtitle' => '¿De qué lugar trata este episodio?', 'location_name' => 'Nombre o dirección de ubicación', diff --git a/modules/Admin/Language/es/Podcast.php b/modules/Admin/Language/es/Podcast.php index d9d0d11b..67335c10 100644 --- a/modules/Admin/Language/es/Podcast.php +++ b/modules/Admin/Language/es/Podcast.php @@ -227,12 +227,12 @@ return [ 'no_episode' => 'No episode found!', 'follow' => 'Follow', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', diff --git a/modules/Admin/Language/es/PodcastImport.php b/modules/Admin/Language/es/PodcastImport.php index e9cfc1c4..7c3ef67d 100644 --- a/modules/Admin/Language/es/PodcastImport.php +++ b/modules/Admin/Language/es/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'This procedure may take a long time.
As the current version does not show any progress while it runs, you will not see anything updated until it is done.
In case of timeout error, increase `max_execution_time` value.', + 'This procedure may take a long time. As the current version does not show any progress while it runs, you will not see anything updated until it is done. In case of timeout error, increase `max_execution_time` value.', 'old_podcast_section_title' => 'The podcast to import', 'old_podcast_section_subtitle' => 'Make sure you own the rights for this podcast before importing it. Copying and broadcasting a podcast without the proper rights is piracy and is liable to prosecution.', diff --git a/modules/Admin/Language/fr/Episode.php b/modules/Admin/Language/fr/Episode.php index 6d60191d..ee1ba07a 100644 --- a/modules/Admin/Language/fr/Episode.php +++ b/modules/Admin/Language/fr/Episode.php @@ -89,7 +89,7 @@ return [ 'Ce texte est ajouté à la fin de chaque description d’épisode, c’est un bon endroit pour placer vos liens sociaux par exemple.', 'additional_files_section_title' => 'Fichiers additionels', 'additional_files_section_subtitle' => - 'Ces fichiers pourront être utilisées par d’autres plate-formes pour procurer une meilleure expérience à vos auditeurs.
Consulter le {podcastNamespaceLink} pour plus d’informations.', + 'Ces fichiers pourront être utilisées par d’autres plate-formes pour procurer une meilleure expérience à vos auditeurs. Consulter le {podcastNamespaceLink} pour plus d’informations.', 'location_section_title' => 'Localisation', 'location_section_subtitle' => 'De quel lieu cet épisode parle-t-il ?', 'location_name' => 'Nom ou adresse du lieu', diff --git a/modules/Admin/Language/fr/Podcast.php b/modules/Admin/Language/fr/Podcast.php index 3d00e59e..db374b4e 100644 --- a/modules/Admin/Language/fr/Podcast.php +++ b/modules/Admin/Language/fr/Podcast.php @@ -227,12 +227,12 @@ return [ 'no_episode' => 'Aucun épisode trouvé !', 'follow' => 'Suivre', 'followers' => '{numberOfFollowers, plural, - one {# abonné·e} - other {# abonné·e·s} + one {# abonné·e} + other {# abonné·e·s} }', 'posts' => '{numberOfPosts, plural, - one {# publication} - other {# publications} + one {# publication} + other {# publications} }', 'activity' => 'Activité', 'episodes' => 'Épisodes', diff --git a/modules/Admin/Language/fr/PodcastImport.php b/modules/Admin/Language/fr/PodcastImport.php index 71991c5c..45d52548 100644 --- a/modules/Admin/Language/fr/PodcastImport.php +++ b/modules/Admin/Language/fr/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'Cette procédure peut prendre du temps.
Dans la mesure où la version actuelle ne montre aucune progression durant l’exécution, vous ne pourrez voir aucun changement avant la fin.
En cas d’erreur de timeout, augmentez la valeur de `max_execution_time`.', + 'Cette procédure peut prendre du temps. Dans la mesure où la version actuelle ne montre aucune progression durant l’exécution, vous ne pourrez voir aucun changement avant la fin. En cas d’erreur de timeout, augmentez la valeur de `max_execution_time`.', 'old_podcast_section_title' => 'Le podcast à importer', 'old_podcast_section_subtitle' => 'Assurez-vous d’être détenteur des droits du podcast avant de l’importer. Copier et diffuser un podcast sans en détenir les droits est assimilable à de la contrefaçon et est passible de poursuites.', diff --git a/modules/Admin/Language/id/Episode.php b/modules/Admin/Language/id/Episode.php index 054a23c3..82ed40dc 100644 --- a/modules/Admin/Language/id/Episode.php +++ b/modules/Admin/Language/id/Episode.php @@ -89,7 +89,7 @@ return [ 'This text is added at the end of each episode description, it is a good place to input your social links for example.', 'additional_files_section_title' => 'Additional files', 'additional_files_section_subtitle' => - 'These files may be used by other platforms to provide better experience to your audience.
See the {podcastNamespaceLink} for more information.', + 'These files may be used by other platforms to provide better experience to your audience. See the {podcastNamespaceLink} for more information.', 'location_section_title' => 'Location', 'location_section_subtitle' => 'What place is this episode about?', 'location_name' => 'Location name or address', diff --git a/modules/Admin/Language/id/Podcast.php b/modules/Admin/Language/id/Podcast.php index d9d0d11b..67335c10 100644 --- a/modules/Admin/Language/id/Podcast.php +++ b/modules/Admin/Language/id/Podcast.php @@ -227,12 +227,12 @@ return [ 'no_episode' => 'No episode found!', 'follow' => 'Follow', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', diff --git a/modules/Admin/Language/id/PodcastImport.php b/modules/Admin/Language/id/PodcastImport.php index e9cfc1c4..7c3ef67d 100644 --- a/modules/Admin/Language/id/PodcastImport.php +++ b/modules/Admin/Language/id/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'This procedure may take a long time.
As the current version does not show any progress while it runs, you will not see anything updated until it is done.
In case of timeout error, increase `max_execution_time` value.', + 'This procedure may take a long time. As the current version does not show any progress while it runs, you will not see anything updated until it is done. In case of timeout error, increase `max_execution_time` value.', 'old_podcast_section_title' => 'The podcast to import', 'old_podcast_section_subtitle' => 'Make sure you own the rights for this podcast before importing it. Copying and broadcasting a podcast without the proper rights is piracy and is liable to prosecution.', diff --git a/modules/Admin/Language/it/Episode.php b/modules/Admin/Language/it/Episode.php index 054a23c3..82ed40dc 100644 --- a/modules/Admin/Language/it/Episode.php +++ b/modules/Admin/Language/it/Episode.php @@ -89,7 +89,7 @@ return [ 'This text is added at the end of each episode description, it is a good place to input your social links for example.', 'additional_files_section_title' => 'Additional files', 'additional_files_section_subtitle' => - 'These files may be used by other platforms to provide better experience to your audience.
See the {podcastNamespaceLink} for more information.', + 'These files may be used by other platforms to provide better experience to your audience. See the {podcastNamespaceLink} for more information.', 'location_section_title' => 'Location', 'location_section_subtitle' => 'What place is this episode about?', 'location_name' => 'Location name or address', diff --git a/modules/Admin/Language/it/Podcast.php b/modules/Admin/Language/it/Podcast.php index d9d0d11b..67335c10 100644 --- a/modules/Admin/Language/it/Podcast.php +++ b/modules/Admin/Language/it/Podcast.php @@ -227,12 +227,12 @@ return [ 'no_episode' => 'No episode found!', 'follow' => 'Follow', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', diff --git a/modules/Admin/Language/it/PodcastImport.php b/modules/Admin/Language/it/PodcastImport.php index e9cfc1c4..7c3ef67d 100644 --- a/modules/Admin/Language/it/PodcastImport.php +++ b/modules/Admin/Language/it/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'This procedure may take a long time.
As the current version does not show any progress while it runs, you will not see anything updated until it is done.
In case of timeout error, increase `max_execution_time` value.', + 'This procedure may take a long time. As the current version does not show any progress while it runs, you will not see anything updated until it is done. In case of timeout error, increase `max_execution_time` value.', 'old_podcast_section_title' => 'The podcast to import', 'old_podcast_section_subtitle' => 'Make sure you own the rights for this podcast before importing it. Copying and broadcasting a podcast without the proper rights is piracy and is liable to prosecution.', diff --git a/modules/Admin/Language/nl/Episode.php b/modules/Admin/Language/nl/Episode.php index 08b6a9b9..0fc11e32 100644 --- a/modules/Admin/Language/nl/Episode.php +++ b/modules/Admin/Language/nl/Episode.php @@ -89,7 +89,7 @@ return [ 'This text is added at the end of each episode description, it is a good place to input your social links for example.', 'additional_files_section_title' => 'Additional files', 'additional_files_section_subtitle' => - 'These files may be used by other platforms to provide better experience to your audience.
See the {podcastNamespaceLink} for more information.', + 'These files may be used by other platforms to provide better experience to your audience. See the {podcastNamespaceLink} for more information.', 'location_section_title' => 'Location', 'location_section_subtitle' => 'What place is this episode about?', 'location_name' => 'Location name or address', diff --git a/modules/Admin/Language/nl/Podcast.php b/modules/Admin/Language/nl/Podcast.php index d9d0d11b..67335c10 100644 --- a/modules/Admin/Language/nl/Podcast.php +++ b/modules/Admin/Language/nl/Podcast.php @@ -227,12 +227,12 @@ return [ 'no_episode' => 'No episode found!', 'follow' => 'Follow', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', diff --git a/modules/Admin/Language/nl/PodcastImport.php b/modules/Admin/Language/nl/PodcastImport.php index e9cfc1c4..7c3ef67d 100644 --- a/modules/Admin/Language/nl/PodcastImport.php +++ b/modules/Admin/Language/nl/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'This procedure may take a long time.
As the current version does not show any progress while it runs, you will not see anything updated until it is done.
In case of timeout error, increase `max_execution_time` value.', + 'This procedure may take a long time. As the current version does not show any progress while it runs, you will not see anything updated until it is done. In case of timeout error, increase `max_execution_time` value.', 'old_podcast_section_title' => 'The podcast to import', 'old_podcast_section_subtitle' => 'Make sure you own the rights for this podcast before importing it. Copying and broadcasting a podcast without the proper rights is piracy and is liable to prosecution.', diff --git a/modules/Admin/Language/nn-NO/Episode.php b/modules/Admin/Language/nn-NO/Episode.php index b585c3dc..fa998be7 100644 --- a/modules/Admin/Language/nn-NO/Episode.php +++ b/modules/Admin/Language/nn-NO/Episode.php @@ -89,7 +89,7 @@ return [ 'Denne teksten ligg på slutten av kvar episodeskildring, og er ein god stad å ha lenker til td. sosiale nettverk.', 'additional_files_section_title' => 'Fleire filer', 'additional_files_section_subtitle' => - 'Desse filene kan brukast av andre plattformer for å gje publikum ei betre oppleving.
Sjå {podcastNamespaceLink} for meir informasjon.', + 'Desse filene kan brukast av andre plattformer for å gje publikum ei betre oppleving. Sjå {podcastNamespaceLink} for meir informasjon.', 'location_section_title' => 'Stad', 'location_section_subtitle' => 'Kva stad handlar denne episoden om?', 'location_name' => 'Stadnamn eller adresse', diff --git a/modules/Admin/Language/nn-NO/Podcast.php b/modules/Admin/Language/nn-NO/Podcast.php index 1e5eb58a..236ad1ab 100644 --- a/modules/Admin/Language/nn-NO/Podcast.php +++ b/modules/Admin/Language/nn-NO/Podcast.php @@ -227,12 +227,12 @@ return [ 'no_episode' => 'Fann ingen episode!', 'follow' => 'Fylg', 'followers' => '{numberOfFollowers, plural, - one {# fylgjar} - other {# fylgjarar} + one {# fylgjar} + other {# fylgjarar} }', 'posts' => '{numberOfPosts, plural, - one {# innlegg} - other {# innlegg} + one {# innlegg} + other {# innlegg} }', 'activity' => 'Aktivitet', 'episodes' => 'Episodar', diff --git a/modules/Admin/Language/nn-NO/PodcastImport.php b/modules/Admin/Language/nn-NO/PodcastImport.php index 9fb36b11..9a27842a 100644 --- a/modules/Admin/Language/nn-NO/PodcastImport.php +++ b/modules/Admin/Language/nn-NO/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'Dette kan ta lang tid.
Denne versjonen syner ikkje framgangen medan importen går, så du vil ikkje sjå noko før han er ferdig.
Viss du får feil med tidsavbrot, aukar du `max_execution_time`-verdien.', + 'Dette kan ta lang tid. Denne versjonen syner ikkje framgangen medan importen går, så du vil ikkje sjå noko før han er ferdig. Viss du får feil med tidsavbrot, aukar du `max_execution_time`-verdien.', 'old_podcast_section_title' => 'Podkast å importera', 'old_podcast_section_subtitle' => 'Syt for at du har rettane til podkasten før du importerer han. Å kopiera og kringkasta ein podkast utan løyve er ulovleg og straffbart.', diff --git a/modules/Admin/Language/oc/Episode.php b/modules/Admin/Language/oc/Episode.php index 054a23c3..82ed40dc 100644 --- a/modules/Admin/Language/oc/Episode.php +++ b/modules/Admin/Language/oc/Episode.php @@ -89,7 +89,7 @@ return [ 'This text is added at the end of each episode description, it is a good place to input your social links for example.', 'additional_files_section_title' => 'Additional files', 'additional_files_section_subtitle' => - 'These files may be used by other platforms to provide better experience to your audience.
See the {podcastNamespaceLink} for more information.', + 'These files may be used by other platforms to provide better experience to your audience. See the {podcastNamespaceLink} for more information.', 'location_section_title' => 'Location', 'location_section_subtitle' => 'What place is this episode about?', 'location_name' => 'Location name or address', diff --git a/modules/Admin/Language/oc/Podcast.php b/modules/Admin/Language/oc/Podcast.php index d9d0d11b..67335c10 100644 --- a/modules/Admin/Language/oc/Podcast.php +++ b/modules/Admin/Language/oc/Podcast.php @@ -227,12 +227,12 @@ return [ 'no_episode' => 'No episode found!', 'follow' => 'Follow', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', diff --git a/modules/Admin/Language/oc/PodcastImport.php b/modules/Admin/Language/oc/PodcastImport.php index e9cfc1c4..7c3ef67d 100644 --- a/modules/Admin/Language/oc/PodcastImport.php +++ b/modules/Admin/Language/oc/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'This procedure may take a long time.
As the current version does not show any progress while it runs, you will not see anything updated until it is done.
In case of timeout error, increase `max_execution_time` value.', + 'This procedure may take a long time. As the current version does not show any progress while it runs, you will not see anything updated until it is done. In case of timeout error, increase `max_execution_time` value.', 'old_podcast_section_title' => 'The podcast to import', 'old_podcast_section_subtitle' => 'Make sure you own the rights for this podcast before importing it. Copying and broadcasting a podcast without the proper rights is piracy and is liable to prosecution.', diff --git a/modules/Admin/Language/pl/Episode.php b/modules/Admin/Language/pl/Episode.php index 8fe14c9e..c6956721 100644 --- a/modules/Admin/Language/pl/Episode.php +++ b/modules/Admin/Language/pl/Episode.php @@ -90,7 +90,7 @@ return [ 'Ten tekst jest dodawany na końcu każdego opisu odcinka; jest to dobre miejsce do wpisania np. linków społecznościowych.', 'additional_files_section_title' => 'Dodatkowe pliki', 'additional_files_section_subtitle' => - 'Pliki te mogą być używane przez inne platformy, aby zapewnić lepsze wrażenia odbiorcom.
Więcej informacji znajdziesz w {podcastNamespaceLink}.', + 'Pliki te mogą być używane przez inne platformy, aby zapewnić lepsze wrażenia odbiorcom. Więcej informacji znajdziesz w {podcastNamespaceLink}.', 'location_section_title' => 'Lokalizacja', 'location_section_subtitle' => 'O jakim miejscu jest ten odcinek?', 'location_name' => 'Nazwa lub adres lokalizacji', diff --git a/modules/Admin/Language/pl/Podcast.php b/modules/Admin/Language/pl/Podcast.php index 5db43758..88b05f42 100644 --- a/modules/Admin/Language/pl/Podcast.php +++ b/modules/Admin/Language/pl/Podcast.php @@ -227,13 +227,13 @@ return [ 'no_episode' => 'Nie znaleziono odcinków!', 'follow' => 'Obserwuj', 'followers' => '{numberOfFollowers, plural, - one {# obserwujący} - other {# obserwujących} + one {# obserwujący} + other {# obserwujących} }', 'posts' => '{numberOfPosts, plural, - one {# wpis} - few {# wpisy} - other {# wpisów} + one {# wpis} + few {# wpisy} + other {# wpisów} }', 'activity' => 'Aktywność', 'episodes' => 'Odcinki', diff --git a/modules/Admin/Language/pl/PodcastImport.php b/modules/Admin/Language/pl/PodcastImport.php index 468d8447..eeceb4fd 100644 --- a/modules/Admin/Language/pl/PodcastImport.php +++ b/modules/Admin/Language/pl/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'Ta procedura może zająć dużo czasu.
Ponieważ bieżąca wersja nie pokazuje żadnego postępu podczas działania, nie zobaczysz żadnych aktualizacji dopóki nie zostanie wykonana.
W przypadku błędu przekroczenia limitu czasu, zwiększ wartość `max_execution_time`.', + 'Ta procedura może zająć dużo czasu. Ponieważ bieżąca wersja nie pokazuje żadnego postępu podczas działania, nie zobaczysz żadnych aktualizacji dopóki nie zostanie wykonana. W przypadku błędu przekroczenia limitu czasu, zwiększ wartość `max_execution_time`.', 'old_podcast_section_title' => 'Podcast do zaimportowania', 'old_podcast_section_subtitle' => 'Upewnij się, że masz prawa do tego podcastu zanim go zaimportujesz. Kopiowanie i nadawanie podcastu bez odpowiednich praw jest piractwem i podlega ściganiu.', diff --git a/modules/Admin/Language/pt-BR/Episode.php b/modules/Admin/Language/pt-BR/Episode.php index a874baa2..d02778a2 100644 --- a/modules/Admin/Language/pt-BR/Episode.php +++ b/modules/Admin/Language/pt-BR/Episode.php @@ -89,7 +89,7 @@ return [ 'Este texto é adicionado no final de cada descrição de episódio, é um bom lugar para inserir seus links sociais por exemplo.', 'additional_files_section_title' => 'Arquivos adicionais', 'additional_files_section_subtitle' => - 'Estes arquivos podem ser usados por outras plataformas para fornecer uma melhor experiência ao seu público.
Veja {podcastNamespaceLink} para mais informações.', + 'Estes arquivos podem ser usados por outras plataformas para fornecer uma melhor experiência ao seu público. Veja {podcastNamespaceLink} para mais informações.', 'location_section_title' => 'Localização', 'location_section_subtitle' => 'Sobre que lugar é este episódio?', 'location_name' => 'Nome ou endereço da localização', diff --git a/modules/Admin/Language/pt-BR/Podcast.php b/modules/Admin/Language/pt-BR/Podcast.php index fe164b96..99e5f98c 100644 --- a/modules/Admin/Language/pt-BR/Podcast.php +++ b/modules/Admin/Language/pt-BR/Podcast.php @@ -227,12 +227,12 @@ return [ 'no_episode' => 'Nenhum episódio encontrado!', 'follow' => 'Seguir', 'followers' => '{numberOfFollowers, plural, - one {# seguidor} - other {# seguidores} + one {# seguidor} + other {# seguidores} }', 'posts' => '{numberOfPosts, plural, - one {# publicação} - other {# publicações} + one {# publicação} + other {# publicações} }', 'activity' => 'Atividade', 'episodes' => 'Episódios', diff --git a/modules/Admin/Language/pt-BR/PodcastImport.php b/modules/Admin/Language/pt-BR/PodcastImport.php index a4aceeaa..f1d59e2b 100644 --- a/modules/Admin/Language/pt-BR/PodcastImport.php +++ b/modules/Admin/Language/pt-BR/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'Este procedimento pode levar muito tempo.
Como a versão atual não mostra nenhum progresso enquanto é executada, você não verá nada atualizado até que seja finalizado.
Em caso de erro de tempo limite, aumente o valor de `max_execution_time`.', + 'Este procedimento pode levar muito tempo. Como a versão atual não mostra nenhum progresso enquanto é executada, você não verá nada atualizado até que seja finalizado. Em caso de erro de tempo limite, aumente o valor de `max_execution_time`.', 'old_podcast_section_title' => 'O podcast para importar', 'old_podcast_section_subtitle' => 'Certifique-se de possuir os direitos para esse podcast antes de importá-lo. Copiar e transmitir um podcast sem os direitos adequados é uma pirataria e corre o risco de ser processado.', diff --git a/modules/Admin/Language/pt/Episode.php b/modules/Admin/Language/pt/Episode.php index 054a23c3..82ed40dc 100644 --- a/modules/Admin/Language/pt/Episode.php +++ b/modules/Admin/Language/pt/Episode.php @@ -89,7 +89,7 @@ return [ 'This text is added at the end of each episode description, it is a good place to input your social links for example.', 'additional_files_section_title' => 'Additional files', 'additional_files_section_subtitle' => - 'These files may be used by other platforms to provide better experience to your audience.
See the {podcastNamespaceLink} for more information.', + 'These files may be used by other platforms to provide better experience to your audience. See the {podcastNamespaceLink} for more information.', 'location_section_title' => 'Location', 'location_section_subtitle' => 'What place is this episode about?', 'location_name' => 'Location name or address', diff --git a/modules/Admin/Language/pt/Podcast.php b/modules/Admin/Language/pt/Podcast.php index d9d0d11b..67335c10 100644 --- a/modules/Admin/Language/pt/Podcast.php +++ b/modules/Admin/Language/pt/Podcast.php @@ -227,12 +227,12 @@ return [ 'no_episode' => 'No episode found!', 'follow' => 'Follow', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', diff --git a/modules/Admin/Language/pt/PodcastImport.php b/modules/Admin/Language/pt/PodcastImport.php index e9cfc1c4..7c3ef67d 100644 --- a/modules/Admin/Language/pt/PodcastImport.php +++ b/modules/Admin/Language/pt/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'This procedure may take a long time.
As the current version does not show any progress while it runs, you will not see anything updated until it is done.
In case of timeout error, increase `max_execution_time` value.', + 'This procedure may take a long time. As the current version does not show any progress while it runs, you will not see anything updated until it is done. In case of timeout error, increase `max_execution_time` value.', 'old_podcast_section_title' => 'The podcast to import', 'old_podcast_section_subtitle' => 'Make sure you own the rights for this podcast before importing it. Copying and broadcasting a podcast without the proper rights is piracy and is liable to prosecution.', diff --git a/modules/Admin/Language/ru/Episode.php b/modules/Admin/Language/ru/Episode.php index 054a23c3..82ed40dc 100644 --- a/modules/Admin/Language/ru/Episode.php +++ b/modules/Admin/Language/ru/Episode.php @@ -89,7 +89,7 @@ return [ 'This text is added at the end of each episode description, it is a good place to input your social links for example.', 'additional_files_section_title' => 'Additional files', 'additional_files_section_subtitle' => - 'These files may be used by other platforms to provide better experience to your audience.
See the {podcastNamespaceLink} for more information.', + 'These files may be used by other platforms to provide better experience to your audience. See the {podcastNamespaceLink} for more information.', 'location_section_title' => 'Location', 'location_section_subtitle' => 'What place is this episode about?', 'location_name' => 'Location name or address', diff --git a/modules/Admin/Language/ru/Podcast.php b/modules/Admin/Language/ru/Podcast.php index d9d0d11b..67335c10 100644 --- a/modules/Admin/Language/ru/Podcast.php +++ b/modules/Admin/Language/ru/Podcast.php @@ -227,12 +227,12 @@ return [ 'no_episode' => 'No episode found!', 'follow' => 'Follow', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', diff --git a/modules/Admin/Language/ru/PodcastImport.php b/modules/Admin/Language/ru/PodcastImport.php index e9cfc1c4..7c3ef67d 100644 --- a/modules/Admin/Language/ru/PodcastImport.php +++ b/modules/Admin/Language/ru/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'This procedure may take a long time.
As the current version does not show any progress while it runs, you will not see anything updated until it is done.
In case of timeout error, increase `max_execution_time` value.', + 'This procedure may take a long time. As the current version does not show any progress while it runs, you will not see anything updated until it is done. In case of timeout error, increase `max_execution_time` value.', 'old_podcast_section_title' => 'The podcast to import', 'old_podcast_section_subtitle' => 'Make sure you own the rights for this podcast before importing it. Copying and broadcasting a podcast without the proper rights is piracy and is liable to prosecution.', diff --git a/modules/Admin/Language/sv/Episode.php b/modules/Admin/Language/sv/Episode.php index 054a23c3..82ed40dc 100644 --- a/modules/Admin/Language/sv/Episode.php +++ b/modules/Admin/Language/sv/Episode.php @@ -89,7 +89,7 @@ return [ 'This text is added at the end of each episode description, it is a good place to input your social links for example.', 'additional_files_section_title' => 'Additional files', 'additional_files_section_subtitle' => - 'These files may be used by other platforms to provide better experience to your audience.
See the {podcastNamespaceLink} for more information.', + 'These files may be used by other platforms to provide better experience to your audience. See the {podcastNamespaceLink} for more information.', 'location_section_title' => 'Location', 'location_section_subtitle' => 'What place is this episode about?', 'location_name' => 'Location name or address', diff --git a/modules/Admin/Language/sv/Podcast.php b/modules/Admin/Language/sv/Podcast.php index d9d0d11b..67335c10 100644 --- a/modules/Admin/Language/sv/Podcast.php +++ b/modules/Admin/Language/sv/Podcast.php @@ -227,12 +227,12 @@ return [ 'no_episode' => 'No episode found!', 'follow' => 'Follow', 'followers' => '{numberOfFollowers, plural, - one {# follower} - other {# followers} + one {# follower} + other {# followers} }', 'posts' => '{numberOfPosts, plural, - one {# post} - other {# posts} + one {# post} + other {# posts} }', 'activity' => 'Activity', 'episodes' => 'Episodes', diff --git a/modules/Admin/Language/sv/PodcastImport.php b/modules/Admin/Language/sv/PodcastImport.php index e9cfc1c4..7c3ef67d 100644 --- a/modules/Admin/Language/sv/PodcastImport.php +++ b/modules/Admin/Language/sv/PodcastImport.php @@ -10,7 +10,7 @@ declare(strict_types=1); return [ 'warning' => - 'This procedure may take a long time.
As the current version does not show any progress while it runs, you will not see anything updated until it is done.
In case of timeout error, increase `max_execution_time` value.', + 'This procedure may take a long time. As the current version does not show any progress while it runs, you will not see anything updated until it is done. In case of timeout error, increase `max_execution_time` value.', 'old_podcast_section_title' => 'The podcast to import', 'old_podcast_section_subtitle' => 'Make sure you own the rights for this podcast before importing it. Copying and broadcasting a podcast without the proper rights is piracy and is liable to prosecution.', diff --git a/modules/Analytics/Entities/AnalyticsPodcastsByCountry.php b/modules/Analytics/Entities/AnalyticsPodcastsByCountry.php index 60f9883d..30b9dfb5 100644 --- a/modules/Analytics/Entities/AnalyticsPodcastsByCountry.php +++ b/modules/Analytics/Entities/AnalyticsPodcastsByCountry.php @@ -39,6 +39,9 @@ class AnalyticsPodcastsByCountry extends Entity 'hits' => 'integer', ]; + /** + * @noRector ReturnTypeDeclarationRector + */ public function getLabels(): string { return lang('Countries.' . $this->attributes['labels']); diff --git a/modules/Analytics/Entities/AnalyticsPodcastsByRegion.php b/modules/Analytics/Entities/AnalyticsPodcastsByRegion.php index d359890e..5de71693 100644 --- a/modules/Analytics/Entities/AnalyticsPodcastsByRegion.php +++ b/modules/Analytics/Entities/AnalyticsPodcastsByRegion.php @@ -44,6 +44,9 @@ class AnalyticsPodcastsByRegion extends Entity 'hits' => 'integer', ]; + /** + * @noRector ReturnTypeDeclarationRector + */ public function getCountryCode(): string { return lang('Countries.' . $this->attributes['country_code']); diff --git a/themes/cp_admin/_partials/_nav_aside.php b/themes/cp_admin/_partials/_nav_aside.php index 442207e7..2730b01e 100644 --- a/themes/cp_admin/_partials/_nav_aside.php +++ b/themes/cp_admin/_partials/_nav_aside.php @@ -12,6 +12,6 @@ 'castopod' => 'Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . ' ' . CP_VERSION, - ]) ?> + ], null, false) ?> \ No newline at end of file diff --git a/themes/cp_app/home.php b/themes/cp_app/home.php index eeebcb9c..13fed8fe 100644 --- a/themes/cp_app/home.php +++ b/themes/cp_app/home.php @@ -100,6 +100,6 @@ 'Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '', - ]) ?> + ], null, false) ?> diff --git a/themes/cp_app/pages/_layout.php b/themes/cp_app/pages/_layout.php index ecdb5bcc..f0eb353f 100644 --- a/themes/cp_app/pages/_layout.php +++ b/themes/cp_app/pages/_layout.php @@ -56,6 +56,6 @@ 'Castopod', - ]) ?> + ], null, false) ?> diff --git a/themes/cp_app/pages/map.php b/themes/cp_app/pages/map.php index 44a933ef..8f61b83a 100644 --- a/themes/cp_app/pages/map.php +++ b/themes/cp_app/pages/map.php @@ -59,6 +59,6 @@ 'Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '', - ]) ?> + ], null, false) ?> diff --git a/themes/cp_app/podcast/_partials/sidebar.php b/themes/cp_app/podcast/_partials/sidebar.php index 81ac1e45..0f178ba2 100644 --- a/themes/cp_app/podcast/_partials/sidebar.php +++ b/themes/cp_app/podcast/_partials/sidebar.php @@ -66,7 +66,7 @@

'Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '', - ]) ?>

+ ], null, false) ?>

diff --git a/themes/cp_app/podcast/follow.php b/themes/cp_app/podcast/follow.php index 5b6fa1ba..142f20f2 100644 --- a/themes/cp_app/podcast/follow.php +++ b/themes/cp_app/podcast/follow.php @@ -70,6 +70,6 @@ 'Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '', - ]) ?> + ], null, false) ?> diff --git a/themes/cp_app/post/remote_action.php b/themes/cp_app/post/remote_action.php index 26747cb7..bcc84db6 100644 --- a/themes/cp_app/post/remote_action.php +++ b/themes/cp_app/post/remote_action.php @@ -61,6 +61,6 @@ 'Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '', - ]) ?> + ], null, false) ?> diff --git a/themes/cp_auth/_layout.php b/themes/cp_auth/_layout.php index 0767cd02..7cbee616 100644 --- a/themes/cp_auth/_layout.php +++ b/themes/cp_auth/_layout.php @@ -34,6 +34,6 @@ 'Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '', - ]) ?> + ], null, false) ?> diff --git a/themes/cp_install/_layout.php b/themes/cp_install/_layout.php index c5b919aa..0e72bbdb 100644 --- a/themes/cp_install/_layout.php +++ b/themes/cp_install/_layout.php @@ -30,6 +30,6 @@ 'Castopod' . icon('castopod', 'ml-1 text-lg', 'social') . '', - ]) ?> + ], null, false) ?>