Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • adaures/castopod
  • mkljczk/castopod-host
  • spaetz/castopod-host
  • PatrykMis/castopod
  • jonas/castopod
  • ajeremias/castopod
  • misuzu/castopod
  • KrzysztofDomanczyk/castopod
  • Behel/castopod
  • nebulon/castopod
  • ewen/castopod
  • NeoluxConsulting/castopod
  • nateritter/castopod-og
  • prcutler/castopod
14 results
Select Git revision
Show changes
Showing
with 276 additions and 42 deletions
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'title' => "{actorDisplayName}'s indlæg",
'back_to_actor_posts' => 'Tilbage til {actor} indlæg',
'actor_shared' => '{actor} delt',
'reply_to' => 'Svar @{actorUsername}',
'form' => [
'message_placeholder' => 'Skriv en besked…',
'episode_message_placeholder' => 'Skriv en besked til episoden…',
'episode_url_placeholder' => 'Episode URL',
'reply_to_placeholder' => 'Svar @{actorUsername}',
'submit' => 'Send',
'submit_reply' => 'Svar',
],
'favourites' => '{numberOfFavourites, plural,
one {# kan lide}
other {# kan lide}
}',
'reblogs' => '{numberOfReblogs, plural,
one {# del}
other {# delinger}
}',
'replies' => '{numberOfReplies, plural,
one {# svar}
other {# svar}
}',
'expand' => 'Udvid opslag',
'block_actor' => 'Blokér bruger @{actorUsername}',
'block_domain' => 'Blokér domænet @{actorDomain}',
'delete' => 'Slet indlæg',
];
......@@ -9,26 +9,26 @@ declare(strict_types=1);
*/
return [
'title' => "{actorDisplayName}'s Kommentar zu {episodeTitle}",
'title' => "Kommentar von {actorDisplayName} für {episodeTitle}",
'back_to_comments' => 'Zurück zu den Kommentaren',
'form' => [
'episode_message_placeholder' => 'Schreibe einen Kommentar…',
'reply_to_placeholder' => 'Antwort zu @{actorUsername}',
'reply_to_placeholder' => 'Antworten auf @{actorUsername}',
'submit' => 'Senden',
'submit_reply' => 'Antwort senden',
],
'likes' => '{numberOfLikes, plural,
one {# Like}
other {# Likes}
one {# Beitrag}
other {# Beiträge}
}',
'replies' => '{numberOfReplies, plural,
one {# Antwort}
other {# Antworten}
}',
'like' => 'Liken',
'reply' => 'Antwort',
'like' => 'Gefällt mir',
'reply' => 'Antworten',
'view_replies' => 'Antworten anzeigen ({numberOfReplies})',
'block_actor' => '@{actorUsername} blockieren',
'block_actor' => 'Benutzer @{actorUsername} blockieren',
'block_domain' => 'Domain @{actorDomain} blockieren',
'delete' => 'Kommentar löschen',
];
......@@ -16,14 +16,15 @@ return [
'close' => 'Schließen',
'home' => 'Startseite',
'explicit' => 'Anstößig',
'powered_by' => 'Betrieben durch {castopod}',
'powered_by' => 'Betrieben mit {castopod}',
'go_back' => 'Zurück',
'play_episode_button' => [
'play' => 'Abspielen',
'playing' => 'Wird wiedergegeben',
],
'read_more' => 'Mehr lesen',
'read_less' => 'Weniger lesen',
'read_more' => 'Weiterlesen',
'read_less' => 'Weniger anzeigen',
'see_more' => 'Mehr anzeigen',
'see_less' => 'Weniger anzeigen',
'legal_notice' => 'Impressum',
];
......@@ -13,21 +13,38 @@ return [
'season_abbr' => 'S{seasonNumber}',
'number' => 'Folge {episodeNumber}',
'number_abbr' => 'E {episodeNumber}',
'season_episode' => 'Staffel {seasonNumber} Folge {episodeNumber}',
'season_episode' => 'Staffel {seasonNumber} Episode {episodeNumber}',
'season_episode_abbr' => 'S{seasonNumber}:E{episodeNumber}',
'persons' => '{personsCount, plural,
one {# Person}
other {# Personen}
one {# Mitwirkender}
other {# Mitwirkende}
}',
'persons_list' => 'Personen',
'back_to_episodes' => 'Zurück zu Folgen von {podcast}',
'persons_list' => 'Mitwirkende',
'back_to_episodes' => 'Zurück zu Episoden von {podcast}',
'comments' => 'Kommentare',
'activity' => 'Aktivitäten',
'description' => 'Beschreibung der Folge',
'chapters' => 'Kapitel',
'transcript' => 'Protokoll',
'description' => 'Beschreibung der Episode',
'number_of_comments' => '{numberOfComments, plural,
one {# Kommentar}
other {# Kommentare}
}',
'all_podcast_episodes' => 'Alle Podcast-Folgen',
'all_podcast_episodes' => 'Alle Podcast-Episoden',
'back_to_podcast' => 'Zurück zum Podcast',
'preview' => [
'title' => 'Vorschau',
'not_published' => 'Nicht veröffentlicht',
'text' => '{publication_status, select,
published {Diese Episode ist noch nicht veröffentlicht.}
scheduled {Diese Episode ist für die Veröffentlichung geplant am {publication_date}.}
with_podcast {Diese Episode wird zur gleichen Zeit wie der Podcast veröffentlicht.}
other {Diese Episode ist noch nicht veröffentlicht.}
}',
'publish' => 'Veröffentlichen',
'publish_edit' => 'Veröffentlichung bearbeiten',
],
'no_chapters' => 'Für diese Episode sind keine Kapitel verfügbar.',
'download_transcript' => 'Protokoll herunterladen ({extension})',
'no_transcript' => 'Für diese Episode ist kein Protokoll verfügbar.',
];
......@@ -10,7 +10,7 @@ declare(strict_types=1);
return [
'your_handle' => 'Handle',
'your_handle_hint' => '@name@domain eingeben, womit Sie agieren möchten.',
'your_handle_hint' => '@name@domain eingeben, in deren Name Sie agieren möchten.',
'follow' => [
'label' => 'Folge',
'title' => 'Folge {actorDisplayName}',
......@@ -20,18 +20,18 @@ return [
'submit' => 'Weiter zum Folgen',
],
'favourite' => [
'title' => "{actorDisplayName}'s Beitrag favorisieren",
'title' => "Beitrag von {actorDisplayName} favorisieren",
'subtitle' => 'Sie werden favorisieren:',
'submit' => 'Weiter zum Favorisieren',
'submit' => 'Zum Favorisieren fortfahren',
],
'reblog' => [
'title' => "{actorDisplayName}'s Beitrag teilen",
'title' => "Den Beitrag von {actorDisplayName} teilen",
'subtitle' => 'Sie werden teilen:',
'submit' => 'Weiter zum Teilen',
],
'reply' => [
'title' => "Auf {actorDisplayName}'s Beitrag antworten",
'subtitle' => 'Sie werden antworten auf:',
'title' => "Auf den Beitrag von {actorDisplayName} antworten",
'subtitle' => 'Sie antworten auf:',
'submit' => 'Weiter zum Antworten',
],
];
......@@ -16,5 +16,5 @@ return [
'created_desc' => 'Neueste zuerst',
'created_asc' => 'Älteste zuerst',
],
'no_podcast' => 'Keinen Podcast gefunden',
'no_podcast' => 'Keine Podcasts gefunden',
];
......@@ -9,14 +9,14 @@ declare(strict_types=1);
*/
return [
'feed' => 'RSS-feed',
'feed' => 'RSS-Feed',
'season' => 'Staffel {seasonNumber}',
'list_of_episodes_year' => '{year} Folgen ({episodeCount})',
'list_of_episodes_year' => '({episodeCount}) Episoden in {year}',
'list_of_episodes_season' =>
'Staffel {seasonNumber} Folgen ({episodeCount})',
'no_episode' => 'Keine Folge gefunden',
'Staffel {seasonNumber} Episode ({episodeCount})',
'no_episode' => 'Keine Episode gefunden!',
'follow' => 'Folgen',
'followTitle' => 'Folge {actorDisplayName} im Fediversum',
'followTitle' => 'Folge {actorDisplayName} im Fediversum!',
'followers' => '{numberOfFollowers, plural,
one {# Follower}
other {# Follower}
......@@ -25,9 +25,10 @@ return [
one {# Beitrag}
other {# Beiträge}
}',
'links' => 'Links',
'activity' => 'Aktivitäten',
'episodes' => 'Folgen',
'episodes_title' => 'Folgen von {podcastTitle}',
'episodes' => 'Episoden',
'episodes_title' => 'Episoden von {podcastTitle}',
'about' => 'Über',
'stats' => [
'title' => 'Statistiken',
......@@ -36,10 +37,10 @@ return [
other {# Staffeln}
}',
'number_of_episodes' => '{0, plural,
one {# Folge}
other {# Folgen}
one {# Episode}
other {# Episoden}
}',
'first_published_at' => 'Erste Folge veröffentlicht am {0, date, medium}',
'first_published_at' => 'Erste Episode veröffentlicht am {0, date, medium}',
],
'sponsor' => 'Unterstützer',
'funding_links' => 'Links zur Finanzierung von {podcastTitle}',
......@@ -49,5 +50,6 @@ return [
one {# Person}
other {# Personen}
}',
'persons_list' => 'Personen',
'persons_list' => 'Mitwirkende',
'castopod_website' => 'Castopod (Webseite)',
];
......@@ -9,14 +9,14 @@ declare(strict_types=1);
*/
return [
'title' => "{actorDisplayName}'s Beitrag",
'back_to_actor_posts' => 'Zurück zu {actor}\'s Beiträge',
'title' => "Beitrag von {actorDisplayName}",
'back_to_actor_posts' => 'Zurück zu den Beiträgen von {actor}',
'actor_shared' => '{actor} teilte',
'reply_to' => 'Antorten auf @{actorUsername}',
'reply_to' => 'Antworten auf @{actorUsername}',
'form' => [
'message_placeholder' => 'Scheibe eine Nachricht…',
'episode_message_placeholder' => 'Schreibe eine Nachricht für die Folge…',
'episode_url_placeholder' => 'URL der Folge',
'episode_url_placeholder' => 'URL der Episode',
'reply_to_placeholder' => 'Antworten auf @{actorUsername}',
'submit' => 'Senden',
'submit_reply' => 'Antwort senden',
......
......@@ -26,4 +26,5 @@ return [
'read_less' => 'Διαβάστε λιγότερα',
'see_more' => 'Εμφάνιση περισσότερων',
'see_less' => 'Δείτε λιγότερα',
'legal_notice' => 'Νομικές επισημάνσεις',
];
......@@ -23,6 +23,8 @@ return [
'back_to_episodes' => 'Επιστροφή στα επεισόδια του {podcast}',
'comments' => 'Σχόλια',
'activity' => 'Δραστηριότητα',
'chapters' => 'Chapters',
'transcript' => 'Transcript',
'description' => 'Περιγραφή επεισοδίου',
'number_of_comments' => '{numberOfComments, plural,
one {# σχόλιο}
......@@ -30,4 +32,19 @@ return [
}',
'all_podcast_episodes' => 'Όλα τα επεισόδια του podcast',
'back_to_podcast' => 'Μετάβαση πίσω στο podcast',
'preview' => [
'title' => 'Preview',
'not_published' => 'Not published',
'text' => '{publication_status, select,
published {This episode is not yet published.}
scheduled {This episode is scheduled for publication on {publication_date}.}
with_podcast {This episode will be published at the same time as the podcast.}
other {This episode is not yet published.}
}',
'publish' => 'Publish',
'publish_edit' => 'Edit publication',
],
'no_chapters' => 'No chapters are available for this episode.',
'download_transcript' => 'Download transcript ({extension})',
'no_transcript' => 'No transcript available for this episode.',
];
......@@ -25,6 +25,7 @@ return [
one {# δημοσίευση}
other {# δημοσιεύσεις}
}',
'links' => 'Links',
'activity' => 'Δραστηριότητα',
'episodes' => 'Επεισόδια',
'episodes_title' => 'Επεισόδια του {podcastTitle}',
......@@ -32,8 +33,8 @@ return [
'stats' => [
'title' => 'Στατιστικά',
'number_of_seasons' => '{0, plural,
one {# σεζόν}
other {# σεζόνς}
one {# κύκλος}
other {# κύκλοι}
}',
'number_of_episodes' => '{0, plural,
one {# επισόδειο}
......@@ -50,4 +51,5 @@ return [
other {# άτομα}
}',
'persons_list' => 'Άτομα',
'castopod_website' => 'Castopod (website)',
];
......@@ -26,4 +26,5 @@ return [
'read_less' => 'Read less',
'see_more' => 'See more',
'see_less' => 'See less',
'legal_notice' => 'Legal notice',
];
......@@ -23,6 +23,8 @@ return [
'back_to_episodes' => 'Back to episodes of {podcast}',
'comments' => 'Comments',
'activity' => 'Activity',
'chapters' => 'Chapters',
'transcript' => 'Transcript',
'description' => 'Episode description',
'number_of_comments' => '{numberOfComments, plural,
one {# comment}
......@@ -30,4 +32,19 @@ return [
}',
'all_podcast_episodes' => 'All podcast episodes',
'back_to_podcast' => 'Go back to podcast',
'preview' => [
'title' => 'Preview',
'not_published' => 'Not published',
'text' => '{publication_status, select,
published {This episode is not yet published.}
scheduled {This episode is scheduled for publication on {publication_date}.}
with_podcast {This episode will be published at the same time as the podcast.}
other {This episode is not yet published.}
}',
'publish' => 'Publish',
'publish_edit' => 'Edit publication',
],
'no_chapters' => 'No chapters are available for this episode.',
'download_transcript' => 'Download transcript ({extension})',
'no_transcript' => 'No transcript available for this episode.',
];
......@@ -25,6 +25,7 @@ return [
one {# post}
other {# posts}
}',
'links' => 'Links',
'activity' => 'Activity',
'episodes' => 'Episodes',
'episodes_title' => 'Episodes of {podcastTitle}',
......@@ -50,4 +51,5 @@ return [
other {# persons}
}',
'persons_list' => 'Persons',
'castopod_website' => 'Castopod (website)',
];
......@@ -26,4 +26,5 @@ return [
'read_less' => 'Leer menos',
'see_more' => 'Ver más',
'see_less' => 'Ver menos',
'legal_notice' => 'Aviso legal',
];
......@@ -23,6 +23,8 @@ return [
'back_to_episodes' => 'Volver a los episodios de {podcast}',
'comments' => 'Comentarios',
'activity' => 'Actividad',
'chapters' => 'Chapters',
'transcript' => 'Transcript',
'description' => 'Descripción del episodio',
'number_of_comments' => '{numberOfComments, plural,
one {# comentario}
......@@ -30,4 +32,19 @@ return [
}',
'all_podcast_episodes' => 'Todos los episodios del podcast',
'back_to_podcast' => 'Regresar al podcast',
'preview' => [
'title' => 'Preview',
'not_published' => 'Sin publicar',
'text' => '{publication_status, select,
published {This episode is not yet published.}
scheduled {This episode is scheduled for publication on {publication_date}.}
with_podcast {This episode will be published at the same time as the podcast.}
other {This episode is not yet published.}
}',
'publish' => 'Publish',
'publish_edit' => 'Edit publication',
],
'no_chapters' => 'No chapters are available for this episode.',
'download_transcript' => 'Download transcript ({extension})',
'no_transcript' => 'No transcript available for this episode.',
];
......@@ -25,6 +25,7 @@ return [
one {# publicación}
other {# publicaciones}
}',
'links' => 'Links',
'activity' => 'Actividad',
'episodes' => 'Episodios',
'episodes_title' => 'Episodios de {podcastTitle}',
......@@ -39,7 +40,7 @@ return [
one {# episodio}
other {# episodios}
}',
'first_published_at' => 'Primer episodio publicado en {0, date, medium}',
'first_published_at' => 'Primer episodio publicado el {0, date, medium}',
],
'sponsor' => 'Patrocinador',
'funding_links' => 'Enlaces de financiación para {podcastTitle}',
......@@ -50,4 +51,5 @@ return [
other {# personas}
}',
'persons_list' => 'Personas',
'castopod_website' => 'Castopod (website)',
];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'title' => "{actorDisplayName}'s comment for {episodeTitle}",
'back_to_comments' => 'Back to comments',
'form' => [
'episode_message_placeholder' => 'Write a comment…',
'reply_to_placeholder' => 'Reply to @{actorUsername}',
'submit' => 'Send',
'submit_reply' => 'Reply',
],
'likes' => '{numberOfLikes, plural,
one {# like}
other {# likes}
}',
'replies' => '{numberOfReplies, plural,
one {# reply}
other {# replies}
}',
'like' => 'Like',
'reply' => 'Reply',
'view_replies' => 'View replies ({numberOfReplies})',
'block_actor' => 'Block user @{actorUsername}',
'block_domain' => 'Block domain @{actorDomain}',
'delete' => 'Delete comment',
];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'yes' => 'Yes',
'no' => 'No',
'cancel' => 'Cancel',
'optional' => 'Optional',
'close' => 'Close',
'home' => 'Home',
'explicit' => 'Explicit',
'powered_by' => 'Powered by {castopod}',
'go_back' => 'Go back',
'play_episode_button' => [
'play' => 'Play',
'playing' => 'Playing',
],
'read_more' => 'Read more',
'read_less' => 'Read less',
'see_more' => 'See more',
'see_less' => 'See less',
'legal_notice' => 'Legal notice',
];
<?php
declare(strict_types=1);
/**
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'season' => 'Season {seasonNumber}',
'season_abbr' => 'S{seasonNumber}',
'number' => 'Episode {episodeNumber}',
'number_abbr' => 'Ep. {episodeNumber}',
'season_episode' => 'Season {seasonNumber} episode {episodeNumber}',
'season_episode_abbr' => 'S{seasonNumber}:E{episodeNumber}',
'persons' => '{personsCount, plural,
one {# person}
other {# persons}
}',
'persons_list' => 'Persons',
'back_to_episodes' => 'Back to episodes of {podcast}',
'comments' => 'Comments',
'activity' => 'Activity',
'chapters' => 'Chapters',
'transcript' => 'Transcript',
'description' => 'Episode description',
'number_of_comments' => '{numberOfComments, plural,
one {# comment}
other {# comments}
}',
'all_podcast_episodes' => 'All podcast episodes',
'back_to_podcast' => 'Go back to podcast',
'preview' => [
'title' => 'Preview',
'not_published' => 'Not published',
'text' => '{publication_status, select,
published {This episode is not yet published.}
scheduled {This episode is scheduled for publication on {publication_date}.}
with_podcast {This episode will be published at the same time as the podcast.}
other {This episode is not yet published.}
}',
'publish' => 'Publish',
'publish_edit' => 'Edit publication',
],
'no_chapters' => 'No chapters are available for this episode.',
'download_transcript' => 'Download transcript ({extension})',
'no_transcript' => 'No transcript available for this episode.',
];