Files
leadchat/app/javascript/dashboard/i18n/locale/es/general.json
2024-08-16 14:06:32 +05:30

10 lines
220 B
JSON

{
"GENERAL": {
"SHOWING_RESULTS": "Mostrando {firstIndex}-{lastIndex} de {totalCount} elementos",
"PHONE_INPUT": {
"PLACEHOLDER": "Buscar",
"EMPTY_STATE": "No se encontraron resultados"
}
}
}