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:
Yassine Doghri 2022-04-05 15:45:54 +00:00
commit 7b71f7971d
223 changed files with 8574 additions and 2980 deletions

View file

@ -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',
];