Translation Support Request - Task notifications

We are currently working on a task notification feature and would want to translate the notification content text. The text is used to highlight to the user what the task is about

The translation takes 3 parameters:

taskName: name of the task

contact: name of the contact

due: date when task is due(as seen under tasks page and translated under task.overdue and task.overdue.days)

android.notification.tasks.contentText = You have a {{taskName}} task for {{contact}} {{due}}

Checklist

  • Arabic
  • Bambara
  • English
  • Spanish
  • French
  • Hindi
  • Indonesian
  • Nepali
  • Swahili
  • Portuguese

cc @binod @Ben_Kiarie @jkuester
thanks!

2 Likes

Here’s the French translation:

android.notification.tasks.contentText = Vous avez une tâche {{taskName}} pour le contact {{contact}} {{due}}
2 Likes

cc @shreya @Loukman (in case you can tag someone who can help with Bambara)

Here is my proposed Nepali translation:

android.notification.tasks.contentText = {{contact}} को {{taskName}} कार्यको लागि {{due}}

This is assuming that the {{due}} here always shows due today (corresponding to the translation key task.overdue).

Examples:

  • राधा गुरुङ को सुत्केरी पुष्टी कार्यको लागि समय भइसक्यो
  • अजय श्रेष्ठ को खोप कार्यको लागि समय भइसक्यो

@yuv what do you think?

3 Likes

This is assuming that the {{due}} here always shows due today (corresponding to the translation key task.overdue ).

Yes this is true @binod and actually explains it better i should update the post i guess
Thanks!

2 Likes

Hindi translation but would appreciate another eye!

android.notification.tasks.contentText = {{contact}} के लिए एक {{taskName}} कार्य निर्धारित है {{due}} 
2 Likes

Spanish translation:

android.notification.tasks.contentText = Tienes una tarea {{taskName}} para el contacto  {{contact}} {{due}}
2 Likes

Bambara traduction
android.notification.tasks.contentText = Kèta mini bi i bolo {{taskName}} kouma yongôyala {{contact}} {{due}}

2 Likes

We’ve recently added Portuguese translations to the CHT. Here’s the translation:

android.notification.tasks.contentText = Você tem uma tarefa {{taskName}} para o contato {{contact}} {{due}} 
2 Likes

Swahili translation:

android.notification.tasks.contentText = Una kazi ya {{taskName}} kwa ajili ya {{contact}} {{due}}

1 Like