castopod/modules/Admin/Language/sr-Latn/Platforms.php

44 lines
1.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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' => '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}',
'submit' => 'Sačuvaj',
'messages' => [
'updateSuccess' => 'Veze sa platformama su uspešno ažurirane!',
'removeLinkSuccess' => 'Veza ka platformi je izbrisana.',
'removeLinkError' =>
'Vezu sa platformom nije moguće ukloniti. Probajte ponovo.',
],
'description' => [
'podcasting' => 'ID podkasta na ovoj platformi',
'social' => 'ID naloga podkasta na ovoj platformi',
'funding' => 'Poruka poziva na akciju',
],
];