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

@ -9,54 +9,54 @@ declare(strict_types=1);
*/
return [
'title' => 'Castopod installer',
'manual_config' => 'Manual configuration',
'title' => 'Castopod-Installer',
'manual_config' => 'Manuelle Konfiguration',
'manual_config_subtitle' =>
'Create a `.env` file with your settings and refresh the page to continue installation.',
'Erstelle eine `.env`-Datei mit deinen Einstellungen und aktualisiere die Seite, um die Installation fortzusetzen.',
'form' => [
'instance_config' => 'Instance configuration',
'instance_config' => 'Instance-Konfiguration',
'hostname' => 'Hostname',
'media_base_url' => 'Media base URL',
'media_base_url' => 'Medien-Basis-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',
'Wenn du einen CDN und/oder einen externen Analysedienst verwendest, kannst du diesen hier festlegen.',
'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',
'Die Route zum Zugriff auf den Admin-Bereich (z.B. https://example.com/cp-admin), wird standardmäßig als "cp-admin" festgelegt. Wir empfehlen, sie aus Sicherheitsgründen zu ändern.',
'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',
'Die Route zum Zugriff auf die Authentifizierungsseiten (z. B. https://example.com/cp-auth), wird standardmäßig als "cp-auth" gesetzt. Wir empfehlen, sie aus Sicherheitsgründen zu ändern.',
'database_config' => 'Datenbankkonfiguration',
'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 muss sich mit der MySQL-Datenbank (oder MariaDB) verbinden. Wenn diese erforderlichen Informationen nicht verfügbar sind, wende dich bitte an deinen Serveradministrator.',
'db_hostname' => 'Datenbank Hostname',
'db_name' => 'Datenbankname',
'db_username' => 'Datenbank-Benutzername',
'db_password' => 'Datenbank-Passwort',
'db_prefix' => 'Datenbankpräfix',
'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',
"Das Präfix der Castopod-Tabellennamen. Nicht anpassen, wenn nicht klar ist was damit gemeint ist.",
'cache_config' => 'Cache-Konfiguration',
'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',
'Wähle deinen bevorzugten Cache-Handler. Belasse den Standardwert, wenn du keine Ahnung hast, was er bedeutet.',
'cache_handler' => 'Cache-Handler',
'cacheHandlerOptions' => [
'file' => 'File',
'file' => 'Datei',
'redis' => 'Redis',
'predis' => 'Predis',
],
'next' => 'Next',
'submit' => 'Finish install',
'create_superadmin' => 'Create your superadmin account',
'email' => 'Email',
'username' => 'Username',
'password' => 'Password',
'next' => 'Weiter',
'submit' => 'Installation abschließen',
'create_superadmin' => 'Erstelle deinen Superadmin-Account',
'email' => 'E-Mail',
'username' => 'Benutzername',
'password' => 'Passwort',
],
'messages' => [
'createSuperAdminSuccess' =>
'Your superadmin account has been created successfully. Login to start podcasting!',
'Dein Superadmin-Account wurde erfolgreich erstellt. Melde dich an, um mit dem Podcasting zu starten!',
'databaseConnectError' =>
'Castopod could not connect to your database. Edit your database configuration and try again.',
'Castopod konnte keine Verbindung zur Datenbank herstellen. Bearbeite die Datenbankkonfiguration und versuche es erneut.',
'writeError' =>
"Couldn't create/write the `.env` file. You must create it manually by following the `.env.example` file template in the Castopod package.",
"Konnte die `.env`-Datei nicht erstellen/schreiben. Du musst sie manuell erstellen, indem du dem `.env.example` Template im Castopod Paket folgst.",
],
];