0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-11 02:12:21 -05:00

Updated member email strings to use i18n function

refs https://github.com/TryGhost/Ghost/issues/16628

- this wraps nearly all of the public strings in member signup/signin
  emails, so they are ready for translating
This commit is contained in:
Daniel Lockyer 2023-05-24 17:36:39 +02:00
parent fca78b2bae
commit f2277ded40
No known key found for this signature in database
37 changed files with 328 additions and 73 deletions

View file

@ -4,7 +4,7 @@ module.exports = ({t, siteTitle, email, url, accentColor = '#15212A', siteDomain
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>🔑 ${t('Secure sign in link for {{siteTitle}}', {siteTitle})}</title>
<title>🔑 ${t('Secure sign in link for {{siteTitle}}', {siteTitle, interpolation: {escapeValue: false}})}</title>
<style>
/* -------------------------------------
RESPONSIVE AND MOBILE FRIENDLY STYLES
@ -107,7 +107,7 @@ module.exports = ({t, siteTitle, email, url, accentColor = '#15212A', siteDomain
<div class="content" style="box-sizing: border-box; display: block; Margin: 0 auto; max-width: 600px; padding: 30px 20px;">
<!-- START CENTERED CONTAINER -->
<span class="preheader" style="color: transparent; display: none; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all; visibility: hidden; width: 0;">${t('Welcome back to {{siteTitle}}!', {siteTitle})}</span>
<span class="preheader" style="color: transparent; display: none; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all; visibility: hidden; width: 0;">${t('Welcome back to {{siteTitle}}!', {siteTitle, interpolation: {escapeValue: false}})}</span>
<table class="main" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #ffffff; border-radius: 8px;">
<!-- START MAIN CONTENT AREA -->
@ -117,7 +117,7 @@ module.exports = ({t, siteTitle, email, url, accentColor = '#15212A', siteDomain
<tr>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; vertical-align: top;">
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 20px; color: #15212A; font-weight: bold; line-height: 24px; margin: 0; margin-bottom: 15px;">${t('Hey there,')}</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; margin: 0; line-height: 24px; margin-bottom: 32px;">${t('Welcome back! Use this link to securely sign in to your {{siteTitle}} account:', {siteTitle})}</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; margin: 0; line-height: 24px; margin-bottom: 32px;">${t('Welcome back! Use this link to securely sign in to your {{siteTitle}} account:', {siteTitle, interpolation: {escapeValue: false}})}</p>
<table border="0" cellpadding="0" cellspacing="0" class="btn btn-primary" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; box-sizing: border-box;">
<tbody>
<tr>
@ -125,7 +125,7 @@ module.exports = ({t, siteTitle, email, url, accentColor = '#15212A', siteDomain
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: auto;">
<tbody>
<tr>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; vertical-align: top; background-color: ${accentColor}; border-radius: 5px; text-align: center;"> <a href="${url}" target="_blank" style="display: inline-block; color: #ffffff; background-color: ${accentColor}; border: solid 1px ${accentColor}; border-radius: 5px; box-sizing: border-box; cursor: pointer; text-decoration: none; font-size: 16px; font-weight: normal; margin: 0; padding: 9px 22px 10px; border-color: ${accentColor};">${t('Sign in to {{siteTitle}}', {siteTitle})}</a> </td>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; vertical-align: top; background-color: ${accentColor}; border-radius: 5px; text-align: center;"> <a href="${url}" target="_blank" style="display: inline-block; color: #ffffff; background-color: ${accentColor}; border: solid 1px ${accentColor}; border-radius: 5px; box-sizing: border-box; cursor: pointer; text-decoration: none; font-size: 16px; font-weight: normal; margin: 0; padding: 9px 22px 10px; border-color: ${accentColor};">${t('Sign in to {{siteTitle}}', {siteTitle, interpolation: {escapeValue: false}})}</a> </td>
</tr>
</tbody>
</table>
@ -145,7 +145,7 @@ module.exports = ({t, siteTitle, email, url, accentColor = '#15212A', siteDomain
<tr>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; vertical-align: top; padding-top: 80px;">
<p class="small" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; line-height: 16px; font-size: 11px; color: #738A94; font-weight: normal; margin: 0;">If you did not make this request, you can safely ignore this email.</p>
<p class="small" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; line-height: 16px; font-size: 11px; color: #738A94; font-weight: normal; margin: 0;">${t('If you did not make this request, you can safely ignore this email.')}</p>
</td>
</tr>
<tr>

View file

@ -1,10 +1,10 @@
module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, siteUrl}) => `
module.exports = ({t, siteTitle, email, url, accentColor = '#15212A', siteDomain, siteUrl}) => `
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>🙌 Thank you for signing up to ${siteTitle}!</title>
<title>🙌 ${t('Thank you for signing up to {{siteTitle}}!', {siteTitle, interpolation: {escapeValue: false}})}</title>
<style>
/* -------------------------------------
RESPONSIVE AND MOBILE FRIENDLY STYLES
@ -107,7 +107,7 @@ module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, s
<div class="content" style="box-sizing: border-box; display: block; margin: 0 auto; max-width: 600px; padding: 30px 20px;">
<!-- START CENTERED WHITE CONTAINER -->
<span class="preheader" style="color: transparent; display: none; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all; visibility: hidden; width: 0;">Thank you for subscribing to ${siteTitle}.</span>
<span class="preheader" style="color: transparent; display: none; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all; visibility: hidden; width: 0;">${t('Thank you for subscribing to {{siteTitle}}.', {siteTitle, interpolation: {escapeValue: false}})}</span>
<table class="main" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #ffffff; border-radius: 8px;">
<!-- START MAIN CONTENT AREA -->
@ -116,8 +116,8 @@ module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, s
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
<tr>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; vertical-align: top;">
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 20px; color: #15212A; font-weight: bold; line-height: 24px; margin: 0; margin-bottom: 15px;">Hey there!</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; line-height: 24px; margin: 0; margin-bottom: 32px;">Thank you for subscribing to ${siteTitle}. Tap the link below to be automatically signed in:</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 20px; color: #15212A; font-weight: bold; line-height: 24px; margin: 0; margin-bottom: 15px;">${t('Hey there!')}</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; line-height: 24px; margin: 0; margin-bottom: 32px;">${t('Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:', {siteTitle, interpolation: {escapeValue: false}})}</p>
<table border="0" cellpadding="0" cellspacing="0" class="btn btn-primary" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; box-sizing: border-box;">
<tbody>
<tr>
@ -125,7 +125,7 @@ module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, s
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: auto;">
<tbody>
<tr>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; vertical-align: top; background-color: ${accentColor}; border-radius: 5px; text-align: center;"> <a href="${url}" target="_blank" style="display: inline-block; color: #ffffff; background-color: ${accentColor}; border: solid 1px ${accentColor}; border-radius: 5px; box-sizing: border-box; cursor: pointer; text-decoration: none; font-size: 16px; font-weight: normal; margin: 0; padding: 9px 22px 10px; border-color: ${accentColor};">Sign in</a> </td>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; vertical-align: top; background-color: ${accentColor}; border-radius: 5px; text-align: center;"> <a href="${url}" target="_blank" style="display: inline-block; color: #ffffff; background-color: ${accentColor}; border: solid 1px ${accentColor}; border-radius: 5px; box-sizing: border-box; cursor: pointer; text-decoration: none; font-size: 16px; font-weight: normal; margin: 0; padding: 9px 22px 10px; border-color: ${accentColor};">${t('Sign in')}</a> </td>
</tr>
</tbody>
</table>
@ -133,10 +133,10 @@ module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, s
</tr>
</tbody>
</table>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; line-height: 24px; margin: 0; margin-bottom: 11px;">For your security, the link will expire in 24 hours time.</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; line-height: 24px; margin: 0; margin-bottom: 30px;">See you soon!</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; line-height: 24px; margin: 0; margin-bottom: 11px;">${t('For your security, the link will expire in 24 hours time.')}</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; line-height: 24px; margin: 0; margin-bottom: 30px;">${t('See you soon!')}</p>
<hr/>
<p style="word-break: break-all; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 15px; color: #3A464C; font-weight: normal; line-height: 24px; margin: 0;">You can also copy & paste this URL into your browser:</p>
<p style="word-break: break-all; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 15px; color: #3A464C; font-weight: normal; line-height: 24px; margin: 0;">${t('You can also copy & paste this URL into your browser:')}</p>
<p style="word-break: break-all; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 15px; line-height: 22px; margin-top: 0; color: #3A464C;">${url}</p>
</td>
</tr>

View file

@ -1,10 +1,10 @@
module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, siteUrl}) => `
module.exports = ({t, siteTitle, email, url, accentColor = '#15212A', siteDomain, siteUrl}) => `
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>🙌 Complete your sign up to ${siteTitle}!</title>
<title>🙌 ${t('Complete your sign up to {{siteTitle}}!', {siteTitle, interpolation: {escapeValue: false}})}</title>
<style>
/* -------------------------------------
RESPONSIVE AND MOBILE FRIENDLY STYLES
@ -107,7 +107,7 @@ module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, s
<div class="content" style="box-sizing: border-box; display: block; margin: 0 auto; max-width: 600px; padding: 30px 20px;">
<!-- START CENTERED WHITE CONTAINER -->
<span class="preheader" style="color: transparent; display: none; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all; visibility: hidden; width: 0;">Complete signup for ${siteTitle}!</span>
<span class="preheader" style="color: transparent; display: none; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all; visibility: hidden; width: 0;">${t('Complete signup for {{siteTitle}}!', {siteTitle, interpolation: {escapeValue: false}})}</span>
<table class="main" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #ffffff; border-radius: 8px;">
<!-- START MAIN CONTENT AREA -->
@ -116,8 +116,8 @@ module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, s
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
<tr>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; vertical-align: top;">
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 20px; color: #15212A; font-weight: bold; line-height: 24px; margin: 0; margin-bottom: 15px;">Hey there!</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; line-height: 24px; margin: 0; margin-bottom: 32px;">Tap the link below to complete the signup process for ${siteTitle}, and be automatically signed in:</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 20px; color: #15212A; font-weight: bold; line-height: 24px; margin: 0; margin-bottom: 15px;">${t('Hey there!')}</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; line-height: 24px; margin: 0; margin-bottom: 32px;">${t('Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:', {siteTitle, interpolation: {escapeValue: false}})}</p>
<table border="0" cellpadding="0" cellspacing="0" class="btn btn-primary" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; box-sizing: border-box;">
<tbody>
<tr>
@ -125,7 +125,7 @@ module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, s
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: auto;">
<tbody>
<tr>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; vertical-align: top; background-color: ${accentColor}; border-radius: 5px; text-align: center;"> <a href="${url}" target="_blank" style="display: inline-block; color: #ffffff; background-color: ${accentColor}; border: solid 1px ${accentColor}; border-radius: 5px; box-sizing: border-box; cursor: pointer; text-decoration: none; font-size: 16px; font-weight: normal; margin: 0; padding: 9px 22px 10px; border-color: ${accentColor};">Confirm signup</a> </td>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; vertical-align: top; background-color: ${accentColor}; border-radius: 5px; text-align: center;"> <a href="${url}" target="_blank" style="display: inline-block; color: #ffffff; background-color: ${accentColor}; border: solid 1px ${accentColor}; border-radius: 5px; box-sizing: border-box; cursor: pointer; text-decoration: none; font-size: 16px; font-weight: normal; margin: 0; padding: 9px 22px 10px; border-color: ${accentColor};">${t('Confirm signup')}</a> </td>
</tr>
</tbody>
</table>
@ -133,10 +133,10 @@ module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, s
</tr>
</tbody>
</table>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; line-height: 24px; margin: 0; margin-bottom: 11px;">For your security, the link will expire in 24 hours time.</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; line-height: 24px; margin: 0; margin-bottom: 30px;">See you soon!</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; line-height: 24px; margin: 0; margin-bottom: 11px;">${t('For your security, the link will expire in 24 hours time.')}</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; line-height: 24px; margin: 0; margin-bottom: 30px;">${t('See you soon!')}</p>
<hr/>
<p style="word-break: break-all; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 15px; color: #3A464C; font-weight: normal; line-height: 24px; margin: 0;">You can also copy & paste this URL into your browser:</p>
<p style="word-break: break-all; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 15px; color: #3A464C; font-weight: normal; line-height: 24px; margin: 0;">${t('You can also copy & paste this URL into your browser:')}</p>
<p style="word-break: break-all; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 15px; line-height: 22px; margin-top: 0; color: #3A464C;">${url}</p>
</td>
</tr>
@ -148,7 +148,7 @@ module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, s
<tr>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; vertical-align: top; padding-top: 80px;">
<p class="small" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; line-height: 16px; font-size: 11px; color: #738A94; font-weight: normal; margin: 0;">If you did not make this request, you can simply delete this message. You will not be signed up, and no account will be created for you.</p>
<p class="small" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; line-height: 16px; font-size: 11px; color: #738A94; font-weight: normal; margin: 0;">${t('If you did not make this request, you can simply delete this message.')} ${t('You will not be signed up, and no account will be created for you.')}</p>
</td>
</tr>
<tr>

View file

@ -1,10 +1,10 @@
module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, siteUrl}) => `
module.exports = ({t, siteTitle, email, url, accentColor = '#15212A', siteDomain, siteUrl}) => `
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>📫 Confirm your subscription to ${siteTitle}</title>
<title>📫 ${t('Confirm your subscription to {{siteTitle}}', {siteTitle, interpolation: {escapeValue: false}})}</title>
<style>
/* -------------------------------------
RESPONSIVE AND MOBILE FRIENDLY STYLES
@ -107,7 +107,7 @@ module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, s
<div class="content" style="box-sizing: border-box; display: block; Margin: 0 auto; max-width: 600px; padding: 30px 20px;">
<!-- START CENTERED WHITE CONTAINER -->
<span class="preheader" style="color: transparent; display: none; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all; visibility: hidden; width: 0;">You're one tap away from subscribing to ${siteTitle}!</span>
<span class="preheader" style="color: transparent; display: none; height: 0; max-height: 0; max-width: 0; opacity: 0; overflow: hidden; mso-hide: all; visibility: hidden; width: 0;">${t(`You're one tap away from subscribing to {{siteTitle}}!`, {siteTitle, interpolation: {escapeValue: false}})}</span>
<table class="main" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; background: #ffffff; border-radius: 8px;">
<!-- START MAIN CONTENT AREA -->
@ -116,8 +116,8 @@ module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, s
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
<tr>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; vertical-align: top;">
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 20px; color: #15212A; font-weight: bold; line-height: 24px; margin: 0; margin-bottom: 15px;">Hey there,</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; margin: 0; line-height: 24px; margin-bottom: 32px;">You're one tap away from subscribing to ${siteTitle} please confirm your email address with this link:</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 20px; color: #15212A; font-weight: bold; line-height: 24px; margin: 0; margin-bottom: 15px;">${t('Hey there,')}</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; margin: 0; line-height: 24px; margin-bottom: 32px;">${t(`You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:`, {siteTitle, interpolation: {escapeValue: false}})}</p>
<table border="0" cellpadding="0" cellspacing="0" class="btn btn-primary" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; box-sizing: border-box;">
<tbody>
<tr>
@ -125,7 +125,7 @@ module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, s
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: auto;">
<tbody>
<tr>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; vertical-align: top; background-color: ${accentColor}; border-radius: 5px; text-align: center;"> <a href="${url}" target="_blank" style="display: inline-block; color: #ffffff; background-color: ${accentColor}; border: solid 1px ${accentColor}; border-radius: 5px; box-sizing: border-box; cursor: pointer; text-decoration: none; font-size: 16px; font-weight: normal; margin: 0; padding: 9px 22px 10px; border-color: ${accentColor};">Confirm email address</a> </td>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; vertical-align: top; background-color: ${accentColor}; border-radius: 5px; text-align: center;"> <a href="${url}" target="_blank" style="display: inline-block; color: #ffffff; background-color: ${accentColor}; border: solid 1px ${accentColor}; border-radius: 5px; box-sizing: border-box; cursor: pointer; text-decoration: none; font-size: 16px; font-weight: normal; margin: 0; padding: 9px 22px 10px; border-color: ${accentColor};">${t('Confirm email address')}</a> </td>
</tr>
</tbody>
</table>
@ -133,10 +133,10 @@ module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, s
</tr>
</tbody>
</table>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; margin: 0; line-height: 24px; margin-bottom: 11px;">For your security, the link will expire in 24 hours time.</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; margin: 0; line-height: 24px; margin-bottom: 30px;">All the best!</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; margin: 0; line-height: 24px; margin-bottom: 11px;">${t('For your security, the link will expire in 24 hours time.')}</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; margin: 0; line-height: 24px; margin-bottom: 30px;">${t('All the best!')}</p>
<hr/>
<p style="word-break: break-all; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 15px; color: #3A464C; font-weight: normal; margin: 0; line-height: 24px;">You can also copy & paste this URL into your browser:</p>
<p style="word-break: break-all; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 15px; color: #3A464C; font-weight: normal; margin: 0; line-height: 24px;">${t('You can also copy & paste this URL into your browser:')}</p>
<p style="word-break: break-all; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 15px; line-height: 22px; margin-top: 0; color: #3A464C;">${url}</p>
</td>
</tr>
@ -148,7 +148,7 @@ module.exports = ({siteTitle, email, url, accentColor = '#15212A', siteDomain, s
<tr>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; vertical-align: top; padding-top: 80px;">
<p class="small" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; line-height: 16px; font-size: 11px; color: #738A94; font-weight: normal; margin: 0;">If you did not make this request, you can simply delete this message. <br />You will not be subscribed.</p>
<p class="small" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; line-height: 16px; font-size: 11px; color: #738A94; font-weight: normal; margin: 0;">${t('If you did not make this request, you can simply delete this message.')} <br />${t('You will not be subscribed.')}</p>
</td>
</tr>
<tr>

View file

@ -1,10 +1,10 @@
module.exports = ({email, url}) => `
module.exports = ({t, email, url}) => `
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Confirm your email address</title>
<title>${t('Confirm your email address')}</title>
<style>
/* -------------------------------------
RESPONSIVE AND MOBILE FRIENDLY STYLES
@ -108,8 +108,8 @@ module.exports = ({email, url}) => `
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
<tr>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 14px; vertical-align: top;">
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 20px; color: #15212A; font-weight: bold; line-height: 24px; margin: 0; margin-bottom: 15px;">Hey there,</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; margin: 0; line-height: 24px; margin-bottom: 32px;">Please confirm your email address with this link:</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 20px; color: #15212A; font-weight: bold; line-height: 24px; margin: 0; margin-bottom: 15px;">${t('Hey there,')}</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; margin: 0; line-height: 24px; margin-bottom: 32px;">${t('Please confirm your email address with this link:')}</p>
<table border="0" cellpadding="0" cellspacing="0" class="btn btn-primary" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%; box-sizing: border-box;">
<tbody>
<tr>
@ -117,7 +117,7 @@ module.exports = ({email, url}) => `
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: auto;">
<tbody>
<tr>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; vertical-align: top; background-color: #15212A; border-radius: 5px; text-align: center;"> <a href="${url}" target="_blank" style="display: inline-block; color: #ffffff; background-color: #15212A; border: solid 1px #15212A; border-radius: 5px; box-sizing: border-box; cursor: pointer; text-decoration: none; font-size: 16px; font-weight: normal; margin: 0; padding: 9px 22px 10px; border-color: #15212A;">Confirm email address</a> </td>
<td style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; vertical-align: top; background-color: #15212A; border-radius: 5px; text-align: center;"> <a href="${url}" target="_blank" style="display: inline-block; color: #ffffff; background-color: #15212A; border: solid 1px #15212A; border-radius: 5px; box-sizing: border-box; cursor: pointer; text-decoration: none; font-size: 16px; font-weight: normal; margin: 0; padding: 9px 22px 10px; border-color: #15212A;">${t('Confirm email address')}</a> </td>
</tr>
</tbody>
</table>
@ -125,9 +125,9 @@ module.exports = ({email, url}) => `
</tr>
</tbody>
</table>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; margin: 0; line-height: 24px; margin-bottom: 25px;">For your security, the link will expire in 24 hours time.</p>
<p style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; color: #3A464C; font-weight: normal; margin: 0; line-height: 24px; margin-bottom: 25px;">${t('For your security, the link will expire in 24 hours time.')}</p>
<hr/>
<p style="word-break: break-all; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 15px; color: #3A464C; font-weight: normal; margin: 0; line-height: 24px;">You can also copy & paste this URL into your browser:</p>
<p style="word-break: break-all; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 15px; color: #3A464C; font-weight: normal; margin: 0; line-height: 24px;">${t('You can also copy & paste this URL into your browser:')}</p>
<p style="word-break: break-all; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 15px; line-height: 22px; margin-top: 0; color: #738A94;">${url}</p>
</td>
</tr>
@ -143,7 +143,7 @@ module.exports = ({email, url}) => `
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: separate; mso-table-lspace: 0pt; mso-table-rspace: 0pt; width: 100%;">
<tr>
<td class="content-block" style="font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; vertical-align: top; padding-bottom: 5px; padding-top: 15px; font-size: 11px; line-height: 16px; color: #738A94; text-align: center;">
If you did not make this request, you can simply delete this message.<br/>This email address will not be used.
${t('If you did not make this request, you can simply delete this message.')}<br/>${t('This email address will not be used.')}
</td>
</tr>
<tr>

View file

@ -1,20 +1,27 @@
{
"All the best!": "Alles van die beste!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Voltooi u registrasie by {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Bevestig u e-pos opdatering vir {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Bevestig u inskrywing by {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "Vir u veiligheid, sal die skakel binne 24 uur verval.",
"Hey there,": "Hallo daar,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Indien u nie hierdie versoek gemaak het nie, kan u hierdie e-pos veilig ignoreer.",
"If you did not make this request, you can simply delete this message.": "Indien u nie hierdie versoek gemaak het nie, kan u hierdie boodskap eenvoudig verwyder.",
"Please confirm your email address with this link:": "Bevestig asseblief u e-posadres met hierdie skakel:",
"Secure sign in link for {{siteTitle}}": "Veilige aanmeldskakel vir {{siteTitle}}",
"See you soon!": "Sien u binnekort weer!",
"Sent to {{email}}": "Gestuur na {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Meld aan by {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Kliek op die skakel hieronder om die aanmeldproses vir {{siteTitle}} te voltooi, en om outomaties in te teken:",
"Thank you for signing up to {{siteTitle}}!": "Dankie dat u aangemeld het by {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Dankie dat u ingeskryf het by {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Dankie dat u ingeskryf het by {{siteTitle}}. Kliek op die skakel hieronder om outomaties aan te meld:",
"This email address will not be used.": "Hierdie e-posadres sal nie gebruik word nie.",
"Welcome back to {{siteTitle}}!": "Welkom terug by {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "U kan hierdie URL ook kopieer en in u blaaier plak:",
"You will not be signed up, and no account will be created for you.": "U sal nie aangemeld word nie, en geen rekening sal vir u geskep word nie.",
"You will not be subscribed.": "U sal nie ingeskryf word nie.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "U is een kliek weg van inskrywing by {{siteTitle}} — bevestig asseblief u e-posadres met hierdie skakel:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "U is een kliek weg van inskrywing by {{siteTitle}} — bevestig asseblief u e-posadres met hierdie skakel:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Здравейте",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Завършете регистрацията си в {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Потвърдете вашият пощенски адрес за {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Потвърдете абонаментът си за {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "От съображения за сигурност връзката ще бъде валидна само 24 часа.",
"Hey there,": "Здравейте,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Ако не сте направили Вие тази заявка, можете да игноритрате това писмо.",
"If you did not make this request, you can simply delete this message.": "Ако не сте направили Вие тази заявка, можете просто да изтриете това писмо.",
"Please confirm your email address with this link:": "Моля потвърдете Вашият пощенски адрес използвайки тази връзка:",
"Secure sign in link for {{siteTitle}}": "Сигурно влизане към {{siteTitle}} използвайки връзката",
"See you soon!": "Довиждане",
"Sent to {{email}}": "Изпратено писмо до {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Влизане в {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Използвайте връзката за да приключите процеса по създаване на акаунт за сайта {{siteTitle}}:",
"Thank you for signing up to {{siteTitle}}!": "Благодарим Ви за влизането във вашият акаунт на {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Благодарим Ви за направеният абонамент в {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Благодарим Ви за направеният абонамент в {{siteTitle}}. Използвайте следната връзка за автоматично влизане с сайта:",
"This email address will not be used.": "Този пощенски адрес няма да бъде използван.",
"Welcome back to {{siteTitle}}!": "Добре дошли отново в {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Можете да копирате този адрес във вашият броузър:",
"You will not be signed up, and no account will be created for you.": "Няма да Ви бъде създаден акаунт и няма да се налага да влизате в него.",
"You will not be subscribed.": "Няма да бъдете абониран.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Моля посетете следната връзка, за да потвърдите вашият абонамент за сайта {{siteTitle}}:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Моля посетете следната връзка, за да потвърдите вашият абонамент за сайта {{siteTitle}}:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Tot el millor!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Completa el teu registre a {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Confirma l'actualització del teu correu electrònic per {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Confirma la teva subscripció a {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "Per seguretat, l'enllaç expirarà en 24 hores",
"Hey there,": "Hola,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Si no has rebut aquesta sol·licitud, pots ignorar aquest correu electrònic sense problemes",
"If you did not make this request, you can simply delete this message.": "Si no has fet aquesta sol·licitud, simplement pots esborrar aquest missatge.",
"Please confirm your email address with this link:": "Si us plau, confirma la teva direcció de correu electrònic amb aquest enllaç:",
"Secure sign in link for {{siteTitle}}": "Enllaç seguro d'inici de sessió per {{siteTitle}}",
"See you soon!": "A reveure!",
"Sent to {{email}}": "Enviat a {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Inicia sessió a {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Fes clic sobre l'enllaç per completar el procés de registre a {{siteTitle}} i inicia sessió automàticament:",
"Thank you for signing up to {{siteTitle}}!": "Gràcies per registrar-te a {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Gràcies per subscribir-te a {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Gràcies per subscribir-te a {{siteTitle}}. Fes clic a l'enllaç a continuació per iniciar sessió automàticament:",
"This email address will not be used.": "Aquesta direcció de correu electrònic no s'utilitzarà.",
"Welcome back to {{siteTitle}}!": "Benvingut de nou a {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "També pots copiar i enganxar aquesta URL al teu navegador:",
"You will not be signed up, and no account will be created for you.": "No et registraràs i no es crearà cap compte per a tu.",
"You will not be subscribed.": "No estaràs subscrit.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Estàs a un sol pas de subscribir-te a {{siteTitle}} — si us plau confirma la teva direcció de correu electrònic amb aquest enllaç:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Estàs a un sol pas de subscribir-te a {{siteTitle}} — si us plau confirma la teva direcció de correu electrònic amb aquest enllaç:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -13,8 +13,12 @@
"Choose your newsletters": "A title for a screen where members can choose which email newsletters to receive",
"Close": "A button to close or dismiss portal and other UI components",
"Comments": "A title for the comments section on a post",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Title on confirmation screen of signup process, indicating that it is not yet complete",
"Confirm": "A button to confirm",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "A message about confirming a change to a member's email adress",
"Confirm your subscription to {{siteTitle}}": "Double opt-in message for new signups",
"Continue": "Continue button",
@ -29,6 +33,7 @@
"Get help": "A link to contact support",
"Get notified when someone replies to your comment": "A label for a setting allowing email notifications to be received",
"Give feedback on this post": "A label that goes with the member feedback buttons at the bottom of newsletters",
"Hey there!": "",
"Hey there,": "An introduction/opening to an email",
"If you did not make this request, you can safely ignore this email.": "Footer text in signup/login emails",
"If you did not make this request, you can simply delete this message.": "Footer text in signup/login emails",
@ -58,6 +63,7 @@
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Descriptive text in signup emails, right before the button to confirm signup",
"Thank you for signing up to {{siteTitle}}!": "A success message, confirming that a member has 'signed up' and created an account",
"Thank you for subscribing to {{siteTitle}}!": "A success message, confirming that a member has 'subscribed' to a newsletter",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "A confirmation message, confirming that a member has 'subscribed' to a newsletter, and needs to click a button to continue.",
"Thanks for the feedback!": "A confirmation message after submitting member feedback",
"That didn't go to plan": "An error message indicating something went wrong",
@ -77,6 +83,7 @@
"You will not be subscribed.": "Descriptive text in signup emails indicating that if someone does NOT click on the confirmation button, then they will not be signed up to anything. This text is intended to reassure people who receive a signup confirmation email that they did not ask for.",
"You're not receiving emails because you either marked a recent message as spam, or because messages could not be delivered to your provided email address.": "An error message displayed in the member account area when newsletter delivery to their address has repeatedly failed or they have marked an email as spam.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Descriptive text displayed in signup emails, with language focused on 'subscribing' to a newsletter and confirming their email address",
"You're one tap away from subscribing to {{siteTitle}}!": "",
"Your account": "A label indicating member account details",
"Your input helps shape what gets published.": "Descriptive text displayed on the member feedback UI, telling people how their feedback is used",
"{{discount}}% discount": "A label for discounts",

View file

@ -1,20 +1,27 @@
{
"All the best!": "Ať se daří!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Dokončete registraci k {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Potvrďte změnu e-mailu pro {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Potvrďte odběr na {{siteTitle}}!",
"For your security, the link will expire in 24 hours time.": "Pro vaši bezpečnost bude odkaz platný 24 hodin.",
"Hey there,": "Ahoj,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Pokud jste tuto žádost nezaslali, můžete tento e-mail bezpečně ignorovat.",
"If you did not make this request, you can simply delete this message.": "Pokud jste tuto žádost nezaslali, můžete tento e-mail jednoduše smazat.",
"Please confirm your email address with this link:": "Prosím, potvrďte svou e-mailovou adresu kliknutím na následující odkaz:",
"Secure sign in link for {{siteTitle}}": "Bezpečný přihlašovací odkaz pro {{siteTitle}}",
"See you soon!": "Na viděnou!",
"Sent to {{email}}": "Odesláno na {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Přihlásit se k {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Klikněte na následující odkaz pro dokončení registrace u {{siteTitle}} a automatické přihlášení:",
"Thank you for signing up to {{siteTitle}}!": "Děkujeme za registraci u {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Děkujeme za odběr na {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Děkujeme za odběr na {{siteTitle}}. Klikněte na následující odkaz pro automatické přihlášení:",
"This email address will not be used.": "Tato e-mailová adresa nebude použita.",
"Welcome back to {{siteTitle}}!": "Vítejte zpět na {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Můžete také zkopírovat a vložit tuto adresu URL do svého prohlížeče:",
"You will not be signed up, and no account will be created for you.": "Nebudete registrováni a nebudou pro vás vytvořeny žádné účty.",
"You will not be subscribed.": "Nebudete odebírat.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Stačí jedno kliknutí a odebíráte {{siteTitle}}. Potvrďte prosím svou e-mailovou adresu kliknutím na následující odkaz:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Stačí jedno kliknutí a odebíráte {{siteTitle}}. Potvrďte prosím svou e-mailovou adresu kliknutím na následující odkaz:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Alt det bedste!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Gennemfør oprettelsen af din konto hos {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Bekræft din e-mail opdatering hos {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Annuller dit abonnement hos {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "Af sikkerhedsmæssige årsager, vil linket udløbe om 24 timer.",
"Hey there,": "Hejsa",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Hvis du ikke lavede denne anmoding, kan du blot ignorere denne e-mail.",
"If you did not make this request, you can simply delete this message.": "Hvis du ikke lavede denne anmodning, kan du blot slette denne besked.",
"Please confirm your email address with this link:": "Bekræft venligst din e-mail med dette link:",
"Secure sign in link for {{siteTitle}}": "Sikker log ind link til {{siteTitle}}",
"See you soon!": "Vi ses om lidt!",
"Sent to {{email}}": "Sendt til {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Log ind hos {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Klik på linked nedenfor for at gennemføre oprettelsen af din konto hos {{siteTitle}}. Du bliver automatisk logget ind:",
"Thank you for signing up to {{siteTitle}}!": "Tak fordi du oprettede en konto hos {{siteTitle}}",
"Thank you for subscribing to {{siteTitle}}!": "Tak fordi du abonnerer hos {{siteTitle}}",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Tak fordi du abonnerer hos {{siteTitle}}. Klik på linket nedenfor for at blive logget automatisk ind:",
"This email address will not be used.": "Denne e-mailaddresse vil ikke blive brugt.",
"Welcome back to {{siteTitle}}!": "Velkommen tilbage til {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Du kan også kopiere & indsætte URL'en i din browser:",
"You will not be signed up, and no account will be created for you.": "Du vil ikke blive oprettet og der vil ikke eksistere nogen konto for dig.",
"You will not be subscribed.": "Du bliver ikke tilmeldt noget.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Du er kun et klik væk fra at abonnere på {{siteTitle}} - bekræft venligst din e-mail med dette link:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Du er kun et klik væk fra at abonnere på {{siteTitle}} - bekræft venligst din e-mail med dette link:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Alles Gute!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Vervollständige Deine Registrierung bei {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Bestätige Deine E-Mail-Adresse für {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Bestätige Dein Abonnement für {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "Der Link wird aus Sicherheitsgründen nach 24 Stunden ablaufen.",
"Hey there,": "Hallo,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Ignoriere diese E-Mail, wenn Du sie nicht angefordert hast.",
"If you did not make this request, you can simply delete this message.": "Du kannst diese Nachricht einfach löschen, wenn Du sie nicht angefordert hast.",
"Please confirm your email address with this link:": "Bitte bestätige Deine E-Mail-Adresse mit diesem Link:",
"Secure sign in link for {{siteTitle}}": "Sicherer Link zum Einloggen bei {{siteTitle}}",
"See you soon!": "Bis bald!",
"Sent to {{email}}": "Gesendet an {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Einloggen bei {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Klicke auf den folgenden Link um die Registrierung bei {{siteTitle}} abzuschließen und Dich automatisch einzuloggen:",
"Thank you for signing up to {{siteTitle}}!": "Danke für Deine Registrierung bei {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Danke für Dein Abonnement für {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Danke für Dein Abonnement für {{siteTitle}}. Klicke auf den folgenden Link um Dich automatisch einzuloggen:",
"This email address will not be used.": "Diese E-Mail-Adresse wird nicht verwendet.",
"Welcome back to {{siteTitle}}!": "Willkommen zurück bei {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Du kannst diese URL auch kopieren und in Deinem Browser einfügen:",
"You will not be signed up, and no account will be created for you.": "Du wirst nicht registriert und es wird kein Konto für Dich angelegt.",
"You will not be subscribed.": "Du wirst nicht angemeldet.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Du bist nur einen Klick von Deiner Abonnierung zu {{siteTitle}} entfernt — bitte bestätige Deine E-Mail-Adresse mit diesem Link:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Du bist nur einen Klick von Deiner Abonnierung zu {{siteTitle}} entfernt — bitte bestätige Deine E-Mail-Adresse mit diesem Link:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "",
"Confirm your subscription to {{siteTitle}}": "",
"For your security, the link will expire in 24 hours time.": "",
"Hey there,": "",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "",
"If you did not make this request, you can simply delete this message.": "",
"Please confirm your email address with this link:": "",
"Secure sign in link for {{siteTitle}}": "",
"See you soon!": "",
"Sent to {{email}}": "",
"Sign in": "",
"Sign in to {{siteTitle}}": "",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "",
"Thank you for signing up to {{siteTitle}}!": "",
"Thank you for subscribing to {{siteTitle}}!": "",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "",
"This email address will not be used.": "",
"Welcome back to {{siteTitle}}!": "",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "",
"You will not be signed up, and no account will be created for you.": "",
"You will not be subscribed.": "",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": ""
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Ĉion bonan!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Pletu vian aliĝon al {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Konfirmu vian retadreson ĝisdatigon por {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Konfirmu vian abonon al {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "Por via sekureco, la ligilo eksvalidiĝos post 24 horoj.",
"Hey there,": "Saluton,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Se vi ne petis ĉi tiun, vi povas sekure ignori ĉi tiun retpoŝtan.",
"If you did not make this request, you can simply delete this message.": "Se vi ne petis ĉi tiun, vi povas simple forigi ĉi tiun mesaĝon.",
"Please confirm your email address with this link:": "Bonvolu konfirmi vian retadreson per ĉi tiu ligilo:",
"Secure sign in link for {{siteTitle}}": "Sekura ensaluta ligilo por {{siteTitle}}",
"See you soon!": "Ĝis baldaŭ!",
"Sent to {{email}}": "Sendita al {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Ensalutu al {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Premu la suban ligilon por kompletigi la aliĝprocezon por {{siteTitle}}, kaj estu ensalutinta aŭtomate:",
"Thank you for signing up to {{siteTitle}}!": "Dankon pro aliĝi al {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Dankon pro abono al {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Dankon pro abono al {{siteTitle}}. Premu la suban ligilon por ensaluti aŭtomate:",
"This email address will not be used.": "Ne uzos ĉi tiu retadreson.",
"Welcome back to {{siteTitle}}!": "Bonvenon ree al {{siteTitle}}",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Vi ankaŭ povas kopii & alglui ĉi tiun URL en vian retumilon:",
"You will not be signed up, and no account will be created for you.": "Vi ne registritos, kaj neniu konto kreitos por vi.",
"You will not be subscribed.": "Vi ne abonitos.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Vi estas unu premo for de abonado al {{siteTitle}} — bonvolu konfirmi vian retadreson per ĉi tiu ligilo:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Vi estas unu premo for de abonado al {{siteTitle}} — bonvolu konfirmi vian retadreson per ĉi tiu ligilo:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "¡Todo lo mejor!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "¡Completa tu registro en {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "¡Confirma la actualización de tu correo electrónico para {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Confirma tu suscripción a {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "Por tu seguridad, el enlace expirará en 24 horas.",
"Hey there,": "Hola,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Si no hiciste esta solicitud, puedes ignorar este correo electrónico sin problemas.",
"If you did not make this request, you can simply delete this message.": "Si no hiciste esta solicitud, simplemente puedes eliminar este mensaje.",
"Please confirm your email address with this link:": "Por favor, confirma tu dirección de correo electrónico con este enlace:",
"Secure sign in link for {{siteTitle}}": "Enlace seguro de inicio de sesión para {{siteTitle}}",
"See you soon!": "¡Hasta pronto!",
"Sent to {{email}}": "Enviado a {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Inicia sesión en {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Toca el enlace a continuación para completar el proceso de registro en {{siteTitle}} e iniciar sesión automáticamente:",
"Thank you for signing up to {{siteTitle}}!": "¡Gracias por registrarte en {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "¡Gracias por suscribirte a {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Gracias por suscribirte a {{siteTitle}}. Toca el enlace a continuación para iniciar sesión automáticamente:",
"This email address will not be used.": "Esta dirección de correo electrónico no se utilizará.",
"Welcome back to {{siteTitle}}!": "¡Bienvenido de nuevo a {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "También puedes copiar y pegar esta URL en tu navegador:",
"You will not be signed up, and no account will be created for you.": "No te registrarás y no se creará ninguna cuenta para ti.",
"You will not be subscribed.": "No estarás suscrito.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Estás a un toque de suscribirte a {{siteTitle}} — por favor confirma tu dirección de correo electrónico con este enlace:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Estás a un toque de suscribirte a {{siteTitle}} — por favor confirma tu dirección de correo electrónico con este enlace:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Bonne chance !",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Complétez votre inscription à {{siteTitle}}",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Confirmez votre adresse email pour {{siteTitle}}",
"Confirm your subscription to {{siteTitle}}": "Confirmez votre abonnement à {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "Pour des raisons de sécurité, le lien expirera dans 24 heures.",
"Hey there,": "Bonjour,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Si vous navez pas fait cette demande, vous pouvez ignorer cet e-mail.",
"If you did not make this request, you can simply delete this message.": "Si vous navez pas fait cette demande, vous pouvez supprimer cet e-mail.",
"Please confirm your email address with this link:": "Confirmez votre adresse e-mail avec ce lien :",
"Secure sign in link for {{siteTitle}}": "Lien sécurisé de connexion pour {{siteTitle}}",
"See you soon!": "À bientôt !",
"Sent to {{email}}": "Envoyé à {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Se connecter à {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Cliquez sur le lien ci-dessous pour compléter votre inscription à {{siteTitle}} et être automatiquement connecté :",
"Thank you for signing up to {{siteTitle}}!": "Merci pour votre inscription à {{siteTitle}} !",
"Thank you for subscribing to {{siteTitle}}!": "Merci pour votre abonnement à {{siteTitle}} !",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Merci pour votre abonnement à {{siteTitle}}. Cliquez sur le lien ci-dessous pour être automatiquement connecté :",
"This email address will not be used.": "Cette adresse e-mail ne sera pas utilisée.",
"Welcome back to {{siteTitle}}!": "Bienvenue chez {{siteTitle}} !",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Vous pouvez aussi copier et coller cette URL dans votre navigateur :",
"You will not be signed up, and no account will be created for you.": "Vous ne serez pas inscrit et aucun compte ne sera créé pour vous.",
"You will not be subscribed.": "Vous ne serez pas abonné.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Plus quune étape pour vous abonner à {{siteTitle}} — confirmez votre adresse e-mail avec ce lien :"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Plus quune étape pour vous abonner à {{siteTitle}} — confirmez votre adresse e-mail avec ce lien :",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Minden jót!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "{{siteTitle}} — Regisztráció",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "{{siteTitle}} — Email cím jóváhagyása",
"Confirm your subscription to {{siteTitle}}": "{{siteTitle}} — Feliratkozás jógáhagyása",
"For your security, the link will expire in 24 hours time.": "Az Ön biztonsága érdekében a link 24 órán belül elévül",
"Hey there,": "Üdvözöljük,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Ha nem Ön kezdeményezte a kérést, akkor nyugodtan hagyja figyelmen kívül ezt az üzenetet",
"If you did not make this request, you can simply delete this message.": "Kérjük törölje ezt az üzenetet, ha nem Ön kezdeményezte a kérést",
"Please confirm your email address with this link:": "Kérjük kattintson az alábbi linkre az email címe jóváhagyásáért:",
"Secure sign in link for {{siteTitle}}": "{{siteTitle}} — Biztonságos bejelentkezési link",
"See you soon!": "Viszlát!",
"Sent to {{email}}": "Elküldve ide: {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Bejelentkezés ide: {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Kattintson az alábbi linkre a regisztráció befejezéséhez és az automatikus bejelentkezéshez:",
"Thank you for signing up to {{siteTitle}}!": "Köszönjük a regisztrációt!",
"Thank you for subscribing to {{siteTitle}}!": "Köszönjük a feliratkozást!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Köszönjük a feliratkozást. Kérjük kattintson az alábbi linkre az automatikus bejelentkezéshez:",
"This email address will not be used.": "Ezt az email címet nem fogjuk használni.",
"Welcome back to {{siteTitle}}!": "Üdvözöljük!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Használja az alábbi linket, ha problémája adódna a fentiekkel:",
"You will not be signed up, and no account will be created for you.": "Nem fog bejelentkezni és nem készül saját fiókja.",
"You will not be subscribed.": "Nem fog feliratkozni.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Csak egy kattintásra van attól, hogy feliratkozzon. Kérjük hagyja jóvá az email címét az alábbi linkkel:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Csak egy kattintásra van attól, hogy feliratkozzon. Kérjük hagyja jóvá az email címét az alábbi linkkel:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Semoga sukses!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Selesaikan pendaftaran Anda ke {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Konfirmasikan pembaruan email Anda pada {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Konfirmasikan langganan Anda ke {{siteTitle}}!",
"For your security, the link will expire in 24 hours time.": "Demi keamanan Anda, tautan akan kedaluwarsa dalam waktu 24 jam.",
"Hey there,": "Hei yang di sana,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Jika Anda tidak mengajukan permintaan ini, Anda dapat dengan aman mengabaikan email ini.",
"If you did not make this request, you can simply delete this message.": "Jika Anda tidak mengajukan permintaan ini, Anda dapat menghapus pesan ini.",
"Please confirm your email address with this link:": "Harap konfirmasi alamat email Anda dengan tautan ini:",
"Secure sign in link for {{siteTitle}}": "Tautan masuk yang aman untuk {{siteTitle}}",
"See you soon!": "Sampai jumpa lagi!",
"Sent to {{email}}": "Dikirim ke {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Masuk ke {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Ketuk tautan di bawah ini untuk menyelesaikan proses pendaftaran pada {{siteTitle}}, dan masuk secara otomatis",
"Thank you for signing up to {{siteTitle}}!": "Terima kasih telah mendaftar ke {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Terima kasih telah berlangganan ke {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Terima kasih telah berlangganan ke {{siteTitle}}. Ketuk tautan di bawah ini untuk masuk secara otomatis:",
"This email address will not be used.": "Alamat email ini tidak akan digunakan.",
"Welcome back to {{siteTitle}}!": "Selamat datang kembali di {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Anda juga dapat menyalin & menempelkan URL ini ke browser Anda:",
"You will not be signed up, and no account will be created for you.": "Anda tidak akan terdaftar, dan tidak akan ada akun yang dibuat untuk Anda.",
"You will not be subscribed.": "Anda tidak akan berlangganan.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Anda hanya perlu satu ketukan untuk berlangganan ke {{siteTitle}} — harap konfirmasikan alamat email Anda dengan tautan ini:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Anda hanya perlu satu ketukan untuk berlangganan ke {{siteTitle}} — harap konfirmasikan alamat email Anda dengan tautan ini:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Ti auguro il meglio!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Completa l'iscrizione a {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Conferma l'aggiornamento della tua email per {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Conferma il tuo abbonamento a {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "Per la tua sicurezza, il link scadrà tra 24 ore.",
"Hey there,": "Ciao,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Se non hai effettuato tu questa richiesta, puoi tranquillamente ignorare questa email.",
"If you did not make this request, you can simply delete this message.": "Se non hai effettuato tu questa richiesta, puoi semplicemente cancellare questo messaggio.",
"Please confirm your email address with this link:": "Conferma il tuo indirizzo email a questo link:",
"Secure sign in link for {{siteTitle}}": "Link di accesso sicuro a {{siteTitle}}",
"See you soon!": "A presto!",
"Sent to {{email}}": "Invia a {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Accedi a {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Clicca il link sottostante per concludere l'iscrizione a {{siteTitle}}, ed effettuare l'accesso:",
"Thank you for signing up to {{siteTitle}}!": "Grazie per esserti iscritt* a {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Grazie per esserti abbonat* a {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Grazie per esserti abbonat* a {{siteTitle}}. Clicca il link sottostante per effettaure l'accesso:",
"This email address will not be used.": "Questo indirizzo email non verrà usato.",
"Welcome back to {{siteTitle}}!": "Bentornat* su {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Puoi anche copiare ed incollare questo indirizzo direttamente nel tuo browser:",
"You will not be signed up, and no account will be created for you.": "Non verrai registrat* e non verrà creato alcun account a tuo nome.",
"You will not be subscribed.": "Non verrai abbonat*.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Sei ad un passo dall'abbonarti a {{siteTitle}} - conferma la tua email a questo link:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Sei ad un passo dall'abbonarti a {{siteTitle}} - conferma la tua email a questo link:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "모든 것이 잘 되기를 바랍니다!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "{{siteTitle}}에 가입을 완료하세요!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "{{siteTitle}}의 이메일 업데이트를 확인하세요!",
"Confirm your subscription to {{siteTitle}}": "{{siteTitle}}의 구독을 확인하세요.",
"For your security, the link will expire in 24 hours time.": "보안을 위해 링크는 24시간 후에 만료됩니다.",
"Hey there,": "안녕하세요,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "직접 요청하신게 아니라면, 이 이메일을 무시하셔도 됩니다.",
"If you did not make this request, you can simply delete this message.": "직접 요청하신게 아니라면, 이 메시지를 삭제하시면 됩니다.",
"Please confirm your email address with this link:": "아래 링크를 사용하여 이메일 주소를 확인해주세요:",
"Secure sign in link for {{siteTitle}}": "{{siteTitle}}의 안전한 로그인 링크입니다.",
"See you soon!": "곧 다시 만나요!",
"Sent to {{email}}": "{{email}}으로 전송되었습니다.",
"Sign in": "",
"Sign in to {{siteTitle}}": "{{siteTitle}}에 로그인하세요.",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "{{siteTitle}}의 가입을 완료하고, 자동으로 로그인하려면 아래 링크를 탭해주세요:",
"Thank you for signing up to {{siteTitle}}!": "{{siteTitle}}에 가입해 주셔서 감사합니다!",
"Thank you for subscribing to {{siteTitle}}!": "{{siteTitle}} 구독해주셔서 감사드립니다!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "{{siteTitle}} 구독에 감사드립니다. 아래 링크를 탭하여 자동으로 로그인하세요:",
"This email address will not be used.": "이 이메일 주소는 사용되지 않을 것입니다.",
"Welcome back to {{siteTitle}}!": "{{siteTitle}}에 다시 오신 것을 환영합니다!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "또는 이 URL을 웹 브라우저에 복사하여 사용할 수 있습니다.",
"You will not be signed up, and no account will be created for you.": "가입되지 않으며 계정도 생성되지 않습니다.",
"You will not be subscribed.": "구독되지 않을 것입니다.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "{{siteTitle}} 구독까지 단 한 번의 탭이 남았습니다. 이 링크를 사용하여 이메일 주소를 확인해주세요."
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "{{siteTitle}} 구독까지 단 한 번의 탭이 남았습니다. 이 링크를 사용하여 이메일 주소를 확인해주세요.",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Сайн сайхныг хүсье!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "{{siteTitle}} бүртгэлээ дуусгана уу!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "{{siteTitle}} шинэчилсэн имэйлээ баталгаажуулна уу!",
"Confirm your subscription to {{siteTitle}}": "{{siteTitle}} захиалгаа баталгаажуулах",
"For your security, the link will expire in 24 hours time.": "Нууцлалын шалтгаанаар энэхүү холбоос нь 24 цагийн дараа хүчингүй болно.",
"Hey there,": "Сайн уу,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Хэрвээ та энэхүү хүсэлтийг гаргаагүй бол энэ имэйлийг тоолгүй орхиж болно.",
"If you did not make this request, you can simply delete this message.": "Хэрвээ та энэхүү хүсэлтийг гаргаагүй бол энэ имэйлийг устгаж болно.",
"Please confirm your email address with this link:": "Та өөрийн имэйл хаягаа дараах холбоосоор баталгаажуулна уу:",
"Secure sign in link for {{siteTitle}}": "{{siteTitle}}-д нэвтрэх нууцлал бүхий холбоос",
"See you soon!": "Удахгүй уулзацгаая!",
"Sent to {{email}}": "{{email}} хаяг руу илгээлээ",
"Sign in": "",
"Sign in to {{siteTitle}}": "{{siteTitle}}-д нэвтрэх",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Доорх холбоосыг дарснаар {{siteTitle}} бүртгэлээ дуусгаж, автоматаар нэвтрэнэ:",
"Thank you for signing up to {{siteTitle}}!": "{{siteTitle}}-д бүтргүүлсэнд баярлалаа!",
"Thank you for subscribing to {{siteTitle}}!": "{{siteTitle}}-д захиалга өгсөнд баярлалаа!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "{{siteTitle}}-д захиалга өгсөнд баярлалаа. Доох холбоосыг дарснаар автоматаар нэвтрэнэ:",
"This email address will not be used.": "Энэхүү имэйл хаяг ашиглагдахгүй.",
"Welcome back to {{siteTitle}}!": "{{siteTitle}}-д тавтай морилно уу!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Мөн та энэ холбоосыг хуулж аван өөрийн интернет хөтөч рүүгээ оруулж болно:",
"You will not be signed up, and no account will be created for you.": "Та бүртгэгдэхгүй бөгөөд танд ямар нэгэн бүртгэл үүсэхгүй.",
"You will not be subscribed.": "Таны захиалга цуцлагдахгүй.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Таны {{siteTitle}} захиалга идэвжихэд ганцхан алхам үлдлээ - энэхүү холбоосоор өөрийн имэйлээ идэхжүүлнэ үү:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Таны {{siteTitle}} захиалга идэвжихэд ганцхан алхам үлдлээ - энэхүү холбоосоор өөрийн имэйлээ идэхжүүлнэ үү:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Tot snel!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Rond je registratie af voor {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Bevestig je nieuwe e-mailadres voor {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Bevestig je abonnement op {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "Voor je veiligheid vervalt de link na 24 uur.",
"Hey there,": "Hey,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Als deze aanvraag niet van jou is, kun je deze e-mail negeren.",
"If you did not make this request, you can simply delete this message.": "Als deze aanvraag niet van jou is, kun je deze e-mail verwijderen.",
"Please confirm your email address with this link:": "Bevestig je e-mailadres met deze link:",
"Secure sign in link for {{siteTitle}}": "Veilige inloglink voor {{siteTitle}}",
"See you soon!": "Tot snel!",
"Sent to {{email}}": "Verzonden naar {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Log in op {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Klik op de link hieronder om je registratie voor {{siteTitle}} af te ronden en automatisch in te loggen:",
"Thank you for signing up to {{siteTitle}}!": "Bedankt voor je registratie bij {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Bedankt voor je abonnement op {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Bedankt voor je abonnement op {{siteTitle}}. Klik op de link hieronder om automatisch in te loggen:",
"This email address will not be used.": "Dit e-mailadres zal niet worden niet gebruikt.",
"Welcome back to {{siteTitle}}!": "Welkom terug bij {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Je kan deze URL ook kopiëren en plakken in je browser:",
"You will not be signed up, and no account will be created for you.": "Je zal niet worden geregistreerd en er zal geen account voor je worden aangemaakt.",
"You will not be subscribed.": "Je zal niet worden geabonneerd.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Je bent één klik verwijderd van een abonnement op {{siteTitle}} — bevestig je e-mailadres met deze link:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Je bent één klik verwijderd van een abonnement op {{siteTitle}} — bevestig je e-mailadres met deze link:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Alt det beste!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Fullfør registreringen din på {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Bekreft e-postoppdateringen din for {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Bekreft abonnementet ditt på {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "For din sikkerhet så vil denne linken utløpe om 24 timer",
"Hey there,": "Halloen.",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Hvis du ikke har bedt om dette, kan du trygt ignorere denne e-posten.",
"If you did not make this request, you can simply delete this message.": "Hvis du ikke har bedt om dette, kan du enkelt slette denne meldingen.",
"Please confirm your email address with this link:": "Vennligst bekreft e-postadressen din med denne lenken:",
"Secure sign in link for {{siteTitle}}": "Sikker påloggingslenke for {{siteTitle}}",
"See you soon!": "Ser deg snart!",
"Sent to {{email}}": "Send til {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Logg inn på {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Trykk på lenken nedenfor for å fullføre registreringsprosessen for {{siteTitle}}. Du blir automatisk logget på:",
"Thank you for signing up to {{siteTitle}}!": "Takk for at du registrerte deg på {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Takk for at du abonnerer på {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Takk for at du abonnerer på {{siteTitle}}. Trykk på lenken nedenfor for å bli automatisk logget på:",
"This email address will not be used.": "Denne e-postadressen vil ikke bli brukt.",
"Welcome back to {{siteTitle}}!": "Velkommen tilbake til {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Du kan også kopiere og lime inn denne URL-en i nettleseren din:",
"You will not be signed up, and no account will be created for you.": "Du vil ikke bli registrert, og ingen konto vil bli opprettet for deg.",
"You will not be subscribed.": "Du vil ikke ble meldt på",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Du er ett klikk unna fra å abonnere på {{siteTitle}} — bekreft e-postadressen din med denne lenken:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Du er ett klikk unna fra å abonnere på {{siteTitle}} — bekreft e-postadressen din med denne lenken:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Wszystkiego dobrego!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Dokończ swoją rejestrację do {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Potwierdź zmianę adresu email do {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Potwierdź swoją subskrypcję do {{siteTitle}}!",
"For your security, the link will expire in 24 hours time.": "Dla bezpieczeństwa link wygaśnie po 24 godzinach.",
"Hey there,": "Cześć,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Jeśli to nie ty wysłałeś tę prośbę, możesz bezpiecznie zignorować ten email.",
"If you did not make this request, you can simply delete this message.": "Jeśli to nie ty wysłałeś tę prośbę, możesz po prostu skasować ten email.",
"Please confirm your email address with this link:": "Potwierdź proszę swój adres email klikając w ten link:",
"Secure sign in link for {{siteTitle}}": "Bezpieczny link logowania do {{siteTitle}}",
"See you soon!": "Do zobaczenia!",
"Sent to {{email}}": "Wysłano do {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Zaloguj się do {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Kliknij w link poniżej aby dokończyć proces rejestracji do {{siteTitle}} i zostać automatycznie zalogowanym:",
"Thank you for signing up to {{siteTitle}}!": "Dziękujemy za rejestrację do {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Dziękujemy za zapisanie się do {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Dziękujemy za zapisanie się do {{siteTitle}}. Kliknij w link poniżej aby zostać automatycznie zalogowanym:",
"This email address will not be used.": "Ten adres email nie będzie więcej używany.",
"Welcome back to {{siteTitle}}!": "Witaj ponownie na {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Możesz też skopiować i wkleić ten adres URL w swojej przeglądarce internetowej:",
"You will not be signed up, and no account will be created for you.": "Nie zostaniesz zarejestrowany i twoje konto nie zostanie utworzone.",
"You will not be subscribed.": "Nie zostaniesz zapisany.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Jesteś jedno kliknięcie od zapisania się do {{siteTitle}} - potwierdź proszę swój adres email tym linkiem:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Jesteś jedno kliknięcie od zapisania się do {{siteTitle}} - potwierdź proszę swój adres email tym linkiem:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Tudo de bom!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Complete seu cadastro em {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Confirme sua atualização de e-mail em {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Confirme sua inscrição em {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "Para sua segurança, o link será desativado dentro de 24 horas.",
"Hey there,": "Olá,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Se você não fez esta solicitação, pode ignorar este e-mail.",
"If you did not make this request, you can simply delete this message.": "Se você não fez esta solicitação, pode excluir esta mensagem.",
"Please confirm your email address with this link:": "Por favor, confirme seu endereço de e-mail usando este link:",
"Secure sign in link for {{siteTitle}}": "Link para acesso seguro em {{siteTitle}}",
"See you soon!": "Até logo!",
"Sent to {{email}}": "Enviado para {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Entrar em {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Toque no link abaixo para completar o processo de cadastro em {{siteTitle}} e entrar automaticamente:",
"Thank you for signing up to {{siteTitle}}!": "Obrigado por se cadastrar em {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Obrigado por se inscrever em {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Obrigado por se inscrever em {{siteTitle}}. Toque no link abaixo para entrar automaticamente:",
"This email address will not be used.": "Este endereço de e-mail não será usado.",
"Welcome back to {{siteTitle}}!": "Bem-vindo de volta a {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Você também pode copiar e colar este URL no seu navegador:",
"You will not be signed up, and no account will be created for you.": "Você não será inscrito e nenhuma conta será criada para você.",
"You will not be subscribed.": "Você não será inscrito.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Você esta a um toque de inscrever-se em {{siteTitle}} — por favor, confirme seu endereço de e-mail com este link:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Você esta a um toque de inscrever-se em {{siteTitle}} — por favor, confirme seu endereço de e-mail com este link:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Tudo de bom!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Completa o teu registo em {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Confirma o teu email atualizado em {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "COnfirma a tua subscrição em {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "Para tua segurança, o link será desativado após 24 horas.",
"Hey there,": "Olá,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Se não fizeste este pedido, podes ignorar este email.",
"If you did not make this request, you can simply delete this message.": "Se não fizeste este pedido, podes simplesmente apagar esta mensagem.",
"Please confirm your email address with this link:": "Por favor, confirma o teu email através deste link:",
"Secure sign in link for {{siteTitle}}": "Link para o login seguro em {{siteTitle}}",
"See you soon!": "Até breve!",
"Sent to {{email}}": "Enviado para {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Entrar em {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Clica no link abaixo para completares o processo de registo em {{siteTitle}}, e entrar automaticamente:",
"Thank you for signing up to {{siteTitle}}!": "Obrigado por te registares em {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Obrigado por te subscreveres em {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Obrigado por te subscreveres em {{siteTitle}}. Clica no link abaixo para entrares automaticamente:",
"This email address will not be used.": "Este endereço de email não será usado.",
"Welcome back to {{siteTitle}}!": "Bem-vindo de volta a {{siteTitle}}",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Podes também copiar e colar este URL no teu browser:",
"You will not be signed up, and no account will be created for you.": "O teu registo não será criado, e não será criada uma conta para ti.",
"You will not be subscribed.": "Não irás ficar subscrito.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Estás a um passo de te subscreveres em {{siteTitle}} - Por favor, confimra o teu endereço de email com este link:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Estás a um passo de te subscreveres em {{siteTitle}} - Por favor, confimra o teu endereço de email com este link:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Toate cele bune!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Finalizează înregistrarea la {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Confirmă actualizarea adresei tale de email pentru {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Confirmă abonamentul tău la {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "Pentru siguranța ta, link-ul va expira în 24 de ore.",
"Hey there,": "Bună,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Dacă nu ai făcut această solicitare, poți ignora în siguranță acest email.",
"If you did not make this request, you can simply delete this message.": "Dacă nu ai făcut această solicitare, poți șterge pur și simplu acest mesaj.",
"Please confirm your email address with this link:": "Te rugăm să confirmi adresa ta de email cu acest link:",
"Secure sign in link for {{siteTitle}}": "Link securizat pentru autentificarea la {{siteTitle}}",
"See you soon!": "Pe curând!",
"Sent to {{email}}": "Trimis către {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Conectează-te la {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Apasă pe link-ul de mai jos pentru a finaliza procesul de înregistrare la {{siteTitle}} și pentru a fi conectat automat:",
"Thank you for signing up to {{siteTitle}}!": "Îți mulțumim că te-ai înregistrat la {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Îți mulțumim că te-ai abonat la {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Îți mulțumim că te-ai abonat la {{siteTitle}}. Apasă pe link-ul de mai jos pentru a fi conectat automat:",
"This email address will not be used.": "Această adresă de email nu va fi utilizată.",
"Welcome back to {{siteTitle}}!": "Bine ai revenit la {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Poți, de asemenea, să copiezi și să lipești acest URL în browserul tău:",
"You will not be signed up, and no account will be created for you.": "Nu vei fi înregistrat și nu se va crea niciun cont pentru tine.",
"You will not be subscribed.": "Nu vei fi abonat.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Ești la un pas de a te abona la {{siteTitle}} — te rugăm să confirmi adresa ta de email cu acest link:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Ești la un pas de a te abona la {{siteTitle}} — te rugăm să confirmi adresa ta de email cu acest link:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Всего хорошего!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Завершите регистрацию на {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Подтвердите обновление email на {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Подтвердите подписку на {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "Для вашей безопасности ссылка действительна в течение 24 часов.",
"Hey there,": "Привет,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Если вы этого не делали, можете смело игнорировать это письмо.",
"If you did not make this request, you can simply delete this message.": "Если вы этого не делали, можете просто удалить это сообщение.",
"Please confirm your email address with this link:": "Пожалуйста, подтвердите свой адрес электронной почты, перейдя по этой ссылке:",
"Secure sign in link for {{siteTitle}}": "Безопасная ссылка для входа на {{siteTitle}}",
"See you soon!": "До встречи!",
"Sent to {{email}}": "Отправлено на {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Войти на {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Нажмите на ссылку ниже, чтобы завершить процесс регистрации на {{siteTitle}} и автоматически войти:",
"Thank you for signing up to {{siteTitle}}!": "Спасибо за регистрацию на {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Спасибо за подписку на {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Спасибо за подписку на {{siteTitle}}. Нажмите на ссылку ниже, чтобы автоматически войти:",
"This email address will not be used.": "Этот email не будет использоваться.",
"Welcome back to {{siteTitle}}!": "Добро пожаловать на {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Вы также можете скопировать и вставить этот URL в свой браузер:",
"You will not be signed up, and no account will be created for you.": "Вы не будете зарегистрированы, и для вас не будет создан аккаунт.",
"You will not be subscribed.": "Вы не будете подписаны.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Вы в одном клике от подписки на {{siteTitle}} — пожалуйста, подтвердите свой адрес электронной почты с помощью этой ссылки:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Вы в одном клике от подписки на {{siteTitle}} — пожалуйста, подтвердите свой адрес электронной почты с помощью этой ссылки:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "",
"Confirm your subscription to {{siteTitle}}": "",
"For your security, the link will expire in 24 hours time.": "",
"Hey there,": "",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "",
"If you did not make this request, you can simply delete this message.": "",
"Please confirm your email address with this link:": "",
"Secure sign in link for {{siteTitle}}": "",
"See you soon!": "",
"Sent to {{email}}": "",
"Sign in": "",
"Sign in to {{siteTitle}}": "",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "",
"Thank you for signing up to {{siteTitle}}!": "",
"Thank you for subscribing to {{siteTitle}}!": "",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "",
"This email address will not be used.": "",
"Welcome back to {{siteTitle}}!": "",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "",
"You will not be signed up, and no account will be created for you.": "",
"You will not be subscribed.": "",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": ""
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Vse dobro!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Dokončajte prijavo na {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Potrdite posodobitev e-pošte za {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Potrdite svojo naročnino na {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "Za vašo varnost bo povezava prenehala veljati v 24 urah.",
"Hey there,": "Pozdravljeni,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Če niste oddali te zahteve, lahko to e-pošto mirno ignorirate.",
"If you did not make this request, you can simply delete this message.": "Če te zahteve niste podali, lahko to sporočilo preprosto izbrišete.",
"Please confirm your email address with this link:": "S to povezavo potrdite svoj e-poštni naslov:",
"Secure sign in link for {{siteTitle}}": "Varna povezava za prijavo na {{siteTitle}}",
"See you soon!": "Se vidimo kmalu!",
"Sent to {{email}}": "Poslano na {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Prijava v {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Kliknite spodnjo povezavo, da dokončate postopek prijave na {{siteTitle}} in se samodejno prijavite:",
"Thank you for signing up to {{siteTitle}}!": "Hvala za prijavo na {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Hvala, ker ste se naročili na {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Hvala, ker ste se naročili na {{siteTitle}}. Kliknite spodnjo povezavo in se samodejno prijavite:",
"This email address will not be used.": "Ta e-poštni naslov ne bo uporabljen.",
"Welcome back to {{siteTitle}}!": "Dobrodošli nazaj na {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "To povezavo lahko tudi kopirate in prilepite v brskalnik:",
"You will not be signed up, and no account will be created for you.": "Ne boste vpisani in za vas ne bo ustvarjen račun.",
"You will not be subscribed.": "Ne boste naročeni.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Le en klik vas loči od tega, da se naročite na {{siteTitle}} - potrdite svoj e-poštni naslov s to povezavo:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Le en klik vas loči od tega, da se naročite na {{siteTitle}} - potrdite svoj e-poštni naslov s to povezavo:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Sve najbolje!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Kompletirajte vašu registraciju na {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Potvrdite promenu email adrese na {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Potvrdite vašu pretplatu na {{siteTitle}}!",
"For your security, the link will expire in 24 hours time.": "Radi Vaše bezbednosti, ovaj link prestaje da važi nakon 24 časa.",
"Hey there,": "Pozdrav,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Možete ignorisati ovaj email ukoliko niste uputili ovaj zahtev.",
"If you did not make this request, you can simply delete this message.": "Možete obrisati ovaj email ukoliko niste uputili ovaj zahtev.",
"Please confirm your email address with this link:": "Molimo Vas potvrdite Vašu email adresu klikom na ovaj link:",
"Secure sign in link for {{siteTitle}}": "Bezbedni link za logovanje na {{siteTitle}}",
"See you soon!": "Vidimo se uskoro!",
"Sent to {{email}}": "Poslato na {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Ulogujte se na {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Kompletirajte registraciju na {{siteTitle}} klikom na link ispod, i ulogujte se odmah:",
"Thank you for signing up to {{siteTitle}}!": "Hvala za registraciju na {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Hvala za pretplatu na {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Hvala za pretplatu na {{siteTitle}}. Otvorite link ispod da biste se ulogovali:",
"This email address will not be used.": "Ova email adresa neće biti iskorišćena.",
"Welcome back to {{siteTitle}}!": "Dobro došli na {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Uvek možete iskopirati link i otvoriti u Vašem pretraživaču:",
"You will not be signed up, and no account will be created for you.": "Nećete biti registrovani i Vaš nalog neće biti kreiran.",
"You will not be subscribed.": "Nećete biti pretplaćeni.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Na jedan ste korak od pretplate na {{siteTitle}} - molimo Vas da potvrdite email adresu na ovom linku:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Na jedan ste korak od pretplate na {{siteTitle}} - molimo Vas da potvrdite email adresu na ovom linku:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Allt gott!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Slutför din registrering på {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Bekräfta din uppdatering av e-postadress för {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Bekräfta din prenumeration på {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "För din säkerhet kommer länken att upphöra att gälla inom 24 timmar.",
"Hey there,": "Hallå där,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Om du inte gjorde denna begäran kan du tryggt ignorera detta e-postmeddelande.",
"If you did not make this request, you can simply delete this message.": "Om du inte gjorde denna begäran kan du helt enkelt radera detta meddelande.",
"Please confirm your email address with this link:": "Vänligen bekräfta din e-postadress med denna länk:",
"Secure sign in link for {{siteTitle}}": "Säker inloggningslänk för {{siteTitle}}",
"See you soon!": "Vi ses snart!",
"Sent to {{email}}": "Skickat till {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Logga in på {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Klicka på länken nedan för att slutföra registreringen för {{siteTitle}} och bli automatiskt inloggad:",
"Thank you for signing up to {{siteTitle}}!": "Tack för att du registrerade dig på {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Tack för att du prenumererar på {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Tack för att du prenumererar på {{siteTitle}}. Tryck på länken nedan för att bli automatiskt inloggad:",
"This email address will not be used.": "Denna e-postadress kommer inte att användas.",
"Welcome back to {{siteTitle}}!": "Välkommen tillbaka till {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Du kan också kopiera och klistra in denna webbadress i din webbläsare:",
"You will not be signed up, and no account will be created for you.": "Du kommer inte att registreras och inget konto kommer att skapas för dig.",
"You will not be subscribed.": "Du kommer inte att prenumerera.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Du är ett klick bort från att prenumerera på {{siteTitle}} — vänligen bekräfta din e-postadress med denna länk:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Du är ett klick bort från att prenumerera på {{siteTitle}} — vänligen bekräfta din e-postadress med denna länk:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "En iyi dileklerimizle!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "{{siteTitle}} sitesine kaydını tamamla!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "{{siteTitle}} için e-posta güncellemeni onayla!",
"Confirm your subscription to {{siteTitle}}": "{{siteTitle}} sitesine aboneliğini onayla",
"For your security, the link will expire in 24 hours time.": "Güvenliğin için link 24 saat sonra geçerliliğini yitirecek.",
"Hey there,": "Merhaba,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Eğer böyle bir talepte bulunmadıysan bu e-postayı görmezden gelebilirsin.",
"If you did not make this request, you can simply delete this message.": "Eğer böyle bir talepte bulunmadıysan bu mesajı silebilirsin.",
"Please confirm your email address with this link:": "Lütfen e-posta adresini bu linke tıklayarak onayla:",
"Secure sign in link for {{siteTitle}}": "{{siteTitle}} için güvenli giriş linki",
"See you soon!": "Yakında görüşmek üzere!",
"Sent to {{email}}": "{{email}} adresine gönderildi",
"Sign in": "",
"Sign in to {{siteTitle}}": "{{siteTitle}} sitesine giriş yap",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "{{siteTitle}} sitesine kayıt işlemini tamamlamak için aşağıdaki linke tıkla ve otomatik olarak giriş yap:",
"Thank you for signing up to {{siteTitle}}!": "{{siteTitle}} sitesine kayıt olduğun için teşekkürler!",
"Thank you for subscribing to {{siteTitle}}!": "{{siteTitle}} sitesine abone olduğun için teşekkürler!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "{{siteTitle}} sitesine abone olduğun için teşekkürler. Otomatik olarak giriş yapmak için aşağıdaki linke tıkla:",
"This email address will not be used.": "Bu e-posta adresi kullanılmayacak.",
"Welcome back to {{siteTitle}}!": "{{siteTitle}} sitesine tekrar hoş geldin!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Aynı zamanda bu URL'i kopyalayıp tarayıcına yapıştırabilirsin:",
"You will not be signed up, and no account will be created for you.": "Kayıt olmayacaksın ve senin için bir hesap oluşturulmayacak.",
"You will not be subscribed.": "Abone olmayacaksın.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "{{siteTitle}} sitesine abone olmaya bir tık uzaktasın — lütfen e-posta adresini bu linke tıklayarak onayla:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "{{siteTitle}} sitesine abone olmaya bir tık uzaktasın — lütfen e-posta adresini bu linke tıklayarak onayla:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Всього найкращого!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Закінч реєстрацію на {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Підтвердь оновлення електронної пошти для {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Підтвердь підписку на {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "Для твоєї безпеки, посилання буде дійсним протягом 24 годин.",
"Hey there,": "Привіт,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Якщо цей запит не був зроблений тобою, можеш безпечно ігнорувати це повідомлення.",
"If you did not make this request, you can simply delete this message.": "Якщо цей запит не був зроблений тобою, можеш просто видалити це повідомлення.",
"Please confirm your email address with this link:": "Будь ласка, підтвердь свою електронну пошту за допомогою цього посилання:",
"Secure sign in link for {{siteTitle}}": "Безпечне посилання для входу до {{siteTitle}}",
"See you soon!": "До зустрічі!",
"Sent to {{email}}": "Відправлено на {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Увійти до {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Натисни посилання нижче, щоб завершити процес реєстрації на {{siteTitle}} і автоматично увійти:",
"Thank you for signing up to {{siteTitle}}!": "Дякуємо за реєстрацію на {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Дякуємо за підписку на {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Дякуємо за підписку на {{siteTitle}}. Натисни посилання нижче, щоб автоматично увійти:",
"This email address will not be used.": "Ця електронна пошта не буде використовуватися.",
"Welcome back to {{siteTitle}}!": "Ласкаво просимо до {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Можеш також скопіювати та вставити це посилання в свій браузер:",
"You will not be signed up, and no account will be created for you.": "Не відбудеться твоя реєстрація, і жоден обліковий запис не буде створений для тебе.",
"You will not be subscribed.": "Тебе не буде підписано.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Ти один натиск від підписки на {{siteTitle}} — будь ласка, підтвердь свою електронну пошту за допомогою цього посилання:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Ти один натиск від підписки на {{siteTitle}} — будь ласка, підтвердь свою електронну пошту за допомогою цього посилання:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Barcha ezgu tilaklar!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "{{siteTitle}}ga roʻyxatdan oʻtishni yakunlang!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "{{siteTitle}} yangilanishini uchun elektron pochtangiz tasdiqlang!",
"Confirm your subscription to {{siteTitle}}": "{{siteTitle}}ga obunangizni tasdiqlang",
"For your security, the link will expire in 24 hours time.": "Xavfsizligingiz uchun havola 24 soat ichida yaroqsiz bo'ladi.",
"Hey there,": "Salom,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Agar siz bu soʻrovni amalga oshirmagan boʻlsangiz, bu xatni eʼtiborsiz qoldirishingiz mumkin.",
"If you did not make this request, you can simply delete this message.": "Agar siz ushbu so'rovni amalga oshirmagan bo'lsangiz, bu xabarni shunchaki o'chirib tashlashingiz mumkin.",
"Please confirm your email address with this link:": "Iltimos, elektron pochta manzilingizni ushbu havola bilan tasdiqlang:",
"Secure sign in link for {{siteTitle}}": "{{siteTitle}} uchun xavfsiz kirish havolasi",
"See you soon!": "Ko'rishguncha!",
"Sent to {{email}}": "{{email}}ga yuborildi",
"Sign in": "",
"Sign in to {{siteTitle}}": "{siteTitle}}ga kirish",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "{{siteTitle}} uchun roʻyxatdan oʻtish jarayonini yakunlash va avtomatik ravishda tizimga kirish uchun quyidagi havolani bosing:",
"Thank you for signing up to {{siteTitle}}!": "{{siteTitle}} uchun roʻyxatdan oʻtganingiz uchun tashakkur!",
"Thank you for subscribing to {{siteTitle}}!": "{{siteTitle}} obunangiz uchun rahmat!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "{{siteTitle}} obunangiz uchun rahmat. Avtomatik tizimga kirish uchun quyidagi havolani bosing:",
"This email address will not be used.": "Ushbu elektron pochta manzili ishlatilmaydi.",
"Welcome back to {{siteTitle}}!": "{{siteTitle}}ga xush kelibsiz!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Ushbu URL manzilini brauzeringizga nusxalashingiz va joylashtirishingiz mumkin:",
"You will not be signed up, and no account will be created for you.": "Siz ro'yxatdan o'tmaysiz va siz uchun hech qanday hisob yaratilmaydi.",
"You will not be subscribed.": "Siz obuna bo'lmaysiz.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "{{siteTitle}} ga obuna boʻlish uchun bir qadam qoldi — elektron pochta manzilingizni ushbu havola orqali tasdiqlang:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "{{siteTitle}} ga obuna boʻlish uchun bir qadam qoldi — elektron pochta manzilingizni ushbu havola orqali tasdiqlang:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "Chúc bạn mọi điều tốt đẹp nhất!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "Hoàn thành đăng ký của bạn tại {{siteTitle}}!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "Xác nhận cập nhật địa chỉ email của bạn tại {{siteTitle}}!",
"Confirm your subscription to {{siteTitle}}": "Xác nhận đăng ký của bạn tại {{siteTitle}}",
"For your security, the link will expire in 24 hours time.": "Để bảo mật cho bạn, liên kết sẽ hết hạn trong vòng 24 giờ",
"Hey there,": "Chào bạn,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "Nếu bạn không thực hiện yêu cầu này, bạn có thể bỏ qua email này.",
"If you did not make this request, you can simply delete this message.": "Nếu bạn không thực hiện yêu cầu này, bạn có thể bỏ xóa email này.",
"Please confirm your email address with this link:": "Vui lòng xác nhận địa chỉ email của bạn theo đường dẫn này:",
"Secure sign in link for {{siteTitle}}": "Liên kết đăng nhập an toàn tại {{siteTitle}}",
"See you soon!": "Hẹn gặp lại bạn!",
"Sent to {{email}}": "Đã gửi đến {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "Đăng nhập {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "Nhấp vào liên kết bên dưới để hoàn tất quy trình đăng ký {{siteTitle}}, và tự động đăng nhập:",
"Thank you for signing up to {{siteTitle}}!": "Cám ơn bạn đã đăng ký thành viên tại {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}!": "Cám ơn bạn đã theo dõi {{siteTitle}}!",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "Cám ơn bạn đã theo dõi {{siteTitle}}!. Nhấp vào liên kết bên dưới để đăng nhập tự động:",
"This email address will not be used.": "Địa chỉ email này sẽ không được sử dụng.",
"Welcome back to {{siteTitle}}!": "Chào mừng bạn đã quay lại {{siteTitle}}!",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "Bạn cũng có thể sao chép và dán URL này vào trình duyệt của mình:",
"You will not be signed up, and no account will be created for you.": "Bạn sẽ không được đăng ký và sẽ không có tài khoản nào được tạo cho bạn.",
"You will not be subscribed.": "Bạn sẽ không được đăng ký.",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Bạn chỉ cần một lần nhấn để đăng ký {{siteTitle}} — vui lòng xác nhận địa chỉ email của bạn bằng liên kết này:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "Bạn chỉ cần một lần nhấn để đăng ký {{siteTitle}} — vui lòng xác nhận địa chỉ email của bạn bằng liên kết này:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}

View file

@ -1,20 +1,27 @@
{
"All the best!": "一切顺利!",
"Complete signup for {{siteTitle}}!": "",
"Complete your sign up to {{siteTitle}}!": "完成您在 {{siteTitle}} 的注册!",
"Confirm email address": "",
"Confirm signup": "",
"Confirm your email address": "",
"Confirm your email update for {{siteTitle}}!": "确认您在 {{siteTitle}} 电子邮件的更新!",
"Confirm your subscription to {{siteTitle}}": "确认您在 {{siteTitle}} 的订阅",
"For your security, the link will expire in 24 hours time.": "为了您的安全链接将在24小时后失效。",
"Hey there,": "你好,",
"Hey there!": "",
"If you did not make this request, you can safely ignore this email.": "如果您没有发出此请求,您可以放心地忽略此电子邮件。",
"If you did not make this request, you can simply delete this message.": "如果您没有发出此请求,您可以直接删除此消息。",
"Please confirm your email address with this link:": "请通过此链接确认您的电子邮件地址:",
"Secure sign in link for {{siteTitle}}": "为 {{siteTitle}} 准备的安全登录链接",
"See you soon!": "再会!",
"Sent to {{email}}": "发送到 {{email}}",
"Sign in": "",
"Sign in to {{siteTitle}}": "登录到 {{siteTitle}}",
"Tap the link below to complete the signup process for {{siteTitle}}, and be automatically signed in:": "请点击下面的链接完成 {{siteTitle}} 的注册,并将自动登录:",
"Thank you for signing up to {{siteTitle}}!": "感谢您注册 {{siteTitle}}",
"Thank you for subscribing to {{siteTitle}}!": "感谢您订阅 {{siteTitle}}",
"Thank you for subscribing to {{siteTitle}}.": "",
"Thank you for subscribing to {{siteTitle}}. Tap the link below to be automatically signed in:": "感谢您订阅 {{siteTitle}}。点击下面的链接即可自动登录:",
"This email address will not be used.": "此电子邮件地址将不会被使用。",
"Welcome back to {{siteTitle}}!": "欢迎回到 {{siteTitle}}",
@ -22,5 +29,6 @@
"You can also copy & paste this URL into your browser:": "您也可以将此URL复制并粘贴到您的浏览器中",
"You will not be signed up, and no account will be created for you.": "您不会被注册,也不会为您创建任何账户。",
"You will not be subscribed.": "您不会被订阅",
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "您离订阅 {{siteTitle}} 仅需点击一下 — 请通过此链接确认您的电子邮件地址:"
"You're one tap away from subscribing to {{siteTitle}} — please confirm your email address with this link:": "您离订阅 {{siteTitle}} 仅需点击一下 — 请通过此链接确认您的电子邮件地址:",
"You're one tap away from subscribing to {{siteTitle}}!": ""
}