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 538 additions and 24 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 [
'season' => 'Staffel {seasonNumber}',
'season_abbr' => 'S{seasonNumber}',
'number' => 'Folge {episodeNumber}',
'number_abbr' => 'E {episodeNumber}',
'season_episode' => 'Staffel {seasonNumber} Episode {episodeNumber}',
'season_episode_abbr' => 'S{seasonNumber}:E{episodeNumber}',
'persons' => '{personsCount, plural,
one {# Mitwirkender}
other {# Mitwirkende}
}',
'persons_list' => 'Mitwirkende',
'back_to_episodes' => 'Zurück zu Episoden von {podcast}',
'comments' => 'Kommentare',
'activity' => 'Aktivitäten',
'chapters' => 'Kapitel',
'transcript' => 'Protokoll',
'description' => 'Beschreibung der Episode',
'number_of_comments' => '{numberOfComments, plural,
one {# Kommentar}
other {# Kommentare}
}',
'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.',
];
<?php
declare(strict_types=1);
/**
* @copyright 2021 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'your_handle' => 'Handle',
'your_handle_hint' => '@name@domain eingeben, in deren Name Sie agieren möchten.',
'follow' => [
'label' => 'Folge',
'title' => 'Folge {actorDisplayName}',
'subtitle' => 'Sie werden folgen:',
'accountNotFound' => 'Das Konto wurde nicht gefunden.',
'remoteFollowNotAllowed' => 'Es sieht so aus, als erlaube der Server kein Folgen von einer anderen Instanz…',
'submit' => 'Weiter zum Folgen',
],
'favourite' => [
'title' => "Beitrag von {actorDisplayName} favorisieren",
'subtitle' => 'Sie werden favorisieren:',
'submit' => 'Zum Favorisieren fortfahren',
],
'reblog' => [
'title' => "Den Beitrag von {actorDisplayName} teilen",
'subtitle' => 'Sie werden teilen:',
'submit' => 'Weiter zum Teilen',
],
'reply' => [
'title' => "Auf den Beitrag von {actorDisplayName} antworten",
'subtitle' => 'Sie antworten auf:',
'submit' => 'Weiter zum Antworten',
],
];
<?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 [
'all_podcasts' => 'Alle Podcasts',
'sort_by' => 'Sortieren nach',
'sort_options' => [
'activity' => 'Letzten Aktivitäten',
'created_desc' => 'Neueste zuerst',
'created_asc' => 'Älteste zuerst',
],
'no_podcast' => 'Keine Podcasts gefunden',
];
<?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 [
'back_to_home' => 'Zurück zur Startseite',
'map' => [
'title' => 'Karte',
'description' => 'Entdecke Podcast-Episoden auf {siteName}, die auf einer Karte platziert sind! Reise durch die Karte und höre Episoden, die über bestimmte Orte sprechen.',
],
];
<?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 [
'feed' => 'RSS-Feed',
'season' => 'Staffel {seasonNumber}',
'list_of_episodes_year' => '({episodeCount}) Episoden in {year}',
'list_of_episodes_season' =>
'Staffel {seasonNumber} Episode ({episodeCount})',
'no_episode' => 'Keine Episode gefunden!',
'follow' => 'Folgen',
'followTitle' => 'Folge {actorDisplayName} im Fediversum!',
'followers' => '{numberOfFollowers, plural,
one {# Follower}
other {# Follower}
}',
'posts' => '{numberOfPosts, plural,
one {# Beitrag}
other {# Beiträge}
}',
'links' => 'Links',
'activity' => 'Aktivitäten',
'episodes' => 'Episoden',
'episodes_title' => 'Episoden von {podcastTitle}',
'about' => 'Über',
'stats' => [
'title' => 'Statistiken',
'number_of_seasons' => '{0, plural,
one {# Staffel}
other {# Staffeln}
}',
'number_of_episodes' => '{0, plural,
one {# Episode}
other {# Episoden}
}',
'first_published_at' => 'Erste Episode veröffentlicht am {0, date, medium}',
],
'sponsor' => 'Unterstützer',
'funding_links' => 'Links zur Finanzierung von {podcastTitle}',
'find_on' => 'Finde {podcastTitle} auf',
'listen_on' => 'Hören auf',
'persons' => '{personsCount, plural,
one {# Person}
other {# Personen}
}',
'persons_list' => 'Mitwirkende',
'castopod_website' => 'Castopod (Webseite)',
];
<?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' => "Beitrag von {actorDisplayName}",
'back_to_actor_posts' => 'Zurück zu den Beiträgen von {actor}',
'actor_shared' => '{actor} teilte',
'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 Episode',
'reply_to_placeholder' => 'Antworten auf @{actorUsername}',
'submit' => 'Senden',
'submit_reply' => 'Antwort senden',
],
'favourites' => '{numberOfFavourites, plural,
one {# Favorit}
other {# Favoriten}
}',
'reblogs' => '{numberOfReblogs, plural,
one {# mal geteilt}
other {# mal geteilt}
}',
'replies' => '{numberOfReplies, plural,
one {# Antwort}
other {# Antworten}
}',
'expand' => 'Mehr anzeigen',
'block_actor' => '@{actorUsername} blockieren',
'block_domain' => 'Domain @{actorDomain} blockieren',
'delete' => 'Beitrag löschen',
];
<?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} για το {episodeTitle}",
'back_to_comments' => 'Επιστροφή στα σχόλια',
'form' => [
'episode_message_placeholder' => 'Γράψε ένα σχόλιο…',
'reply_to_placeholder' => 'Απαντήστε στο χρήστη {actorUsername}',
'submit' => 'Αποστολή',
'submit_reply' => 'Απάντηση',
],
'likes' => '{numberOfLikes, plural,
one {# μου αρέσει}
other {# μου αρέσει}
}',
'replies' => '{numberOfReplies, plural,
one {# απάντηση}
other {# απαντήσεις}
}',
'like' => 'Μου αρέσει',
'reply' => 'Απάντηση',
'view_replies' => 'Προβολή απαντήσεων ({numberOfReplies})',
'block_actor' => 'Αποκλεισμός χρήστη @{actorUsername}',
'block_domain' => 'Αποκλεισμός του τομέα @{actorDomain}',
'delete' => 'Διαγραφή σχολίου',
];
<?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' => 'Ναι',
'no' => 'Όχι',
'cancel' => 'Ακύρωση',
'optional' => 'Προαιρετικό',
'close' => 'Κλείσιμο',
'home' => 'Αρχική',
'explicit' => 'Άσεμνο περιεχόμενο',
'powered_by' => 'Με την υποστήριξη του {castopod}',
'go_back' => 'Επιστροφή',
'play_episode_button' => [
'play' => 'Αναπαραγωγή',
'playing' => 'Παίζει',
],
'read_more' => 'Διαβάστε περισσότερα',
'read_less' => 'Διαβάστε λιγότερα',
'see_more' => 'Εμφάνιση περισσότερων',
'see_less' => 'Δείτε λιγότερα',
'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' => 'Σεζόν {seasonNumber}',
'season_abbr' => 'S{seasonNumber}',
'number' => 'Επεισόδιο {episodeNumber}',
'number_abbr' => 'Επ. {episodeNumber}',
'season_episode' => 'Σεζόν {seasonNumber} επεισόδιο {episodeNumber}',
'season_episode_abbr' => 'S{seasonNumber}:E{episodeNumber}',
'persons' => '{personsCount, plural,
one {# άτομο}
other {# άτομα}
}',
'persons_list' => 'Πρόσωπα',
'back_to_episodes' => 'Επιστροφή στα επεισόδια του {podcast}',
'comments' => 'Σχόλια',
'activity' => 'Δραστηριότητα',
'chapters' => 'Chapters',
'transcript' => 'Transcript',
'description' => 'Περιγραφή επεισοδίου',
'number_of_comments' => '{numberOfComments, plural,
one {# σχόλιο}
other {# σχόλια}
}',
'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.',
];
<?php
declare(strict_types=1);
/**
* @copyright 2021 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'your_handle' => 'Ο χειρισμός σου',
'your_handle_hint' => 'Εισάγετε το @username@domain από το οποίο θέλετε να ενεργήσετε.',
'follow' => [
'label' => 'Ακολουθήστε',
'title' => 'Ακολουθήστε το {actorDisplayName}',
'subtitle' => 'Πρόκειται να ακολουθήσετε το:',
'accountNotFound' => 'Δεν βρέθηκε ο λογαριασμός.',
'remoteFollowNotAllowed' => 'Φαίνεται ότι ο διακομιστής λογαριασμού δεν επιτρέπει απομακρυσμένους ακόλουθους…',
'submit' => 'Συνεχίστε για να ακολουθήσετε',
],
'favourite' => [
'title' => "Αγαπημένη δημοσίευση του {actorDisplayName}",
'subtitle' => 'Πρόκειται να ακολουθήσετε το:',
'submit' => 'Προχωρήστε στο αγαπημένο',
],
'reblog' => [
'title' => "Κοινοποίηση της δημοσίευσης του {actorDisplayName}",
'subtitle' => 'Πρόκειται να μοιραστείτε το:',
'submit' => 'Προχωρήστε σε κοινή χρήση',
],
'reply' => [
'title' => "Απάντηση στην ανάρτηση του {actorDisplayName}",
'subtitle' => 'Πρόκειται να απαντήσετε σε:',
'submit' => 'Προχωρήστε στην απάντηση',
],
];
<?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 [
'all_podcasts' => 'Όλα τα podcasts',
'sort_by' => 'Ταξινόμηση κατά',
'sort_options' => [
'activity' => 'Πρόσφατη δραστηριότητα',
'created_desc' => 'Πρώτα τα νεότερα',
'created_asc' => 'Πρώτα τα παλαιότερα',
],
'no_podcast' => 'Δεν βρέθηκαν podcast',
];
<?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 [
'back_to_home' => 'Επιστροφή στην αρχική σελίδα',
'map' => [
'title' => 'Χάρτης',
'description' => 'Ανακαλύψτε podcasts στο {siteName} που τοποθετούνται σε ένα χάρτη! Ταξιδέψτε μέσα από το χάρτη και ακούστε επεισόδια που μιλούν για συγκεκριμένες τοποθεσίες.',
],
];
<?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 [
'feed' => 'Ροή RSS Podcast',
'season' => 'Σεζόν {seasonNumber}',
'list_of_episodes_year' => '{year} επεισόδια ({episodeCount})',
'list_of_episodes_season' =>
'Σεζόν {seasonNumber} επεισόδεια ({episodeCount})',
'no_episode' => 'Δεν βρέθηκε επεισόδιο!',
'follow' => 'Ακολουθήστε',
'followTitle' => 'Ακολουθήστε το {actorDisplayName} στο fediverse!',
'followers' => '{numberOfFollowers, plural,
one {# ακόλουθος}
other {# ακόλουθοι}
}',
'posts' => '{numberOfPosts, plural,
one {# δημοσίευση}
other {# δημοσιεύσεις}
}',
'links' => 'Links',
'activity' => 'Δραστηριότητα',
'episodes' => 'Επεισόδια',
'episodes_title' => 'Επεισόδια του {podcastTitle}',
'about' => 'Σχετικά με',
'stats' => [
'title' => 'Στατιστικά',
'number_of_seasons' => '{0, plural,
one {# κύκλος}
other {# κύκλοι}
}',
'number_of_episodes' => '{0, plural,
one {# επισόδειο}
other {# επισόδεια}
}',
'first_published_at' => 'Το πρώτο επεισόδιο δημοσιεύθηκε στις {0, date, medium}',
],
'sponsor' => 'Χορηγός',
'funding_links' => 'Σύνδεσμοι χρηματοδότησης για το {podcastTitle}',
'find_on' => 'Βρείτε το {podcastTitle} στο',
'listen_on' => 'Ακούστε το',
'persons' => '{personsCount, plural,
one {# άτομο}
other {# άτομα}
}',
'persons_list' => 'Άτομα',
'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}",
'back_to_actor_posts' => 'Επιστροφή στις δημοσιεύσεις του {actor}',
'actor_shared' => 'Ο {actor} μοιράστηκε',
'reply_to' => 'Απαντήστε στον χρήστη @{actorUsername}',
'form' => [
'message_placeholder' => 'Δημιουργία ενός μηνύματος…',
'episode_message_placeholder' => 'Γράψτε ένα μήνυμα για το επεισόδιο…',
'episode_url_placeholder' => 'URL Επεισόδίου',
'reply_to_placeholder' => 'Απαντήστε στο χρήστη @{actorUsername}',
'submit' => 'Αποστολή',
'submit_reply' => 'Απάντηση',
],
'favourites' => '{numberOfFavourites, plural,
one {# αγαπημένο}
other {# αγαπημένα}
}',
'reblogs' => '{numberOfReblogs, plural,
one {# κοινοποίηση}
other {# κοινοποιήσεις}
}',
'replies' => '{numberOfReplies, plural,
one {# απάντηση}
other {# απαντήσεις}
}',
'expand' => 'Επέκταση δημοσίευσης',
'block_actor' => 'Μπλοκάρισμα χρήστη @{actorUsername}',
'block_domain' => 'Αποκλεισμός του τομέα @{actorDomain}',
'delete' => 'Διαγραφή δημοσίευσης',
];
......@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
* @copyright 2020 Podlibre
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
......@@ -12,7 +12,7 @@ return [
'title' => "{actorDisplayName}'s comment for {episodeTitle}",
'back_to_comments' => 'Back to comments',
'form' => [
'episode_message_placeholder' => 'Write a comment...',
'episode_message_placeholder' => 'Write a comment',
'reply_to_placeholder' => 'Reply to @{actorUsername}',
'submit' => 'Send',
'submit_reply' => 'Reply',
......
......@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
* @copyright 2020 Podlibre
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
......@@ -26,4 +26,5 @@ return [
'read_less' => 'Read less',
'see_more' => 'See more',
'see_less' => 'See less',
'legal_notice' => 'Legal notice',
];
......@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
* @copyright 2020 Podlibre
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
......@@ -14,7 +14,7 @@ return [
'number' => 'Episode {episodeNumber}',
'number_abbr' => 'Ep. {episodeNumber}',
'season_episode' => 'Season {seasonNumber} episode {episodeNumber}',
'season_episode_abbr' => 'S{seasonNumber}E{episodeNumber}',
'season_episode_abbr' => 'S{seasonNumber}:E{episodeNumber}',
'persons' => '{personsCount, plural,
one {# person}
other {# persons}
......@@ -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.',
];
......@@ -3,7 +3,7 @@
declare(strict_types=1);
/**
* @copyright 2021 Podlibre
* @copyright 2021 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
......@@ -16,6 +16,7 @@ return [
'title' => 'Follow {actorDisplayName}',
'subtitle' => 'You are going to follow:',
'accountNotFound' => 'The account could not be found.',
'remoteFollowNotAllowed' => 'Seems like the account server does not allow remote follows…',
'submit' => 'Proceed to follow',
],
'favourite' => [
......
......@@ -3,12 +3,18 @@
declare(strict_types=1);
/**
* @copyright 2020 Podlibre
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'all_podcasts' => 'All podcasts',
'sort_by' => 'Sort by',
'sort_options' => [
'activity' => 'Recent activity',
'created_desc' => 'Newest first',
'created_asc' => 'Oldest first',
],
'no_podcast' => 'No podcast found',
];
......@@ -3,28 +3,15 @@
declare(strict_types=1);
/**
* @copyright 2020 Podlibre
* @copyright 2020 Ad Aures
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
* @link https://castopod.org/
*/
return [
'back_to_home' => 'Back to home',
'page' => 'Page',
'all_pages' => 'All pages',
'create' => 'New page',
'go_to_page' => 'Go to page',
'edit' => 'Edit page',
'delete' => 'Delete page',
'form' => [
'title' => 'Title',
'permalink' => 'Permalink',
'content' => 'Content',
'submit_create' => 'Create page',
'submit_edit' => 'Save',
'map' => [
'title' => 'Map',
'description' => 'Discover podcast episodes on {siteName} that are placed on a map! Travel through the map and listen to episodes that talk about specific locations.',
],
'messages' => [
'createSuccess' => 'The page “{pageTitle}” was created successfully!',
],
'map' => 'Map',
];