diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-10-25 02:22:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-10-25 02:22:42 +0000 |
commit | 082d429c6e676d5a5609f690061467e60510a8cd (patch) | |
tree | f028ee6b120fc9da1d482905f1f312211584202c /apps/contactsinteraction | |
parent | b3001fd69e0915087815d5f04f929775d79ca46f (diff) | |
download | nextcloud-server-082d429c6e676d5a5609f690061467e60510a8cd.tar.gz nextcloud-server-082d429c6e676d5a5609f690061467e60510a8cd.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r-- | apps/contactsinteraction/l10n/bg.js | 9 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/bg.json | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/bg.js b/apps/contactsinteraction/l10n/bg.js new file mode 100644 index 00000000000..fdf9d7f854f --- /dev/null +++ b/apps/contactsinteraction/l10n/bg.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "contactsinteraction", + { + "Recently contacted" : "Наскоро влезли в контакт", + "Contacts Interaction" : " Взаимодействие на Контакти", + "Manages interaction between users and contacts" : "Управлява взаимодействието между потребители и контакти", + "Collect data about user and contacts interactions and provide an address book for the data" : "Събира данни за взаимодействията на потребители и контакти и предоставя адресна книга за данните " +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/contactsinteraction/l10n/bg.json b/apps/contactsinteraction/l10n/bg.json new file mode 100644 index 00000000000..ba2ea2c250c --- /dev/null +++ b/apps/contactsinteraction/l10n/bg.json @@ -0,0 +1,7 @@ +{ "translations": { + "Recently contacted" : "Наскоро влезли в контакт", + "Contacts Interaction" : " Взаимодействие на Контакти", + "Manages interaction between users and contacts" : "Управлява взаимодействието между потребители и контакти", + "Collect data about user and contacts interactions and provide an address book for the data" : "Събира данни за взаимодействията на потребители и контакти и предоставя адресна книга за данните " +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |