mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-15 20:47:46 +02:00
chore(i18n): new Crowdin updates
This commit is contained in:
parent
2f1a5eb294
commit
34a2ebfd65
422 changed files with 6740 additions and 1506 deletions
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'حسابي',
|
||||
'change-password' => 'تغيير الكلمة السرية',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'منصات',
|
||||
'social' => 'شبكات التواصل الاجتماعي',
|
||||
'funding' => 'funding',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'analytics',
|
||||
'locations' => 'locations',
|
||||
'webpages' => 'صفحات ويب',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'إرسال ملف',
|
||||
'remote_url' => 'Remote URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'تشغيل',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'كافة حلقات البودكاست',
|
||||
'back_to_podcast' => 'العودة إلى البودكاست',
|
||||
'edit' => 'تعديل',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'نشر',
|
||||
'publish_edit' => 'تعديل المنشور',
|
||||
'publish_date_edit' => 'Edit publication date',
|
||||
|
|
@ -86,7 +87,7 @@ return [
|
|||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_path}. You may manually remove it from your disk.',
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'An episode with the chosen slug already exists.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Light',
|
||||
'light-transparent' => 'Light transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'المنصات',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Go to {platformName} website',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Submit your podcast on {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Display in podcast homepage?',
|
||||
'on_embed' => 'Display on embeddable player?',
|
||||
'remove' => 'Remove {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Delete podcast',
|
||||
'see_episodes' => 'See episodes',
|
||||
'see_contributors' => 'See contributors',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'الانتقال إلى الصفحة',
|
||||
'latest_episodes' => 'أحدث الحلقات',
|
||||
'see_all_episodes' => 'See all episodes',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podcast identity',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podcast cover',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Podcast banner',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'انتقل إلى صفحة البودكاست',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'الرئيسية',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'الحلقات',
|
||||
'episode-list' => 'جميع الحلقات',
|
||||
'episode-create' => 'حلقة جديدة',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'المساهمون',
|
||||
'contributor-list' => 'كل المساهمين',
|
||||
'contributor-add' => 'إضافة مساهم',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'ma c\'hont',
|
||||
'change-password' => 'kemmañ ar ger-tremen',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'savennoù',
|
||||
'social' => 'rouedadoù sokial',
|
||||
'funding' => 'arc\'hantaouiñ',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'muzulioù heklev',
|
||||
'locations' => 'lec\'hioù',
|
||||
'webpages' => 'pajennoù web',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Uskargit ur restr',
|
||||
'remote_url' => 'URL a-bell',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Lenn',
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ return [
|
|||
'all_podcast_episodes' => 'Holl rannoù ar podkast',
|
||||
'back_to_podcast' => 'Mont d\'ar podkast en-dro',
|
||||
'edit' => 'Kemmañ',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Embann',
|
||||
'publish_edit' => 'Kemmañ an embannadur',
|
||||
'publish_date_edit' => 'Edit publication date',
|
||||
|
|
@ -82,13 +83,13 @@ return [
|
|||
audio {aodio}
|
||||
other {media}
|
||||
} ar rann.',
|
||||
'deleteFileError' => 'C\'hwitadenn war dilemel restr {type, select,
|
||||
transcript {an treuzskrivadur}
|
||||
chapters {ar chabistroù}
|
||||
image {ar golo}
|
||||
audio {an aodio}
|
||||
other {ar media}
|
||||
} ({file_path}). Gallout a rit lemel kuit ar restr-mañ diouzh ar gantenn dre zorn.',
|
||||
'deleteFileError' => 'Failed to delete {type, select,
|
||||
transcript {transcript}
|
||||
chapters {chapters}
|
||||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'Bez ez eus eus ur rann gant ar berradur-mañ (slug) dija.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -213,4 +214,14 @@ return [
|
|||
'light' => 'Sklaer',
|
||||
'light-transparent' => 'Sklaer treuzwelus',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Savennoù',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Mont da lec\'hienn {platformName}',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Kasit ho podkast war {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Diskouez e pajenn ar podkast?',
|
||||
'on_embed' => 'Diskouez el lenner enkorfet?',
|
||||
'remove' => 'Dilemel {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Dilemel ar podkast',
|
||||
'see_episodes' => 'Gwelet ar rannoù',
|
||||
'see_contributors' => 'Gwelet ar berzhidi, ar perzhiadezed',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Gwelet ar bajenn',
|
||||
'latest_episodes' => 'Rannoù diwezhañ',
|
||||
'see_all_episodes' => 'Gwelet an holl rannoù',
|
||||
|
|
@ -60,6 +61,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Titouroù diwar-benn ar podkast',
|
||||
'identity_section_subtitle' => 'Ar maeziennoù a laka ac\'hanoc\'h da vezañ remerket.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Golo ar podkast',
|
||||
'cover_size_hint' => 'Ar golo a rankfe bezañ ur c\'harrez ha 1400px e vent da nebeutañ.',
|
||||
'banner' => 'Giton ar podkast',
|
||||
|
|
@ -135,7 +138,6 @@ return [
|
|||
'partner_id_hint' => 'Hoc’h ID deoc\'h-c\'hwi e ti ar c\'heveler',
|
||||
'partner_link_url_hint' => 'Chomlec\'h generek an ereoù gant ar c\'heveler',
|
||||
'partner_image_url_hint' => 'Chomlec\'h generek ar skeudennoù gant ar c\'heveler',
|
||||
'status_section_title' => 'Statud',
|
||||
'block' => 'Ar podkast a rankfe bezañ kuzhet diouzh ar rolladoù publik',
|
||||
'block_hint' =>
|
||||
'Diskouez pe kuzhat ar podkast: trec\'haoliñ an afell-mañ a viro ar podkast a-bezh ouzh bezañ diskouezet war Apple Podcasts, Google Podcasts pe savennoù all hag a implij ar renabloù-se. (N\'eus gwarant ebet)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Mont da pajenn ar podkast',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Taolenn-stur ar podkast',
|
||||
'podcast-view' => 'Degemer',
|
||||
'podcast-edit' => 'Kemmañ ar podkast',
|
||||
'podcast-persons-manage' => 'Merañ an emellerien·ezed',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Rannoù',
|
||||
'episode-list' => 'An holl rannoù',
|
||||
'episode-create' => 'Rann nevez',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Lennerioù',
|
||||
'podcast-analytics-listening-time' => 'Padelezh ar selaou',
|
||||
'podcast-analytics-time-periods' => 'Mareoù ar selaou',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Perzhidi, perzhiadezed',
|
||||
'contributor-list' => 'An holl berzhidi ha perzhiadezed',
|
||||
'contributor-add' => 'Ouzhpennañ ur perzhiad pe ur berzhiadez',
|
||||
'platforms' => 'Savennoù diavaez',
|
||||
'platforms-podcasting' => 'Podkast',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Rouedadoù sokial',
|
||||
'platforms-funding' => 'Arc\'hantaouiñ',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'el meu compte',
|
||||
'change-password' => 'canviar la contrasenya',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'plataformes',
|
||||
'social' => 'xarxes socials',
|
||||
'funding' => 'financiació',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'estadístiques',
|
||||
'locations' => 'ubicacions',
|
||||
'webpages' => 'pàgines web',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Pujar un fitxer',
|
||||
'remote_url' => 'URL remota',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Reproduir',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'Tots els episodis del podcast',
|
||||
'back_to_podcast' => 'Tornar al podcast',
|
||||
'edit' => 'Editar',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publicar',
|
||||
'publish_edit' => 'Editar la publicació',
|
||||
'publish_date_edit' => 'Edita la data de publicació',
|
||||
|
|
@ -80,13 +81,13 @@ return [
|
|||
audio {l\'àudio}
|
||||
other {el material}
|
||||
} de l\'episodi.',
|
||||
'deleteFileError' => 'No s\'ha pogut esborrar el fitxer {file_path} {type, select,
|
||||
transcript {de la transcripció}
|
||||
chapters {dels episodis}
|
||||
image {de la portada}
|
||||
audio {de l\'àudio}
|
||||
other {del material}
|
||||
}. Podeu esborrar-los manualment del disc.',
|
||||
'deleteFileError' => 'Failed to delete {type, select,
|
||||
transcript {transcript}
|
||||
chapters {chapters}
|
||||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'Ja existeix un episodi amb aquest àlies.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Clar',
|
||||
'light-transparent' => 'Clar i transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Plataformes',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Visitar el lloc web de {platformName}',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Enviar el vostre podcast a {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Mostrar a la pàgina d\'inici del podcast?',
|
||||
'on_embed' => 'Mostrar al reproductor incrustable?',
|
||||
'remove' => 'Suprimir {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Suprimir el podcast',
|
||||
'see_episodes' => 'Veure els episodis',
|
||||
'see_contributors' => 'Veure els col·laboradors',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Anar a la pàgina ',
|
||||
'latest_episodes' => 'Darrers episodis',
|
||||
'see_all_episodes' => 'Veure tots els episodis',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Identitat del podcast',
|
||||
'identity_section_subtitle' => 'Aquests camps permeten fer-se notar.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Portada del podcast',
|
||||
'cover_size_hint' => 'La portada ha de ser quadrada i com a mínim de 1400 px d\'amplada i alçada.',
|
||||
'banner' => 'Bàner del podcast',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'El vostre propi ID de soci',
|
||||
'partner_link_url_hint' => 'L\'adreça genèrica de l\'enllaç del soci',
|
||||
'partner_image_url_hint' => 'L\'adreça genèrica de la imatge del soci',
|
||||
'status_section_title' => 'Estat',
|
||||
'block' => 'El podcast s\'ha d\'amagar als catàlegs públics',
|
||||
'block_hint' =>
|
||||
'L\'estat de visibilitat del podcast: activar aquesta opció evita que el podcast aparegui a Apple Podcasts, Google Podcasts i qualsevol aplicació de tercers que extreu programes d\'aquests directoris. (No garantit)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Anar a la pàgina del podcast',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Panell de control del podcast',
|
||||
'podcast-view' => 'Inici',
|
||||
'podcast-edit' => 'Editar el podcast',
|
||||
'podcast-persons-manage' => 'Administrar persones',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodis',
|
||||
'episode-list' => 'Tots els episodis',
|
||||
'episode-create' => 'Nou episodi',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Reproductors',
|
||||
'podcast-analytics-listening-time' => 'Temps d\'escolta',
|
||||
'podcast-analytics-time-periods' => 'Períodes de temps',
|
||||
'premium' => 'Prèmium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'Totes les subscripcions',
|
||||
'subscription-create' => 'Afegiu una subscripció',
|
||||
'contributors' => 'Col·laboradors',
|
||||
'contributor-list' => 'Tots els col·laboradors',
|
||||
'contributor-add' => 'Afegir un col·laborador',
|
||||
'platforms' => 'Plataformes de tercers',
|
||||
'platforms-podcasting' => 'Podcasts',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Xarxes socials',
|
||||
'platforms-funding' => 'Financiació',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'min konto',
|
||||
'change-password' => 'skift adgangskode',
|
||||
'imports' => 'importer',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'platforme',
|
||||
'social' => 'sociale netværk',
|
||||
'funding' => 'finansiering',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'analyse',
|
||||
'locations' => 'lokationer',
|
||||
'webpages' => 'websider',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Upload a file',
|
||||
'remote_url' => 'Remote URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Play',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'All podcast episodes',
|
||||
'back_to_podcast' => 'Go back to podcast',
|
||||
'edit' => 'Edit',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publish',
|
||||
'publish_edit' => 'Edit publication',
|
||||
'publish_date_edit' => 'Edit publication date',
|
||||
|
|
@ -86,7 +87,7 @@ return [
|
|||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_path}. You may manually remove it from your disk.',
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'An episode with the chosen slug already exists.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Light',
|
||||
'light-transparent' => 'Light transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Platforms',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Go to {platformName} website',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Submit your podcast on {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Display in podcast homepage?',
|
||||
'on_embed' => 'Display on embeddable player?',
|
||||
'remove' => 'Remove {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Delete podcast',
|
||||
'see_episodes' => 'See episodes',
|
||||
'see_contributors' => 'See contributors',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Go to page',
|
||||
'latest_episodes' => 'Latest episodes',
|
||||
'see_all_episodes' => 'See all episodes',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podcast identity',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podcast cover',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Podcast banner',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -38,10 +38,12 @@ return [
|
|||
'users' => 'Benutzer',
|
||||
'my-account' => 'Mein Konto',
|
||||
'change-password' => 'Passwort ändern',
|
||||
'imports' => 'imports',
|
||||
'imports' => 'Importe',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'Plattformen',
|
||||
'social' => 'soziale Netzwerke',
|
||||
'funding' => 'Finanzierung',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'Statistiken',
|
||||
'locations' => 'Orte',
|
||||
'webpages' => 'Webseiten',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Eine Datei hochladen',
|
||||
'remote_url' => 'Externe URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Abspielen',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'Alle Podcast-Episoden',
|
||||
'back_to_podcast' => 'Zurück zum Podcast',
|
||||
'edit' => 'Bearbeiten',
|
||||
'preview' => 'Vorschau',
|
||||
'publish' => 'Veröffentllichen',
|
||||
'publish_edit' => 'Veröffentlichung bearbeiten',
|
||||
'publish_date_edit' => 'Veröffentlichungsdatum bearbeiten',
|
||||
|
|
@ -86,7 +87,7 @@ return [
|
|||
image {Cover}
|
||||
audio {Audio}
|
||||
other {Medien}
|
||||
}-Datei {file_path}. Sie können es manuell von der Festplatte entfernen.',
|
||||
}-Datei {file_key}. Sie können es manuell von der Festplatte entfernen.',
|
||||
'sameSlugError' => 'Eine Folge mit dem ausgewählten Slug existiert bereits.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Hell',
|
||||
'light-transparent' => 'Hell (transparent)',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'Entwurfsmodus',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Vorschau',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ return [
|
|||
'podcasts' => 'Podcasts',
|
||||
'podcast-list' => 'Alle Podcasts',
|
||||
'podcast-create' => 'Neuer Podcast',
|
||||
'all-podcast-imports' => 'All Podcast imports',
|
||||
'podcast-imports-add' => 'Import a podcast',
|
||||
'all-podcast-imports' => 'Alle Podcast-Importe',
|
||||
'podcast-imports-add' => 'Podcast importieren',
|
||||
'persons' => 'Mitwirkende',
|
||||
'person-list' => 'Alle Mitwirkenden',
|
||||
'person-create' => 'Neuer Mitwirkender',
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Plattformen',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Gehe zu {platformName} Webseite',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Sende deinen Podcast an {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Auf Podcast-Homepage anzeigen?',
|
||||
'on_embed' => 'Auf einbettbarem Player anzeigen?',
|
||||
'remove' => 'Entferne {platformName}',
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ return [
|
|||
'no_podcast' => 'Kein Podcast gefunden!',
|
||||
'create' => 'Podcast erstellen',
|
||||
'import' => 'Podcast importieren',
|
||||
'all_imports' => 'Podcast imports',
|
||||
'all_imports' => 'Podcast-Importe',
|
||||
'new_episode' => 'Neue Folge',
|
||||
'view' => 'Podcast ansehen',
|
||||
'edit' => 'Podcast bearbeiten',
|
||||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Podcast löschen',
|
||||
'see_episodes' => 'Episoden ansehen',
|
||||
'see_contributors' => 'Mitwirkende anzeigen',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Gehe zur Seite',
|
||||
'latest_episodes' => 'Neueste Folgen',
|
||||
'see_all_episodes' => 'Alle Folgen anzeigen',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podcast-Identität',
|
||||
'identity_section_subtitle' => 'Diese Felder erlauben es dir, Aufmerksamkeit zu bekommen.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podcast-Cover',
|
||||
'cover_size_hint' => 'Das Cover muss quadratisch und mindestens 1400px breit und hoch sein.',
|
||||
'banner' => 'Podcast-Banner',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Ihre eigene Partner-ID',
|
||||
'partner_link_url_hint' => 'Die generische Partnerlink-Adresse',
|
||||
'partner_image_url_hint' => 'Die generische Partnerbild-Adresse',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast soll vor öffentlichen Katalogen versteckt werden',
|
||||
'block_hint' =>
|
||||
'Der Podcast zeigt oder versteckt den Status: Beim Einschalten dieser Option wird verhindert, dass der Podcast in Apple Podcasts, Google Podcasts und alle Apps von Drittanbietern, die Inhalte aus diesen Verzeichnissen ziehen, erscheint. (Ohne Garantie!)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Zur Podcast-Seite gehen',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast-Dashboard',
|
||||
'podcast-view' => 'Startseite',
|
||||
'podcast-edit' => 'Podcast bearbeiten',
|
||||
'podcast-persons-manage' => 'Mitwirkende verwalten',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports' => 'Podcast-Importe',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Folgen',
|
||||
'episode-list' => 'Alle Episoden',
|
||||
'episode-create' => 'Neue Episoden',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Podcast-Player',
|
||||
'podcast-analytics-listening-time' => 'Hörzeit',
|
||||
'podcast-analytics-time-periods' => 'Zeiträume',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'Alle Abonnements',
|
||||
'subscription-create' => 'Abonnement hinzufügen',
|
||||
'contributors' => 'Mitwirkende',
|
||||
'contributor-list' => 'Alle Unterstützer',
|
||||
'contributor-add' => 'Mitwirkenden hinzufügen',
|
||||
'platforms' => 'Externe Plattformen',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Soziale Netzwerke',
|
||||
'platforms-funding' => 'Finanzierung',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'ο λογαριασμός μου',
|
||||
'change-password' => 'αλλαγή κωδικού πρόσβασης',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'πλατφόρμες',
|
||||
'social' => 'κοινωνικά δίκτυα',
|
||||
'funding' => 'χρηματοδότηση',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'αναλυτικά στοιχεία',
|
||||
'locations' => 'τοποθεσίες',
|
||||
'webpages' => 'ιστοσελίδες',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Μεταφορτώστε ένα αρχείο',
|
||||
'remote_url' => 'Απομακρυσμένη διεύθυνση URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Αναπαραγωγή',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'Όλα τα επεισόδια του podcast',
|
||||
'back_to_podcast' => 'Μετάβαση πίσω στο podcast',
|
||||
'edit' => 'Επεξεργασία',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Δημοσίευση',
|
||||
'publish_edit' => 'Επεξεργασία δημοσίευσης',
|
||||
'publish_date_edit' => 'Επεξεργασία ημερομηνίας δημοσίευσης',
|
||||
|
|
@ -80,13 +81,13 @@ return [
|
|||
audio {ήχος}
|
||||
other {πολυμέσα}
|
||||
}.',
|
||||
'deleteFileError' => 'Αποτυχία διαγραφής {type, select,
|
||||
'deleteFileError' => 'Failed to delete {type, select,
|
||||
transcript {transcript}
|
||||
chapters {κεφάλαια}
|
||||
image {καλύψτε}
|
||||
audio {ήχος}
|
||||
other {πολυμέσα}
|
||||
} αρχείο {file_path}. Μπορείτε να το αφαιρέσετε χειροκίνητα από το δίσκο σας.',
|
||||
chapters {chapters}
|
||||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'Ένα επεισόδιο με το επιλεγμένο slug υπάρχει ήδη.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Ανοιχτόχρωμο',
|
||||
'light-transparent' => 'Ανοιχτό διαφανές',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Πλατφόρμες',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Μεταβείτε στην ιστοσελίδα {platformName}',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Υποβάλετε το podcast σας στην πλατφόρμα {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Εμφάνιση στην αρχική σελίδα του podcast;',
|
||||
'on_embed' => 'Εμφάνιση σε ενσωματωμένο player;',
|
||||
'remove' => 'Κατάργηση {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Διαγραφή podcast',
|
||||
'see_episodes' => 'Δείτε επεισόδια',
|
||||
'see_contributors' => 'Βλέπε συντελεστές',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Μετάβαση στη σελίδα',
|
||||
'latest_episodes' => 'Τελευταία επεισόδια',
|
||||
'see_all_episodes' => 'Δείτε όλα τα επεισόδια',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Αναγνωριστικό Podcast',
|
||||
'identity_section_subtitle' => 'Αυτά τα πεδία σας επιτρέπουν να ξεχωρίσει το podcast σας.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Εξώφυλο podcast',
|
||||
'cover_size_hint' => 'Το εξώφυλλο πρέπει να είναι τουλάχιστον 1400px πλάτος και ύψος.',
|
||||
'banner' => 'Banner podcast',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Μετάβαση στη σελίδα podcast',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Πίνακας ελέγχου Podcast',
|
||||
'podcast-view' => 'Αρχική σελίδα',
|
||||
'podcast-edit' => 'Επεξεργασία podcast',
|
||||
'podcast-persons-manage' => 'Διαχείριση ατόμων',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Επεισόδια',
|
||||
'episode-list' => 'Όλα τα επεισόδια',
|
||||
'episode-create' => 'Νέο Επεισόδιο',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Αναπαραγωγές',
|
||||
'podcast-analytics-listening-time' => 'Χρόνος ακρόασης',
|
||||
'podcast-analytics-time-periods' => 'Χρονικές περίοδοι',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'Όλες οι συνδρομές',
|
||||
'subscription-create' => 'Προσθέστε συνδρομή',
|
||||
'contributors' => 'Συντελεστές',
|
||||
'contributor-list' => 'Όλοι οι συντελεστές',
|
||||
'contributor-add' => 'Προσθήκη συντελεστή',
|
||||
'platforms' => 'Εξωτερικές πλατφόρμες',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Κοινωνικά δίκτυα',
|
||||
'platforms-funding' => 'Χρηματοδότηση',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'mi cuenta',
|
||||
'change-password' => 'cambiar contraseña',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'plataformas',
|
||||
'social' => 'redes sociales',
|
||||
'funding' => 'financiación | fondos',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'estadísticas',
|
||||
'locations' => 'ubicaciones',
|
||||
'webpages' => 'páginas web',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Subir un archivo',
|
||||
'remote_url' => 'URL remoto',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Reproducir',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'Todos los episodios del podcast',
|
||||
'back_to_podcast' => 'Regresar al podcast',
|
||||
'edit' => 'Editar',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publicar',
|
||||
'publish_edit' => 'Editar publicación',
|
||||
'publish_date_edit' => 'Editar fecha de publicación',
|
||||
|
|
@ -80,13 +81,13 @@ return [
|
|||
audio {audio}
|
||||
other {media}
|
||||
}.',
|
||||
'deleteFileError' => 'Hubo un problema al tratar de eliminar el archivo {file_path} {type, select,
|
||||
transcript {de la transcripción}
|
||||
chapters {de los episodios}
|
||||
image {de la portada}
|
||||
audio {del audio}
|
||||
other {}
|
||||
}. Puedes eliminarlo manualmente de tu disco.',
|
||||
'deleteFileError' => 'Failed to delete {type, select,
|
||||
transcript {transcript}
|
||||
chapters {chapters}
|
||||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'Ya existe un episodio con el slug elegido.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Claro',
|
||||
'light-transparent' => 'Transparente claro',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Plataformas',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Ir al sitio web de {platformName}',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Envía tu podcast en {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => '¿Mostrar en la página de inicio del podcast?',
|
||||
'on_embed' => '¿Mostrar en el reproductor incrustable?',
|
||||
'remove' => 'Eliminar {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Eliminar podcast',
|
||||
'see_episodes' => 'Ver episodios',
|
||||
'see_contributors' => 'Ver colaboradores',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Ir a la página',
|
||||
'latest_episodes' => 'Últimos Episodios',
|
||||
'see_all_episodes' => 'Mostrar todos los episodios',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Identidad de Podcast',
|
||||
'identity_section_subtitle' => 'Estos campos le permiten recibir un aviso.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Portada de Podcast',
|
||||
'cover_size_hint' => 'La portada debe ser cuadrada y con al menos 1400 px de ancho y alto.',
|
||||
'banner' => 'Cartel del Podcast',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Su propio ID de socio',
|
||||
'partner_link_url_hint' => 'La dirección genérica de enlace de socio',
|
||||
'partner_image_url_hint' => 'La dirección de imagen genérica del socio',
|
||||
'status_section_title' => 'Estado',
|
||||
'block' => 'El podcast debe ocultarse a los catálogos públicos',
|
||||
'block_hint' =>
|
||||
'El estado de visibilidad del podcast: al activar esto se impide que este podcast al completo aparezca en Apple Podcasts, Google Podcasts y cualquier aplicación de terceros que extraiga episodios de estos directorios. (no está garantizado al 100%)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Ir a la página del podcast',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Panel de Podcast',
|
||||
'podcast-view' => 'Inicio',
|
||||
'podcast-edit' => 'Editar podcast',
|
||||
'podcast-persons-manage' => 'Administrar personas',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodios',
|
||||
'episode-list' => 'Todos los episodios',
|
||||
'episode-create' => 'Nuevo episodio',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Reproductores',
|
||||
'podcast-analytics-listening-time' => 'Tiempo de escucha',
|
||||
'podcast-analytics-time-periods' => 'Periodos de tiempo',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'Todas las suscripciones',
|
||||
'subscription-create' => 'Añadir suscripción',
|
||||
'contributors' => 'Colaboradores',
|
||||
'contributor-list' => 'Todos los colaboradores',
|
||||
'contributor-add' => 'Añadir colaborador',
|
||||
'platforms' => 'Plataformas externas',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Redes sociales',
|
||||
'platforms-funding' => 'Financiamiento',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'my account',
|
||||
'change-password' => 'change password',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'platforms',
|
||||
'social' => 'social networks',
|
||||
'funding' => 'funding',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'analytics',
|
||||
'locations' => 'locations',
|
||||
'webpages' => 'web pages',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Upload a file',
|
||||
'remote_url' => 'Remote URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Play',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'All podcast episodes',
|
||||
'back_to_podcast' => 'Go back to podcast',
|
||||
'edit' => 'Edit',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publish',
|
||||
'publish_edit' => 'Edit publication',
|
||||
'publish_date_edit' => 'Edit publication date',
|
||||
|
|
@ -86,7 +87,7 @@ return [
|
|||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_path}. You may manually remove it from your disk.',
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'An episode with the chosen slug already exists.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Light',
|
||||
'light-transparent' => 'Light transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'بنسازهها',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'رفتن به پایگاه وب {platformName}',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'ثبت پادکستتان روی {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'نمایش در صفحهٔ خانگی پادکست؟',
|
||||
'on_embed' => 'نمایش در پخشکنندهٔ تعبیه شده؟',
|
||||
'remove' => 'برداشتن {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,12 +22,11 @@ return [
|
|||
'delete' => 'حذف پادکست',
|
||||
'see_episodes' => 'دیدن قسمتّا',
|
||||
'see_contributors' => 'دیدن مشارکتکنندگان',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'رفتن به صفحه',
|
||||
'latest_episodes' => 'جدیدترین قسمتها',
|
||||
'see_all_episodes' => 'دیدن تمامی قسمتها',
|
||||
'draft' => 'پیشنویس',
|
||||
'sync_feed' => 'خوراک همگام شده',
|
||||
'sync_feed_hint' => 'Import this podcast\'s latest episodes',
|
||||
'messages' => [
|
||||
'createSuccess' => 'Podcast successfully created!',
|
||||
'editSuccess' => 'Podcast has been successfully updated!',
|
||||
|
|
@ -59,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'هویت پادکست',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'جلد پادکست',
|
||||
'cover_size_hint' => 'جلد باید مربّعی بوده و کمینه ۱۴۰۰ پیکسل پنها و بلندا داشته باشد.',
|
||||
'banner' => 'بیرق پادکست',
|
||||
|
|
@ -134,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'mon compte',
|
||||
'change-password' => 'changer le mot de passe',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'plateformes',
|
||||
'social' => 'réseaux sociaux',
|
||||
'funding' => 'financement',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'mesures d’audience',
|
||||
'locations' => 'localisations',
|
||||
'webpages' => 'pages web',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Téléversez un fichier',
|
||||
'remote_url' => 'URL distante',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Lire',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'Tous les épisodes du podcast',
|
||||
'back_to_podcast' => 'Revenir au podcast',
|
||||
'edit' => 'Modifier',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publier',
|
||||
'publish_edit' => 'Modifier la publication',
|
||||
'publish_date_edit' => 'Définir la date de publication',
|
||||
|
|
@ -80,13 +81,13 @@ return [
|
|||
audio {audio}
|
||||
other {média}
|
||||
}.',
|
||||
'deleteFileError' => 'Impossible de supprimer {type, select,
|
||||
transcript {transcription}
|
||||
chapters {chapitres}
|
||||
image {couverture}
|
||||
'deleteFileError' => 'Failed to delete {type, select,
|
||||
transcript {transcript}
|
||||
chapters {chapters}
|
||||
image {cover}
|
||||
audio {audio}
|
||||
other {média}
|
||||
} fichier {file_path}. Vous pouvez le supprimer manuellement de votre disque.',
|
||||
other {media}
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'Il existe déjà un épisode avec le slug choisi.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Clair',
|
||||
'light-transparent' => 'Clair transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Plateformes',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Aller au site {platformName}',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Soumettez votre podcast sur {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Afficher sur la page d’accueil du podcast ?',
|
||||
'on_embed' => 'Afficher sur le lecteur intégré ?',
|
||||
'remove' => 'Supprimer {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Supprimer le podcast',
|
||||
'see_episodes' => 'Voir les épisodes',
|
||||
'see_contributors' => 'Voir les contributeurs',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Aller à la page',
|
||||
'latest_episodes' => 'Derniers épisodes',
|
||||
'see_all_episodes' => 'Voir tous les épisodes',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Informations sur le Podcast',
|
||||
'identity_section_subtitle' => 'Ces champs vous permettent de vous faire remarquer.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Couverture du podcast',
|
||||
'cover_size_hint' => 'La couverture du podcast doit être carrée, avec au minimum 1400px de largeur et de hauteur.',
|
||||
'banner' => 'Bannière du podcast',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Votre identifiant personnel partenaire',
|
||||
'partner_link_url_hint' => 'L’adresse générique des liens partenaire',
|
||||
'partner_image_url_hint' => 'L’adresse générique des images partenaire',
|
||||
'status_section_title' => 'Statut',
|
||||
'block' => 'L\'épisode doit être masqué dans les catalogues publics',
|
||||
'block_hint' =>
|
||||
'Le statut d\'affichage ou de masquage du podcast : activer cette option empêche l\'intégralité du podcast d\'apparaître dans les podcasts Apple, Google Podcasts et toutes les applications tierces qui extraient des émissions de ces répertoires. (Pas garantie)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Aller à la page du podcast',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Tableau de bord du podcast',
|
||||
'podcast-view' => 'Accueil',
|
||||
'podcast-edit' => 'Modifier le podcast',
|
||||
'podcast-persons-manage' => 'Gestion des intervenants',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Épisodes',
|
||||
'episode-list' => 'Tous les épisodes',
|
||||
'episode-create' => 'Créer un épisode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Lecteurs',
|
||||
'podcast-analytics-listening-time' => 'Durée d’écoute',
|
||||
'podcast-analytics-time-periods' => 'Périodes',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'Tous les abonnements',
|
||||
'subscription-create' => 'Ajouter un abonnement',
|
||||
'contributors' => 'Contributeurs',
|
||||
'contributor-list' => 'Tous les contributeurs',
|
||||
'contributor-add' => 'Ajouter un contributeur',
|
||||
'platforms' => 'Plate-formes externes',
|
||||
'platforms-podcasting' => 'Podcasts',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Réseaux sociaux',
|
||||
'platforms-funding' => 'Financement',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'mon compte',
|
||||
'change-password' => 'changer le mot de passe',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'plateformes',
|
||||
'social' => 'réseaux sociaux',
|
||||
'funding' => 'financement',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'mesure d’audience',
|
||||
'locations' => 'localisation',
|
||||
'webpages' => 'pages web',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Téléverser un fichier',
|
||||
'remote_url' => 'URL distante',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Lire',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'Tous les épisodes du podcast',
|
||||
'back_to_podcast' => 'Revenir au podcast',
|
||||
'edit' => 'Modifier',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publier',
|
||||
'publish_edit' => 'Modifier la publication',
|
||||
'publish_date_edit' => 'Modifier la date de publication',
|
||||
|
|
@ -80,13 +81,13 @@ return [
|
|||
audio {l\'audio}
|
||||
other {le média}
|
||||
} de l\'épisode.',
|
||||
'deleteFileError' => 'Impossible de supprimer {type, select,
|
||||
transcript {la transcription}
|
||||
chapters {les chapitres}
|
||||
image {la couverture}
|
||||
audio {l\'audio}
|
||||
other {le média}
|
||||
} du fichier {file_path}. Vous pouvez le supprimer manuellement de votre disque.',
|
||||
'deleteFileError' => 'Failed to delete {type, select,
|
||||
transcript {transcript}
|
||||
chapters {chapters}
|
||||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'Il existe déjà un épisode avec le slug choisi.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Clair',
|
||||
'light-transparent' => 'Clair transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Platforms',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Go to {platformName} website',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Submit your podcast on {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Display in podcast homepage?',
|
||||
'on_embed' => 'Display on embeddable player?',
|
||||
'remove' => 'Remove {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Delete podcast',
|
||||
'see_episodes' => 'See episodes',
|
||||
'see_contributors' => 'See contributors',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Go to page',
|
||||
'latest_episodes' => 'Latest episodes',
|
||||
'see_all_episodes' => 'See all episodes',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podcast identity',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podcast cover',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Podcast banner',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'my account',
|
||||
'change-password' => 'change password',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'platforms',
|
||||
'social' => 'social networks',
|
||||
'funding' => 'funding',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'analytics',
|
||||
'locations' => 'locations',
|
||||
'webpages' => 'web pages',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Upload a file',
|
||||
'remote_url' => 'Remote URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Play',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'All podcast episodes',
|
||||
'back_to_podcast' => 'Go back to podcast',
|
||||
'edit' => 'Edit',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publish',
|
||||
'publish_edit' => 'Edit publication',
|
||||
'publish_date_edit' => 'Edit publication date',
|
||||
|
|
@ -86,7 +87,7 @@ return [
|
|||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_path}. You may manually remove it from your disk.',
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'An episode with the chosen slug already exists.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Light',
|
||||
'light-transparent' => 'Light transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Platforms',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Go to {platformName} website',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Submit your podcast on {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Display in podcast homepage?',
|
||||
'on_embed' => 'Display on embeddable player?',
|
||||
'remove' => 'Remove {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Delete podcast',
|
||||
'see_episodes' => 'See episodes',
|
||||
'see_contributors' => 'See contributors',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Go to page',
|
||||
'latest_episodes' => 'Latest episodes',
|
||||
'see_all_episodes' => 'See all episodes',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podcast identity',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podcast cover',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Podcast banner',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'my account',
|
||||
'change-password' => 'change password',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'platforms',
|
||||
'social' => 'social networks',
|
||||
'funding' => 'funding',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'analytics',
|
||||
'locations' => 'locations',
|
||||
'webpages' => 'web pages',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Upload a file',
|
||||
'remote_url' => 'Remote URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Play',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'All podcast episodes',
|
||||
'back_to_podcast' => 'Go back to podcast',
|
||||
'edit' => 'Edit',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publish',
|
||||
'publish_edit' => 'Edit publication',
|
||||
'publish_date_edit' => 'Edit publication date',
|
||||
|
|
@ -86,7 +87,7 @@ return [
|
|||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_path}. You may manually remove it from your disk.',
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'An episode with the chosen slug already exists.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Light',
|
||||
'light-transparent' => 'Light transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Platforms',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Go to {platformName} website',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Submit your podcast on {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Display in podcast homepage?',
|
||||
'on_embed' => 'Display on embeddable player?',
|
||||
'remove' => 'Remove {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Delete podcast',
|
||||
'see_episodes' => 'See episodes',
|
||||
'see_contributors' => 'See contributors',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Go to page',
|
||||
'latest_episodes' => 'Latest episodes',
|
||||
'see_all_episodes' => 'See all episodes',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podcast identity',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podcast cover',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Podcast banner',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'a miña conta',
|
||||
'change-password' => 'cambiar contrasinal',
|
||||
'imports' => 'importacións',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'plataformas',
|
||||
'social' => 'redes sociais',
|
||||
'funding' => 'financiamento',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'análise',
|
||||
'locations' => 'localizacións',
|
||||
'webpages' => 'páxinas web',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Subir un ficheiro',
|
||||
'remote_url' => 'URL remoto',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Reproducir',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'Tódolos episodios do podcast',
|
||||
'back_to_podcast' => 'Volver ao podcast',
|
||||
'edit' => 'Editar',
|
||||
'preview' => 'Vista previa',
|
||||
'publish' => 'Publicar',
|
||||
'publish_edit' => 'Editar publicación',
|
||||
'publish_date_edit' => 'Editar data de publicación',
|
||||
|
|
@ -55,7 +56,7 @@ return [
|
|||
}',
|
||||
'episode' => 'Episodio',
|
||||
'visibility' => 'Visibilidade',
|
||||
'downloads' => 'Downloads',
|
||||
'downloads' => 'Descargas',
|
||||
'comments' => 'Comentarios',
|
||||
'actions' => 'Accións',
|
||||
],
|
||||
|
|
@ -81,12 +82,12 @@ return [
|
|||
other {do multimedia}
|
||||
} do episodio.',
|
||||
'deleteFileError' => 'Fallou a eliminación do ficheiro {type, select,
|
||||
transcript {da transcrición}
|
||||
chapters {dos capítulos}
|
||||
image {da imaxe}
|
||||
audio {do audio}
|
||||
other {do multimedia}
|
||||
} {file_path}. Deberías eliminala manualmente do disco.',
|
||||
transcript {transcript}
|
||||
chapters {chapters}
|
||||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} {file_key}. Deberías eliminalo a man do disco.',
|
||||
'sameSlugError' => 'Xa existe un episodio co id de url elexido.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Claro',
|
||||
'light-transparent' => 'Claro transparente',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'modo borrador',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Vista previa',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Plataformas',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Ir á web de {platformName}',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Envía o teu podcast en {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Mostrar na páxina de inicio do podcast?',
|
||||
'on_embed' => 'Mostrar no navegador incrustable?',
|
||||
'remove' => 'Eliminar {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Eliminar podcast',
|
||||
'see_episodes' => 'Ver episodios',
|
||||
'see_contributors' => 'Ver colaboradoras',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Ir á páxina',
|
||||
'latest_episodes' => 'Últimos episodios',
|
||||
'see_all_episodes' => 'Ver tódolos episodios',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Identidade do podcast',
|
||||
'identity_section_subtitle' => 'Estes campos permítenche recibir notificacións.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Portada do podcast',
|
||||
'cover_size_hint' => 'A portada ten que ser cadrada e como mínimo de 1400px de alto e ancho.',
|
||||
'banner' => 'Cabeceira do podcast',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Ir á páxina do podcast',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Taboleiro do podcast',
|
||||
'podcast-view' => 'Inicio',
|
||||
'podcast-edit' => 'Editar podcast',
|
||||
'podcast-persons-manage' => 'Xestionar persoas',
|
||||
'podcast-imports' => 'Importacións de podcasts',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodios',
|
||||
'episode-list' => 'Todos os episodios',
|
||||
'episode-create' => 'Novo episodio',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Reprodutores',
|
||||
'podcast-analytics-listening-time' => 'Tempo de escoita',
|
||||
'podcast-analytics-time-periods' => 'Período de tempo',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'Todas as subscricións',
|
||||
'subscription-create' => 'Engadir unha subscrición',
|
||||
'contributors' => 'Contribúen',
|
||||
'contributor-list' => 'Todas as contribucións',
|
||||
'contributor-add' => 'Engadir colaboración',
|
||||
'platforms' => 'Plataformas externas',
|
||||
'platforms-podcasting' => 'Podcasts',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Redes sociais',
|
||||
'platforms-funding' => 'Financiamento',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'akun saya',
|
||||
'change-password' => 'ubah kata sandi',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'platforms',
|
||||
'social' => 'social networks',
|
||||
'funding' => 'funding',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'analitik',
|
||||
'locations' => 'locations',
|
||||
'webpages' => 'web pages',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Upload a file',
|
||||
'remote_url' => 'Remote URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Play',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'All podcast episodes',
|
||||
'back_to_podcast' => 'Go back to podcast',
|
||||
'edit' => 'Edit',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publish',
|
||||
'publish_edit' => 'Edit publication',
|
||||
'publish_date_edit' => 'Edit publication date',
|
||||
|
|
@ -86,7 +87,7 @@ return [
|
|||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_path}. You may manually remove it from your disk.',
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'An episode with the chosen slug already exists.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Light',
|
||||
'light-transparent' => 'Light transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Platforms',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Go to {platformName} website',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Submit your podcast on {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Display in podcast homepage?',
|
||||
'on_embed' => 'Display on embeddable player?',
|
||||
'remove' => 'Remove {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Delete podcast',
|
||||
'see_episodes' => 'See episodes',
|
||||
'see_contributors' => 'See contributors',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Go to page',
|
||||
'latest_episodes' => 'Latest episodes',
|
||||
'see_all_episodes' => 'See all episodes',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podcast identity',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podcast cover',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Podcast banner',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'il mio profilo',
|
||||
'change-password' => 'cambia la password',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'piattaforme',
|
||||
'social' => 'social networks',
|
||||
'funding' => 'finanziamento',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'analytics',
|
||||
'locations' => 'posizioni',
|
||||
'webpages' => 'pagine web',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Carica un file',
|
||||
'remote_url' => 'URL remoto',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Riproduci',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'Tutti gli episodi del podcast',
|
||||
'back_to_podcast' => 'Torna a podcast',
|
||||
'edit' => 'Modifica',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Pubblica',
|
||||
'publish_edit' => 'Modifica pubblicazione',
|
||||
'publish_date_edit' => 'Edit publication date',
|
||||
|
|
@ -86,7 +87,7 @@ return [
|
|||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_path}. You may manually remove it from your disk.',
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'An episode with the chosen slug already exists.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Light',
|
||||
'light-transparent' => 'Light transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Platforms',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Go to {platformName} website',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Submit your podcast on {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Display in podcast homepage?',
|
||||
'on_embed' => 'Display on embeddable player?',
|
||||
'remove' => 'Remove {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Delete podcast',
|
||||
'see_episodes' => 'See episodes',
|
||||
'see_contributors' => 'See contributors',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Go to page',
|
||||
'latest_episodes' => 'Latest episodes',
|
||||
'see_all_episodes' => 'See all episodes',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podcast identity',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podcast cover',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Podcast banner',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'my account',
|
||||
'change-password' => 'change password',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'platforms',
|
||||
'social' => 'social networks',
|
||||
'funding' => 'funding',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'analytics',
|
||||
'locations' => 'locations',
|
||||
'webpages' => 'web pages',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Upload a file',
|
||||
'remote_url' => 'Remote URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Play',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'All podcast episodes',
|
||||
'back_to_podcast' => 'Go back to podcast',
|
||||
'edit' => 'Edit',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publish',
|
||||
'publish_edit' => 'Edit publication',
|
||||
'publish_date_edit' => 'Edit publication date',
|
||||
|
|
@ -86,7 +87,7 @@ return [
|
|||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_path}. You may manually remove it from your disk.',
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'An episode with the chosen slug already exists.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Light',
|
||||
'light-transparent' => 'Light transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Platforms',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Go to {platformName} website',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Submit your podcast on {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Display in podcast homepage?',
|
||||
'on_embed' => 'Display on embeddable player?',
|
||||
'remove' => 'Remove {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Delete podcast',
|
||||
'see_episodes' => 'See episodes',
|
||||
'see_contributors' => 'See contributors',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Go to page',
|
||||
'latest_episodes' => 'Latest episodes',
|
||||
'see_all_episodes' => 'See all episodes',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podcast identity',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podcast cover',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Podcast banner',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
22
modules/Admin/Language/kk/AboutCastopod.php
Normal file
22
modules/Admin/Language/kk/AboutCastopod.php
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
<?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' => 'About Castopod',
|
||||
'host_name' => 'Host name',
|
||||
'version' => 'Castopod version',
|
||||
'php_version' => 'PHP version',
|
||||
'os' => 'Operating System',
|
||||
'languages' => 'Languages',
|
||||
'update_database' => 'Update database',
|
||||
'messages' => [
|
||||
'databaseUpdateSuccess' => 'Database is up to date!',
|
||||
],
|
||||
];
|
||||
59
modules/Admin/Language/kk/Breadcrumb.php
Normal file
59
modules/Admin/Language/kk/Breadcrumb.php
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
use Modules\Admin\Config\Admin;
|
||||
|
||||
/**
|
||||
* @copyright 2020 Ad Aures
|
||||
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
||||
* @link https://castopod.org/
|
||||
*/
|
||||
|
||||
return [
|
||||
'label' => 'breadcrumb',
|
||||
config(Admin::class)
|
||||
->gateway => 'Home',
|
||||
'podcasts' => 'podcasts',
|
||||
'episodes' => 'episodes',
|
||||
'subscriptions' => 'subscriptions',
|
||||
'contributors' => 'contributors',
|
||||
'pages' => 'pages',
|
||||
'settings' => 'settings',
|
||||
'theme' => 'theme',
|
||||
'about' => 'about',
|
||||
'add' => 'add',
|
||||
'new' => 'new',
|
||||
'edit' => 'edit',
|
||||
'persons' => 'persons',
|
||||
'publish' => 'publish',
|
||||
'publish-edit' => 'edit publication',
|
||||
'publish-date-edit' => 'edit publication date',
|
||||
'unpublish' => 'unpublish',
|
||||
'delete' => 'delete',
|
||||
'remove' => 'remove',
|
||||
'fediverse' => 'fediverse',
|
||||
'blocked-actors' => 'blocked actors',
|
||||
'blocked-domains' => 'blocked domains',
|
||||
'users' => 'users',
|
||||
'my-account' => 'my account',
|
||||
'change-password' => 'change password',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'platforms',
|
||||
'social' => 'social networks',
|
||||
'funding' => 'funding',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'analytics',
|
||||
'locations' => 'locations',
|
||||
'webpages' => 'web pages',
|
||||
'unique-listeners' => 'unique listeners',
|
||||
'players' => 'players',
|
||||
'listening-time' => 'listening time',
|
||||
'time-periods' => 'time periods',
|
||||
'soundbites' => 'soundbites',
|
||||
'video-clips' => 'video clips',
|
||||
'embed' => 'embeddable player',
|
||||
'notifications' => 'notifications',
|
||||
'suspend' => 'suspend',
|
||||
];
|
||||
41
modules/Admin/Language/kk/Charts.php
Normal file
41
modules/Admin/Language/kk/Charts.php
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
<?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 [
|
||||
'by_service_weekly' => 'Episode downloads by service (for the past week)',
|
||||
'by_player_weekly' => 'Episode downloads by player (for the past week)',
|
||||
'by_player_yearly' => 'Episode downloads by player (for the past year)',
|
||||
'by_device_weekly' => 'Episode downloads by device (for the past week)',
|
||||
'by_os_weekly' => 'Episode downloads by O.S. (for the past week)',
|
||||
'podcast_by_region' => 'Episode downloads by region (for the past week)',
|
||||
'unique_daily_listeners' => 'Daily unique listeners',
|
||||
'unique_monthly_listeners' => 'Monthly unique listeners',
|
||||
'by_browser' => 'Web pages usage by browser (for the past week)',
|
||||
'podcast_by_day' => 'Episode daily downloads',
|
||||
'podcast_by_month' => 'Episode monthly downloads',
|
||||
'episode_by_day' => 'Episode daily downloads (first 60 days)',
|
||||
'episode_by_month' => 'Episode monthly downloads',
|
||||
'episodes_by_day' =>
|
||||
'5 latest episodes downloads (during their first 60 days)',
|
||||
'by_country_weekly' => 'Episode downloads by country (for the past week)',
|
||||
'by_country_yearly' => 'Episode downloads by country (for the past year)',
|
||||
'by_domain_weekly' => 'Web pages visits by source (for the past week)',
|
||||
'by_domain_yearly' => 'Web pages visits by source (for the past year)',
|
||||
'by_entry_page' => 'Web pages visits by landing page (for the past week)',
|
||||
'podcast_bots' => 'Bots (crawlers)',
|
||||
'daily_listening_time' => 'Daily cumulative listening time',
|
||||
'monthly_listening_time' => 'Monthly cumulative listening time',
|
||||
'by_weekday' => 'By week day (for the past 60 days)',
|
||||
'by_hour' => 'By time of day (for the past 60 days)',
|
||||
'podcast_by_bandwidth' => 'Daily used bandwidth (in MB)',
|
||||
'total_storage_by_month' => 'Monthly storage (in MB)',
|
||||
'total_bandwidth_by_month' => 'Monthly used bandwidth (in MB)',
|
||||
'total_bandwidth_by_month_limit' => 'Limited to {totalBandwidth} per month',
|
||||
];
|
||||
52
modules/Admin/Language/kk/Common.php
Normal file
52
modules/Admin/Language/kk/Common.php
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
<?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',
|
||||
'more' => 'More',
|
||||
'no_data' => 'No data found!',
|
||||
'close' => 'Close',
|
||||
'edit' => 'Edit',
|
||||
'copy' => 'Copy',
|
||||
'copied' => 'Copied!',
|
||||
'home' => 'Home',
|
||||
'explicit' => 'Explicit',
|
||||
'powered_by' => 'Powered by {castopod}',
|
||||
'actions' => 'Actions',
|
||||
'pageInfo' => 'Page {currentPage} out of {pageCount}',
|
||||
'go_back' => 'Go back',
|
||||
'forms' => [
|
||||
'editor' => [
|
||||
'write' => 'Write',
|
||||
'preview' => 'Preview',
|
||||
'help' => 'Powered by markdown',
|
||||
],
|
||||
'multiSelect' => [
|
||||
'selectText' => 'Press to select',
|
||||
'loadingText' => 'Loading…',
|
||||
'noResultsText' => 'No results found',
|
||||
'noChoicesText' => 'No choices to choose from',
|
||||
'maxItemText' => 'Cannot add more items',
|
||||
],
|
||||
'upload_file' => 'Upload a file',
|
||||
'remote_url' => 'Remote URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Play',
|
||||
'playing' => 'Playing',
|
||||
],
|
||||
'size_limit' => 'Size limit: {0}.',
|
||||
'choose_interact' => 'Choose how to interact',
|
||||
'view' => 'View',
|
||||
];
|
||||
264
modules/Admin/Language/kk/Countries.php
Normal file
264
modules/Admin/Language/kk/Countries.php
Normal file
|
|
@ -0,0 +1,264 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
/**
|
||||
* ISO 3166 country codes
|
||||
*
|
||||
* @copyright 2020 Ad Aures
|
||||
* @license https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
|
||||
* @link https://castopod.org/
|
||||
*/
|
||||
|
||||
return [
|
||||
'AD' => 'Andorra',
|
||||
'AE' => 'United Arab Emirates',
|
||||
'AF' => 'Afghanistan',
|
||||
'AG' => 'Antigua and Barbuda',
|
||||
'AI' => 'Anguilla',
|
||||
'AL' => 'Albania',
|
||||
'AM' => 'Armenia',
|
||||
'AO' => 'Angola',
|
||||
'AQ' => 'Antarctica',
|
||||
'AR' => 'Argentina',
|
||||
'AS' => 'American Samoa',
|
||||
'AT' => 'Austria',
|
||||
'AU' => 'Australia',
|
||||
'AW' => 'Aruba',
|
||||
'AX' => 'Åland Islands',
|
||||
'AZ' => 'Azerbaijan',
|
||||
'BA' => 'Bosnia and Herzegovina',
|
||||
'BB' => 'Barbados',
|
||||
'BD' => 'Bangladesh',
|
||||
'BE' => 'Belgium',
|
||||
'BF' => 'Burkina Faso',
|
||||
'BG' => 'Bulgaria',
|
||||
'BH' => 'Bahrain',
|
||||
'BI' => 'Burundi',
|
||||
'BJ' => 'Benin',
|
||||
'BL' => 'Saint Barthélemy',
|
||||
'BM' => 'Bermuda',
|
||||
'BN' => 'Brunei Darussalam',
|
||||
'BO' => 'Bolivia, Plurinational State of',
|
||||
'BQ' => 'Bonaire, Sint Eustatius and Saba',
|
||||
'BR' => 'Brazil',
|
||||
'BS' => 'Bahamas',
|
||||
'BT' => 'Bhutan',
|
||||
'BV' => 'Bouvet Island',
|
||||
'BW' => 'Botswana',
|
||||
'BY' => 'Belarus',
|
||||
'BZ' => 'Belize',
|
||||
'CA' => 'Canada',
|
||||
'CC' => 'Cocos (Keeling) Islands',
|
||||
'CD' => 'Congo, the Democratic Republic of the',
|
||||
'CF' => 'Central African Republic',
|
||||
'CG' => 'Congo',
|
||||
'CH' => 'Switzerland',
|
||||
'CI' => "Côte d'Ivoire",
|
||||
'CK' => 'Cook Islands',
|
||||
'CL' => 'Chile',
|
||||
'CM' => 'Cameroon',
|
||||
'CN' => 'China',
|
||||
'CO' => 'Colombia',
|
||||
'CR' => 'Costa Rica',
|
||||
'CU' => 'Cuba',
|
||||
'CV' => 'Cape Verde',
|
||||
'CW' => 'Curaçao',
|
||||
'CX' => 'Christmas Island',
|
||||
'CY' => 'Cyprus',
|
||||
'CZ' => 'Czech Republic',
|
||||
'DE' => 'Germany',
|
||||
'DJ' => 'Djibouti',
|
||||
'DK' => 'Denmark',
|
||||
'DM' => 'Dominica',
|
||||
'DO' => 'Dominican Republic',
|
||||
'DZ' => 'Algeria',
|
||||
'EC' => 'Ecuador',
|
||||
'EE' => 'Estonia',
|
||||
'EG' => 'Egypt',
|
||||
'EH' => 'Western Sahara',
|
||||
'ER' => 'Eritrea',
|
||||
'ES' => 'Spain',
|
||||
'ET' => 'Ethiopia',
|
||||
'FI' => 'Finland',
|
||||
'FJ' => 'Fiji',
|
||||
'FK' => 'Falkland Islands (Malvinas)',
|
||||
'FM' => 'Micronesia, Federated States of',
|
||||
'FO' => 'Faroe Islands',
|
||||
'FR' => 'France',
|
||||
'GA' => 'Gabon',
|
||||
'GB' => 'United Kingdom',
|
||||
'GD' => 'Grenada',
|
||||
'GE' => 'Georgia',
|
||||
'GF' => 'French Guiana',
|
||||
'GG' => 'Guernsey',
|
||||
'GH' => 'Ghana',
|
||||
'GI' => 'Gibraltar',
|
||||
'GL' => 'Greenland',
|
||||
'GM' => 'Gambia',
|
||||
'GN' => 'Guinea',
|
||||
'GP' => 'Guadeloupe',
|
||||
'GQ' => 'Equatorial Guinea',
|
||||
'GR' => 'Greece',
|
||||
'GS' => 'South Georgia and the South Sandwich Islands',
|
||||
'GT' => 'Guatemala',
|
||||
'GU' => 'Guam',
|
||||
'GW' => 'Guinea-Bissau',
|
||||
'GY' => 'Guyana',
|
||||
'HK' => 'Hong Kong',
|
||||
'HM' => 'Heard Island and McDonald Islands',
|
||||
'HN' => 'Honduras',
|
||||
'HR' => 'Croatia',
|
||||
'HT' => 'Haiti',
|
||||
'HU' => 'Hungary',
|
||||
'ID' => 'Indonesia',
|
||||
'IE' => 'Ireland',
|
||||
'IL' => 'Israel',
|
||||
'IM' => 'Isle of Man',
|
||||
'IN' => 'India',
|
||||
'IO' => 'British Indian Ocean Territory',
|
||||
'IQ' => 'Iraq',
|
||||
'IR' => 'Iran, Islamic Republic of',
|
||||
'IS' => 'Iceland',
|
||||
'IT' => 'Italy',
|
||||
'JE' => 'Jersey',
|
||||
'JM' => 'Jamaica',
|
||||
'JO' => 'Jordan',
|
||||
'JP' => 'Japan',
|
||||
'KE' => 'Kenya',
|
||||
'KG' => 'Kyrgyzstan',
|
||||
'KH' => 'Cambodia',
|
||||
'KI' => 'Kiribati',
|
||||
'KM' => 'Comoros',
|
||||
'KN' => 'Saint Kitts and Nevis',
|
||||
'KP' => "Korea, Democratic People's Republic of",
|
||||
'KR' => 'Korea, Republic of',
|
||||
'KW' => 'Kuwait',
|
||||
'KY' => 'Cayman Islands',
|
||||
'KZ' => 'Kazakhstan',
|
||||
'LA' => "Lao People's Democratic Republic",
|
||||
'LB' => 'Lebanon',
|
||||
'LC' => 'Saint Lucia',
|
||||
'LI' => 'Liechtenstein',
|
||||
'LK' => 'Sri Lanka',
|
||||
'LR' => 'Liberia',
|
||||
'LS' => 'Lesotho',
|
||||
'LT' => 'Lithuania',
|
||||
'LU' => 'Luxembourg',
|
||||
'LV' => 'Latvia',
|
||||
'LY' => 'Libya',
|
||||
'MA' => 'Morocco',
|
||||
'MC' => 'Monaco',
|
||||
'MD' => 'Moldova, Republic of',
|
||||
'ME' => 'Montenegro',
|
||||
'MF' => 'Saint Martin (French part)',
|
||||
'MG' => 'Madagascar',
|
||||
'MH' => 'Marshall Islands',
|
||||
'MK' => 'Macedonia, the Former Yugoslav Republic of',
|
||||
'ML' => 'Mali',
|
||||
'MM' => 'Myanmar',
|
||||
'MN' => 'Mongolia',
|
||||
'MO' => 'Macao',
|
||||
'MP' => 'Northern Mariana Islands',
|
||||
'MQ' => 'Martinique',
|
||||
'MR' => 'Mauritania',
|
||||
'MS' => 'Montserrat',
|
||||
'MT' => 'Malta',
|
||||
'MU' => 'Mauritius',
|
||||
'MV' => 'Maldives',
|
||||
'MW' => 'Malawi',
|
||||
'MX' => 'Mexico',
|
||||
'MY' => 'Malaysia',
|
||||
'MZ' => 'Mozambique',
|
||||
'N/A' => 'Not Applicable (local IP…)',
|
||||
'NA' => 'Namibia',
|
||||
'NC' => 'New Caledonia',
|
||||
'NE' => 'Niger',
|
||||
'NF' => 'Norfolk Island',
|
||||
'NG' => 'Nigeria',
|
||||
'NI' => 'Nicaragua',
|
||||
'NL' => 'Netherlands',
|
||||
'NO' => 'Norway',
|
||||
'NP' => 'Nepal',
|
||||
'NR' => 'Nauru',
|
||||
'NU' => 'Niue',
|
||||
'NZ' => 'New Zealand',
|
||||
'OM' => 'Oman',
|
||||
'PA' => 'Panama',
|
||||
'PE' => 'Peru',
|
||||
'PF' => 'French Polynesia',
|
||||
'PG' => 'Papua New Guinea',
|
||||
'PH' => 'Philippines',
|
||||
'PK' => 'Pakistan',
|
||||
'PL' => 'Poland',
|
||||
'PM' => 'Saint Pierre and Miquelon',
|
||||
'PN' => 'Pitcairn',
|
||||
'PR' => 'Puerto Rico',
|
||||
'PS' => 'Palestine, State of',
|
||||
'PT' => 'Portugal',
|
||||
'PW' => 'Palau',
|
||||
'PY' => 'Paraguay',
|
||||
'QA' => 'Qatar',
|
||||
'RE' => 'Réunion',
|
||||
'RO' => 'Romania',
|
||||
'RS' => 'Serbia',
|
||||
'RU' => 'Russian Federation',
|
||||
'RW' => 'Rwanda',
|
||||
'SA' => 'Saudi Arabia',
|
||||
'SB' => 'Solomon Islands',
|
||||
'SC' => 'Seychelles',
|
||||
'SD' => 'Sudan',
|
||||
'SE' => 'Sweden',
|
||||
'SG' => 'Singapore',
|
||||
'SH' => 'Saint Helena, Ascension and Tristan da Cunha',
|
||||
'SI' => 'Slovenia',
|
||||
'SJ' => 'Svalbard and Jan Mayen',
|
||||
'SK' => 'Slovakia',
|
||||
'SL' => 'Sierra Leone',
|
||||
'SM' => 'San Marino',
|
||||
'SN' => 'Senegal',
|
||||
'SO' => 'Somalia',
|
||||
'SR' => 'Suriname',
|
||||
'SS' => 'South Sudan',
|
||||
'ST' => 'Sao Tome and Principe',
|
||||
'SV' => 'El Salvador',
|
||||
'SX' => 'Sint Maarten (Dutch part)',
|
||||
'SY' => 'Syrian Arab Republic',
|
||||
'SZ' => 'Swaziland',
|
||||
'TC' => 'Turks and Caicos Islands',
|
||||
'TD' => 'Chad',
|
||||
'TF' => 'French Southern Territories',
|
||||
'TG' => 'Togo',
|
||||
'TH' => 'Thailand',
|
||||
'TJ' => 'Tajikistan',
|
||||
'TK' => 'Tokelau',
|
||||
'TL' => 'Timor-Leste',
|
||||
'TM' => 'Turkmenistan',
|
||||
'TN' => 'Tunisia',
|
||||
'TO' => 'Tonga',
|
||||
'TR' => 'Turkey',
|
||||
'TT' => 'Trinidad and Tobago',
|
||||
'TV' => 'Tuvalu',
|
||||
'TW' => 'Taiwan, Province of China',
|
||||
'TZ' => 'Tanzania, United Republic of',
|
||||
'UA' => 'Ukraine',
|
||||
'UG' => 'Uganda',
|
||||
'UM' => 'United States Minor Outlying Islands',
|
||||
'US' => 'United States',
|
||||
'UY' => 'Uruguay',
|
||||
'UZ' => 'Uzbekistan',
|
||||
'VA' => 'Holy See (Vatican City State)',
|
||||
'VC' => 'Saint Vincent and the Grenadines',
|
||||
'VE' => 'Venezuela, Bolivarian Republic of',
|
||||
'VG' => 'Virgin Islands, British',
|
||||
'VI' => 'Virgin Islands, U.S.',
|
||||
'VN' => 'Viet Nam',
|
||||
'VU' => 'Vanuatu',
|
||||
'WF' => 'Wallis and Futuna',
|
||||
'WS' => 'Samoa',
|
||||
'YE' => 'Yemen',
|
||||
'YT' => 'Mayotte',
|
||||
'ZA' => 'South Africa',
|
||||
'ZM' => 'Zambia',
|
||||
'ZW' => 'Zimbabwe',
|
||||
];
|
||||
28
modules/Admin/Language/kk/Dashboard.php
Normal file
28
modules/Admin/Language/kk/Dashboard.php
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
<?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 [
|
||||
'home' => 'Admin dashboard',
|
||||
'welcome_message' => 'Welcome to the admin area!',
|
||||
'podcasts' => [
|
||||
'title' => 'Podcasts',
|
||||
'not_found' => 'No published podcast',
|
||||
'last_published' => 'Last published on {lastPublicationDate}',
|
||||
],
|
||||
'episodes' => [
|
||||
'title' => 'Episodes',
|
||||
'not_found' => 'No published episode',
|
||||
'last_published' => 'Last published on {lastPublicationDate}',
|
||||
],
|
||||
'storage' => [
|
||||
'title' => 'Storage',
|
||||
'subtitle' => '{totalUploaded} out of {totalStorage}',
|
||||
],
|
||||
];
|
||||
225
modules/Admin/Language/kk/Episode.php
Normal file
225
modules/Admin/Language/kk/Episode.php
Normal file
|
|
@ -0,0 +1,225 @@
|
|||
<?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}',
|
||||
'number_of_comments' => '{numberOfComments, plural,
|
||||
one {# comment}
|
||||
other {# comments}
|
||||
}',
|
||||
'all_podcast_episodes' => 'All podcast episodes',
|
||||
'back_to_podcast' => 'Go back to podcast',
|
||||
'edit' => 'Edit',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publish',
|
||||
'publish_edit' => 'Edit publication',
|
||||
'publish_date_edit' => 'Edit publication date',
|
||||
'unpublish' => 'Unpublish',
|
||||
'publish_error' => 'Episode is already published.',
|
||||
'publish_edit_error' => 'Episode is already published.',
|
||||
'publish_cancel_error' => 'Episode is already published.',
|
||||
'publish_date_edit_error' => 'Episode has not been published yet, you cannot edit its publication date.',
|
||||
'publish_date_edit_future_error' => 'Episode\'s publication date can only be set to a past date! If you would like to reschedule it, unpublish it first.',
|
||||
'publish_date_edit_success' => 'Episode\'s publication date has been updated successfully!',
|
||||
'unpublish_error' => 'Episode is not published.',
|
||||
'delete' => 'Delete',
|
||||
'go_to_page' => 'Go to page',
|
||||
'create' => 'Add an episode',
|
||||
'publication_status' => [
|
||||
'published' => 'Published',
|
||||
'with_podcast' => 'Published',
|
||||
'scheduled' => 'Scheduled',
|
||||
'not_published' => 'Not published',
|
||||
],
|
||||
'with_podcast_hint' => 'To be published at the same time as the podcast',
|
||||
'list' => [
|
||||
'search' => [
|
||||
'placeholder' => 'Search for an episode',
|
||||
'clear' => 'Clear search',
|
||||
'submit' => 'Search',
|
||||
],
|
||||
'number_of_episodes' => '{numberOfEpisodes, plural,
|
||||
one {# episode}
|
||||
other {# episodes}
|
||||
}',
|
||||
'episode' => 'Episode',
|
||||
'visibility' => 'Visibility',
|
||||
'downloads' => 'Downloads',
|
||||
'comments' => 'Comments',
|
||||
'actions' => 'Actions',
|
||||
],
|
||||
'messages' => [
|
||||
'createSuccess' => 'Episode has been successfully created!',
|
||||
'editSuccess' => 'Episode has been successfully updated!',
|
||||
'publishSuccess' => '{publication_status, select,
|
||||
published {Episode successfully published!}
|
||||
scheduled {Episode publication successfully scheduled!}
|
||||
with_podcast {This episode will be published at the same time as the podcast.}
|
||||
other {This episode is not published.}
|
||||
}',
|
||||
'publishCancelSuccess' => 'Episode publication successfully cancelled!',
|
||||
'unpublishBeforeDeleteTip' => 'You must unpublish the episode before deleting it.',
|
||||
'scheduleDateError' => 'Schedule date must be set!',
|
||||
'deletePublishedEpisodeError' => 'Please unpublish the episode before deleting it.',
|
||||
'deleteSuccess' => 'Episode successfully deleted!',
|
||||
'deleteError' => 'Failed to delete episode {type, select,
|
||||
transcript {transcript}
|
||||
chapters {chapters}
|
||||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
}.',
|
||||
'deleteFileError' => 'Failed to delete {type, select,
|
||||
transcript {transcript}
|
||||
chapters {chapters}
|
||||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'An episode with the chosen slug already exists.',
|
||||
],
|
||||
'form' => [
|
||||
'file_size_error' =>
|
||||
'Your file size is too big! Max size is {0}. Increase the `memory_limit`, `upload_max_filesize` and `post_max_size` values in your php configuration file then restart your web server to upload your file.',
|
||||
'audio_file' => 'Audio file',
|
||||
'audio_file_hint' => 'Choose an .mp3 or .m4a audio file.',
|
||||
'info_section_title' => 'Episode info',
|
||||
'cover' => 'Episode cover',
|
||||
'cover_hint' =>
|
||||
'If you do not set a cover, the podcast cover will be used instead.',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'title' => 'Title',
|
||||
'title_hint' =>
|
||||
'Should contain a clear and concise episode name. Do not specify the episode or season numbers here.',
|
||||
'permalink' => 'Permalink',
|
||||
'season_number' => 'Season',
|
||||
'episode_number' => 'Episode',
|
||||
'type' => [
|
||||
'label' => 'Type',
|
||||
'full' => 'Full',
|
||||
'full_hint' => 'Complete content (the episode)',
|
||||
'trailer' => 'Trailer',
|
||||
'trailer_hint' => 'Short, promotional piece of content that represents a preview of the current show',
|
||||
'bonus' => 'Bonus',
|
||||
'bonus_hint' => 'Extra content for the show (for example, behind the scenes info or interviews with the cast) or cross-promotional content for another show',
|
||||
],
|
||||
'premium_title' => 'Premium',
|
||||
'premium' => 'Episode must be accessible to premium subscribers only',
|
||||
'parental_advisory' => [
|
||||
'label' => 'Parental advisory',
|
||||
'hint' => 'Does the episode contain explicit content?',
|
||||
'undefined' => 'undefined',
|
||||
'clean' => 'Clean',
|
||||
'explicit' => 'Explicit',
|
||||
],
|
||||
'show_notes_section_title' => 'Show notes',
|
||||
'show_notes_section_subtitle' =>
|
||||
'Up to 4000 characters, be clear and concise. Show notes help potential listeners in finding the episode.',
|
||||
'description' => 'Description',
|
||||
'description_footer' => 'Description footer',
|
||||
'description_footer_hint' =>
|
||||
'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.',
|
||||
'location_section_title' => 'Location',
|
||||
'location_section_subtitle' => 'What place is this episode about?',
|
||||
'location_name' => 'Location name or address',
|
||||
'location_name_hint' => 'This can be a real or fictional location',
|
||||
'transcript' => 'Transcript (subtitles / closed captions)',
|
||||
'transcript_hint' => 'Only .srt are allowed.',
|
||||
'transcript_download' => 'Download transcript',
|
||||
'transcript_file' => 'Transcript file (.srt)',
|
||||
'transcript_remote_url' => 'Remote url for transcript',
|
||||
'transcript_file_delete' => 'Delete transcript file',
|
||||
'chapters' => 'Chapters',
|
||||
'chapters_hint' => 'File must be in JSON Chapters format.',
|
||||
'chapters_download' => 'Download chapters',
|
||||
'chapters_file' => 'Chapters file',
|
||||
'chapters_remote_url' => 'Remote url for chapters file',
|
||||
'chapters_file_delete' => 'Delete chapters file',
|
||||
'advanced_section_title' => 'Advanced Parameters',
|
||||
'advanced_section_subtitle' =>
|
||||
'If you need RSS tags that Castopod does not handle, set them here.',
|
||||
'custom_rss' => 'Custom RSS tags for the episode',
|
||||
'custom_rss_hint' => 'This will be injected within the ❬item❭ tag.',
|
||||
'block' => 'Episode should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The episode show or hide status: toggling this on prevents the episode from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
'submit_create' => 'Create episode',
|
||||
'submit_edit' => 'Save episode',
|
||||
],
|
||||
'publish_form' => [
|
||||
'back_to_episode_dashboard' => 'Back to episode dashboard',
|
||||
'post' => 'Your announcement post',
|
||||
'post_hint' =>
|
||||
"Write a message to announce the publication of your episode. The message will be broadcasted to all your followers in the fediverse and be featured in your podcast's homepage.",
|
||||
'message_placeholder' => 'Write your message…',
|
||||
'publication_date' => 'Publication date',
|
||||
'publication_method' => [
|
||||
'now' => 'Now',
|
||||
'schedule' => 'Schedule',
|
||||
'with_podcast' => 'Publish alongside podcast',
|
||||
],
|
||||
'scheduled_publication_date' => 'Scheduled publication date',
|
||||
'scheduled_publication_date_clear' => 'Clear publication date',
|
||||
'scheduled_publication_date_hint' =>
|
||||
'You can schedule the episode release by setting a future publication date. This field must be formatted as YYYY-MM-DD HH:mm',
|
||||
'submit' => 'Publish',
|
||||
'submit_edit' => 'Edit publication',
|
||||
'cancel_publication' => 'Cancel publication',
|
||||
'message_warning' => 'You did not write a message for your announcement post!',
|
||||
'message_warning_hint' => 'Having a message increases social engagement, resulting in a better visibility for your episode.',
|
||||
'message_warning_submit' => 'Publish anyways',
|
||||
],
|
||||
'publish_date_edit_form' => [
|
||||
'new_publication_date' => 'New publication date',
|
||||
'new_publication_date_hint' => 'Must be set to a past date.',
|
||||
'submit' => 'Edit publication date',
|
||||
],
|
||||
'unpublish_form' => [
|
||||
'disclaimer' =>
|
||||
"Unpublishing the episode will delete all the comments and posts associated with it and remove it from the podcast's RSS feed.",
|
||||
'understand' => 'I understand, I want to unpublish the episode',
|
||||
'submit' => 'Unpublish',
|
||||
],
|
||||
'delete_form' => [
|
||||
'disclaimer' =>
|
||||
"Deleting the episode will delete all media files, comments, video clips and soundbites associated with it.",
|
||||
'understand' => 'I understand, I want to delete the episode',
|
||||
'submit' => 'Delete',
|
||||
],
|
||||
'embed' => [
|
||||
'title' => 'Embeddable player',
|
||||
'label' =>
|
||||
'Pick a theme color, copy the embeddable player to clipboard, then paste it on your website.',
|
||||
'clipboard_iframe' => 'Copy embeddable player to clipboard',
|
||||
'clipboard_url' => 'Copy address to clipboard',
|
||||
'dark' => 'Dark',
|
||||
'dark-transparent' => 'Dark transparent',
|
||||
'light' => 'Light',
|
||||
'light-transparent' => 'Light transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
23
modules/Admin/Language/kk/EpisodeNavigation.php
Normal file
23
modules/Admin/Language/kk/EpisodeNavigation.php
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<?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 [
|
||||
'go_to_page' => 'View episode page',
|
||||
'dashboard' => 'Episode dashboard',
|
||||
'episode-view' => 'Home',
|
||||
'episode-edit' => 'Edit episode',
|
||||
'episode-persons-manage' => 'Manage persons',
|
||||
'embed-add' => 'Embeddable player',
|
||||
'clips' => 'Clips',
|
||||
'video-clips-list' => 'Video clips',
|
||||
'video-clips-create' => 'New video clip',
|
||||
'soundbites-list' => 'Soundbites',
|
||||
'soundbites-create' => 'New soundbite',
|
||||
];
|
||||
32
modules/Admin/Language/kk/Fediverse.php
Normal file
32
modules/Admin/Language/kk/Fediverse.php
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
<?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 [
|
||||
'messages' => [
|
||||
'actorNotFound' => 'The account could not be found!',
|
||||
'blockActorSuccess' => '{actor} has been blocked!',
|
||||
'unblockActorSuccess' => 'Actor has been unblocked!',
|
||||
'blockDomainSuccess' => '{domain} has been blocked!',
|
||||
'unblockDomainSuccess' => '{domain} has been unblocked!',
|
||||
],
|
||||
'blocked_actors' => 'Blocked accounts',
|
||||
'blocked_domains' => 'Blocked domains',
|
||||
'block_lists_form' => [
|
||||
'handle' => 'Account handle',
|
||||
'handle_hint' => 'Input @username@domain account.',
|
||||
'domain' => 'Domain name',
|
||||
'submit' => 'Block!',
|
||||
],
|
||||
'list' => [
|
||||
'actor' => 'Account',
|
||||
'domain' => 'Domain name',
|
||||
'unblock' => 'Unblock',
|
||||
],
|
||||
];
|
||||
14
modules/Admin/Language/kk/Home.php
Normal file
14
modules/Admin/Language/kk/Home.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?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' => 'All podcasts',
|
||||
'no_podcast' => 'No podcast found',
|
||||
];
|
||||
61
modules/Admin/Language/kk/Install.php
Normal file
61
modules/Admin/Language/kk/Install.php
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
<?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 [
|
||||
'manual_config' => 'Manual configuration',
|
||||
'manual_config_subtitle' =>
|
||||
'Create a `.env` file with your settings and refresh the page to continue installation.',
|
||||
'form' => [
|
||||
'instance_config' => 'Instance configuration',
|
||||
'hostname' => 'Hostname',
|
||||
'media_base_url' => 'Media base URL',
|
||||
'media_base_url_hint' =>
|
||||
'If you use a CDN and/or an external analytics service, you may set them here.',
|
||||
'admin_gateway' => 'Admin gateway',
|
||||
'admin_gateway_hint' =>
|
||||
'The route to access the admin area (eg. https://example.com/cp-admin). It is set by default as cp-admin, we recommend you change it for security reasons.',
|
||||
'auth_gateway' => 'Auth gateway',
|
||||
'auth_gateway_hint' =>
|
||||
'The route to access the authentication pages (eg. https://example.com/cp-auth). It is set by default as cp-auth, we recommend you change it for security reasons.',
|
||||
'database_config' => 'Database configuration',
|
||||
'database_config_hint' =>
|
||||
'Castopod needs to connect to your MySQL (or MariaDB) database. If you do not have these required info, please contact your server administrator.',
|
||||
'db_hostname' => 'Database hostname',
|
||||
'db_name' => 'Database name',
|
||||
'db_username' => 'Database username',
|
||||
'db_password' => 'Database password',
|
||||
'db_prefix' => 'Database prefix',
|
||||
'db_prefix_hint' =>
|
||||
"The prefix of the Castopod table names, leave as is if you don't know what it means.",
|
||||
'cache_config' => 'Cache configuration',
|
||||
'cache_config_hint' =>
|
||||
'Choose your preferred cache handler. Leave it as the default value if you have no clue what it means.',
|
||||
'cache_handler' => 'Cache handler',
|
||||
'cacheHandlerOptions' => [
|
||||
'file' => 'File',
|
||||
'redis' => 'Redis',
|
||||
'predis' => 'Predis',
|
||||
],
|
||||
'next' => 'Next',
|
||||
'submit' => 'Finish install',
|
||||
'create_superadmin' => 'Create your superadmin account',
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
],
|
||||
'messages' => [
|
||||
'createSuperAdminSuccess' =>
|
||||
'Your superadmin account has been created successfully. Login to start podcasting!',
|
||||
'databaseConnectError' =>
|
||||
'Castopod could not connect to your database. Edit your database configuration and try again.',
|
||||
'writeError' =>
|
||||
"Couldn't create/write the `.env` file. You must create it manually by following the `.env.example` file template in the Castopod package.",
|
||||
],
|
||||
];
|
||||
43
modules/Admin/Language/kk/Navigation.php
Normal file
43
modules/Admin/Language/kk/Navigation.php
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
<?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 [
|
||||
'toggle_sidebar' => 'Toggle sidebar',
|
||||
'go_to_website' => 'Go to website',
|
||||
'go_to_admin' => 'Go to admin',
|
||||
'dashboard' => 'Dashboard',
|
||||
'admin' => 'Home',
|
||||
'podcasts' => 'Podcasts',
|
||||
'podcast-list' => 'All podcasts',
|
||||
'podcast-create' => 'New podcast',
|
||||
'all-podcast-imports' => 'All Podcast imports',
|
||||
'podcast-imports-add' => 'Import a podcast',
|
||||
'persons' => 'Persons',
|
||||
'person-list' => 'All persons',
|
||||
'person-create' => 'New person',
|
||||
'fediverse' => 'Fediverse',
|
||||
'fediverse-blocked-actors' => 'Blocked accounts',
|
||||
'fediverse-blocked-domains' => 'Blocked domains',
|
||||
'users' => 'Users',
|
||||
'user-list' => 'All users',
|
||||
'user-create' => 'New user',
|
||||
'pages' => 'Pages',
|
||||
'page-list' => 'All pages',
|
||||
'page-create' => 'New Page',
|
||||
'settings' => 'Settings',
|
||||
'settings-general' => 'General',
|
||||
'settings-theme' => 'Theme',
|
||||
'admin-about' => 'About',
|
||||
'account' => [
|
||||
'my-account' => 'My account',
|
||||
'change-password' => 'Change password',
|
||||
'logout' => 'Logout',
|
||||
],
|
||||
];
|
||||
19
modules/Admin/Language/kk/Notifications.php
Normal file
19
modules/Admin/Language/kk/Notifications.php
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
<?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' => 'Notifications',
|
||||
'reply' => '{actor_username} replied to your post',
|
||||
'favourite' => '{actor_username} favourited your post',
|
||||
'reblog' => '{actor_username} shared your post',
|
||||
'follow' => '{actor_username} started following you',
|
||||
'no_notifications' => 'No notifications',
|
||||
'mark_all_as_read' => 'Mark all as read',
|
||||
];
|
||||
30
modules/Admin/Language/kk/Page.php
Normal file
30
modules/Admin/Language/kk/Page.php
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<?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' => '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',
|
||||
],
|
||||
'messages' => [
|
||||
'createSuccess' => 'The page “{pageTitle}” was created successfully!',
|
||||
'editSuccess' => 'The page was successfully updated!',
|
||||
],
|
||||
];
|
||||
21
modules/Admin/Language/kk/Pager.php
Normal file
21
modules/Admin/Language/kk/Pager.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?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 [
|
||||
'pageNavigation' => 'Page navigation',
|
||||
'first' => 'First',
|
||||
'previous' => 'Previous',
|
||||
'next' => 'Next',
|
||||
'last' => 'Last',
|
||||
'older' => 'Older',
|
||||
'newer' => 'Newer',
|
||||
'invalidTemplate' => '{0} is not a valid Pager template.',
|
||||
'invalidPaginationGroup' => '{0} is not a valid Pagination group.',
|
||||
];
|
||||
65
modules/Admin/Language/kk/Person.php
Normal file
65
modules/Admin/Language/kk/Person.php
Normal file
|
|
@ -0,0 +1,65 @@
|
|||
<?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 [
|
||||
'persons' => 'Persons',
|
||||
'all_persons' => 'All persons',
|
||||
'no_person' => 'Nobody found!',
|
||||
'create' => 'Create a person',
|
||||
'view' => 'View person',
|
||||
'edit' => 'Edit person',
|
||||
'delete' => 'Delete person',
|
||||
'messages' => [
|
||||
'createSuccess' => 'Person has been successfully created!',
|
||||
'editSuccess' => 'Person has been successfully updated!',
|
||||
'deleteSuccess' => 'Person has been removed!',
|
||||
],
|
||||
'form' => [
|
||||
'avatar' => 'Avatar',
|
||||
'avatar_size_hint' =>
|
||||
'Avatar must be squared and at least 400px wide and tall.',
|
||||
'full_name' => 'Full name',
|
||||
'full_name_hint' => 'This is the full name or alias of the person.',
|
||||
'unique_name' => 'Unique name',
|
||||
'unique_name_hint' => 'Used for URLs',
|
||||
'information_url' => 'Information URL',
|
||||
'information_url_hint' =>
|
||||
'Url to a relevant resource of information about the person, such as a homepage or third-party profile platform.',
|
||||
'submit_create' => 'Create person',
|
||||
'submit_edit' => 'Save person',
|
||||
],
|
||||
'podcast_form' => [
|
||||
'title' => 'Manage persons',
|
||||
'add_section_title' => 'Add persons to this podcast',
|
||||
'add_section_subtitle' => 'You may pick several persons and roles.',
|
||||
'persons' => 'Persons',
|
||||
'persons_hint' =>
|
||||
'You may select one or several persons with the same roles. You need to create the persons first.',
|
||||
'roles' => 'Roles',
|
||||
'roles_hint' =>
|
||||
'You may select none, one or several roles for a person.',
|
||||
'submit_add' => 'Add person(s)',
|
||||
'remove' => 'Remove',
|
||||
],
|
||||
'episode_form' => [
|
||||
'title' => 'Manage persons',
|
||||
'add_section_title' => 'Add persons to this episode',
|
||||
'add_section_subtitle' => 'You may pick several persons and roles.',
|
||||
'persons' => 'Persons',
|
||||
'persons_hint' =>
|
||||
'You may select one or several persons with the same roles. You need to create the persons first.',
|
||||
'roles' => 'Roles',
|
||||
'roles_hint' =>
|
||||
'You may select none, one or several roles for a person.',
|
||||
'submit_add' => 'Add person(s)',
|
||||
'remove' => 'Remove',
|
||||
],
|
||||
'credits' => 'Credits',
|
||||
];
|
||||
43
modules/Admin/Language/kk/Platforms.php
Normal file
43
modules/Admin/Language/kk/Platforms.php
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
<?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' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Go to {platformName} website',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Submit your podcast on {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Display in podcast homepage?',
|
||||
'on_embed' => 'Display on embeddable player?',
|
||||
'remove' => 'Remove {platformName}',
|
||||
'submit' => 'Save',
|
||||
'messages' => [
|
||||
'updateSuccess' => 'Platform links have been successfully updated!',
|
||||
'removeLinkSuccess' => 'The platform link has been removed.',
|
||||
'removeLinkError' =>
|
||||
'The platform link could not be removed. Try again.',
|
||||
],
|
||||
'description' => [
|
||||
'podcasting' => 'The podcast ID on this platform',
|
||||
'social' => 'The podcast account ID on this platform',
|
||||
'funding' => 'Call to action message',
|
||||
],
|
||||
];
|
||||
314
modules/Admin/Language/kk/Podcast.php
Normal file
314
modules/Admin/Language/kk/Podcast.php
Normal file
|
|
@ -0,0 +1,314 @@
|
|||
<?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' => 'All podcasts',
|
||||
'no_podcast' => 'No podcast found!',
|
||||
'create' => 'Create podcast',
|
||||
'import' => 'Import podcast',
|
||||
'all_imports' => 'Podcast imports',
|
||||
'new_episode' => 'New Episode',
|
||||
'view' => 'View podcast',
|
||||
'edit' => 'Edit podcast',
|
||||
'publish' => 'Publish podcast',
|
||||
'publish_edit' => 'Edit publication',
|
||||
'delete' => 'Delete podcast',
|
||||
'see_episodes' => 'See episodes',
|
||||
'see_contributors' => 'See contributors',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Go to page',
|
||||
'latest_episodes' => 'Latest episodes',
|
||||
'see_all_episodes' => 'See all episodes',
|
||||
'draft' => 'Draft',
|
||||
'messages' => [
|
||||
'createSuccess' => 'Podcast successfully created!',
|
||||
'editSuccess' => 'Podcast has been successfully updated!',
|
||||
'importSuccess' => 'Podcast has been successfully imported!',
|
||||
'deleteSuccess' => 'Podcast @{podcast_handle} successfully deleted!',
|
||||
'deletePodcastMediaError' => 'Failed to delete podcast {type, select,
|
||||
cover {cover}
|
||||
banner {banner}
|
||||
other {media}
|
||||
}.',
|
||||
'deleteEpisodeMediaError' => 'Failed to delete podcast episode {episode_slug} {type, select,
|
||||
transcript {transcript}
|
||||
chapters {chapters}
|
||||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
}.',
|
||||
'deletePodcastMediaFolderError' => 'Failed to delete podcast media folder {folder_path}. You may manually remove it from your disk.',
|
||||
'podcastFeedUpdateSuccess' => 'Successful update: {number_of_new_episodes, plural,
|
||||
one {# episode was}
|
||||
other {# episodes were}
|
||||
} added to the podcast!',
|
||||
'podcastFeedUpToDate' => 'Podcast is already up to date.',
|
||||
'publishError' => 'This podcast is either already published or scheduled for publication.',
|
||||
'publishEditError' => 'This podcast is not scheduled for publication.',
|
||||
'publishCancelSuccess' => 'Podcast publication successfully cancelled!',
|
||||
'scheduleDateError' => 'Schedule date must be set!',
|
||||
],
|
||||
'form' => [
|
||||
'identity_section_title' => 'Podcast identity',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podcast cover',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Podcast banner',
|
||||
'banner_size_hint' => 'Banner must have a 3:1 ratio and be at least 1500px wide.',
|
||||
'banner_delete' => 'Delete podcast banner',
|
||||
'title' => 'Title',
|
||||
'handle' => 'Handle',
|
||||
'handle_hint' =>
|
||||
'Used to identify the podcast. Uppercase, lowercase, numbers and underscores are accepted.',
|
||||
'type' => [
|
||||
'label' => 'Type',
|
||||
'episodic' => 'Episodic',
|
||||
'episodic_hint' => 'If episodes are intended to be consumed without any specific order. Newest episodes will be presented first.',
|
||||
'serial' => 'Serial',
|
||||
'serial_hint' => 'If episodes are intended to be consumed in sequential order. The oldest episodes will be presented first.',
|
||||
],
|
||||
'description' => 'Description',
|
||||
'classification_section_title' => 'Classification',
|
||||
'classification_section_subtitle' =>
|
||||
'These fields will impact your audience and competition.',
|
||||
'language' => 'Language',
|
||||
'category' => 'Category',
|
||||
'category_placeholder' => 'Select a category…',
|
||||
'other_categories' => 'Other categories',
|
||||
'parental_advisory' => [
|
||||
'label' => 'Parental advisory',
|
||||
'hint' => 'Does it contain explicit content?',
|
||||
'undefined' => 'undefined',
|
||||
'clean' => 'Clean',
|
||||
'explicit' => 'Explicit',
|
||||
],
|
||||
'author_section_title' => 'Author',
|
||||
'author_section_subtitle' => 'Who is managing the podcast?',
|
||||
'owner_name' => 'Owner name',
|
||||
'owner_name_hint' =>
|
||||
'For administrative use only. Visible in the public RSS feed.',
|
||||
'owner_email' => 'Owner email',
|
||||
'owner_email_hint' =>
|
||||
'Will be used by most platforms to verify the podcast ownership. Visible in the public RSS feed.',
|
||||
'publisher' => 'Publisher',
|
||||
'publisher_hint' =>
|
||||
'The group responsible for creating the show. Often refers to the parent company or network of a podcast. This field is sometimes labeled as ’Author’.',
|
||||
'copyright' => 'Copyright',
|
||||
'location_section_title' => 'Location',
|
||||
'location_section_subtitle' => 'What place is this podcast about?',
|
||||
'location_name' => 'Location name or address',
|
||||
'location_name_hint' => 'This can be a real place or fictional',
|
||||
'monetization_section_title' => 'Monetization',
|
||||
'monetization_section_subtitle' =>
|
||||
'Earn money thanks to your audience.',
|
||||
'premium' => 'Premium',
|
||||
'premium_by_default' => 'Episodes must be set as premium by default',
|
||||
'premium_by_default_hint' => 'Podcast episodes will be marked as premium by default. You can still choose to set some episodes, trailers or bonuses as public.',
|
||||
'op3' => 'Open Podcast Prefix Project (OP3)',
|
||||
'op3_hint' => 'Value your analytics data with OP3, an open-source and trusted third party analytics service. Share, validate and compare your analytics data with the open podcasting ecosystem.',
|
||||
'op3_enable' => 'Enable OP3 analytics service',
|
||||
'op3_enable_hint' => 'For security reasons, premium episodes\' analytics data will not be shared with OP3.',
|
||||
'payment_pointer' => 'Payment Pointer for Web Monetization',
|
||||
'payment_pointer_hint' =>
|
||||
'This is your where you will receive money thanks to Web Monetization',
|
||||
'advanced_section_title' => 'Advanced Parameters',
|
||||
'advanced_section_subtitle' =>
|
||||
'If you need RSS tags that Castopod does not handle, set them here.',
|
||||
'custom_rss' => 'Custom RSS tags for the podcast',
|
||||
'custom_rss_hint' => 'This will be injected within the ❬channel❭ tag.',
|
||||
'new_feed_url' => 'New feed URL',
|
||||
'new_feed_url_hint' => 'Use this field when you move to another domain or podcast hosting platform. By default, the value is set to the current RSS URL if the podcast is imported.',
|
||||
'old_feed_url' => 'Old feed URL',
|
||||
'partnership' => 'Partnership',
|
||||
'partner_id' => 'ID',
|
||||
'partner_link_url' => 'Link URL',
|
||||
'partner_image_url' => 'Image URL',
|
||||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
'complete' => 'Podcast will not be having new episodes',
|
||||
'lock' => 'Prevent podcast from being copied',
|
||||
'lock_hint' =>
|
||||
'The purpose is to tell other podcast platforms whether they are allowed to import this feed. A value of yes means that any attempt to import this feed into a new platform should be rejected.',
|
||||
'submit_create' => 'Create podcast',
|
||||
'submit_edit' => 'Save podcast',
|
||||
],
|
||||
'category_options' => [
|
||||
'uncategorized' => 'uncategorized',
|
||||
'arts' => 'Arts',
|
||||
'business' => 'Business',
|
||||
'comedy' => 'Comedy',
|
||||
'education' => 'Education',
|
||||
'fiction' => 'Fiction',
|
||||
'government' => 'Government',
|
||||
'health_and_fitness' => 'Health & Fitness',
|
||||
'history' => 'History',
|
||||
'kids_and_family' => 'Kids & Family',
|
||||
'leisure' => 'Leisure',
|
||||
'music' => 'Music',
|
||||
'news' => 'News',
|
||||
'religion_and_spirituality' => 'Religion & Spirituality',
|
||||
'science' => 'Science',
|
||||
'society_and_culture' => 'Society & Culture',
|
||||
'sports' => 'Sports',
|
||||
'technology' => 'Technology',
|
||||
'true_crime' => 'True Crime',
|
||||
'tv_and_film' => 'TV & Film',
|
||||
'books' => 'Books',
|
||||
'design' => 'Design',
|
||||
'fashion_and_beauty' => 'Fashion & Beauty',
|
||||
'food' => 'Food',
|
||||
'performing_arts' => 'Performing Arts',
|
||||
'visual_arts' => 'Visual Arts',
|
||||
'careers' => 'Careers',
|
||||
'entrepreneurship' => 'Entrepreneurship',
|
||||
'investing' => 'Investing',
|
||||
'management' => 'Management',
|
||||
'marketing' => 'Marketing',
|
||||
'non_profit' => 'Non-Profit',
|
||||
'comedy_interviews' => 'Comedy Interviews',
|
||||
'improv' => 'Improv',
|
||||
'stand_up' => 'Stand-Up',
|
||||
'courses' => 'Courses',
|
||||
'how_to' => 'How To',
|
||||
'language_learning' => 'Language Learning',
|
||||
'self_improvement' => 'Self-Improvement',
|
||||
'comedy_fiction' => 'Comedy Fiction',
|
||||
'drama' => 'Drama',
|
||||
'science_fiction' => 'Science Fiction',
|
||||
'alternative_health' => 'Alternative Health',
|
||||
'fitness' => 'Fitness',
|
||||
'medicine' => 'Medicine',
|
||||
'mental_health' => 'Mental Health',
|
||||
'nutrition' => 'Nutrition',
|
||||
'sexuality' => 'Sexuality',
|
||||
'education_for_kids' => 'Education for Kids',
|
||||
'parenting' => 'Parenting',
|
||||
'pets_and_animals' => 'Pets & Animals',
|
||||
'stories_for_kids' => 'Stories for Kids',
|
||||
'animation_and_manga' => 'Animation & Manga',
|
||||
'automotive' => 'Automotive',
|
||||
'aviation' => 'Aviation',
|
||||
'crafts' => 'Crafts',
|
||||
'games' => 'Games',
|
||||
'hobbies' => 'Hobbies',
|
||||
'home_and_garden' => 'Home & Garden',
|
||||
'video_games' => 'Video Games',
|
||||
'music_commentary' => 'Music Commentary',
|
||||
'music_history' => 'Music History',
|
||||
'music_interviews' => 'Music Interviews',
|
||||
'business_news' => 'Business News',
|
||||
'daily_news' => 'Daily News',
|
||||
'entertainment_news' => 'Entertainment News',
|
||||
'news_commentary' => 'News Commentary',
|
||||
'politics' => 'Politics',
|
||||
'sports_news' => 'Sports News',
|
||||
'tech_news' => 'Tech News',
|
||||
'buddhism' => 'Buddhism',
|
||||
'christianity' => 'Christianity',
|
||||
'hinduism' => 'Hinduism',
|
||||
'islam' => 'Islam',
|
||||
'judaism' => 'Judaism',
|
||||
'religion' => 'Religion',
|
||||
'spirituality' => 'Spirituality',
|
||||
'astronomy' => 'Astronomy',
|
||||
'chemistry' => 'Chemistry',
|
||||
'earth_sciences' => 'Earth Sciences',
|
||||
'life_sciences' => 'Life Sciences',
|
||||
'mathematics' => 'Mathematics',
|
||||
'natural_sciences' => 'Natural Sciences',
|
||||
'nature' => 'Nature',
|
||||
'physics' => 'Physics',
|
||||
'social_sciences' => 'Social Sciences',
|
||||
'documentary' => 'Documentary',
|
||||
'personal_journals' => 'Personal Journals',
|
||||
'philosophy' => 'Philosophy',
|
||||
'places_and_travel' => 'Places & Travel',
|
||||
'relationships' => 'Relationships',
|
||||
'baseball' => 'Baseball',
|
||||
'basketball' => 'Basketball',
|
||||
'cricket' => 'Cricket',
|
||||
'fantasy_sports' => 'Fantasy Sports',
|
||||
'football' => 'Football',
|
||||
'golf' => 'Golf',
|
||||
'hockey' => 'Hockey',
|
||||
'rugby' => 'Rugby',
|
||||
'running' => 'Running',
|
||||
'soccer' => 'Soccer',
|
||||
'swimming' => 'Swimming',
|
||||
'tennis' => 'Tennis',
|
||||
'volleyball' => 'Volleyball',
|
||||
'wilderness' => 'Wilderness',
|
||||
'wrestling' => 'Wrestling',
|
||||
'after_shows' => 'After Shows',
|
||||
'film_history' => 'Film History',
|
||||
'film_interviews' => 'Film Interviews',
|
||||
'film_reviews' => 'Film Reviews',
|
||||
'tv_reviews' => 'TV Reviews',
|
||||
],
|
||||
'publish_form' => [
|
||||
'back_to_podcast_dashboard' => 'Back to podcast dashboard',
|
||||
'post' => 'Your announcement post',
|
||||
'post_hint' =>
|
||||
"Write a message to announce the publication of your podcast. The message will be featured in your podcast's homepage.",
|
||||
'message_placeholder' => 'Write your message…',
|
||||
'submit' => 'Publish',
|
||||
'publication_date' => 'Publication date',
|
||||
'publication_method' => [
|
||||
'now' => 'Now',
|
||||
'schedule' => 'Schedule',
|
||||
],
|
||||
'scheduled_publication_date' => 'Scheduled publication date',
|
||||
'scheduled_publication_date_hint' =>
|
||||
'You can schedule the podcast release by setting a future publication date. This field must be formatted as YYYY-MM-DD HH:mm',
|
||||
'submit_edit' => 'Edit publication',
|
||||
'cancel_publication' => 'Cancel publication',
|
||||
'message_warning' => 'You did not write a message for your announcement post!',
|
||||
'message_warning_hint' => 'Having a message increases social engagement, resulting in a better visibility for your podcast.',
|
||||
'message_warning_submit' => 'Publish anyway',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'not_published' => 'This podcast is not yet published.',
|
||||
'scheduled' => 'This podcast is scheduled for publication on {publication_date}.',
|
||||
],
|
||||
'delete_form' => [
|
||||
'disclaimer' =>
|
||||
"Deleting the podcast will delete all episodes, media files, posts and analytics associated with it. This action is irreversible, you will not be able to retrieve them afterwards.",
|
||||
'understand' => 'I understand, I want the podcast to be permanently deleted',
|
||||
'submit' => 'Delete',
|
||||
],
|
||||
'by' => 'By {publisher}',
|
||||
'season' => 'Season {seasonNumber}',
|
||||
'list_of_episodes_year' => '{year} episodes ({episodeCount})',
|
||||
'list_of_episodes_season' =>
|
||||
'Season {seasonNumber} episodes ({episodeCount})',
|
||||
'no_episode' => 'No episode found!',
|
||||
'follow' => 'Follow',
|
||||
'followers' => '{numberOfFollowers, plural,
|
||||
one {# follower}
|
||||
other {# followers}
|
||||
}',
|
||||
'posts' => '{numberOfPosts, plural,
|
||||
one {# post}
|
||||
other {# posts}
|
||||
}',
|
||||
'activity' => 'Activity',
|
||||
'episodes' => 'Episodes',
|
||||
'sponsor' => 'Sponsor',
|
||||
'funding_links' => 'Funding links for {podcastTitle}',
|
||||
'find_on' => 'Find {podcastTitle} on',
|
||||
'listen_on' => 'Listen on',
|
||||
];
|
||||
42
modules/Admin/Language/kk/PodcastNavigation.php
Normal file
42
modules/Admin/Language/kk/PodcastNavigation.php
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
<?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 [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
'analytics' => 'Analytics',
|
||||
'podcast-analytics' => 'Audience overview',
|
||||
'podcast-analytics-webpages' => 'Web pages visits',
|
||||
'podcast-analytics-locations' => 'Locations',
|
||||
'podcast-analytics-unique-listeners' => 'Unique listeners',
|
||||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
58
modules/Admin/Language/kk/Settings.php
Normal file
58
modules/Admin/Language/kk/Settings.php
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
<?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' => 'General settings',
|
||||
'instance' => [
|
||||
'title' => 'Instance',
|
||||
'site_icon' => 'Site icon',
|
||||
'site_icon_delete' => 'Delete site icon',
|
||||
'site_icon_hint' => 'Site icons are what you see on your browser tabs, bookmarks bar, and when you add a website as a shortcut on mobile devices.',
|
||||
'site_icon_helper' => 'Icon must be squared and at least 512px wide and tall.',
|
||||
'site_name' => 'Site name',
|
||||
'site_description' => 'Site description',
|
||||
'submit' => 'Save',
|
||||
'editSuccess' => 'Instance has been updated successfully!',
|
||||
'deleteIconSuccess' => 'Site icon has been remove successfully!',
|
||||
],
|
||||
'images' => [
|
||||
'title' => 'Images',
|
||||
'subtitle' => 'Here you can regenerate all images based on the originals that were uploaded. To be used if you find that some images are missing. This task may take a while.',
|
||||
'regenerate' => 'Regenerate images',
|
||||
'regenerationSuccess' => 'All images have been regenerated successfully!',
|
||||
],
|
||||
'housekeeping' => [
|
||||
'title' => 'Housekeeping',
|
||||
'subtitle' => 'Runs various housekeeping tasks. Use this feature if you ever encounter issues with media files or data integrity. These tasks may take a while.',
|
||||
'reset_counts' => 'Reset counts',
|
||||
'reset_counts_helper' => 'This option will recalculate and reset all data counts (number of followers, posts, comments, …).',
|
||||
'rewrite_media' => 'Rewrite media metadata',
|
||||
'rewrite_media_helper' => 'This option will delete all superfluous media files and recreate them (images, audio files, transcripts, chapters, …)',
|
||||
'rename_episodes_files' => 'Rename episode audio files',
|
||||
'rename_episodes_files_hint' => 'This option will rename all episodes audio files to a random string of characters. Use this if one of your private episodes link was leaked as this will effectively hide it.',
|
||||
'clear_cache' => 'Clear all cache',
|
||||
'clear_cache_helper' => 'This option will flush redis cache or writable/cache files.',
|
||||
'run' => 'Run housekeeping',
|
||||
'runSuccess' => 'Housekeeping has been run successfully!',
|
||||
],
|
||||
'theme' => [
|
||||
'title' => 'Theme',
|
||||
'accent_section_title' => 'Accent color',
|
||||
'accent_section_subtitle' => 'Choose the color to determine the look and feel of all public pages.',
|
||||
'pine' => 'Pine',
|
||||
'crimson' => 'Crimson',
|
||||
'amber' => 'Amber',
|
||||
'lake' => 'Lake',
|
||||
'jacaranda' => 'Jacaranda',
|
||||
'onyx' => 'Onyx',
|
||||
'submit' => 'Save',
|
||||
'setInstanceThemeSuccess' => 'Theme has been updated successfully!',
|
||||
],
|
||||
];
|
||||
31
modules/Admin/Language/kk/Soundbite.php
Normal file
31
modules/Admin/Language/kk/Soundbite.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?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 [
|
||||
'list' => [
|
||||
'title' => 'Soundbites',
|
||||
'soundbite' => 'Soundbite',
|
||||
],
|
||||
'messages' => [
|
||||
'createSuccess' => 'Soundbite has been successfully created!',
|
||||
'deleteSuccess' => 'Soundbite has been successfully removed!',
|
||||
],
|
||||
'form' => [
|
||||
'title' => 'New soundbite',
|
||||
'soundbite_title' => 'Soundbite title',
|
||||
'start_time' => 'Start at',
|
||||
'duration' => 'Duration',
|
||||
'submit' => 'Create soundbite',
|
||||
],
|
||||
'play' => 'Play soundbite',
|
||||
'stop' => 'Stop soundbite',
|
||||
'create' => 'New soundbite',
|
||||
'delete' => 'Delete soundbite',
|
||||
];
|
||||
16
modules/Admin/Language/kk/Validation.php
Normal file
16
modules/Admin/Language/kk/Validation.php
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<?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 [
|
||||
'min_dims' =>
|
||||
'{field} is either not an image, or it is not wide or tall enough.',
|
||||
'is_image_ratio' =>
|
||||
'{field} is either not an image or not of the right ratio.',
|
||||
];
|
||||
72
modules/Admin/Language/kk/VideoClip.php
Normal file
72
modules/Admin/Language/kk/VideoClip.php
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
<?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 [
|
||||
'list' => [
|
||||
'title' => 'Video clips',
|
||||
'status' => [
|
||||
'label' => 'Status',
|
||||
'queued' => 'queued',
|
||||
'queued_hint' => 'Clip is waiting to be processed.',
|
||||
'pending' => 'pending',
|
||||
'pending_hint' => 'Clip will be generated shortly.',
|
||||
'running' => 'running',
|
||||
'running_hint' => 'Clip is being generated.',
|
||||
'failed' => 'failed',
|
||||
'failed_hint' => 'Clip could not be generated: script failure.',
|
||||
'passed' => 'passed',
|
||||
'passed_hint' => 'Clip was generated successfully!',
|
||||
],
|
||||
'clip' => 'Clip',
|
||||
'duration' => 'Job duration',
|
||||
],
|
||||
'title' => 'Video clip: {videoClipLabel}',
|
||||
'download_clip' => 'Download clip',
|
||||
'create' => 'New video clip',
|
||||
'go_to_page' => 'Go to clip page',
|
||||
'retry' => 'Retry clip generation',
|
||||
'delete' => 'Delete clip',
|
||||
'logs' => 'Job logs',
|
||||
'messages' => [
|
||||
'alreadyExistingError' => 'The video clip you are trying to create already exists!',
|
||||
'addToQueueSuccess' => 'Video clip has been added to queue, awaiting to be created!',
|
||||
'deleteSuccess' => 'Video clip has been successfully removed!',
|
||||
],
|
||||
'format' => [
|
||||
'landscape' => 'Landscape',
|
||||
'portrait' => 'Portrait',
|
||||
'squared' => 'Squared',
|
||||
],
|
||||
'form' => [
|
||||
'title' => 'New video clip',
|
||||
'params_section_title' => 'Video clip parameters',
|
||||
'clip_title' => 'Clip title',
|
||||
'format' => [
|
||||
'label' => 'Choose a format',
|
||||
'landscape_hint' => 'With a 16:9 ratio, landscape videos are great for PeerTube, Youtube and Vimeo.',
|
||||
'portrait_hint' => 'With a 9:16 ratio, portrait videos are great for TikTok, Youtube shorts and Instagram stories.',
|
||||
'squared_hint' => 'With a 1:1 ratio, squared videos are great for Mastodon, Facebook, Twitter and LinkedIn.',
|
||||
],
|
||||
'theme' => 'Select a theme',
|
||||
'start_time' => 'Start at',
|
||||
'duration' => 'Duration',
|
||||
'trim_start' => 'Trim start',
|
||||
'trim_end' => 'Trim end',
|
||||
'submit' => 'Create video clip',
|
||||
],
|
||||
'requirements' => [
|
||||
'title' => 'Missing requirements',
|
||||
'missing' => 'You have missing requirements. Make sure to add all the required items to be allowed creating a video for this episode!',
|
||||
'ffmpeg' => 'FFmpeg',
|
||||
'gd' => 'Graphics Draw (GD)',
|
||||
'freetype' => 'Freetype library for GD',
|
||||
'transcript' => 'Transcript file (.srt)',
|
||||
],
|
||||
];
|
||||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'my account',
|
||||
'change-password' => 'change password',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'platforms',
|
||||
'social' => 'social networks',
|
||||
'funding' => 'funding',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'analytics',
|
||||
'locations' => 'locations',
|
||||
'webpages' => 'web pages',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Upload a file',
|
||||
'remote_url' => 'Remote URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Play',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'All podcast episodes',
|
||||
'back_to_podcast' => 'Go back to podcast',
|
||||
'edit' => 'Edit',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publish',
|
||||
'publish_edit' => 'Edit publication',
|
||||
'publish_date_edit' => 'Edit publication date',
|
||||
|
|
@ -86,7 +87,7 @@ return [
|
|||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_path}. You may manually remove it from your disk.',
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'An episode with the chosen slug already exists.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Light',
|
||||
'light-transparent' => 'Light transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Platforms',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Go to {platformName} website',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Submit your podcast on {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Display in podcast homepage?',
|
||||
'on_embed' => 'Display on embeddable player?',
|
||||
'remove' => 'Remove {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Delete podcast',
|
||||
'see_episodes' => 'See episodes',
|
||||
'see_contributors' => 'See contributors',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Go to page',
|
||||
'latest_episodes' => 'Latest episodes',
|
||||
'see_all_episodes' => 'See all episodes',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podcast identity',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podcast cover',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Podcast banner',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'mijn account',
|
||||
'change-password' => 'wachtwoord wijzigen',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'platformen',
|
||||
'social' => 'sociale netwerken',
|
||||
'funding' => 'financiering',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'statistieken',
|
||||
'locations' => 'locaties',
|
||||
'webpages' => 'webpagina\'s',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Bestand uploaden',
|
||||
'remote_url' => 'Externe URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Afspelen',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'Alle podcast afleveringen',
|
||||
'back_to_podcast' => 'Terug naar podcast',
|
||||
'edit' => 'Bewerken',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publiceren',
|
||||
'publish_edit' => 'Publicatie bewerken',
|
||||
'publish_date_edit' => 'Edit publication date',
|
||||
|
|
@ -86,7 +87,7 @@ return [
|
|||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_path}. You may manually remove it from your disk.',
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'An episode with the chosen slug already exists.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Light',
|
||||
'light-transparent' => 'Light transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Platforms',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Go to {platformName} website',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Submit your podcast on {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Display in podcast homepage?',
|
||||
'on_embed' => 'Display on embeddable player?',
|
||||
'remove' => 'Remove {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Delete podcast',
|
||||
'see_episodes' => 'See episodes',
|
||||
'see_contributors' => 'See contributors',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Go to page',
|
||||
'latest_episodes' => 'Latest episodes',
|
||||
'see_all_episodes' => 'See all episodes',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podcast identity',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podcast cover',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Podcast banner',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'kontoen min',
|
||||
'change-password' => 'endre passord',
|
||||
'imports' => 'importar',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'plattformer',
|
||||
'social' => 'sosiale nettverk',
|
||||
'funding' => 'finansiering',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'analysar',
|
||||
'locations' => 'stader',
|
||||
'webpages' => 'nettsider',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Last opp ei fil',
|
||||
'remote_url' => 'Ekstern URL-adresse',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Spel',
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Plattformer',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Gå til {platformName}-nettstaden',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Send podkasten din til {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Vis på heimesida til podkasten?',
|
||||
'on_embed' => 'Vis i den innbyggbare spelaren?',
|
||||
'remove' => 'Fjern {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,12 +22,11 @@ return [
|
|||
'delete' => 'Slett podkasten',
|
||||
'see_episodes' => 'Sjå episodane',
|
||||
'see_contributors' => 'Sjå bidragsytarane',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Gå til side',
|
||||
'latest_episodes' => 'Dei nyaste episodane',
|
||||
'see_all_episodes' => 'Sjå alle episodane',
|
||||
'draft' => 'Kladd',
|
||||
'sync_feed' => 'Synkroniser straumen',
|
||||
'sync_feed_hint' => 'Importer dei nyaste episodane til denne podkasten',
|
||||
'messages' => [
|
||||
'createSuccess' => 'Podkasten er oppretta!',
|
||||
'editSuccess' => 'Podkasten er oppdatert!',
|
||||
|
|
@ -59,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podkastidentitet',
|
||||
'identity_section_subtitle' => 'Desse felta gjer at du blir lagt merke til.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podkastomslag',
|
||||
'cover_size_hint' => 'Omslaget må vera kvadratisk, og minst 1400pkt breitt og høgt.',
|
||||
'banner' => 'Podkastbanner',
|
||||
|
|
@ -134,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Din eigen partnar-ID',
|
||||
'partner_link_url_hint' => 'Lenkeadressa til den generelle partnaren',
|
||||
'partner_image_url_hint' => 'Biletadressa til den generelle partnaren',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podkasten skal gøymast frå offentlege katalogar',
|
||||
'block_hint' =>
|
||||
'Vis- eller gøym- status for podkasten: Dersom du skrur på dette, hindrar det heile podkasten frå å syna i Apple podcasts, Google podcasts og andre tredjeparts-appar som hentar podkastar frå desse (men ingen garanti)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Gå til podkastsida',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podkast-styringspanel',
|
||||
'podcast-view' => 'Heim',
|
||||
'podcast-edit' => 'Rediger podkasten',
|
||||
'podcast-persons-manage' => 'Handter personar',
|
||||
'podcast-imports' => 'Podkast-importar',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodar',
|
||||
'episode-list' => 'Alle episodane',
|
||||
'episode-create' => 'Ny episode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Spelarar',
|
||||
'podcast-analytics-listening-time' => 'Lyttetid',
|
||||
'podcast-analytics-time-periods' => 'Tidsperiodar',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'Alle abonnement',
|
||||
'subscription-create' => 'Legg til abonnement',
|
||||
'contributors' => 'Bidragsytarar',
|
||||
'contributor-list' => 'Alle bidragsytarane',
|
||||
'contributor-add' => 'Legg til bidragsytar',
|
||||
'platforms' => 'Eksterne plattformer',
|
||||
'platforms-podcasting' => 'Podkasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Sosiale nettverk',
|
||||
'platforms-funding' => 'Finansiering',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'my account',
|
||||
'change-password' => 'change password',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'platforms',
|
||||
'social' => 'social networks',
|
||||
'funding' => 'funding',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'analytics',
|
||||
'locations' => 'locations',
|
||||
'webpages' => 'web pages',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Upload a file',
|
||||
'remote_url' => 'Remote URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Play',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'All podcast episodes',
|
||||
'back_to_podcast' => 'Go back to podcast',
|
||||
'edit' => 'Edit',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publish',
|
||||
'publish_edit' => 'Edit publication',
|
||||
'publish_date_edit' => 'Edit publication date',
|
||||
|
|
@ -86,7 +87,7 @@ return [
|
|||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_path}. You may manually remove it from your disk.',
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'An episode with the chosen slug already exists.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Light',
|
||||
'light-transparent' => 'Light transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Platforms',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Go to {platformName} website',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Submit your podcast on {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Display in podcast homepage?',
|
||||
'on_embed' => 'Display on embeddable player?',
|
||||
'remove' => 'Remove {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Delete podcast',
|
||||
'see_episodes' => 'See episodes',
|
||||
'see_contributors' => 'See contributors',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Go to page',
|
||||
'latest_episodes' => 'Latest episodes',
|
||||
'see_all_episodes' => 'See all episodes',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podcast identity',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podcast cover',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Podcast banner',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'moje konto',
|
||||
'change-password' => 'zmień hasło',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'platformy',
|
||||
'social' => 'sieci społecznościowe',
|
||||
'funding' => 'finansowanie',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'analityka',
|
||||
'locations' => 'lokalizacje',
|
||||
'webpages' => 'strony internetowe',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Prześlij plik',
|
||||
'remote_url' => 'Zdalny URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Odtwarzaj',
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ return [
|
|||
'all_podcast_episodes' => 'Wszystkie odcinki podcastu',
|
||||
'back_to_podcast' => 'Wróć do podkastu',
|
||||
'edit' => 'Edytuj',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publikuj',
|
||||
'publish_edit' => 'Edytuj publikację',
|
||||
'publish_date_edit' => 'Edytuj datę publikacji',
|
||||
|
|
@ -82,13 +83,13 @@ return [
|
|||
audio {audio}
|
||||
other {mediów}
|
||||
} odcinka.',
|
||||
'deleteFileError' => 'Nie udało się usunąć {type, select,
|
||||
transcript {transkryptu}
|
||||
chapters {rozdziały}
|
||||
image {okładka}
|
||||
'deleteFileError' => 'Failed to delete {type, select,
|
||||
transcript {transcript}
|
||||
chapters {chapters}
|
||||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} plik {file_path}. Możesz ręcznie usunąć go ze swojego dysku.',
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'Odcinek z wybranym slugiem już istnieje.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -213,4 +214,14 @@ return [
|
|||
'light' => 'Jasny',
|
||||
'light-transparent' => 'Jasny przezroczysty',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Platformy',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Idź do strony {platformName}',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Prześlij swój podcast na {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Wyświetlać na stronie głównej podcastu?',
|
||||
'on_embed' => 'Wyświetlać w osadzalnym odtwarzaczu?',
|
||||
'remove' => 'Usuń {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Usuń podcast',
|
||||
'see_episodes' => 'Zobacz odcinki',
|
||||
'see_contributors' => 'Zobacz kontrybutorów',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Idź do strony',
|
||||
'latest_episodes' => 'Najnowsze odcinki',
|
||||
'see_all_episodes' => 'Zobacz wszystkie odcinki',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Tożsamość podcastu',
|
||||
'identity_section_subtitle' => 'Te pola pozwalają Ci zostać zauważonym.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Okładka podcastu',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Baner podcastu',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Twój własny ID partnera',
|
||||
'partner_link_url_hint' => 'Ogólny adres linku partnera',
|
||||
'partner_image_url_hint' => 'Ogólny adres obrazu partnera',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Idź do strony podcastu',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Pulpit podcastu',
|
||||
'podcast-view' => 'Początek',
|
||||
'podcast-edit' => 'Edytuj podcast',
|
||||
'podcast-persons-manage' => 'Zarządzaj osobami',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Odcinki',
|
||||
'episode-list' => 'Wszystkie odcinki',
|
||||
'episode-create' => 'Nowy odcinek',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Odtwarzacze',
|
||||
'podcast-analytics-listening-time' => 'Czas odsłuchu',
|
||||
'podcast-analytics-time-periods' => 'Okresy czasu',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'Wszystkie subskrypcje',
|
||||
'subscription-create' => 'Dodaj subskrypcję',
|
||||
'contributors' => 'Kontrybutorzy',
|
||||
'contributor-list' => 'Wszyscy kontrybutorzy',
|
||||
'contributor-add' => 'Dodaj kontrybutora',
|
||||
'platforms' => 'Zewnętrzne platformy',
|
||||
'platforms-podcasting' => 'Platformy podcastingowe',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Sieci społecznościowe',
|
||||
'platforms-funding' => 'Finansowanie',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'minha conta',
|
||||
'change-password' => 'alterar senha',
|
||||
'imports' => 'importações',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'plataformas',
|
||||
'social' => 'redes sociais',
|
||||
'funding' => 'financiamento',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'estatísticas',
|
||||
'locations' => 'localizações',
|
||||
'webpages' => 'páginas da web',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Enviar um arquivo',
|
||||
'remote_url' => 'URL remota',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Reproduzir',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'Todos os episódios de podcast',
|
||||
'back_to_podcast' => 'Voltar para o podcast',
|
||||
'edit' => 'Editar',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publicar',
|
||||
'publish_edit' => 'Editar publicação',
|
||||
'publish_date_edit' => 'Editar data de publicação',
|
||||
|
|
@ -80,13 +81,13 @@ return [
|
|||
audio {áudio}
|
||||
other {mídia}
|
||||
}.',
|
||||
'deleteFileError' => 'Falha ao excluir o arquivo de {type, select,
|
||||
transcript {transcrição}
|
||||
chapters {capítulos}
|
||||
image {capa}
|
||||
audio {áudio}
|
||||
other {mídia}
|
||||
} {file_path}. Você pode removê-lo manualmente do seu disco.',
|
||||
'deleteFileError' => 'Failed to delete {type, select,
|
||||
transcript {transcript}
|
||||
chapters {chapters}
|
||||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'Um episódio com o slug escolhido já existe.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Claro',
|
||||
'light-transparent' => 'Claro translúcido',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Plataformas',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Ir para o site {platformName}',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Enviar seu podcast para {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Mostrar na página inicial do podcast?',
|
||||
'on_embed' => 'Mostrar no player incorporável?',
|
||||
'remove' => 'Remover {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,12 +22,11 @@ return [
|
|||
'delete' => 'Excluir podcast',
|
||||
'see_episodes' => 'Ver episódios',
|
||||
'see_contributors' => 'Ver contribuidores',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Ir para a página',
|
||||
'latest_episodes' => 'Últimos episódios',
|
||||
'see_all_episodes' => 'Ver todos os episódios',
|
||||
'draft' => 'Rascunho',
|
||||
'sync_feed' => 'Sincronizar o feed',
|
||||
'sync_feed_hint' => 'Importar os últimos episódios deste podcast',
|
||||
'messages' => [
|
||||
'createSuccess' => 'Podcast criado com sucesso!',
|
||||
'editSuccess' => 'Podcast foi atualizado com sucesso!',
|
||||
|
|
@ -59,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Identidade do podcast',
|
||||
'identity_section_subtitle' => 'Esses campos permitem que você seja notado.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Capa do podcast',
|
||||
'cover_size_hint' => 'A capa deve ser quadrada e ter pelo menos 1400px de largura e altura.',
|
||||
'banner' => 'Banner do podcast',
|
||||
|
|
@ -134,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Seu próprio ID de parceiro',
|
||||
'partner_link_url_hint' => 'O endereço genérico de link do parceiro',
|
||||
'partner_image_url_hint' => 'O endereço genérico da imagem de parceiro',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'O podcast deve ser ocultado dos catálogos públicos',
|
||||
'block_hint' =>
|
||||
'O status do podcast: ativar isso impede que o podcast inteiro apareça em Apple Podcasts, Google Podcasts e qualquer aplicativo de terceiros que extraia programas desses diretórios. (Não garantido)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Ir para página do podcast',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Painel do podcast',
|
||||
'podcast-view' => 'Início',
|
||||
'podcast-edit' => 'Editar podcast',
|
||||
'podcast-persons-manage' => 'Gerenciar pessoas',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episódios',
|
||||
'episode-list' => 'Todos os episódios',
|
||||
'episode-create' => 'Novo episódio',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Tempo de escuta',
|
||||
'podcast-analytics-time-periods' => 'Períodos de tempo',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'Todas as assinaturas',
|
||||
'subscription-create' => 'Adicionar assinatura',
|
||||
'contributors' => 'Contribuidores',
|
||||
'contributor-list' => 'Todos os contribuidores',
|
||||
'contributor-add' => 'Adicionar contribuidor',
|
||||
'platforms' => 'Plataformas externas',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Redes sociais',
|
||||
'platforms-funding' => 'Financiamento',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'my account',
|
||||
'change-password' => 'change password',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'platforms',
|
||||
'social' => 'social networks',
|
||||
'funding' => 'funding',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'analytics',
|
||||
'locations' => 'locations',
|
||||
'webpages' => 'web pages',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Upload a file',
|
||||
'remote_url' => 'Remote URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Play',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'All podcast episodes',
|
||||
'back_to_podcast' => 'Go back to podcast',
|
||||
'edit' => 'Edit',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publish',
|
||||
'publish_edit' => 'Edit publication',
|
||||
'publish_date_edit' => 'Edit publication date',
|
||||
|
|
@ -86,7 +87,7 @@ return [
|
|||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_path}. You may manually remove it from your disk.',
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'An episode with the chosen slug already exists.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Light',
|
||||
'light-transparent' => 'Light transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Platforms',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Go to {platformName} website',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Submit your podcast on {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Display in podcast homepage?',
|
||||
'on_embed' => 'Display on embeddable player?',
|
||||
'remove' => 'Remove {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Delete podcast',
|
||||
'see_episodes' => 'See episodes',
|
||||
'see_contributors' => 'See contributors',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Go to page',
|
||||
'latest_episodes' => 'Latest episodes',
|
||||
'see_all_episodes' => 'See all episodes',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podcast identity',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podcast cover',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Podcast banner',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'my account',
|
||||
'change-password' => 'change password',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'platforms',
|
||||
'social' => 'social networks',
|
||||
'funding' => 'funding',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'analytics',
|
||||
'locations' => 'locations',
|
||||
'webpages' => 'web pages',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Upload a file',
|
||||
'remote_url' => 'Remote URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Play',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'All podcast episodes',
|
||||
'back_to_podcast' => 'Go back to podcast',
|
||||
'edit' => 'Edit',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publish',
|
||||
'publish_edit' => 'Edit publication',
|
||||
'publish_date_edit' => 'Edit publication date',
|
||||
|
|
@ -86,7 +87,7 @@ return [
|
|||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_path}. You may manually remove it from your disk.',
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'An episode with the chosen slug already exists.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Light',
|
||||
'light-transparent' => 'Light transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Platforms',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Go to {platformName} website',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Submit your podcast on {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Display in podcast homepage?',
|
||||
'on_embed' => 'Display on embeddable player?',
|
||||
'remove' => 'Remove {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Delete podcast',
|
||||
'see_episodes' => 'See episodes',
|
||||
'see_contributors' => 'See contributors',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Go to page',
|
||||
'latest_episodes' => 'Latest episodes',
|
||||
'see_all_episodes' => 'See all episodes',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podcast identity',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podcast cover',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Podcast banner',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -39,9 +39,11 @@ return [
|
|||
'my-account' => 'мой аккаунт',
|
||||
'change-password' => 'сменить пароль',
|
||||
'imports' => 'imports',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'платформы',
|
||||
'social' => 'социальные сети',
|
||||
'funding' => 'финансирование',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'аналитика',
|
||||
'locations' => 'расположение',
|
||||
'webpages' => 'веб-страницы',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Upload a file',
|
||||
'remote_url' => 'Remote URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Play',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'All podcast episodes',
|
||||
'back_to_podcast' => 'Go back to podcast',
|
||||
'edit' => 'Edit',
|
||||
'preview' => 'Preview',
|
||||
'publish' => 'Publish',
|
||||
'publish_edit' => 'Edit publication',
|
||||
'publish_date_edit' => 'Edit publication date',
|
||||
|
|
@ -86,7 +87,7 @@ return [
|
|||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_path}. You may manually remove it from your disk.',
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'An episode with the chosen slug already exists.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Light',
|
||||
'light-transparent' => 'Light transparent',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'draft mode',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Preview',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Platforms',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Go to {platformName} website',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Submit your podcast on {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Display in podcast homepage?',
|
||||
'on_embed' => 'Display on embeddable player?',
|
||||
'remove' => 'Remove {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Delete podcast',
|
||||
'see_episodes' => 'See episodes',
|
||||
'see_contributors' => 'See contributors',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Go to page',
|
||||
'latest_episodes' => 'Latest episodes',
|
||||
'see_all_episodes' => 'See all episodes',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podcast identity',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Podcast cover',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Podcast banner',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -38,10 +38,12 @@ return [
|
|||
'users' => 'používatelia',
|
||||
'my-account' => 'môj účet',
|
||||
'change-password' => 'zmeniť heslo',
|
||||
'imports' => 'imports',
|
||||
'imports' => 'nahratia',
|
||||
'sync-feeds' => 'synchronize feeds',
|
||||
'platforms' => 'platformy',
|
||||
'social' => 'sociálne siete',
|
||||
'funding' => 'financovanie',
|
||||
'monetization-other' => 'other monetization',
|
||||
'analytics' => 'analytika',
|
||||
'locations' => 'miesta',
|
||||
'webpages' => 'web stránky',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Nahrať súbor',
|
||||
'remote_url' => 'Vzdialená adresa URL',
|
||||
'save' => 'Save',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Prehrať',
|
||||
|
|
|
|||
|
|
@ -261,7 +261,7 @@ Laoská ľudovodemokratická Republika",
|
|||
'TZ' => 'Tanzánia',
|
||||
'UA' => 'Ukraina',
|
||||
'UG' => 'Uganda',
|
||||
'UM' => 'United States Minor Outlying Islands',
|
||||
'UM' => 'Menšie Odľahlé Ostrovy Spojených Štátov',
|
||||
'US' => 'Spojené Štáty',
|
||||
'UY' => 'Uruguaj',
|
||||
'UZ' => 'Uzbekistán',
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ return [
|
|||
'all_podcast_episodes' => 'Všetky epizódy podcastu',
|
||||
'back_to_podcast' => 'Späť na podcast',
|
||||
'edit' => 'Upraviť',
|
||||
'preview' => 'Náhľad',
|
||||
'publish' => 'Zverejniť',
|
||||
'publish_edit' => 'Upraviť zverejnenie',
|
||||
'publish_date_edit' => 'Upraviť dátum zverejnenia',
|
||||
|
|
@ -84,13 +85,13 @@ return [
|
|||
audio {zvuk}
|
||||
other {médiá}
|
||||
}.',
|
||||
'deleteFileError' => 'Nepodarilo sa vymazať {type, select,
|
||||
transcript {prepis}
|
||||
chapters {kapitoly}
|
||||
image {obrázok}
|
||||
audio {zvuk}
|
||||
other {médiá}
|
||||
} súbor {file_path}. Môžete ho z disku odstrániť ručne.',
|
||||
'deleteFileError' => 'Failed to delete {type, select,
|
||||
transcript {transcript}
|
||||
chapters {chapters}
|
||||
image {cover}
|
||||
audio {audio}
|
||||
other {media}
|
||||
} file {file_key}. You may manually remove it from your disk.',
|
||||
'sameSlugError' => 'Epizóda s takýmto trvalým odkazom už existuje.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -215,4 +216,14 @@ return [
|
|||
'light' => 'Svetlý',
|
||||
'light-transparent' => 'Svetlý priehľadný',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'konceptový režim',
|
||||
'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.}
|
||||
}',
|
||||
'preview' => 'Náhľad',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -16,8 +16,8 @@ return [
|
|||
'episode-persons-manage' => 'Spravovať osobnosti',
|
||||
'embed-add' => 'Vnorený prehrávač',
|
||||
'clips' => 'Klipy',
|
||||
'video-clips-list' => 'Video clips',
|
||||
'video-clips-create' => 'New video clip',
|
||||
'video-clips-list' => 'Video klipy',
|
||||
'video-clips-create' => 'Nový video klip',
|
||||
'soundbites-list' => 'Soundbites',
|
||||
'soundbites-create' => 'Nová zvučka',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ return [
|
|||
'podcast-list' => 'Všetky podcasty',
|
||||
'podcast-create' => 'Nový podcast',
|
||||
'all-podcast-imports' => 'All Podcast imports',
|
||||
'podcast-imports-add' => 'Import a podcast',
|
||||
'podcast-imports-add' => 'Importovať podcast',
|
||||
'persons' => 'Osobnosti',
|
||||
'person-list' => 'Všetky osobnosti',
|
||||
'person-create' => 'Nová osobnosť',
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'pageNavigation' => 'Page navigation',
|
||||
'pageNavigation' => 'Navigácia stránky',
|
||||
'first' => 'Prvá',
|
||||
'previous' => 'Predošlá',
|
||||
'next' => 'Ďalšia',
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ return [
|
|||
'full_name_hint' => 'This is the full name or alias of the person.',
|
||||
'unique_name' => 'Unikátne meno',
|
||||
'unique_name_hint' => 'Použité pre URL odkazy',
|
||||
'information_url' => 'Information URL',
|
||||
'information_url' => 'Informačná URL adresa',
|
||||
'information_url_hint' =>
|
||||
'Url to a relevant resource of information about the person, such as a homepage or third-party profile platform.',
|
||||
'submit_create' => 'Vytvoriť osobnosť',
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Platformy',
|
||||
'title' => [
|
||||
'podcasting' => 'Podcasting platforms',
|
||||
'social' => 'Social networks',
|
||||
'funding' => 'Funding links',
|
||||
],
|
||||
'website' => 'Website',
|
||||
'home_url' => 'Prejsť na stránku {platformName}',
|
||||
'register' => 'Register',
|
||||
'submit_url' => 'Uverejniť podcast na platforme {platformName}',
|
||||
'your_link' => 'Your link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Your ID',
|
||||
'social' => 'Your ID',
|
||||
'funding' => 'Your CTA',
|
||||
],
|
||||
'your_cta' => 'Your call to action',
|
||||
'visible' => 'Zobraziť na úvodnej stránke podcastu?',
|
||||
'on_embed' => 'Zobraziť na vnorenom prehrávači?',
|
||||
'remove' => 'Remove {platformName}',
|
||||
|
|
|
|||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Vymazať podcast',
|
||||
'see_episodes' => 'Ukázať časti',
|
||||
'see_contributors' => 'Pozrieť prispievateľov',
|
||||
'monetization_other' => 'Other monetization',
|
||||
'go_to_page' => 'Prejsť na stránku',
|
||||
'latest_episodes' => 'Posledné časti',
|
||||
'see_all_episodes' => 'Pozrieť všetky časti',
|
||||
|
|
@ -57,6 +58,8 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Podcast identity',
|
||||
'identity_section_subtitle' => 'These fields allow you to get noticed.',
|
||||
'fediverse_section_title' => 'Fediverse identity',
|
||||
|
||||
'cover' => 'Obal podcastu',
|
||||
'cover_size_hint' => 'Cover must be squared and at least 1400px wide and tall.',
|
||||
'banner' => 'Podcast banner',
|
||||
|
|
@ -132,7 +135,6 @@ return [
|
|||
'partner_id_hint' => 'Your own partner ID',
|
||||
'partner_link_url_hint' => 'The generic partner link address',
|
||||
'partner_image_url_hint' => 'The generic partner image address',
|
||||
'status_section_title' => 'Stav',
|
||||
'block' => 'Podcast should be hidden from public catalogues',
|
||||
'block_hint' =>
|
||||
'The podcast show or hide status: toggling this on prevents the entire podcast from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
|
|
|
|||
|
|
@ -10,11 +10,13 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'podcast-imports-sync' => 'Sync feeds',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
|
|
@ -26,14 +28,15 @@ return [
|
|||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'monetization' => 'Monetization',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podcasting',
|
||||
'broadcast' => 'Broadcast',
|
||||
'platforms-podcasting' => 'Podcasting apps',
|
||||
'platforms-social' => 'Social networks',
|
||||
'platforms-funding' => 'Funding',
|
||||
'platforms-funding' => 'Funding links',
|
||||
'podcast-monetization-other' => 'Other',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,14 +9,14 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'About Castopod',
|
||||
'host_name' => 'Host name',
|
||||
'version' => 'Castopod version',
|
||||
'php_version' => 'PHP version',
|
||||
'os' => 'Operating System',
|
||||
'languages' => 'Languages',
|
||||
'update_database' => 'Update database',
|
||||
'title' => 'O Castopod-u',
|
||||
'host_name' => 'Naziv hosta',
|
||||
'version' => 'Verzija Castopod-a',
|
||||
'php_version' => 'PHP verzija',
|
||||
'os' => 'Operativni Sistem',
|
||||
'languages' => 'Jezici',
|
||||
'update_database' => 'Ažuriraj baze podataka',
|
||||
'messages' => [
|
||||
'databaseUpdateSuccess' => 'Database is up to date!',
|
||||
'databaseUpdateSuccess' => 'Baza podataka je ažurirana!',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -38,10 +38,12 @@ return [
|
|||
'users' => 'korisnici',
|
||||
'my-account' => 'moj nalog',
|
||||
'change-password' => 'promenite lozinku',
|
||||
'imports' => 'imports',
|
||||
'imports' => 'uvozi',
|
||||
'sync-feeds' => 'sinhronizuj snabdevače',
|
||||
'platforms' => 'platforme',
|
||||
'social' => 'društvene mreže',
|
||||
'funding' => 'finansiranje',
|
||||
'monetization-other' => 'druga monetizacija',
|
||||
'analytics' => 'analitika',
|
||||
'locations' => 'lokacije',
|
||||
'webpages' => 'veb strane',
|
||||
|
|
|
|||
|
|
@ -40,6 +40,7 @@ return [
|
|||
],
|
||||
'upload_file' => 'Otpremite datoteku',
|
||||
'remote_url' => 'Daljinski URL',
|
||||
'save' => 'Sačuvaj',
|
||||
],
|
||||
'play_episode_button' => [
|
||||
'play' => 'Pusti',
|
||||
|
|
|
|||
|
|
@ -217,48 +217,48 @@ return [
|
|||
'SL' => 'Sijera Leone',
|
||||
'SM' => 'San Marino',
|
||||
'SN' => 'Senegal',
|
||||
'SO' => 'Somalia',
|
||||
'SR' => 'Suriname',
|
||||
'SS' => 'South Sudan',
|
||||
'ST' => 'Sao Tome and Principe',
|
||||
'SV' => 'El Salvador',
|
||||
'SX' => 'Sint Maarten (Dutch part)',
|
||||
'SY' => 'Syrian Arab Republic',
|
||||
'SZ' => 'Swaziland',
|
||||
'TC' => 'Turks and Caicos Islands',
|
||||
'TD' => 'Chad',
|
||||
'TF' => 'French Southern Territories',
|
||||
'SO' => 'Somalija',
|
||||
'SR' => 'Surinam',
|
||||
'SS' => 'Južni Sudan',
|
||||
'ST' => 'Sao Tomе i Prinsipе',
|
||||
'SV' => 'Salvador',
|
||||
'SX' => 'Sveti Martin (Holandski deo)',
|
||||
'SY' => 'Sirijska Arapska Republika',
|
||||
'SZ' => 'Svazilеnd',
|
||||
'TC' => 'Tеrks i Kеjkos',
|
||||
'TD' => 'Čad',
|
||||
'TF' => 'Francuske Južne Teritorije',
|
||||
'TG' => 'Togo',
|
||||
'TH' => 'Thailand',
|
||||
'TJ' => 'Tajikistan',
|
||||
'TH' => 'Таjland',
|
||||
'TJ' => 'Tadžikistan',
|
||||
'TK' => 'Tokelau',
|
||||
'TL' => 'Timor-Leste',
|
||||
'TL' => 'Istočni Timor',
|
||||
'TM' => 'Turkmenistan',
|
||||
'TN' => 'Tunisia',
|
||||
'TN' => 'Tunis',
|
||||
'TO' => 'Tonga',
|
||||
'TR' => 'Turkey',
|
||||
'TT' => 'Trinidad and Tobago',
|
||||
'TR' => 'Turska',
|
||||
'TT' => 'Trinidad i Tobago',
|
||||
'TV' => 'Tuvalu',
|
||||
'TW' => 'Taiwan, Province of China',
|
||||
'TZ' => 'Tanzania, United Republic of',
|
||||
'UA' => 'Ukraine',
|
||||
'TW' => 'Tajvan, Kineska provincija',
|
||||
'TZ' => 'Ujedinjena Republika Tanzanija',
|
||||
'UA' => 'Ukrajina',
|
||||
'UG' => 'Uganda',
|
||||
'UM' => 'United States Minor Outlying Islands',
|
||||
'US' => 'United States',
|
||||
'UY' => 'Uruguay',
|
||||
'UM' => 'Mala spoljna ostrva Sjedinjenih Američkih Država',
|
||||
'US' => 'Sjеdinjеnе Državе',
|
||||
'UY' => 'Urugvaj',
|
||||
'UZ' => 'Uzbekistan',
|
||||
'VA' => 'Holy See (Vatican City State)',
|
||||
'VC' => 'Saint Vincent and the Grenadines',
|
||||
'VE' => 'Venezuela, Bolivarian Republic of',
|
||||
'VG' => 'Virgin Islands, British',
|
||||
'VI' => 'Virgin Islands, U.S.',
|
||||
'VN' => 'Viet Nam',
|
||||
'VA' => 'Sveta stolica (Grad-država Vatikan)',
|
||||
'VC' => 'Sveti Vinsent i Grenadini',
|
||||
'VE' => 'Venecuela',
|
||||
'VG' => 'Devičanska ostrva',
|
||||
'VI' => 'Devičanska Ostrva, S.A.D.',
|
||||
'VN' => 'Vijetnam',
|
||||
'VU' => 'Vanuatu',
|
||||
'WF' => 'Wallis and Futuna',
|
||||
'WF' => 'Valis i Futuna',
|
||||
'WS' => 'Samoa',
|
||||
'YE' => 'Yemen',
|
||||
'YT' => 'Mayotte',
|
||||
'ZA' => 'South Africa',
|
||||
'ZM' => 'Zambia',
|
||||
'ZW' => 'Zimbabwe',
|
||||
'YE' => 'Jemen',
|
||||
'YT' => 'Majote',
|
||||
'ZA' => 'Južna Afrika',
|
||||
'ZM' => 'Zambija',
|
||||
'ZW' => 'Zimbabve',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,20 +9,20 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'home' => 'Admin dashboard',
|
||||
'welcome_message' => 'Welcome to the admin area!',
|
||||
'home' => 'Kontrolna tabla za administratora',
|
||||
'welcome_message' => 'Dobrodošli u deo za administratore!',
|
||||
'podcasts' => [
|
||||
'title' => 'Podcasts',
|
||||
'not_found' => 'No published podcast',
|
||||
'last_published' => 'Last published on {lastPublicationDate}',
|
||||
'title' => 'Podkasti',
|
||||
'not_found' => 'Nemate objavljen podkast',
|
||||
'last_published' => 'Poslednja objava {lastPublicationDate}',
|
||||
],
|
||||
'episodes' => [
|
||||
'title' => 'Episodes',
|
||||
'not_found' => 'No published episode',
|
||||
'last_published' => 'Last published on {lastPublicationDate}',
|
||||
'title' => 'Epizode',
|
||||
'not_found' => 'Nemate objavljene epizode',
|
||||
'last_published' => 'Poslednja objava {lastPublicationDate}',
|
||||
],
|
||||
'storage' => [
|
||||
'title' => 'Storage',
|
||||
'subtitle' => '{totalUploaded} out of {totalStorage}',
|
||||
'title' => 'Prostor',
|
||||
'subtitle' => '{totalUploaded} od {totalStorage}',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,9 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'season' => 'Season {seasonNumber}',
|
||||
'season' => 'Sezona {seasonNumber}',
|
||||
'season_abbr' => 'S{seasonNumber}',
|
||||
'number' => 'Episode {episodeNumber}',
|
||||
'number' => 'Epizoda {episodeNumber}',
|
||||
'number_abbr' => 'Ep. {episodeNumber}',
|
||||
'season_episode' => 'Sezona {seasonNumber} epizoda {episodeNumber}',
|
||||
'season_episode_abbr' => 'S{seasonNumber}:E{episodeNumber}',
|
||||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'all_podcast_episodes' => 'Sve epizode podkasta',
|
||||
'back_to_podcast' => 'Nazad na podkast',
|
||||
'edit' => 'Izmeni',
|
||||
'preview' => 'Pregled',
|
||||
'publish' => 'Objavi',
|
||||
'publish_edit' => 'Uredi objavu',
|
||||
'publish_date_edit' => 'Uredi datum objave',
|
||||
|
|
@ -55,7 +56,7 @@ return [
|
|||
}',
|
||||
'episode' => 'Epizoda',
|
||||
'visibility' => 'Vidljivost',
|
||||
'downloads' => 'Downloads',
|
||||
'downloads' => 'Preuzimanja',
|
||||
'comments' => 'Komentari',
|
||||
'actions' => 'Akcije',
|
||||
],
|
||||
|
|
@ -86,7 +87,7 @@ return [
|
|||
image {omota}
|
||||
audio {zvuka}
|
||||
other {medija}
|
||||
} datoteke {file_path}. Možete je ukloniti ručno sa diska.',
|
||||
} datoteke {file_key}. Možete je ukloniti ručno sa vašeg diska.',
|
||||
'sameSlugError' => 'Odabrano URL ime (slug) epizode već postoji.',
|
||||
],
|
||||
'form' => [
|
||||
|
|
@ -156,7 +157,7 @@ return [
|
|||
'custom_rss_hint' => 'Ovo će biti ubačeno u ❬item❭ tag.',
|
||||
'block' => 'Epizoda treba biti sakriivena u javnim katalozima',
|
||||
'block_hint' =>
|
||||
'The episode show or hide status: toggling this on prevents the episode from appearing in Apple Podcasts, Google Podcasts, and any third party apps that pull shows from these directories. (Not guaranteed)',
|
||||
'Prikazan ili sakriven status epizode: ukoliko uključite ovu opciju onemogućavate prikazivanje vaše epizode na paltformama za slušanje podkasta kao što su Apple Podcasts, Google Podcasts i sličnim direktorijima. (Nije zagarantovano)',
|
||||
'submit_create' => 'Kreiraj epizodu',
|
||||
'submit_edit' => 'Sačuvaj epizodu',
|
||||
],
|
||||
|
|
@ -211,4 +212,14 @@ return [
|
|||
'light' => 'Svetla',
|
||||
'light-transparent' => 'Svetla providna',
|
||||
],
|
||||
'publication_status_banner' => [
|
||||
'draft_mode' => 'režim nacrta',
|
||||
'text' => '{publication_status, select,
|
||||
published {Ova epizoda još uvek nije objavljena.}
|
||||
scheduled {Ova epizoda je zakazana za {publication_date}.}
|
||||
with_podcast {Ova epizoda će biti objavljena kad i podkast.}
|
||||
other {Ova epizoda još uvek nije objavljena.}
|
||||
}',
|
||||
'preview' => 'Pregled',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -12,21 +12,21 @@ return [
|
|||
'messages' => [
|
||||
'actorNotFound' => 'Nalog ne može biti pronađen!',
|
||||
'blockActorSuccess' => '{actor} je blokiran!',
|
||||
'unblockActorSuccess' => 'Actor has been unblocked!',
|
||||
'blockDomainSuccess' => '{domain} has been blocked!',
|
||||
'unblockDomainSuccess' => '{domain} has been unblocked!',
|
||||
'unblockActorSuccess' => '{actor} je blokiran!',
|
||||
'blockDomainSuccess' => '{domain} je blokiran!',
|
||||
'unblockDomainSuccess' => '{domain} je odblokiran!',
|
||||
],
|
||||
'blocked_actors' => 'Blocked accounts',
|
||||
'blocked_domains' => 'Blocked domains',
|
||||
'blocked_actors' => 'Blokirani nalozi',
|
||||
'blocked_domains' => 'Blokirani domeni',
|
||||
'block_lists_form' => [
|
||||
'handle' => 'Account handle',
|
||||
'handle_hint' => 'Input @username@domain account.',
|
||||
'domain' => 'Domain name',
|
||||
'submit' => 'Block!',
|
||||
'handle' => 'Kvačica naloga',
|
||||
'handle_hint' => 'Unesi @username@domain nalog.',
|
||||
'domain' => 'Naziv domena',
|
||||
'submit' => 'Blokiraj!',
|
||||
],
|
||||
'list' => [
|
||||
'actor' => 'Account',
|
||||
'domain' => 'Domain name',
|
||||
'unblock' => 'Unblock',
|
||||
'actor' => 'Nalog',
|
||||
'domain' => 'Naziv domena',
|
||||
'unblock' => 'Odblokiraj',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,6 +9,6 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'all_podcasts' => 'All podcasts',
|
||||
'no_podcast' => 'No podcast found',
|
||||
'all_podcasts' => 'Svi podkasti',
|
||||
'no_podcast' => 'Nema pronađenih podkasta',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,53 +9,53 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'manual_config' => 'Manual configuration',
|
||||
'manual_config' => 'Ručna konfiguracija',
|
||||
'manual_config_subtitle' =>
|
||||
'Create a `.env` file with your settings and refresh the page to continue installation.',
|
||||
'Napravite `.env` datoteku sa vašim podešavanjima i osvežite stranicu da bi ste nastavili instalaciju.',
|
||||
'form' => [
|
||||
'instance_config' => 'Instance configuration',
|
||||
'hostname' => 'Hostname',
|
||||
'media_base_url' => 'Media base URL',
|
||||
'instance_config' => 'Konfiguracija instance',
|
||||
'hostname' => 'Ime domaćina',
|
||||
'media_base_url' => 'URL medijske baze',
|
||||
'media_base_url_hint' =>
|
||||
'If you use a CDN and/or an external analytics service, you may set them here.',
|
||||
'admin_gateway' => 'Admin gateway',
|
||||
'Ako koristite CDN i/ili eksternu uslugu za analitiku, možete ih postaviti ovde.',
|
||||
'admin_gateway' => 'Administratorski izlaz',
|
||||
'admin_gateway_hint' =>
|
||||
'The route to access the admin area (eg. https://example.com/cp-admin). It is set by default as cp-admin, we recommend you change it for security reasons.',
|
||||
'auth_gateway' => 'Auth gateway',
|
||||
'Ruta za pristup kontrolnoj tabli administratora (eg. https://example.com/cp-admin).Podrazumevano je podešena na cp-admin, preporučujemo da je promenite iz sigurnosnih razloga.',
|
||||
'auth_gateway' => 'Auth izlaz',
|
||||
'auth_gateway_hint' =>
|
||||
'The route to access the authentication pages (eg. https://example.com/cp-auth). It is set by default as cp-auth, we recommend you change it for security reasons.',
|
||||
'database_config' => 'Database configuration',
|
||||
'Ruta za pristup stranicama za potvrdu identiteta (eg. https://example.com/cp-auth).Podrazumevano je podešena na cp-auth, preporučujemo da je promenite iz sigurnosnih razloga.',
|
||||
'database_config' => 'Konfiguracija baze podataka',
|
||||
'database_config_hint' =>
|
||||
'Castopod needs to connect to your MySQL (or MariaDB) database. If you do not have these required info, please contact your server administrator.',
|
||||
'db_hostname' => 'Database hostname',
|
||||
'db_name' => 'Database name',
|
||||
'db_username' => 'Database username',
|
||||
'db_password' => 'Database password',
|
||||
'db_prefix' => 'Database prefix',
|
||||
'Castopod mora da se poveže za vašom MySQL (ili MariaDB) bazom. Ukoliko ne posedujete potrebne informacije, molimo vas kontaktirajte administratora vašeg servera.',
|
||||
'db_hostname' => 'Ime hosta baze podataka',
|
||||
'db_name' => 'Ime baze podataka',
|
||||
'db_username' => 'Korisničko ime baze podataka',
|
||||
'db_password' => 'Lozinka baze podataka',
|
||||
'db_prefix' => 'Prefiks baze',
|
||||
'db_prefix_hint' =>
|
||||
"The prefix of the Castopod table names, leave as is if you don't know what it means.",
|
||||
'cache_config' => 'Cache configuration',
|
||||
"Prefiks imena tabela Castopod-a, ne diraj ako ne znaš šta znači.",
|
||||
'cache_config' => 'Konfiguracija keša',
|
||||
'cache_config_hint' =>
|
||||
'Choose your preferred cache handler. Leave it as the default value if you have no clue what it means.',
|
||||
'cache_handler' => 'Cache handler',
|
||||
'Izaberite željeni obrađivač keša. Ostavite je kao podrazumevanu vrednost ako nemate pojma šta to znači.',
|
||||
'cache_handler' => 'Obrađivač keša',
|
||||
'cacheHandlerOptions' => [
|
||||
'file' => 'File',
|
||||
'file' => 'Datoteka',
|
||||
'redis' => 'Redis',
|
||||
'predis' => 'Predis',
|
||||
],
|
||||
'next' => 'Next',
|
||||
'submit' => 'Finish install',
|
||||
'create_superadmin' => 'Create your superadmin account',
|
||||
'email' => 'Email',
|
||||
'username' => 'Username',
|
||||
'password' => 'Password',
|
||||
'next' => 'Sledeće',
|
||||
'submit' => 'Završi instalaciju',
|
||||
'create_superadmin' => 'Kreiraj svoj nalog super administratora',
|
||||
'email' => 'E-pošta',
|
||||
'username' => 'Korisničko ime',
|
||||
'password' => 'Lozinka',
|
||||
],
|
||||
'messages' => [
|
||||
'createSuperAdminSuccess' =>
|
||||
'Your superadmin account has been created successfully. Login to start podcasting!',
|
||||
'Vaš nalog superadmina je uspešno kreiran. Prijavite se da biste započeli podkasting!',
|
||||
'databaseConnectError' =>
|
||||
'Castopod could not connect to your database. Edit your database configuration and try again.',
|
||||
'Castopod nije mogao da se poveže sa vašom bazom podataka. Uredite konfiguraciju baze podataka i pokušajte ponovo.',
|
||||
'writeError' =>
|
||||
"Couldn't create/write the `.env` file. You must create it manually by following the `.env.example` file template in the Castopod package.",
|
||||
"Nije moguće kreirati/upisati datoteku `.env`. Morate je kreirati ručno prateći šablon datoteke `.env.example` u Castopod-ovom paketu.",
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -17,8 +17,8 @@ return [
|
|||
'podcasts' => 'Podkasti',
|
||||
'podcast-list' => 'Svi podkasti',
|
||||
'podcast-create' => 'Novi podkast',
|
||||
'all-podcast-imports' => 'All Podcast imports',
|
||||
'podcast-imports-add' => 'Import a podcast',
|
||||
'all-podcast-imports' => 'Uvozi podkasta',
|
||||
'podcast-imports-add' => 'Uvezi podkast',
|
||||
'persons' => 'Osobe',
|
||||
'person-list' => 'Sve osobe',
|
||||
'person-create' => 'Nova osoba',
|
||||
|
|
|
|||
|
|
@ -9,11 +9,11 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Notifications',
|
||||
'reply' => '{actor_username} replied to your post',
|
||||
'favourite' => '{actor_username} favourited your post',
|
||||
'reblog' => '{actor_username} shared your post',
|
||||
'follow' => '{actor_username} started following you',
|
||||
'no_notifications' => 'No notifications',
|
||||
'mark_all_as_read' => 'Mark all as read',
|
||||
'title' => 'Obaveštenja',
|
||||
'reply' => '{actor_username} odgovara na tvoju objavu',
|
||||
'favourite' => '{actor_username} dodaje tvoju objavu u omiljene',
|
||||
'reblog' => '{actor_username} deli tvoju objavu',
|
||||
'follow' => '{actor_username} vas sada prati',
|
||||
'no_notifications' => 'Nema obaveštenja',
|
||||
'mark_all_as_read' => 'Označi svе kao pročitano',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -16,6 +16,6 @@ return [
|
|||
'last' => 'Poslednja',
|
||||
'older' => 'Starije',
|
||||
'newer' => 'Novije',
|
||||
'invalidTemplate' => '{0} is not a valid Pager template.',
|
||||
'invalidPaginationGroup' => '{0} is not a valid Pagination group.',
|
||||
'invalidTemplate' => '{0} nije važeći šablon za stranice.',
|
||||
'invalidPaginationGroup' => '{0} nije važeći šablon za grupu paginacija.',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,9 +9,22 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'title' => 'Platforme',
|
||||
'title' => [
|
||||
'podcasting' => 'Podkasting platforme',
|
||||
'social' => 'Društvene mreže',
|
||||
'funding' => 'Podrška',
|
||||
],
|
||||
'website' => 'Veb stranica',
|
||||
'home_url' => 'Idi na {platformName} stranicu',
|
||||
'register' => 'Rеgistrujte sе',
|
||||
'submit_url' => 'Dodaj svoj podkast na {platformName}',
|
||||
'your_link' => 'Vaš link',
|
||||
'your_id' => [
|
||||
'podcasting' => 'Tvoj ID',
|
||||
'social' => 'Tvoj ID',
|
||||
'funding' => 'Tvoj PNA',
|
||||
],
|
||||
'your_cta' => 'Tvoj poziv na akciju',
|
||||
'visible' => 'Prikaži na naslovnoj strani podkasta?',
|
||||
'on_embed' => 'Prikaži na embedovanom plejeru?',
|
||||
'remove' => 'Ukloni {platformName}',
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ return [
|
|||
'no_podcast' => 'Nema pronađenih podkasta!',
|
||||
'create' => 'Napravi podkast',
|
||||
'import' => 'Uvezi podkast',
|
||||
'all_imports' => 'Podcast imports',
|
||||
'all_imports' => 'Uvozi podkasta',
|
||||
'new_episode' => 'Nova epizoda',
|
||||
'view' => 'Pogledaj epizodu',
|
||||
'edit' => 'Uredi podkast',
|
||||
|
|
@ -22,6 +22,7 @@ return [
|
|||
'delete' => 'Obriši podkast',
|
||||
'see_episodes' => 'Pogledaj epizode',
|
||||
'see_contributors' => 'Pogledaj saradnike',
|
||||
'monetization_other' => 'Druga monetizacija',
|
||||
'go_to_page' => 'Idi na stranicu',
|
||||
'latest_episodes' => 'Najnovije epizode',
|
||||
'see_all_episodes' => 'Prikaži sve epizode',
|
||||
|
|
@ -57,13 +58,15 @@ return [
|
|||
'form' => [
|
||||
'identity_section_title' => 'Identitet podkasta',
|
||||
'identity_section_subtitle' => 'Ova polja vam pomažu da budete prepoznati.',
|
||||
'fediverse_section_title' => 'Fedivers identitet',
|
||||
|
||||
'cover' => 'Omot podkasta',
|
||||
'cover_size_hint' => 'Omot mora biti kvadratnog oblika i minimum 1400px širok i visok.',
|
||||
'banner' => 'Baner podkasta',
|
||||
'banner_size_hint' => 'Baner mora imati odnos 3:1 i biti najmanje 1500px širok.',
|
||||
'banner_delete' => 'Obriši baner podkasta',
|
||||
'title' => 'Naslov',
|
||||
'handle' => 'Handle',
|
||||
'handle' => 'Ručka',
|
||||
'handle_hint' =>
|
||||
'Koristi se radi identifikacije podkasta. Velika slova, mala slova, brojevi i donja crta su prihvatljivi.',
|
||||
'type' => [
|
||||
|
|
@ -73,66 +76,65 @@ return [
|
|||
'serial' => 'Serijski',
|
||||
'serial_hint' => 'Ukoliko su epizode namenjene za konzumiranje specifičnim redom. Najstarija epizoda će biti predstavljena prva u redosledu.',
|
||||
],
|
||||
'description' => 'Description',
|
||||
'classification_section_title' => 'Classification',
|
||||
'description' => 'Opis',
|
||||
'classification_section_title' => 'Klasifikacija',
|
||||
'classification_section_subtitle' =>
|
||||
'These fields will impact your audience and competition.',
|
||||
'language' => 'Language',
|
||||
'category' => 'Category',
|
||||
'category_placeholder' => 'Select a category…',
|
||||
'other_categories' => 'Other categories',
|
||||
'Ova polja će uticati na vašu publiku i konkurenciju.',
|
||||
'language' => 'Jezik',
|
||||
'category' => 'Kategorija',
|
||||
'category_placeholder' => 'Izaberite kategoriju…',
|
||||
'other_categories' => 'Ostale kategorije',
|
||||
'parental_advisory' => [
|
||||
'label' => 'Parental advisory',
|
||||
'hint' => 'Does it contain explicit content?',
|
||||
'undefined' => 'undefined',
|
||||
'clean' => 'Clean',
|
||||
'explicit' => 'Explicit',
|
||||
'label' => 'Upozorenje za roditelje',
|
||||
'hint' => 'Da li sadrži eksplicitan sadržaj?',
|
||||
'undefined' => 'nedefinisano',
|
||||
'clean' => 'Čisto',
|
||||
'explicit' => 'Eksplicitno',
|
||||
],
|
||||
'author_section_title' => 'Author',
|
||||
'author_section_subtitle' => 'Who is managing the podcast?',
|
||||
'owner_name' => 'Owner name',
|
||||
'author_section_title' => 'Autor',
|
||||
'author_section_subtitle' => 'Ko upravlja podkastom?',
|
||||
'owner_name' => 'Ime vlasnika',
|
||||
'owner_name_hint' =>
|
||||
'For administrative use only. Visible in the public RSS feed.',
|
||||
'owner_email' => 'Owner email',
|
||||
'Za administrativnu upotrebu. Vidljivo u javnom RSS feed-u.',
|
||||
'owner_email' => 'Elektronska pošta vlasnika',
|
||||
'owner_email_hint' =>
|
||||
'Will be used by most platforms to verify the podcast ownership. Visible in the public RSS feed.',
|
||||
'publisher' => 'Publisher',
|
||||
'Koristiće se na većini platforma kako bi se utvrdilo vlasništvo nad podkastom. Vidljivo javno u RSS feed-u.',
|
||||
'publisher' => 'Izdavač',
|
||||
'publisher_hint' =>
|
||||
'The group responsible for creating the show. Often refers to the parent company or network of a podcast. This field is sometimes labeled as ’Author’.',
|
||||
'copyright' => 'Copyright',
|
||||
'location_section_title' => 'Location',
|
||||
'location_section_subtitle' => 'What place is this podcast about?',
|
||||
'location_name' => 'Location name or address',
|
||||
'location_name_hint' => 'This can be a real place or fictional',
|
||||
'monetization_section_title' => 'Monetization',
|
||||
'Grupa odgovorna za stvaranje ove emisije. Često se misli na vlasničku kompaniju ili mrežu kojoj pripada podkast. Ovo polje se nekada naziva i \'Autor".',
|
||||
'copyright' => 'Autorsko pravo',
|
||||
'location_section_title' => 'Lokacija',
|
||||
'location_section_subtitle' => 'O kom mestu je ova epizoda?',
|
||||
'location_name' => 'Ime ili adresa lokacije',
|
||||
'location_name_hint' => 'Ovo može biti stvarno ili izmišljeno mesto',
|
||||
'monetization_section_title' => 'Monetizacija',
|
||||
'monetization_section_subtitle' =>
|
||||
'Earn money thanks to your audience.',
|
||||
'premium' => 'Premium',
|
||||
'premium_by_default' => 'Episodes must be set as premium by default',
|
||||
'premium_by_default_hint' => 'Podcast episodes will be marked as premium by default. You can still choose to set some episodes, trailers or bonuses as public.',
|
||||
'op3' => 'Open Podcast Prefix Project (OP3)',
|
||||
'op3_hint' => 'Value your analytics data with OP3, an open-source and trusted third party analytics service. Share, validate and compare your analytics data with the open podcasting ecosystem.',
|
||||
'op3_enable' => 'Enable OP3 analytics service',
|
||||
'op3_enable_hint' => 'For security reasons, premium episodes\' analytics data will not be shared with OP3.',
|
||||
'payment_pointer' => 'Payment Pointer for Web Monetization',
|
||||
'Zaradi novac zahvaljujući svojoj publici.',
|
||||
'premium' => 'Premijum',
|
||||
'premium_by_default' => 'Epizode se podrazumevano moraju podesiti kao premijum',
|
||||
'premium_by_default_hint' => 'Epizode podkasta će podrazumevano biti označene kao premijum. I dalje možete izabrati da neke epizode, trejlere ili bonuse postavite kao javne.',
|
||||
'op3' => 'Otvoreni Podkast Prefiks Projekat (OP3)',
|
||||
'op3_hint' => 'Vrednujte svoje analitičke podatke pomoću OP3, otvorenog koda i pouzdane analitičke usluge treće strane. Delite, potvrdite i uporedite svoje analitičke podatke sa otvorenim podkast ekosistemom.',
|
||||
'op3_enable' => 'Omogućite OP3 analitičku uslugu',
|
||||
'op3_enable_hint' => 'Iz bezbednosnih razloga, analitika premijum epizoda se neće deliti sa OP3.',
|
||||
'payment_pointer' => 'Pokazivač plaćanja za Veb monetizaciju',
|
||||
'payment_pointer_hint' =>
|
||||
'This is your where you will receive money thanks to Web Monetization',
|
||||
'advanced_section_title' => 'Advanced Parameters',
|
||||
'Ovde ćete primati novac zahvaljujući Veb monetizaciji',
|
||||
'advanced_section_title' => 'Napredni parametri',
|
||||
'advanced_section_subtitle' =>
|
||||
'If you need RSS tags that Castopod does not handle, set them here.',
|
||||
'custom_rss' => 'Custom RSS tags for the podcast',
|
||||
'custom_rss_hint' => 'This will be injected within the ❬channel❭ tag.',
|
||||
'new_feed_url' => 'New feed URL',
|
||||
'new_feed_url_hint' => 'Use this field when you move to another domain or podcast hosting platform. By default, the value is set to the current RSS URL if the podcast is imported.',
|
||||
'old_feed_url' => 'Old feed URL',
|
||||
'partnership' => 'Partnership',
|
||||
'Ukoliko su vam potrebni RSS tagovi koje Castopod ne obrađuje, postavite ih ovde.',
|
||||
'custom_rss' => 'Posebni RSS tagovi epizode',
|
||||
'custom_rss_hint' => 'Ovo će biti ubačeno u ❬channel❭ tag.',
|
||||
'new_feed_url' => 'Novi URL fid',
|
||||
'new_feed_url_hint' => 'Koristite ovo polje kada prelazite na drugi domen ili platformu za hostovanje podkasta. Podrazumevano, vrednost je podešena na trenutni RSS URL ako je podkast uvezen.',
|
||||
'old_feed_url' => 'Stari URL fid',
|
||||
'partnership' => 'Partnerstvo',
|
||||
'partner_id' => 'ID',
|
||||
'partner_link_url' => 'URL adresa veze',
|
||||
'partner_image_url' => 'URL adresa slike',
|
||||
'partner_id_hint' => 'Vaš partnerski ID',
|
||||
'partner_link_url_hint' => 'Generička adresa veze partnera',
|
||||
'partner_image_url_hint' => 'Generička adresa slike partnera',
|
||||
'status_section_title' => 'Status',
|
||||
'block' => 'Podkast treba sakriti iz javnih kataloga',
|
||||
'block_hint' =>
|
||||
'Prikazan ili sakriven status podkasta: ukoliko uključite ovu opciju onemogućavate prikazivanje vašeg podkasta na paltformama za slušanje podkasta kao što su Apple Podcasts, Google Podcasts i sličnim direktorijima. (Nije zagarantovano)',
|
||||
|
|
@ -229,8 +231,8 @@ return [
|
|||
'natural_sciences' => 'Prirodne nauke',
|
||||
'nature' => 'Priroda',
|
||||
'physics' => 'Fizika',
|
||||
'social_sciences' => 'Social Sciences',
|
||||
'documentary' => 'Documentary',
|
||||
'social_sciences' => 'Društvene nauke',
|
||||
'documentary' => 'Dokumentarni',
|
||||
'personal_journals' => 'Lični dnevnici',
|
||||
'philosophy' => 'Filozofija',
|
||||
'places_and_travel' => 'Mesta i Putovanje',
|
||||
|
|
@ -294,19 +296,19 @@ return [
|
|||
'list_of_episodes_season' =>
|
||||
'Sezona {seasonNumber} epizoda ({episodeCount})',
|
||||
'no_episode' => 'Nijedna epizode nije pronađena!',
|
||||
'follow' => 'Follow',
|
||||
'follow' => 'Prati',
|
||||
'followers' => '{numberOfFollowers, plural,
|
||||
one {# follower}
|
||||
other {# followers}
|
||||
one {# pratilac}
|
||||
other {# pratilaca}
|
||||
}',
|
||||
'posts' => '{numberOfPosts, plural,
|
||||
one {# post}
|
||||
other {# posts}
|
||||
one {# objava}
|
||||
other {# objave}
|
||||
}',
|
||||
'activity' => 'Activity',
|
||||
'episodes' => 'Episodes',
|
||||
'sponsor' => 'Sponsor',
|
||||
'funding_links' => 'Funding links for {podcastTitle}',
|
||||
'find_on' => 'Find {podcastTitle} on',
|
||||
'listen_on' => 'Listen on',
|
||||
'activity' => 'Aktivnost',
|
||||
'episodes' => 'Epizode',
|
||||
'sponsor' => 'Sponzor',
|
||||
'funding_links' => 'Linkovi za finansiranje {podcastTitle}',
|
||||
'find_on' => 'Pronađi {podcastTitle} na',
|
||||
'listen_on' => 'Slušaj na',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -9,31 +9,34 @@ declare(strict_types=1);
|
|||
*/
|
||||
|
||||
return [
|
||||
'go_to_page' => 'Go to podcast page',
|
||||
'dashboard' => 'Podcast dashboard',
|
||||
'podcast-view' => 'Home',
|
||||
'podcast-edit' => 'Edit podcast',
|
||||
'podcast-persons-manage' => 'Manage persons',
|
||||
'podcast-imports' => 'Podcast imports',
|
||||
'episodes' => 'Episodes',
|
||||
'episode-list' => 'All episodes',
|
||||
'episode-create' => 'New episode',
|
||||
'analytics' => 'Analytics',
|
||||
'podcast-analytics' => 'Audience overview',
|
||||
'podcast-analytics-webpages' => 'Web pages visits',
|
||||
'podcast-analytics-locations' => 'Locations',
|
||||
'podcast-analytics-unique-listeners' => 'Unique listeners',
|
||||
'podcast-analytics-players' => 'Players',
|
||||
'podcast-analytics-listening-time' => 'Listening time',
|
||||
'podcast-analytics-time-periods' => 'Time periods',
|
||||
'premium' => 'Premium',
|
||||
'subscription-list' => 'All subscriptions',
|
||||
'subscription-create' => 'Add subscription',
|
||||
'contributors' => 'Contributors',
|
||||
'contributor-list' => 'All contributors',
|
||||
'contributor-add' => 'Add contributor',
|
||||
'platforms' => 'External platforms',
|
||||
'platforms-podcasting' => 'Podkasting',
|
||||
'go_to_page' => 'Idite na stranu podkasta',
|
||||
'rss_feed' => 'RSS feed',
|
||||
'dashboard' => 'Kontrolna strana podkasta',
|
||||
'podcast-view' => 'Početna stranica',
|
||||
'podcast-edit' => 'Uredi podkast',
|
||||
'podcast-persons-manage' => 'Upravljaj osobama',
|
||||
'podcast-imports' => 'Uvozi podkasta',
|
||||
'podcast-imports-sync' => 'Sinhronizuj snabdevače',
|
||||
'episodes' => 'Epizode',
|
||||
'episode-list' => 'Sve Epizode',
|
||||
'episode-create' => 'Nova epizoda',
|
||||
'analytics' => 'Analitika',
|
||||
'podcast-analytics' => 'Pregled publike',
|
||||
'podcast-analytics-webpages' => 'Poseta Veb stranici',
|
||||
'podcast-analytics-locations' => 'Lokacije',
|
||||
'podcast-analytics-unique-listeners' => 'Jedinstveni slušaoci',
|
||||
'podcast-analytics-players' => 'Plejeri',
|
||||
'podcast-analytics-listening-time' => 'Ukupno vreme slušanja',
|
||||
'podcast-analytics-time-periods' => 'Vremenski periodi',
|
||||
'monetization' => 'Monetizacija',
|
||||
'subscription-list' => 'Sve pretplate',
|
||||
'subscription-create' => 'Dodaj pretplatu',
|
||||
'contributors' => 'Saradnici',
|
||||
'contributor-list' => 'Svi saradnici',
|
||||
'contributor-add' => 'Dodaj saradnika',
|
||||
'broadcast' => 'Emitovanje',
|
||||
'platforms-podcasting' => 'Podkasting aplikacije',
|
||||
'platforms-social' => 'Društvene mreže',
|
||||
'platforms-funding' => 'Finansiranje',
|
||||
'platforms-funding' => 'Podrška',
|
||||
'podcast-monetization-other' => 'Drugo',
|
||||
];
|
||||
|
|
|
|||
|
|
@ -14,45 +14,45 @@ return [
|
|||
'title' => 'Instance',
|
||||
'site_icon' => 'Ikonica sajta',
|
||||
'site_icon_delete' => 'Obriši ikonicu sajta',
|
||||
'site_icon_hint' => 'Site icons are what you see on your browser tabs, bookmarks bar, and when you add a website as a shortcut on mobile devices.',
|
||||
'site_icon_helper' => 'Icon must be squared and at least 512px wide and tall.',
|
||||
'site_name' => 'Site name',
|
||||
'site_description' => 'Site description',
|
||||
'submit' => 'Save',
|
||||
'editSuccess' => 'Instance has been updated successfully!',
|
||||
'deleteIconSuccess' => 'Site icon has been remove successfully!',
|
||||
'site_icon_hint' => 'Ikone sajtova su ono što vidite na karticama pregledača, traci sa obeleživačima i kada dodate veb lokaciju kao prečicu na mobilnim uređajima.',
|
||||
'site_icon_helper' => 'Ikona mora biti kvadratnog oblika i minimum 512px široka i visoka.',
|
||||
'site_name' => 'Naziv veb strane',
|
||||
'site_description' => 'Opis veb strane',
|
||||
'submit' => 'Sačuvaj',
|
||||
'editSuccess' => 'Instanca je uspešno ažurirana!',
|
||||
'deleteIconSuccess' => 'Ikona veb strane je uspešno uklonjena!',
|
||||
],
|
||||
'images' => [
|
||||
'title' => 'Images',
|
||||
'subtitle' => 'Here you can regenerate all images based on the originals that were uploaded. To be used if you find that some images are missing. This task may take a while.',
|
||||
'regenerate' => 'Regenerate images',
|
||||
'regenerationSuccess' => 'All images have been regenerated successfully!',
|
||||
'title' => 'Slike',
|
||||
'subtitle' => 'Ovde možete regenerisati sve slike na osnovu originala koji su otpremljeni. Koristi se ako ustanovite da neke slike nedostaju. Ovaj zadatak može potrajati.',
|
||||
'regenerate' => 'Regeneriši slike',
|
||||
'regenerationSuccess' => 'Sve slike su uspešno regenerisane!',
|
||||
],
|
||||
'housekeeping' => [
|
||||
'title' => 'Housekeeping',
|
||||
'subtitle' => 'Runs various housekeeping tasks. Use this feature if you ever encounter issues with media files or data integrity. These tasks may take a while.',
|
||||
'reset_counts' => 'Reset counts',
|
||||
'reset_counts_helper' => 'This option will recalculate and reset all data counts (number of followers, posts, comments, …).',
|
||||
'rewrite_media' => 'Rewrite media metadata',
|
||||
'rewrite_media_helper' => 'This option will delete all superfluous media files and recreate them (images, audio files, transcripts, chapters, …)',
|
||||
'rename_episodes_files' => 'Rename episode audio files',
|
||||
'rename_episodes_files_hint' => 'This option will rename all episodes audio files to a random string of characters. Use this if one of your private episodes link was leaked as this will effectively hide it.',
|
||||
'clear_cache' => 'Clear all cache',
|
||||
'clear_cache_helper' => 'This option will flush redis cache or writable/cache files.',
|
||||
'run' => 'Run housekeeping',
|
||||
'runSuccess' => 'Housekeeping has been run successfully!',
|
||||
'title' => 'Održavanje',
|
||||
'subtitle' => 'Obavlja razne poslove u održavanju. Koristite ovu funkciju ako ikada naiđete na probleme sa medijskim datotekama ili integritetom podataka. Ovi zadaci mogu potrajati.',
|
||||
'reset_counts' => 'Resetujte brojače',
|
||||
'reset_counts_helper' => 'Ova opcija će ponovo izračunati i resetovati sve podatke (broj pratilaca, objava, komentara,…).',
|
||||
'rewrite_media' => 'Ponovo upiši medijske metapodatke',
|
||||
'rewrite_media_helper' => 'Ova opcija će izbrisati sve suvišne medijske datoteke i ponovo ih kreirati (slike, audio datoteke, transkripte, poglavlja,…)',
|
||||
'rename_episodes_files' => 'Preimenuj audio datoteku epizode',
|
||||
'rename_episodes_files_hint' => 'Ova opcija će preimenovati sve audio datoteke epizoda u nasumični niz znakova. Koristite ovo ako je neka od vaših privatnih epizoda procurila jer će je to efektivno sakriti.',
|
||||
'clear_cache' => 'Obriši sav keš',
|
||||
'clear_cache_helper' => 'Ova opcija će isprazniti redis keš ili datoteke za pisanje/keširanje.',
|
||||
'run' => 'Pokreni održavanje',
|
||||
'runSuccess' => 'Održavanje je uspešno obavljeno!',
|
||||
],
|
||||
'theme' => [
|
||||
'title' => 'Theme',
|
||||
'accent_section_title' => 'Accent color',
|
||||
'accent_section_subtitle' => 'Choose the color to determine the look and feel of all public pages.',
|
||||
'pine' => 'Pine',
|
||||
'crimson' => 'Crimson',
|
||||
'amber' => 'Amber',
|
||||
'lake' => 'Lake',
|
||||
'jacaranda' => 'Jacaranda',
|
||||
'onyx' => 'Onyx',
|
||||
'submit' => 'Save',
|
||||
'setInstanceThemeSuccess' => 'Theme has been updated successfully!',
|
||||
'title' => 'Tema',
|
||||
'accent_section_title' => 'Naglašena boja',
|
||||
'accent_section_subtitle' => 'Izaberite boju da biste odredili izgled svih javnih stranica.',
|
||||
'pine' => 'Bor zelena',
|
||||
'crimson' => 'Tamnocrvena',
|
||||
'amber' => 'Ćilibar',
|
||||
'lake' => 'Jezero plava',
|
||||
'jacaranda' => 'Jakaranda ljubičasta',
|
||||
'onyx' => 'Oniks crna',
|
||||
'submit' => 'Sačuvaj',
|
||||
'setInstanceThemeSuccess' => 'Tema je uspešno ažurirana!',
|
||||
],
|
||||
];
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue