joeattardi / picmo

JavaScript emoji picker. Any app, any framework.
https://picmojs.com
MIT License
1.19k stars 117 forks source link

New Spanish Translations #285

Open GerardoTovar opened 1 year ago

GerardoTovar commented 1 year ago

Hi I am from Mexico (es-mx)

Using the documentation I translated the texts into my language In addition, I use the text that Google uses in its chat component Screenshot 2023-08-04 170237 It would be great if you could add the language.

const _default = {
    // Category names. If a translated category name is available in the category data, the values shown
    // here take precendence. If you want to use the category name provided by Emojibase, you can remove the category 
    // from the i18n bundle.
    'categories.activities': 'Actividades y Eventos',
    'categories.animals-nature': 'Animales y Naturaleza',
    'categories.custom': 'Emojis personalizados',
    'categories.flags': 'Banderas',
    'categories.food-drink': 'Alimentación y Bebidas',
    'categories.objects': 'Objetos',
    'categories.people-body': 'Personas',
    'categories.recents': 'Uso Frecuente',
    'categories.smileys-emotion': 'Emoticonos y Emociones',
    'categories.symbols': 'Simbolos',
    'categories.travel-places': 'Viajes y Lugares',

    // Shown if there is an error creating or accessing the local emoji database.
    'error.load': 'Error al cargar emojis',

    // Messages for the Recents category.
    'recents.clear': 'Borrar emojis recientes',
    'recents.none': 'Aún no has seleccionado ningún emoji.',

    // A retry button shown on the error view.
    'retry': 'Intentar otra vez',

    // Tooltip/title for the clear search button in the search field.
    'search.clear': 'Borrar búsqueda',

    // Shown when there is an error searching the emoji database.
    'search.error': 'Error al buscar emojis',

    // Shown when no emojis match the search query.
    'search.notFound': 'No se encontraron resultados',

    // Placeholder for the search field.
    'search': 'Buscar emojis...'
};
export default _default;