diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-06-17 00:18:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-06-17 00:18:12 +0000 |
commit | 05244c2e035d528cacf49f3c3e8e6492d0bf9131 (patch) | |
tree | b63bf5c24e1487034772524d035e04addbdf2b69 /apps/contactsinteraction | |
parent | 8e674a449b0eea08d435b8bc84a0b2bb8a9df74b (diff) | |
download | nextcloud-server-05244c2e035d528cacf49f3c3e8e6492d0bf9131.tar.gz nextcloud-server-05244c2e035d528cacf49f3c3e8e6492d0bf9131.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/ar.js | 9 | ||||
-rw-r--r-- | apps/contactsinteraction/l10n/ar.json | 7 |
2 files changed, 16 insertions, 0 deletions
diff --git a/apps/contactsinteraction/l10n/ar.js b/apps/contactsinteraction/l10n/ar.js new file mode 100644 index 00000000000..95816ebf6d2 --- /dev/null +++ b/apps/contactsinteraction/l10n/ar.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=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;"); diff --git a/apps/contactsinteraction/l10n/ar.json b/apps/contactsinteraction/l10n/ar.json new file mode 100644 index 00000000000..c7bf7d81ac4 --- /dev/null +++ b/apps/contactsinteraction/l10n/ar.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=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;" +}
\ No newline at end of file |