chore: Update translations (#7728)

This commit is contained in:
Pranav Raj S
2023-08-15 13:47:38 -07:00
committed by GitHub
parent 37c0f1306c
commit 310c127693
747 changed files with 21494 additions and 5940 deletions

View File

@@ -36,23 +36,23 @@
}
},
"VIEW_FILTER": "Voir",
"SORT_TOOLTIP_LABEL": "Sort conversations",
"SORT_TOOLTIP_LABEL": "Trier les conversations",
"CHAT_SORT": {
"STATUS": "État",
"ORDER_BY": "Order by"
"ORDER_BY": "Trier par"
},
"CHAT_SORT_FILTER_ITEMS": {
"latest": {
"TEXT": "Last activity"
"TEXT": "Dernière activité"
},
"sort_on_created_at": {
"TEXT": "Créé le"
},
"sort_on_priority": {
"TEXT": "Priority"
"TEXT": "Priorité"
},
"sort_on_waiting_since": {
"TEXT": "Pending Response"
"TEXT": "En attente de réponse"
}
},
"ATTACHMENTS": {
@@ -76,20 +76,20 @@
}
},
"CHAT_SORT_BY_FILTER": {
"TITLE": "Sort conversation",
"DROPDOWN_TITLE": "Sort by",
"TITLE": "Trier la conversation",
"DROPDOWN_TITLE": "Trier par",
"ITEMS": {
"LATEST": {
"NAME": "Last activity at",
"LABEL": "Last activity"
"NAME": "Dernière activité à",
"LABEL": "Dernière activité"
},
"CREATED_AT": {
"NAME": "Créé le",
"LABEL": "Créé le"
},
"LAST_USER_MESSAGE_AT": {
"NAME": "Last user message at",
"LABEL": "Last message"
"NAME": "Dernier message utilisateur à",
"LABEL": "Dernier message"
}
}
},