chore: Update translations (#7347)

Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
Chatwoot Bot
2023-06-19 04:57:43 -07:00
committed by GitHub
parent 5e807c5875
commit c410fe333a
731 changed files with 9300 additions and 4318 deletions

View File

@@ -36,17 +36,20 @@
}
},
"VIEW_FILTER": "Aussicht",
"SORT_TOOLTIP_LABEL": "Sort conversations",
"SORT_TOOLTIP_LABEL": "Konversationen sortieren",
"CHAT_SORT": {
"STATUS": "Status",
"ORDER_BY": "Order by"
"ORDER_BY": "Sortieren nach"
},
"CHAT_SORT_FILTER_ITEMS": {
"latest": {
"TEXT": "Last activity"
"TEXT": "Letzte Aktivität"
},
"sort_on_created_at": {
"TEXT": "Erstellt am"
},
"sort_on_priority": {
"TEXT": "Priorität"
}
},
"ATTACHMENTS": {
@@ -70,20 +73,20 @@
}
},
"CHAT_SORT_BY_FILTER": {
"TITLE": "Sort conversation",
"TITLE": "Konversationen sortieren",
"DROPDOWN_TITLE": "Sortieren nach",
"ITEMS": {
"LATEST": {
"NAME": "Last activity at",
"LABEL": "Last activity"
"NAME": "Letzte Aktivität am",
"LABEL": "Letzte Aktivität"
},
"CREATED_AT": {
"NAME": "Erstellt am",
"LABEL": "Erstellt am"
},
"LAST_USER_MESSAGE_AT": {
"NAME": "Last user message at",
"LABEL": "Last message"
"NAME": "Letzte Benutzernachricht am",
"LABEL": "Letzte Nachricht"
}
}
},