diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-19 00:26:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-19 00:26:42 +0000 |
commit | 6883c52e9d3fed9d5f4a99d20c8370380d4228ab (patch) | |
tree | 343e5a61b0b55cd26e4aa36f72b9a71e294b0add /apps/contactsinteraction/l10n | |
parent | 281117a2fbc6bae33e5cc9612cf682af1a76ea63 (diff) | |
download | nextcloud-server-6883c52e9d3fed9d5f4a99d20c8370380d4228ab.tar.gz nextcloud-server-6883c52e9d3fed9d5f4a99d20c8370380d4228ab.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/contactsinteraction/l10n')
-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 |