File: D:/HostingSpaces/ReturnIndustries/return-industries.nl/resources/lang/de/site/routes.php
<?php declare(strict_types=1);
return [
//Array structure: Named route name => Translation.
//Do not add route parameters like this: {token}. They won't be replaced as you might expect.
//When you use the localized_route helper, you may pass parameters.
//When you do so, do this in a numeric (non associative) manner in the same order as they appear in the named route.
//Translations for authentication routes
'site.login' => 'einloggen',
'site.logout' => 'abmelden',
'site.password.request' => 'passwort/vergessen',
'site.password.email' => 'passwort/email',
'site.password.reset' => 'passwort/zurucksetzen',
'site.password.request_set' => 'password/machen',
'site.password.set' => 'passwort/setzen',
'site.register' => 'registrieren',
'site.registered' => 'eingeschrieben',
//Translations for shopping cart routes
'shoppingcart' => 'einkaufswagen'
];