diff --git a/l10n/ar.js b/l10n/ar.js index b4b1203f..33fa5705 100644 --- a/l10n/ar.js +++ b/l10n/ar.js @@ -6,8 +6,15 @@ OC.L10N.register( "Notifications" : "الإشعارات", "Profile" : "الملف الشخصي", "Local timeline" : "الخيط المحلي", + "Following" : "يتابِع", "Followers" : "المتابِعون", "Direct" : "مباشر", - "Hello" : "أهلا" + "Follow" : "تابع", + "posts" : "منشورات", + "followers" : "متابِعون", + "More actions" : "إجراءات أخرى", + "Hello" : "أهلا", + "Close" : "إغلاق", + "Continue" : "المتابعة" }, "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/l10n/ar.json b/l10n/ar.json index 9cc8986b..8cab5d1c 100644 --- a/l10n/ar.json +++ b/l10n/ar.json @@ -4,8 +4,15 @@ "Notifications" : "الإشعارات", "Profile" : "الملف الشخصي", "Local timeline" : "الخيط المحلي", + "Following" : "يتابِع", "Followers" : "المتابِعون", "Direct" : "مباشر", - "Hello" : "أهلا" + "Follow" : "تابع", + "posts" : "منشورات", + "followers" : "متابِعون", + "More actions" : "إجراءات أخرى", + "Hello" : "أهلا", + "Close" : "إغلاق", + "Continue" : "المتابعة" },"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 diff --git a/l10n/fr.js b/l10n/fr.js index ebd179ee..47979ac6 100644 --- a/l10n/fr.js +++ b/l10n/fr.js @@ -49,6 +49,7 @@ OC.L10N.register( "Posts from other people on this instance will show up here" : "Les messages d'autres personnes de cette instance apparaîtront ici", "No global posts found" : "Aucun message global trouvé", "Posts from federated instances will show up here" : "Les messages des instances fédérées apparaîtront ici", + "No liked posts found" : "Aucun message aimé trouvé", "No posts found for this tag" : "Aucun message trouvé avec cette étiquette", "Reply" : "Répondre", "Boost" : "Boost", diff --git a/l10n/fr.json b/l10n/fr.json index f0dadaab..221549fc 100644 --- a/l10n/fr.json +++ b/l10n/fr.json @@ -47,6 +47,7 @@ "Posts from other people on this instance will show up here" : "Les messages d'autres personnes de cette instance apparaîtront ici", "No global posts found" : "Aucun message global trouvé", "Posts from federated instances will show up here" : "Les messages des instances fédérées apparaîtront ici", + "No liked posts found" : "Aucun message aimé trouvé", "No posts found for this tag" : "Aucun message trouvé avec cette étiquette", "Reply" : "Répondre", "Boost" : "Boost",