Translated using Weblate (Arabic)

Currently translated at 100.0% (573 of 573 strings)

Translation: FluffyChat/Translations
Translate-URL: https://hosted.weblate.org/projects/fluffychat/translations/ar/
This commit is contained in:
Rex_sa 2024-01-02 17:27:06 +00:00 committed by Hosted Weblate
parent 38b4a47aa8
commit 4705fcf376
No known key found for this signature in database
GPG key ID: A3FAAA06E6569B4C

View file

@ -2485,5 +2485,31 @@
"joinSpace": "انضم إلى المساحة",
"@joinSpace": {},
"searchForUsers": "ابحث عن @users...",
"@searchForUsers": {}
"@searchForUsers": {},
"databaseBuildErrorBody": "غير قادر على بناء قاعدة بيانات SQlite. يحاول التطبيق استخدام قاعدة بيانات قديمة في الوقت الحالي. الرجاء الإبلاغ عن هذا الخطأ للمطورين على {url}. رسالة الخطأ هي: {error}",
"@databaseBuildErrorBody": {
"type": "text",
"placeholders": {
"url": {},
"error": {}
}
},
"initAppError": "حدث خطأ بداخل التطبيق",
"@initAppError": {},
"sessionLostBody": "جلستك مفقودة يرجى إبلاغ المطورين بهذا الخطأ في {url}. رسالة الخطأ هي: {error}",
"@sessionLostBody": {
"type": "text",
"placeholders": {
"url": {},
"error": {}
}
},
"restoreSessionBody": "يحاول التطبيق الآن استعادة جلستك من النسخة الاحتياطية. الرجاء الإبلاغ عن هذا الخطأ للمطورين على {url}. رسالة الخطأ هي:{error}",
"@restoreSessionBody": {
"type": "text",
"placeholders": {
"url": {},
"error": {}
}
}
}