diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-02-12 02:20:18 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-02-12 02:20:18 +0000 |
commit | 361f160d0daa4c3baf84c801118c0d85886aa6d9 (patch) | |
tree | 73e829cc5eee72ca60abca670f823e2eea1ded6a /apps/contactsinteraction/l10n | |
parent | f124cb0ef11fa15f21217552bedc6dd4a8ff9b5d (diff) | |
download | nextcloud-server-361f160d0daa4c3baf84c801118c0d85886aa6d9.tar.gz nextcloud-server-361f160d0daa4c3baf84c801118c0d85886aa6d9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/contactsinteraction/l10n')
-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 |