updated mails

alpha
alex 2024-03-03 23:21:56 +01:00
parent 595745b5d5
commit 18741b41f1
15 changed files with 280 additions and 191 deletions

View File

@ -25,7 +25,7 @@
<p style="margin-top: 20px; color: #777; font-size: 12px;">%footer%</p> <p style="margin-top: 20px; color: #777; font-size: 12px;">%footer%</p>
<a href="https://zeitadler.de/datenschutzerklaerung" <a href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px;">%dsgvo%</a> style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -1,39 +1,33 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="de"> <html lang="de">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body <head>
style=" <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body style="
font-family: 'Arial', sans-serif; font-family: 'Arial', sans-serif;
background-color: #f4f4f4; background-color: #f4f4f4;
margin: 0; margin: 0;
padding: 0; padding: 0;
" ">
> <table style="
<table
style="
width: 100%; width: 100%;
max-width: 600px; max-width: 600px;
margin: 20px auto; margin: 20px auto;
background-color: #ffffff; background-color: #ffffff;
border-radius: 8px; border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
" " cellspacing="0" cellpadding="0">
cellspacing="0" <tr>
cellpadding="0" <td style="width: 100%; padding: 20px">
> <h1 style="color: #333; margin-bottom: 20px">%title%</h1>
<tr> <p style="color: #555; margin: 0 0 15px">%header%</p>
<td style="width: 100%; padding: 20px"> <p style="color: #555; margin: 0 0 15px">%text1%</p>
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
<p style="color: #555; margin: 0 0 15px">%header%</p>
<p style="color: #555; margin: 0 0 15px">%text1%</p>
<a <a href="{{.emailVerificationUrl}}" style="
href="{{.emailVerificationUrl}}"
style="
display: inline-block; display: inline-block;
padding: 10px 15px; padding: 10px 15px;
background-color: #3498db; background-color: #3498db;
@ -41,19 +35,15 @@
text-decoration: none !important; text-decoration: none !important;
border-radius: 5px; border-radius: 5px;
margin-top: 20px; margin-top: 20px;
" ">%verifyButton%</a>
>%verifyButton%</a
>
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div> <div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
<a href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
</td>
</tr>
</table>
</body>
<a
href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px"
>%dsgvo%</a
>
</td>
</tr>
</table>
</body>
</html> </html>

View File

@ -1,49 +1,43 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="de"> <html lang="de">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body <head>
style=" <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body style="
font-family: 'Arial', sans-serif; font-family: 'Arial', sans-serif;
background-color: #f4f4f4; background-color: #f4f4f4;
margin: 0; margin: 0;
padding: 0; padding: 0;
" ">
> <table style="
<table
style="
width: 100%; width: 100%;
max-width: 600px; max-width: 600px;
margin: 20px auto; margin: 20px auto;
background-color: #ffffff; background-color: #ffffff;
border-radius: 8px; border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
" " cellspacing="0" cellpadding="0">
cellspacing="0" <tr>
cellpadding="0" <td style="width: 100%; padding: 20px">
> <h1 style="color: #333; margin-bottom: 20px">%title%</h1>
<tr>
<td style="width: 100%; padding: 20px">
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
<p style="color: #555; margin: 0 0 15px">%emailText%</p> <p style="color: #555; margin: 0 0 15px">%emailText%</p>
<p style="color: #555; margin: 0 0 15px">{{.email}}</p> <p style="color: #555; margin: 0 0 15px">{{.email}}</p>
<p style="color: #555; margin: 0 0 15px">%securityInfo%</p> <p style="color: #555; margin: 0 0 15px">%securityInfo%</p>
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div> <div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
<p style="margin-top: 20px; color: #777; font-size: 12px">%footer%</p>
<a href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
</td>
</tr>
</table>
</body>
<p style="margin-top: 20px; color: #777; font-size: 12px">%footer%</p>
<a
href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px"
>%dsgvo%</a
>
</td>
</tr>
</table>
</body>
</html> </html>

View File

@ -1,39 +1,33 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="de"> <html lang="de">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body <head>
style=" <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body style="
font-family: 'Arial', sans-serif; font-family: 'Arial', sans-serif;
background-color: #f4f4f4; background-color: #f4f4f4;
margin: 0; margin: 0;
padding: 0; padding: 0;
" ">
> <table style="
<table
style="
width: 100%; width: 100%;
max-width: 600px; max-width: 600px;
margin: 20px auto; margin: 20px auto;
background-color: #ffffff; background-color: #ffffff;
border-radius: 8px; border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
" " cellspacing="0" cellpadding="0">
cellspacing="0" <tr>
cellpadding="0" <td style="width: 100%; padding: 20px">
> <h1 style="color: #333; margin-bottom: 20px">%title%</h1>
<tr> <p style="color: #555; margin: 0 0 15px">%header%</p>
<td style="width: 100%; padding: 20px"> <p style="color: #555; margin: 0 0 15px">%text1%</p>
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
<p style="color: #555; margin: 0 0 15px">%header%</p>
<p style="color: #555; margin: 0 0 15px">%text1%</p>
<a <a href="{{.emailVerificationUrl}}" style="
href="{{.emailVerificationUrl}}"
style="
display: inline-block; display: inline-block;
padding: 10px 15px; padding: 10px 15px;
background-color: #3498db; background-color: #3498db;
@ -41,20 +35,16 @@
text-decoration: none !important; text-decoration: none !important;
border-radius: 5px; border-radius: 5px;
margin-top: 20px; margin-top: 20px;
" ">%verifyButton%</a>
>%verifyButton%</a
>
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div> <div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
<p style="margin-top: 20px; color: #777; font-size: 12px">%footer%</p>
<a href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
</td>
</tr>
</table>
</body>
<p style="margin-top: 20px; color: #777; font-size: 12px">%footer%</p>
<a
href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px"
>%dsgvo%</a
>
</td>
</tr>
</table>
</body>
</html> </html>

View File

@ -1,39 +1,33 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="de"> <html lang="de">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body <head>
style=" <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body style="
font-family: 'Arial', sans-serif; font-family: 'Arial', sans-serif;
background-color: #f4f4f4; background-color: #f4f4f4;
margin: 0; margin: 0;
padding: 0; padding: 0;
" ">
> <table style="
<table
style="
width: 100%; width: 100%;
max-width: 600px; max-width: 600px;
margin: 20px auto; margin: 20px auto;
background-color: #ffffff; background-color: #ffffff;
border-radius: 8px; border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
" " cellspacing="0" cellpadding="0">
cellspacing="0" <tr>
cellpadding="0" <td style="width: 100%; padding: 20px">
> <h1 style="color: #333; margin-bottom: 20px">%title%</h1>
<tr> <p style="color: #555; margin: 0 0 15px">%header%</p>
<td style="width: 100%; padding: 20px"> <p style="color: #555; margin: 0 0 15px">%text1%</p>
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
<p style="color: #555; margin: 0 0 15px">%header%</p>
<p style="color: #555; margin: 0 0 15px">%text1%</p>
<a <a href="{{.paymentSessionUrl}}" style="
href="{{.paymentSessionUrl}}"
style="
display: inline-block; display: inline-block;
padding: 10px 15px; padding: 10px 15px;
background-color: #3498db; background-color: #3498db;
@ -41,19 +35,15 @@
text-decoration: none !important; text-decoration: none !important;
border-radius: 5px; border-radius: 5px;
margin-top: 20px; margin-top: 20px;
" ">%button%</a>
>%button%</a
>
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div> <div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
<a href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
</td>
</tr>
</table>
</body>
<a
href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px"
>%dsgvo%</a
>
</td>
</tr>
</table>
</body>
</html> </html>

View File

@ -1,39 +1,33 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="de"> <html lang="de">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body <head>
style=" <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body style="
font-family: 'Arial', sans-serif; font-family: 'Arial', sans-serif;
background-color: #f4f4f4; background-color: #f4f4f4;
margin: 0; margin: 0;
padding: 0; padding: 0;
" ">
> <table style="
<table
style="
width: 100%; width: 100%;
max-width: 600px; max-width: 600px;
margin: 20px auto; margin: 20px auto;
background-color: #ffffff; background-color: #ffffff;
border-radius: 8px; border-radius: 8px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
" " cellspacing="0" cellpadding="0">
cellspacing="0" <tr>
cellpadding="0" <td style="width: 100%; padding: 20px">
> <h1 style="color: #333; margin-bottom: 20px">%title%</h1>
<tr> <p style="color: #555; margin: 0 0 15px">%header%</p>
<td style="width: 100%; padding: 20px"> <p style="color: #555; margin: 0 0 15px">%text1%</p>
<h1 style="color: #333; margin-bottom: 20px">%title%</h1>
<p style="color: #555; margin: 0 0 15px">%header%</p>
<p style="color: #555; margin: 0 0 15px">%text1%</p>
<a <a href="{{.emailVerificationUrl}}" style="
href="{{.emailVerificationUrl}}"
style="
display: inline-block; display: inline-block;
padding: 10px 15px; padding: 10px 15px;
background-color: #3498db; background-color: #3498db;
@ -41,20 +35,16 @@
text-decoration: none !important; text-decoration: none !important;
border-radius: 5px; border-radius: 5px;
margin-top: 20px; margin-top: 20px;
" ">%verifyButton%</a>
>%verifyButton%</a
>
<div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div> <div style="margin: 20px 0; border-bottom: 1px solid #ddd"></div>
<p style="margin-top: 20px; color: #777; font-size: 12px">%footer%</p>
<a href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
</td>
</tr>
</table>
</body>
<p style="margin-top: 20px; color: #777; font-size: 12px">%footer%</p>
<a
href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px"
>%dsgvo%</a
>
</td>
</tr>
</table>
</body>
</html> </html>

View File

@ -32,7 +32,7 @@
<p style="color: #555; margin: 0 0 15px;">{{.address}}</p> <p style="color: #555; margin: 0 0 15px;">{{.address}}</p>
<p style="margin-top: 20px; color: #777; font-size: 12px;">%footer%</p> <p style="margin-top: 20px; color: #777; font-size: 12px;">%footer%</p>
<a href="https://zeitadler.de/datenschutzerklaerung" <a href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px;">%dsgvo%</a> style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -0,0 +1,49 @@
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="de">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body style="font-family: 'Arial', sans-serif; background-color: #f4f4f4; margin: 0; padding: 0;">
<table
style="width: 100%; max-width: 600px; margin: 20px auto; background-color: #ffffff; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);"
cellspacing="0" cellpadding="0">
<tr>
<td style="width: 100%; padding: 20px;">
<h1 style="color: #333; margin-bottom: 20px;">%title%</h1>
<p style="color: #555; margin: 0 0 15px;">%header%</p>
<p style="color: #555; margin: 0 0 15px;">%text1%</p>
<a href="{{.googleMeetURL}}"
style="display: inline-block; padding: 10px 15px; background-color: #C0D2FF; color: #003959 !important; text-decoration: none !important; border-radius: 5px; margin-top: 20px;">%googleMeet%</a>
<div style="margin: 20px 0; border-bottom: 1px solid #ddd;"></div>
<p style="color: #555; margin: 0 0 15px;">%cancelText%</p>
<a href="{{.cancelURL}}"
style="display: inline-block; padding: 10px 15px; background-color: #ec7a6d; color: #fff !important; text-decoration: none !important; border-radius: 5px; margin-top: 20px;">%cancelButton%</a>
<div style="margin: 20px 0; border-bottom: 1px solid #ddd;"></div>
<table
style="margin-top: 20px; padding: 10px; background-color: #f4f4f4; text-align: center; border-radius: 8px;">
<tr>
<td>
<p style="font-weight: bold; color: #3498db; margin: 5px 20px;">%yourAppointment%</p>
<p style="color: #000; margin: 5px 20px;">%appointment1%</p>
<p style="color: #000; margin: 5px 20px;">%appointment2%</p>
<p style="color: #000; margin: 5px 20px;">%appointment3%</p>
</td>
</tr>
</table>
<div style="margin: 20px 0; border-bottom: 1px solid #ddd;"></div>
<p style="color: #555; margin: 0 0 15px;">{{.address}}</p>
<p style="margin-top: 20px; color: #777; font-size: 12px;">%footer%</p>
<p style="margin-top: 20px; color: #777; font-size: 12px;">%cancelNotifyText%<a href="{{.cancelNotifyURL}}"
style="margin-top: 20px; color: #777; font-size: 12px;">%cancelNotifyLinkText%</a></p>
<a href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
</td>
</tr>
</table>
</body>
</html>

View File

@ -0,0 +1,24 @@
%title%
%header%
%text1%
%cancelText%
{{.cancelURL}}
Google Meet:
{{.googleMeetURL}}
%yourAppointment%
%appointment1%
%appointment2%
%appointment3%
{{.address}}
%footer%
%cancelNotifyText%
{{.cancelNotifyURL}}
%dsgvo%: https://zeitadler.de/datenschutzerklaerung

View File

@ -38,7 +38,7 @@
<p style="margin-top: 20px; color: #777; font-size: 12px;">%cancelNotifyText%<a href="{{.cancelNotifyURL}}" <p style="margin-top: 20px; color: #777; font-size: 12px;">%cancelNotifyText%<a href="{{.cancelNotifyURL}}"
style="margin-top: 20px; color: #777; font-size: 12px;">%cancelNotifyLinkText%</a></p> style="margin-top: 20px; color: #777; font-size: 12px;">%cancelNotifyLinkText%</a></p>
<a href="https://zeitadler.de/datenschutzerklaerung" <a href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px;">%dsgvo%</a> style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -36,7 +36,7 @@
<p style="color: #555; margin: 0 0 15px;">{{.address}}</p> <p style="color: #555; margin: 0 0 15px;">{{.address}}</p>
<p style="margin-top: 20px; color: #777; font-size: 12px;">%footer%</p> <p style="margin-top: 20px; color: #777; font-size: 12px;">%footer%</p>
<a href="https://zeitadler.de/datenschutzerklaerung" <a href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px;">%dsgvo%</a> style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -30,7 +30,7 @@
<div style="margin: 20px 0; border-bottom: 1px solid #ddd;"></div> <div style="margin: 20px 0; border-bottom: 1px solid #ddd;"></div>
<p style="color: #555; margin: 0 0 15px;">{{.address}}</p> <p style="color: #555; margin: 0 0 15px;">{{.address}}</p>
<a href="https://zeitadler.de/datenschutzerklaerung" <a href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px;">%dsgvo%</a> style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -37,7 +37,7 @@
<div style="margin: 20px 0; border-bottom: 1px solid #ddd;"></div> <div style="margin: 20px 0; border-bottom: 1px solid #ddd;"></div>
<p style="color: #555; margin: 0 0 15px;">{{.address}}</p> <p style="color: #555; margin: 0 0 15px;">{{.address}}</p>
<a href="https://zeitadler.de/datenschutzerklaerung" <a href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px;">%dsgvo%</a> style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -38,7 +38,7 @@
<p style="color: #555; margin: 0 0 15px;">{{.address}}</p> <p style="color: #555; margin: 0 0 15px;">{{.address}}</p>
<p style="margin-top: 20px; color: #777; font-size: 12px;">%footer%</p> <p style="margin-top: 20px; color: #777; font-size: 12px;">%footer%</p>
<a href="https://zeitadler.de/datenschutzerklaerung" <a href="https://zeitadler.de/datenschutzerklaerung"
style="margin-top: 20px; color: #777; font-size: 12px;">%dsgvo%</a> style="margin-top: 20px; color: #777; font-size: 12px; text-decoration: underline;">%dsgvo%</a>
</td> </td>
</tr> </tr>
</table> </table>

View File

@ -283,6 +283,68 @@
"en": "Privacy Policy" "en": "Privacy Policy"
} }
}, },
"embedEmailNotificationGoogleMeetZeitAdler": {
"mailSubject": {
"de": "ERINNERUNG: Ihr Termin beginnt bald",
"en": "REMINDER: Your appointment is about to start"
},
"title": {
"de": "Ihr Termin beginnt bald",
"en": "Your appointment is about to start"
},
"header": {
"de": "Liebe(r) {{.name}},",
"en": "Dear {{.name}},"
},
"text1": {
"de": "wir möchten Sie daran erinnern, dass Ihr Termin {{.timeText}} stattfindet.",
"en": "we would like to remind you that your appointment will take place {{.timeText}}."
},
"cancelButton": {
"de": "Buchung stornieren",
"en": "Cancel booking"
},
"googleMeet": {
"de": "Google Meet beitreten",
"en": "Join Google Meet"
},
"cancelText": {
"de": "Falls Sie Ihren Termin nicht wahrnehmen können, bitten wir Sie, den Termin zu stornieren.",
"en": "If you cannot attend your appointment, please cancel it."
},
"yourAppointment": {
"de": "Ihr Termin:",
"en": "Your appointment:"
},
"appointment1": {
"de": "{{.activityName}} bei {{.username}},",
"en": "{{.activityName}} with {{.username}},"
},
"appointment2": {
"de": "{{.day}}, {{.dayNumber}}. {{.month}} {{.year}}",
"en": "{{.day}}, {{.dayNumber}}. {{.month}} {{.year}}"
},
"appointment3": {
"de": "von {{.startTime}} bis {{.endTime}} Uhr",
"en": "from {{.startTime}} to {{.endTime}}"
},
"footer": {
"de": "Vielen Dank, dass Sie unseren Service gewählt haben. Bei Fragen kontaktieren Sie uns gerne.",
"en": "Thank you for choosing our service. If you have any questions, please contact us."
},
"cancelNotifyText": {
"de": "Wenn Sie keine Benachrichtigungen zu diesen Terminen erhalten möchten, können Sie diese abbestellen: ",
"en": "If you do not wish to receive notifications for these appointments, you can unsubscribe: "
},
"cancelNotifyLinkText": {
"de": "Abbestellen",
"en": "Unsubscribe"
},
"dsgvo": {
"de": "Datenschutzerklärung",
"en": "Privacy Policy"
}
},
"dashboardUserAccountExportFinish": { "dashboardUserAccountExportFinish": {
"mailSubject": { "mailSubject": {
"de": "Ihr Account export", "de": "Ihr Account export",