From 83d52cd44f1d2ad4b1c25e543ad03f4e833428f3 Mon Sep 17 00:00:00 2001 From: Jyri-Petteri Paloposki Date: Mon, 11 Jan 2021 00:36:29 +0200 Subject: [PATCH] Apparently Weblate doesn't allow numeral keys in the translation file even though Rails does. --- config/locales/de.yml | 22 +++++++++++----------- config/locales/en.yml | 18 +++++++++--------- config/locales/nl.yml | 18 +++++++++--------- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/config/locales/de.yml b/config/locales/de.yml index 38fafd83..5df7dd31 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -421,22 +421,22 @@ de: configuration: "You may need to configure your %{site_yml} to tell the message gateway to look at the %{to_name} field or %{from_name} field to lookup Tracks' user from the email address in that field." one_user_configuration: "You can also send all email to a specific Tracks user. Configure mail_dispatch in site.yml to %{single_user_var_name} and pass the login of the user: %{code}" instructions: - 1: 'Go to %{preferences_link} and set your "%{sms_email_name}" and "%{sms_context_name}" for todos sent in via email (which could come from an SMS message)' - 2: In sendmail/qmail/postfix/whatever, set up an email address alias to pipe messages to %{command} - 3: Send an email to your newly configured address! + '1': 'Go to %{preferences_link} and set your "%{sms_email_name}" and "%{sms_context_name}" for todos sent in via email (which could come from an SMS message)' + '2': In sendmail/qmail/postfix/whatever, set up an email address alias to pipe messages to %{command} + '3': Send an email to your newly configured address! mailgun: description: If you want to email tasks to Tracks, but cannot run a mailserver on the same host, you could use the %{mailgun_link} support built in to Tracks. conditions: For this to work your Tracks server will need to be reachable from the internet, so that Mailgun can POST data to it. gateway_instructions: All the comments about the email format from the section above apply to the Mailgun handling, as the data is processed the same way instructions: - 1: Go to %{mailgun_link} and register for a free account. - 2: "Go to 'Routes' in the Mailgun control panel, and add a new route:" - 2a: "'Filter expression' should be set to 'catch_all()'" - 2b: "'Action' should be 'forward(\"http://mytracksserver.domain.com/mailgun/mime\")'" - 3: 'Go to %{preferences_link} and enter your incoming Mailgun email address (e.g. tracks@user.mailgun.com) in the "%{sms_email_name}" box.' - 4: 'Select a default context for emails to be put in with "%{sms_context_name"' - 5: "Add your Mailgun API key (not the Public API key) to the Tracks 'site.yml'" - 6: "Update the mailmap in 'site.yml' to define which senders can send emails to which incoming addresses. For example, to send emails from your work and home email accounts to your tracks Mailgun route, set it up like this: %{code}" + '1': Go to %{mailgun_link} and register for a free account. + '2': "Go to 'Routes' in the Mailgun control panel, and add a new route:" + '2a': "'Filter expression' should be set to 'catch_all()'" + '2b': "'Action' should be 'forward(\"http://mytracksserver.domain.com/mailgun/mime\")'" + '3': 'Go to %{preferences_link} and enter your incoming Mailgun email address (e.g. tracks@user.mailgun.com) in the "%{sms_email_name}" box.' + '4': 'Select a default context for emails to be put in with "%{sms_context_name"' + '5': "Add your Mailgun API key (not the Public API key) to the Tracks 'site.yml'" + '6': "Update the mailmap in 'site.yml' to define which senders can send emails to which incoming addresses. For example, to send emails from your work and home email accounts to your tracks Mailgun route, set it up like this: %{code}" email_rich: description: "For both of the above methods, the follow format can be used:" fields_title: "The fields are:" diff --git a/config/locales/en.yml b/config/locales/en.yml index 3ef5187a..2d4799bc 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -427,22 +427,22 @@ en: configuration: "You may need to configure your %{site_yml} to tell the message gateway to look at the %{to_name} field or %{from_name} field to lookup Tracks' user from the email address in that field." one_user_configuration: "You can also send all email to a specific Tracks user. Configure mail_dispatch in site.yml to %{single_user_var_name} and pass the login of the user: %{code}" instructions: - 1: 'Go to %{preferences_link} and set your "%{sms_email_name}" and "%{sms_context_name}" for todos sent in via email (which could come from an SMS message)' - 2: In sendmail/qmail/postfix/whatever, set up an email address alias to pipe messages to %{command} - 3: Send an email to your newly configured address! + '1': 'Go to %{preferences_link} and set your "%{sms_email_name}" and "%{sms_context_name}" for todos sent in via email (which could come from an SMS message)' + '2': In sendmail/qmail/postfix/whatever, set up an email address alias to pipe messages to %{command} + '3': Send an email to your newly configured address! mailgun: description: If you want to email tasks to Tracks, but cannot run a mailserver on the same host, you could use the %{mailgun_link} support built in to Tracks. conditions: For this to work your Tracks server will need to be reachable from the internet, so that Mailgun can POST data to it. gateway_instructions: All the comments about the email format from the section above apply to the Mailgun handling, as the data is processed the same way instructions: - 1: Go to %{mailgun_link} and register for a free account. - 2: "Go to 'Routes' in the Mailgun control panel, and add a new route:" + '1': Go to %{mailgun_link} and register for a free account. + '2': "Go to 'Routes' in the Mailgun control panel, and add a new route:" 2a: "'Filter expression' should be set to 'catch_all()'" 2b: "'Action' should be 'forward(\"http://mytracksserver.domain.com/mailgun/mime\")'" - 3: 'Go to %{preferences_link} and enter your incoming Mailgun email address (e.g. tracks@user.mailgun.com) in the "%{sms_email_name}" box.' - 4: 'Select a default context for emails to be put in with "%{sms_context_name"' - 5: "Add your Mailgun API key (not the Public API key) to the Tracks 'site.yml'" - 6: "Update the mailmap in 'site.yml' to define which senders can send emails to which incoming addresses. For example, to send emails from your work and home email accounts to your tracks Mailgun route, set it up like this: %{code}" + '3': 'Go to %{preferences_link} and enter your incoming Mailgun email address (e.g. tracks@user.mailgun.com) in the "%{sms_email_name}" box.' + '4': 'Select a default context for emails to be put in with "%{sms_context_name"' + '5': "Add your Mailgun API key (not the Public API key) to the Tracks 'site.yml'" + '6': "Update the mailmap in 'site.yml' to define which senders can send emails to which incoming addresses. For example, to send emails from your work and home email accounts to your tracks Mailgun route, set it up like this: %{code}" email_rich: description: "For both of the above methods, the follow format can be used:" fields_title: "The fields are:" diff --git a/config/locales/nl.yml b/config/locales/nl.yml index f40cabcf..2ba6241f 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -378,22 +378,22 @@ nl: configuration: "Het kan nodig zijn om jouw %{site_yml} te configureren om de message gateway te laten kijken naar het %{to_name} veld of het %{from_name} veld om de Tracks-gebruiker op te zoeken met het emailadres uit dat veld." one_user_configuration: "Je kan ook alle email naar een specifieke Tracks gebruiker sturen. Stel mail_dispatch in site.yml in op %{single_user_var_name} en geeft de login van de gebruiker door: %{code}" instructions: - 1: 'Ga naar %{preferences_link} en stel in "%{sms_email_name}" en "%{sms_context_name}" voor acties die verzonden zijn via email (die bijv. komen via een SMS message)' - 2: In sendmail/qmail/postfix/whatever, stel een email address alias in om berichten door te sturen naar %{command} - 3: Verstuur een email naar het net geconfigureerde e-mail adres! + '1': 'Ga naar %{preferences_link} en stel in "%{sms_email_name}" en "%{sms_context_name}" voor acties die verzonden zijn via email (die bijv. komen via een SMS message)' + '2': In sendmail/qmail/postfix/whatever, stel een email address alias in om berichten door te sturen naar %{command} + '3': Verstuur een email naar het net geconfigureerde e-mail adres! mailgun: description: If you want to email tasks to Tracks, but cannot run a mailserver on the same host, you could use the %{mailgun_link} support built in to Tracks. conditions: For this to work your Tracks server will need to be reachable from the internet, so that Mailgun can POST data to it. gateway_instructions: All the comments about the email format from the section above apply to the Mailgun handling, as the data is processed the same way instructions: - 1: Go to %{mailgun_link} and register for a free account. - 2: "Go to 'Routes' in the Mailgun control panel, and add a new route:" + '1': Go to %{mailgun_link} and register for a free account. + '2': "Go to 'Routes' in the Mailgun control panel, and add a new route:" 2a: "'Filter expression' should be set to 'catch_all()'" 2b: "'Action' should be 'forward(\"http://mytracksserver.domain.com/mailgun/mime\")'" - 3: 'Go to %{preferences_link} and enter your incoming Mailgun email address (e.g. tracks@user.mailgun.com) in the "%{sms_email_name}" box.' - 4: 'Select a default context for emails to be put in with "%{sms_context_name"' - 5: "Add your Mailgun API key (not the Public API key) to the Tracks 'site.yml'" - 6: "Update the mailmap in 'site.yml' to define which senders can send emails to which incoming addresses. For example, to send emails from your work and home email accounts to your tracks Mailgun route, set it up like this: %{code}" + '3': 'Go to %{preferences_link} and enter your incoming Mailgun email address (e.g. tracks@user.mailgun.com) in the "%{sms_email_name}" box.' + '4': 'Select a default context for emails to be put in with "%{sms_context_name"' + '5': "Add your Mailgun API key (not the Public API key) to the Tracks 'site.yml'" + '6': "Update the mailmap in 'site.yml' to define which senders can send emails to which incoming addresses. For example, to send emails from your work and home email accounts to your tracks Mailgun route, set it up like this: %{code}" email_rich: description: "For both of the above methods, the follow format can be used:" fields_title: "The fields are:"