diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-11-23 02:25:56 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-11-23 02:25:56 +0000 |
commit | 129de6079e53e0ac9dbf9d7c25ec1670ae0ff572 (patch) | |
tree | cdeee5ffe7e8056f0f36be9132bd19b440e15eb9 /apps/contactsinteraction | |
parent | 7182a524523af99710514372cc3101cf214eb17d (diff) | |
download | nextcloud-server-129de6079e53e0ac9dbf9d7c25ec1670ae0ff572.tar.gz nextcloud-server-129de6079e53e0ac9dbf9d7c25ec1670ae0ff572.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/sv.js | 9 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/sv.json | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/sv.js b/apps/contactsinteraction/l10n/sv.js new file mode 100644 index 00000000000..ec81515548d --- /dev/null +++ b/apps/contactsinteraction/l10n/sv.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "contactsinteraction", + { + "Recently contacted" : "Nyligen kontaktade", + "Contacts Interaction" : "Kontaktinteraktion", + "Manages interaction between users and contacts" : "Hanterar interaktioner mellan användare och kontakter", + "Collect data about user and contacts interactions and provide an address book for the data" : "Samla data om användares interaktioner med kontakter och tillhandahåll en adressbok för datan" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/contactsinteraction/l10n/sv.json b/apps/contactsinteraction/l10n/sv.json new file mode 100644 index 00000000000..b67075060e8 --- /dev/null +++ b/apps/contactsinteraction/l10n/sv.json @@ -0,0 +1,7 @@ +{ "translations": { + "Recently contacted" : "Nyligen kontaktade", + "Contacts Interaction" : "Kontaktinteraktion", + "Manages interaction between users and contacts" : "Hanterar interaktioner mellan användare och kontakter", + "Collect data about user and contacts interactions and provide an address book for the data" : "Samla data om användares interaktioner med kontakter och tillhandahåll en adressbok för datan" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |