Files
leadchat/app/javascript/dashboard/i18n/locale/ca/chatlist.json
Chatwoot Bot 54bf33083e chore: Update translations (#7372)
Co-authored-by: Sojan Jose <sojan@pepalo.com>
2023-06-23 16:01:14 +05:30

110 lines
2.7 KiB
JSON

{
"CHAT_LIST": {
"LOADING": "S'estan obtenint converses",
"LOAD_MORE_CONVERSATIONS": "Carrega més converses",
"EOF": "Totes les converses carregades 🎉",
"LIST": {
"404": "No hi ha converses actives en aquest grup."
},
"TAB_HEADING": "Converses",
"MENTION_HEADING": "Mencions",
"UNATTENDED_HEADING": "Unattended",
"SEARCH": {
"INPUT": "Cerca persones, xats, respostes desades .."
},
"FILTER_ALL": "Totes",
"ASSIGNEE_TYPE_TABS": {
"me": "Meves",
"unassigned": "Sense assignar",
"all": "Totes"
},
"CHAT_STATUS_FILTER_ITEMS": {
"open": {
"TEXT": "Obrir"
},
"resolved": {
"TEXT": "Resoltes"
},
"pending": {
"TEXT": "Pendent"
},
"snoozed": {
"TEXT": "Posposat"
},
"all": {
"TEXT": "Totes"
}
},
"VIEW_FILTER": "Veure",
"SORT_TOOLTIP_LABEL": "Sort conversations",
"CHAT_SORT": {
"STATUS": "Estat",
"ORDER_BY": "Order by"
},
"CHAT_SORT_FILTER_ITEMS": {
"latest": {
"TEXT": "Last activity"
},
"sort_on_created_at": {
"TEXT": "Created at"
},
"sort_on_priority": {
"TEXT": "Priority"
},
"sort_on_waiting_since": {
"TEXT": "Pending Response"
}
},
"ATTACHMENTS": {
"image": {
"CONTENT": "Missatge d'imatge"
},
"audio": {
"CONTENT": "Missatge d'àudio"
},
"video": {
"CONTENT": "Missatge de vídeo"
},
"file": {
"CONTENT": "Fitxer adjunt"
},
"location": {
"CONTENT": "Ubicació"
},
"fallback": {
"CONTENT": "ha compartit una URL"
}
},
"CHAT_SORT_BY_FILTER": {
"TITLE": "Sort conversation",
"DROPDOWN_TITLE": "Sort by",
"ITEMS": {
"LATEST": {
"NAME": "Last activity at",
"LABEL": "Last activity"
},
"CREATED_AT": {
"NAME": "Created at",
"LABEL": "Created at"
},
"LAST_USER_MESSAGE_AT": {
"NAME": "Last user message at",
"LABEL": "Last message"
}
}
},
"RECEIVED_VIA_EMAIL": "Rebut per correu electrònic",
"VIEW_TWEET_IN_TWITTER": "Veure el tuit a Twitter",
"REPLY_TO_TWEET": "Respon a aquest tuit",
"LINK_TO_STORY": "Ves a la història d'instagram",
"SENT": "Enviat correctament",
"READ": "Read successfully",
"DELIVERED": "Delivered successfully",
"NO_MESSAGES": "Cap Missatge",
"NO_CONTENT": "No hi ha contingut disponible",
"HIDE_QUOTED_TEXT": "Amaga text entre cometes",
"SHOW_QUOTED_TEXT": "Mostra text entre cometes",
"MESSAGE_READ": "Llegir"
}
}