castopod/modules/Admin/Language/el/Platforms.php

44 lines
1.8 KiB
PHP
Raw Normal View History

<?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 [
2023-11-29 18:27:10 +01:00
'title' => [
'podcasting' => 'Podcasting platforms',
'social' => 'Social networks',
'funding' => 'Funding links',
],
'website' => 'Website',
2022-07-04 15:27:21 +02:00
'home_url' => 'Μεταβείτε στην ιστοσελίδα {platformName}',
2023-11-29 18:27:10 +01:00
'register' => 'Register',
2022-07-04 15:27:21 +02:00
'submit_url' => 'Υποβάλετε το podcast σας στην πλατφόρμα {platformName}',
2023-11-29 18:27:10 +01:00
'your_link' => 'Your link',
'your_id' => [
'podcasting' => 'Your ID',
'social' => 'Your ID',
'funding' => 'Your CTA',
],
'your_cta' => 'Your call to action',
2022-07-04 15:27:21 +02:00
'visible' => 'Εμφάνιση στην αρχική σελίδα του podcast;',
'on_embed' => 'Εμφάνιση σε ενσωματωμένο player;',
'remove' => 'Κατάργηση {platformName}',
'submit' => 'Αποθήκευση',
'messages' => [
2022-07-04 15:27:21 +02:00
'updateSuccess' => 'Οι σύνδεσμοι της πλατφόρμας ενημερώθηκαν επιτυχώς!',
'removeLinkSuccess' => 'Ο σύνδεσμος πλατφόρμας έχει αφαιρεθεί.',
'removeLinkError' =>
2022-07-04 15:27:21 +02:00
'Δεν ήταν δυνατή η αφαίρεση του συνδέσμου της πλατφόρμας. Δοκιμάστε ξανά.',
],
'description' => [
2022-07-04 15:27:21 +02:00
'podcasting' => 'Το αναγνωριστικό podcast σε αυτή την πλατφόρμα',
'social' => 'Το αναγνωριστικό λογαριασμού podcast σε αυτήν την πλατφόρμα',
'funding' => 'Κλήση σε μήνυμα δράσης',
],
];