Files
leadchat/app/javascript/dashboard/i18n/locale/da/search.json
Chatwoot Bot 3dedfee350 chore: Update translations (#7033)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-05-06 15:10:50 +05:30

24 lines
708 B
JSON

{
"SEARCH": {
"TABS": {
"ALL": "Alle",
"CONTACTS": "Kontakter",
"CONVERSATIONS": "Samtaler",
"MESSAGES": "Beskeder"
},
"SECTION": {
"CONTACTS": "Kontakter",
"CONVERSATIONS": "Samtaler",
"MESSAGES": "Beskeder"
},
"EMPTY_STATE": "No %{item} found for query '%{query}'",
"EMPTY_STATE_FULL": "No results found for query '%{query}'",
"PLACEHOLDER_KEYBINDING": "/ to focus",
"INPUT_PLACEHOLDER": "Search messages, contacts or conversations",
"EMPTY_STATE_DEFAULT": "Search by conversation id, email, phone number, messages for better search results.",
"BOT_LABEL": "Bot",
"READ_MORE": "Read more",
"WROTE": "wrote:"
}
}