diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-26 00:23:38 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-26 00:23:38 +0000 |
commit | 371aa1bc5d1c5a5be55ac8e9e812817a68a0cc23 (patch) | |
tree | c0f68000e31d4d8958dbf340524064c2d474dc8a /apps/contactsinteraction | |
parent | 28e0ccfed906525183306ff3d38b67075d688773 (diff) | |
download | nextcloud-server-371aa1bc5d1c5a5be55ac8e9e812817a68a0cc23.tar.gz nextcloud-server-371aa1bc5d1c5a5be55ac8e9e812817a68a0cc23.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/contactsinteraction')
-rw-r--r-- | apps/contactsinteraction/l10n/is.js | 9 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/is.json | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/is.js b/apps/contactsinteraction/l10n/is.js new file mode 100644 index 00000000000..1a88058cea0 --- /dev/null +++ b/apps/contactsinteraction/l10n/is.js @@ -0,0 +1,9 @@ +OC.L10N.register( + "contactsinteraction", + { + "Recently contacted" : "Nýlega haft samband við", + "Contacts Interaction" : "Gagnvirkni tengiliða", + "Manages interaction between users and contacts" : "Sýslar með gagnvirkni milli notenda og tengiliða", + "Collect data about user and contacts interactions and provide an address book for the data" : "Safnaðu gögnum um samskipti milli notenda og tengiliða og gefðu upp nafnaskrá fyrir gögnin" +}, +"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/contactsinteraction/l10n/is.json b/apps/contactsinteraction/l10n/is.json new file mode 100644 index 00000000000..96efbaa131d --- /dev/null +++ b/apps/contactsinteraction/l10n/is.json @@ -0,0 +1,7 @@ +{ "translations": { + "Recently contacted" : "Nýlega haft samband við", + "Contacts Interaction" : "Gagnvirkni tengiliða", + "Manages interaction between users and contacts" : "Sýslar með gagnvirkni milli notenda og tengiliða", + "Collect data about user and contacts interactions and provide an address book for the data" : "Safnaðu gögnum um samskipti milli notenda og tengiliða og gefðu upp nafnaskrá fyrir gögnin" +},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" +}
\ No newline at end of file |