Add Croatian (hr) translations for all email templates: - email-validation: email verification request - rent-due: rent payment due notification - util-bills-due: utility bills notification All templates maintain same structure and styling as English versions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
146 lines
9.5 KiB
HTML
146 lines
9.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="hr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Dostupne režije - rezije.app</title>
|
|
</head>
|
|
<body style="margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; background-color: #f4f4f4;">
|
|
<!-- Wrapper Table -->
|
|
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="background-color: #f4f4f4;">
|
|
<tr>
|
|
<td style="padding: 20px 0;">
|
|
<!-- Main Container Table (3 columns) -->
|
|
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="max-width: 600px; margin: 0 auto;">
|
|
<tr>
|
|
<!-- Left Spacer Column -->
|
|
<td width="10%" style="background-color: #f4f4f4;"></td>
|
|
|
|
<!-- Center Content Column -->
|
|
<td width="80%" style="background-color: #ffffff; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
|
|
|
<!-- Header with Logo -->
|
|
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
|
|
<tr>
|
|
<td style="padding: 30px 20px; background-color: #3c3c3d; border-radius: 8px 8px 0 0;">
|
|
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
|
|
<tr>
|
|
<td style="width: 80px; vertical-align: middle; padding-right: 15px;">
|
|
<img src="https://rezije.app/icon4.png" alt="rezije.app logo" style="display: block; border: none; max-width: 100%;">
|
|
</td>
|
|
<td style="vertical-align: middle; text-align: left;">
|
|
<h1 style="margin: 0; font-size: 28px; color: #ffffff; font-weight: bold;">
|
|
rezije​.​app
|
|
</h1>
|
|
<p style="margin: 5px 0 0 0; font-size: 14px; color: #BAE6FD;">
|
|
Jednostavno upravljanje nekretninama
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- Content -->
|
|
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
|
|
<tr>
|
|
<td style="padding: 30px 30px 20px 30px;">
|
|
<p style="margin: 0 0 20px 0; font-size: 16px; line-height: 24px; color: #333333;">
|
|
Poštovani <strong>${location.tenantName}</strong>,
|
|
</p>
|
|
|
|
<p style="margin: 0 0 30px 0; font-size: 16px; line-height: 24px; color: #333333;">
|
|
Sve režije za <strong>${location.name}</strong> sada su dostupne.
|
|
</p>
|
|
|
|
<!-- Notification Box -->
|
|
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%" style="margin-bottom: 30px;">
|
|
<tr>
|
|
<td style="background-color: #F0F9FF; border-left: 4px solid #0070F3; padding: 20px; border-radius: 4px;">
|
|
<p style="margin: 0 0 10px 0; font-size: 14px; color: #666666; text-transform: uppercase; letter-spacing: 0.5px;">
|
|
Ukupan iznos za uplatu
|
|
</p>
|
|
<p style="margin: 0; font-size: 32px; font-weight: bold; color: #0070F3;">
|
|
${totalAmount} ${currency}
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p style="margin: 0 0 30px 0; font-size: 16px; line-height: 24px; color: #333333;">
|
|
Za pregled računa i informacije o uplatama, molimo kliknite gumb ispod:
|
|
</p>
|
|
|
|
<!-- CTA Button -->
|
|
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
|
|
<tr>
|
|
<td style="text-align: center; padding: 0 0 30px 0;">
|
|
<a href="https://rezije.app/share/location/${shareId}"
|
|
style="display: inline-block; padding: 14px 40px; background-color: #5b5ba6; color: #ffffff; text-decoration: none; font-size: 16px; font-weight: bold; border-radius: 6px; border: none;">
|
|
Pogledaj detalje uplate
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p style="margin: 0 0 10px 0; font-size: 14px; line-height: 22px; color: #666666; text-align: center;">
|
|
Ili kopirajte i zalijepite ovaj link u svoj preglednik:
|
|
</p>
|
|
<p style="margin: 0 0 20px 0; font-size: 13px; line-height: 20px; color: #0070F3; text-align: center; word-break: break-all;">
|
|
https://rezije.app/share/location/${shareId}
|
|
</p>
|
|
|
|
<!-- Divider -->
|
|
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
|
|
<tr>
|
|
<td style="padding: 20px 0;">
|
|
<div style="border-top: 1px solid #E5E7EB;"></div>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<p style="margin: 0 0 20px 0; font-size: 14px; line-height: 22px; color: #666666;">
|
|
Ako imate bilo kakvih pitanja ili nedoumica, molimo kontaktirajte svog vlasnika <strong>${ownerName}</strong> izravno.
|
|
</p>
|
|
|
|
<p style="margin: 0; font-size: 16px; line-height: 24px; color: #333333;">
|
|
Hvala!
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!-- Footer -->
|
|
<table role="presentation" cellspacing="0" cellpadding="0" border="0" width="100%">
|
|
<tr>
|
|
<td style="padding: 20px 30px; text-align: center; background-color: #F9FAFB; border-radius: 0 0 8px 8px;">
|
|
<p style="margin: 0 0 10px 0; font-size: 14px; color: #666666;">
|
|
<a href="https://rezije.app/email/unsubscribe/${shareId}" target="_blank" style="color: #0070F3; text-decoration: none; font-weight: bold;">
|
|
Odjavi se od ovih e-mailova
|
|
</a>
|
|
</p>
|
|
<p style="margin: 0 0 10px 0; font-size: 14px; color: #666666;">
|
|
<a href="https://rezije.app" target="_blank" style="color: #0070F3; text-decoration: none; font-weight: bold;">
|
|
Posjetite rezije.app
|
|
</a>
|
|
</p>
|
|
<p style="margin: 0; font-size: 12px; color: #999999;">
|
|
© 2025 rezije.app. Sva prava pridržana.
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</td>
|
|
|
|
<!-- Right Spacer Column -->
|
|
<td width="10%" style="background-color: #f4f4f4;"></td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|