0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-14 12:59:20 +00:00
nextcloud_server/apps/contactsinteraction/l10n/es_EC.js
Nextcloud bot 3bd17387a6
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-07-19 00:26:51 +00:00

9 lines
576 B
JavaScript

OC.L10N.register(
"contactsinteraction",
{
"Recently contacted" : "Recientemente contactado",
"Contacts Interaction" : "Interacción con contactos",
"Manages interaction between users and contacts" : "Administra la interacción entre usuarios y contactos.",
"Collect data about user and contacts interactions and provide an address book for the data" : "Recopila datos sobre la interacción entre usuarios y contactos, y proporciona una libreta de direcciones para los datos."
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");