diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-26 00:23:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-26 00:23:47 +0000 |
commit | 5b2ae14e75fa89edaf70ea46c6152391dc951a38 (patch) | |
tree | 40df2ccdcd7b69fe7c1a16cb29a5b2b57676688b /apps/contactsinteraction | |
parent | 38714a2a07fa7d52895bd31b50902d9cb2d92077 (diff) | |
download | nextcloud-server-5b2ae14e75fa89edaf70ea46c6152391dc951a38.tar.gz nextcloud-server-5b2ae14e75fa89edaf70ea46c6152391dc951a38.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 |