diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-02-12 02:20:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-02-12 02:20:27 +0000 |
commit | a15066b84094ca7c2f5269296bc7f58e9ecc25e1 (patch) | |
tree | d6855f3502948c59c7bbab47db824336e554a67e /apps/contactsinteraction | |
parent | 1ddf59efc0256df0ec181fb54b017621b213044a (diff) | |
download | nextcloud-server-a15066b84094ca7c2f5269296bc7f58e9ecc25e1.tar.gz nextcloud-server-a15066b84094ca7c2f5269296bc7f58e9ecc25e1.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r-- | apps/contactsinteraction/l10n/ro.js | 9 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/ro.json | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/ro.js b/apps/contactsinteraction/l10n/ro.js new file mode 100644 index 00000000000..21c59eb5907 --- /dev/null +++ b/apps/contactsinteraction/l10n/ro.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "contactsinteraction", + { + "Recently contacted" : "Contactat recent", + "Contacts Interaction" : "Interacțiunea contactelor", + "Manages interaction between users and contacts" : "Gestionează interacțiunea dintre utilizatori și contacte", + "Collect data about user and contacts interactions and provide an address book for the data" : "Colectați date despre interacțiunile dintre utilizatori și contacte și furnizați o agendă pentru date" +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/contactsinteraction/l10n/ro.json b/apps/contactsinteraction/l10n/ro.json new file mode 100644 index 00000000000..4e18794a4a0 --- /dev/null +++ b/apps/contactsinteraction/l10n/ro.json @@ -0,0 +1,7 @@ +{ "translations": { + "Recently contacted" : "Contactat recent", + "Contacts Interaction" : "Interacțiunea contactelor", + "Manages interaction between users and contacts" : "Gestionează interacțiunea dintre utilizatori și contacte", + "Collect data about user and contacts interactions and provide an address book for the data" : "Colectați date despre interacțiunile dintre utilizatori și contacte și furnizați o agendă pentru date" +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +}
\ No newline at end of file |