diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-10-25 02:22:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-10-25 02:22:23 +0000 |
commit | dc9b05256c5c23680ae28ad3fd312c33e296ee00 (patch) | |
tree | 01c4f26c8430d4ea84945eab1e51899829dd6963 /apps/contactsinteraction | |
parent | 7629bc83d8f020b2d35f52efbd9b450d9f8fabe6 (diff) | |
download | nextcloud-server-dc9b05256c5c23680ae28ad3fd312c33e296ee00.tar.gz nextcloud-server-dc9b05256c5c23680ae28ad3fd312c33e296ee00.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 |