Fixed the plurals once again broken by Weblate as well as some typos in the integration docs

This commit is contained in:
Jyri-Petteri Paloposki 2021-01-11 01:25:38 +02:00
parent 3255e8fafa
commit aeafdc2ffc
2 changed files with 12 additions and 9 deletions

View file

@ -422,7 +422,7 @@ en:
cron_email_subject: Tracks actions due in the next 7 days cron_email_subject: Tracks actions due in the next 7 days
feeds_link_text: feeds provided by Tracks feeds_link_text: feeds provided by Tracks
message_gateway: message_gateway:
description: 'If Tracks is running on the same server as your mail server, you can use the integrated mail handler built into tracks. Steps to set it up:' description: 'If Tracks is running on the same server as your mail server, you can use the integrated mail handler built into Tracks. Steps to set it up:'
rich_api_tip: 'You can also use the Rich Todo API to send in tasks like "do laundry @ Home" or "Call Bill > project X". The subject of the message will fill description, context, and project, while the body will populate the tasks''s note.' rich_api_tip: 'You can also use the Rich Todo API to send in tasks like "do laundry @ Home" or "Call Bill > project X". The subject of the message will fill description, context, and project, while the body will populate the tasks''s note.'
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." 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}" 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}"
@ -440,9 +440,9 @@ en:
2a: "'Filter expression' should be set to 'catch_all()'" 2a: "'Filter expression' should be set to 'catch_all()'"
2b: "'Action' should be 'forward(\"http://mytracksserver.domain.com/mailgun/mime\")'" 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.' '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"' '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'" '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}" '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: email_rich:
description: "For both of the above methods, the follow format can be used:" description: "For both of the above methods, the follow format can be used:"
fields_title: "The fields are:" fields_title: "The fields are:"

View file

@ -130,8 +130,9 @@ fi:
none: Ei none: Ei
not_available_abbr: ei not_available_abbr: ei
note: note:
one: ei muistiinpanoja one: 1 muistiinpano
other: 1 muistiinpano other: "%{count} muistiinpanoa"
zero: ei muistiinpanoja
notes: Muistiinpanot notes: Muistiinpanot
numbered_step: Askel %{number} numbered_step: Askel %{number}
ok: Ok ok: Ok
@ -1329,10 +1330,12 @@ fi:
multi_page_html: Näytetään %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> yhteensä multi_page_html: Näytetään %{model} <b>%{from}&nbsp;-&nbsp;%{to}</b> yhteensä
<b>%{count}</b> tietueesta <b>%{count}</b> tietueesta
single_page: single_page:
one: '%{model} ei löytynyt' one: Näytetään 1 %{model}
other: Näytetään 1 %{model} other: Näytetään kaikki %{count} %{model}
zero: '%{model} ei löytynyt'
single_page_html: single_page_html:
one: '%{model} ei löytynyt' one: Näytetään <b>1</b> %{model}
other: Näytetään <b>1</b> %{model} other: Näytetään <b>kaikki&nbsp;%{count}</b> %{model}
zero: '%{model} ei löytynyt'
page_gap: "&hellip;" page_gap: "&hellip;"
previous_label: "&#8592; Edellinen" previous_label: "&#8592; Edellinen"