mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-15 12:37:46 +02:00
chore(i18n): new Crowdin updates
This commit is contained in:
parent
379b9be2b9
commit
fa90decdd1
196 changed files with 5322 additions and 2183 deletions
|
|
@ -10,22 +10,22 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'list' => [
|
||||
'title' => 'Soundbites',
|
||||
'soundbite' => 'Soundbite',
|
||||
'title' => 'Ljudklipp',
|
||||
'soundbite' => 'Ljudklipp',
|
||||
],
|
||||
'messages' => [
|
||||
'createSuccess' => 'Soundbite has been successfully created!',
|
||||
'deleteSuccess' => 'Soundbite has been successfully removed!',
|
||||
'createSuccess' => 'Ljudklipp har skapats!',
|
||||
'deleteSuccess' => 'Ljudklipp har tagits bort!',
|
||||
],
|
||||
'form' => [
|
||||
'title' => 'New soundbite',
|
||||
'soundbite_title' => 'Soundbite title',
|
||||
'start_time' => 'Start at',
|
||||
'duration' => 'Duration',
|
||||
'submit' => 'Create soundbite',
|
||||
'title' => 'Nytt ljudklipp',
|
||||
'soundbite_title' => 'Ljudklipp titel',
|
||||
'start_time' => 'Starta vid',
|
||||
'duration' => 'Längd',
|
||||
'submit' => 'Skapa ljudklipp',
|
||||
],
|
||||
'play' => 'Play soundbite',
|
||||
'stop' => 'Stop soundbite',
|
||||
'create' => 'New soundbite',
|
||||
'delete' => 'Delete soundbite',
|
||||
'play' => 'Spela ljudklipp',
|
||||
'stop' => 'Stoppa ljudklipp',
|
||||
'create' => 'Nytt ljudklipp',
|
||||
'delete' => 'Ta bort ljudklipp',
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue