diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-19 00:26:31 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-19 00:26:31 +0000 |
commit | 46d80b4f706b750e3535814a17ba3caefbde1b98 (patch) | |
tree | 0f94f531c1c58990739e39cf0bbce235e9cd51bd /apps/contactsinteraction | |
parent | d3393af978aa259116ad40c12499062cda80a330 (diff) | |
download | nextcloud-server-46d80b4f706b750e3535814a17ba3caefbde1b98.tar.gz nextcloud-server-46d80b4f706b750e3535814a17ba3caefbde1b98.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r-- | apps/contactsinteraction/l10n/es_EC.js | 9 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/es_EC.json | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/es_EC.js b/apps/contactsinteraction/l10n/es_EC.js new file mode 100644 index 00000000000..7cfd840ea32 --- /dev/null +++ b/apps/contactsinteraction/l10n/es_EC.js @@ -0,0 +1,9 @@ +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;"); diff --git a/apps/contactsinteraction/l10n/es_EC.json b/apps/contactsinteraction/l10n/es_EC.json new file mode 100644 index 00000000000..e6765fd9b4b --- /dev/null +++ b/apps/contactsinteraction/l10n/es_EC.json @@ -0,0 +1,7 @@ +{ "translations": { + "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." +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +}
\ No newline at end of file |