mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Upgrade to RoR 7.0
This commit is contained in:
parent
7d9c5786be
commit
e77b83683a
13 changed files with 153 additions and 94 deletions
|
@ -472,7 +472,7 @@ de:
|
|||
)'"
|
||||
'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'"
|
||||
'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\
|
||||
|
|
|
@ -1268,7 +1268,7 @@ fi:
|
|||
tickler_items_due:
|
||||
one: Yksi muistilistan merkintä on nyt ajankohtainen – päivitä sivu nähdäksesi
|
||||
sen.
|
||||
other: '{%count} muistilistan merkintää on nyt ajankohtaisia – päivitä sivu
|
||||
other: '%{count} muistilistan merkintää on nyt ajankohtaisia – päivitä sivu
|
||||
nähdäksesi ne.'
|
||||
to_tickler: muistilistaan
|
||||
unable_to_add_dependency: Riippuvuuden lisääminen epäonnistui
|
||||
|
|
|
@ -921,7 +921,7 @@ fr:
|
|||
delete: Supprimer
|
||||
delete_action: Supprimer action
|
||||
delete_recurring_action_confirm: Êtes-vous sûr·e de vouloir supprimer l'action
|
||||
récurrente « % {description} » ?
|
||||
récurrente « %{description} » ?
|
||||
delete_recurring_action_title: Supprimer l'action récurrente
|
||||
deleted_success: Action supprimée avec succès.
|
||||
depends_on: Dépend de
|
||||
|
|
|
@ -424,7 +424,7 @@ nl:
|
|||
)'"
|
||||
'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'"
|
||||
'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
|
||||
|
|
|
@ -459,7 +459,7 @@ ru:
|
|||
интернета. Тогда Mailgun сможет отправлять на него данные.
|
||||
description: Если вы хотите отправлять письма в Tracks, но не можете запустить
|
||||
почтовый сервер на том же сервере, то можно использовать встроенную в Tracks
|
||||
поддержку {mailgun_link}.
|
||||
поддержку %{mailgun_link}.
|
||||
example_names:
|
||||
tag:
|
||||
'2': метка2
|
||||
|
|
|
@ -35,7 +35,7 @@ tr:
|
|||
etiketlerinizi ve notlarınızı içerir
|
||||
csv_notes_title: CSV dosyası (sadece notlar)
|
||||
xml_link_title: XML dosyası (sadece eylemler)
|
||||
yaml_description: ':{yaml}: Dışarı aktarmak için en iyisidir.'
|
||||
yaml_description: '%{yaml}: Dışarı aktarmak için en iyisidir.'
|
||||
download_link: İndirme bağlantısı
|
||||
yaml_link_title: YAML dosyası
|
||||
xml_description: '%{xml}: Veri aktarımı ve düzenleme için en iyisidir'
|
||||
|
@ -148,7 +148,7 @@ tr:
|
|||
other: Günler
|
||||
note:
|
||||
one: Not yok
|
||||
other: 1 not var
|
||||
other: '%{count} not var'
|
||||
actions_midsentence:
|
||||
one: eylem
|
||||
other: eylemler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue