diff --git a/src/locales/ar.json b/src/locales/ar.json new file mode 100644 index 00000000..2fad4650 --- /dev/null +++ b/src/locales/ar.json @@ -0,0 +1,10 @@ +{ + "documentNavInfo": "مستند {{ currentFileNo }} من {{ allFilesCount }}", + "noRendererMessage": "لا يمكننا عرض هذا النوع من الملفات: {{ fileType }}", + "downloadButtonLabel": "تحميل الملف", + "brokenFile": "الملف تالف، يرجى التحقق منه على جهازك الخاص.", + "msgPluginRecipients": "المستلمين", + "msgPluginSender": "المرسل", + "pdfPluginLoading": "تحميل ...", + "pdfPluginPageNumber": "صفحة {{ currentPage }}/{{ allPagesCount }}" +}