mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 11:37:46 +02:00
chore: new Crowdin updates
otetranome - Portuguese, Brazilian; Portuguese forght - German glottis0q - German ernestoacostame - Spanish Lucian I. Last (lil5) - Dutch ButterflyOfFire (BoFFire) - Arabic eorn - Breton Angelos Chouvardas (achouvardas) - Greek Russian Retro (retrograde) - Russian cExplorer - German GabiSnow - Spanish CTHTC - German Romain de Laage (rdelaage) - Spanish LuuzViir (Spanish) Samuel Roland (samuelroland) - French thelama - Portuguese
This commit is contained in:
parent
78548b5cd7
commit
7b71f7971d
223 changed files with 8574 additions and 2980 deletions
|
|
@ -10,22 +10,22 @@ declare(strict_types=1);
|
|||
|
||||
return [
|
||||
'list' => [
|
||||
'title' => 'Soundbites',
|
||||
'soundbite' => 'Soundbite',
|
||||
'title' => 'Tonschnipsel',
|
||||
'soundbite' => 'Tonschnipsel',
|
||||
],
|
||||
'messages' => [
|
||||
'createSuccess' => 'Soundbite has been successfully created!',
|
||||
'deleteSuccess' => 'Soundbite has been successfully removed!',
|
||||
'createSuccess' => 'Tonschnipsel wurde erfolgreich erstellt!',
|
||||
'deleteSuccess' => 'Tonschnipsel wurde erfolgreich entfernt!',
|
||||
],
|
||||
'form' => [
|
||||
'title' => 'New soundbite',
|
||||
'soundbite_title' => 'Soundbite title',
|
||||
'start_time' => 'Start at',
|
||||
'duration' => 'Duration',
|
||||
'submit' => 'Create soundbite',
|
||||
'title' => 'Neuer Tonschnipsel',
|
||||
'soundbite_title' => 'Tonschnipsel-Titel',
|
||||
'start_time' => 'Beginne bei',
|
||||
'duration' => 'Länge',
|
||||
'submit' => 'Tonschnipsel erstellen',
|
||||
],
|
||||
'play' => 'Play soundbite',
|
||||
'stop' => 'Stop soundbite',
|
||||
'create' => 'New soundbite',
|
||||
'delete' => 'Delete soundbite',
|
||||
'play' => 'Tonschnipsel abspielen',
|
||||
'stop' => 'Tonschnipsel stoppen',
|
||||
'create' => 'Neuer Tonschnipsel',
|
||||
'delete' => 'Tonschnipsel löschen',
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue