以下代码出现在 email.blade.php 中:
@lang(
"If you’re having trouble clicking the \":actionText\" button, copy and paste the URL below\n".
'into your web browser: [:actionURL](:actionURL)',
[
'actionText' => $actionText,
'actionURL' => $actionUrl,
]
)
json 翻译文件在包含换行符和参数时应该是什么样子。我的 json 文件中的所有其他翻译都运行良好,除了上面提到的翻译(下面倒数第二个):
{
"Reset Password Notification": "Nulstil adgangskode notifikation",
"You are receiving this email because we received a password reset request for your account.": "Du modtager denne email fordi vi har modtagen en anmodning om nulstilling af adgangskoden til din konto.",
"Reset Password": "Nulstil adgangskode",
"This password reset link will expire in :count minutes.": "Dette link til nulstilling af adgangskode vil udløbe om :count minutter.",
"If you did not request a password reset, no further action is required.": "Hvis du ikke har anmodet om at nulstille din adgangskode, så skal du ikke foretage dig yderligere.",
"Verify Email Address": "Verificer e-mailadresse",
"Please click the button below to verify your email address.": "Klik venligst på knappen nedenfor for at verificere din e-mailadresse.",
"If you did not create an account, no further action is required.": "Hvis du ikke har anmodet om at oprette en konto, så skal du ikke foretage dig yderligere.",
"Regards": "Med venlig hilsen",
"Hello!": "Hej",
"Whoops!": "Ups!",
"If you’re having trouble clicking the :actionText button, copy and paste the URL below\ninto your web browser: [:actionURL](:actionURL)": "Hvis du har problemer med at klikke på :actionText-knappen, så kopier følgende adresse ind i din webbrowser:[:actionURL](:actionURL)",
"All rights reserved.": "Alle rettigheder forbeholdt."
}