chore: Update translations
Co-authored-by: Sojan Jose <sojan@pepalo.com>
This commit is contained in:
@@ -426,6 +426,12 @@
|
||||
"UNATTENDED": "Unattended",
|
||||
"UNASSIGNED": "Osoittamaton"
|
||||
},
|
||||
"CONVERSATION_HEATMAP": {
|
||||
"HEADER": "Conversation Traffic",
|
||||
"NO_CONVERSATIONS": "No conversations",
|
||||
"CONVERSATION": "%{count} conversation",
|
||||
"CONVERSATIONS": "%{count} conversations"
|
||||
},
|
||||
"AGENT_CONVERSATIONS": {
|
||||
"HEADER": "Conversations by agents",
|
||||
"LOADING_MESSAGE": "Loading agent metrics...",
|
||||
@@ -443,5 +449,14 @@
|
||||
"BUSY": "Kiireinen",
|
||||
"OFFLINE": "Poissa"
|
||||
}
|
||||
},
|
||||
"DAYS_OF_WEEK": {
|
||||
"SUNDAY": "Sunday",
|
||||
"MONDAY": "Monday",
|
||||
"TUESDAY": "Tuesday",
|
||||
"WEDNESDAY": "Wednesday",
|
||||
"THURSDAY": "Thursday",
|
||||
"FRIDAY": "Friday",
|
||||
"SATURDAY": "Saturday"
|
||||
}
|
||||
}
|
||||
|
||||
22
app/javascript/dashboard/i18n/locale/fi/search.json
Normal file
22
app/javascript/dashboard/i18n/locale/fi/search.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"SEARCH": {
|
||||
"TABS": {
|
||||
"ALL": "Kaikki",
|
||||
"CONTACTS": "Yhteystiedot",
|
||||
"CONVERSATIONS": "Keskustelut",
|
||||
"MESSAGES": "Messages"
|
||||
},
|
||||
"SECTION": {
|
||||
"CONTACTS": "Yhteystiedot",
|
||||
"CONVERSATIONS": "Keskustelut",
|
||||
"MESSAGES": "Messages"
|
||||
},
|
||||
"EMPTY_STATE": "No %{item} found for query '%{query}'",
|
||||
"EMPTY_STATE_FULL": "No results found for query '%{query}'",
|
||||
"PLACEHOLDER_KEYBINDING": "/ to focus",
|
||||
"INPUT_PLACEHOLDER": "Search message content, contact name, email or phone or conversations",
|
||||
"BOT_LABEL": "Botti",
|
||||
"READ_MORE": "Read more",
|
||||
"WROTE": "wrote:"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user