From 0669ee9499472149f65d56c8c3a2ee62277af5fc Mon Sep 17 00:00:00 2001 From: Mohamad Tarbin Date: Fri, 14 Aug 2026 01:04:09 -0400 Subject: [PATCH] New translations common.json (Arabic) [ci skip] --- public/locales/ar/common.json | 39 ++++++++++++++++++++++++++++++----- 1 file changed, 34 insertions(+), 5 deletions(-) diff --git a/public/locales/ar/common.json b/public/locales/ar/common.json index ef4ad0a..cae00e2 100644 --- a/public/locales/ar/common.json +++ b/public/locales/ar/common.json @@ -29,7 +29,8 @@ "filters": "الفلاتر", "activities": "الأنشطة", "points": "النقاط", - "settings": "الإعدادات" + "settings": "الإعدادات", + "reportBug": "Report a Bug" }, "search": { "title": "بحث", @@ -64,11 +65,7 @@ "footer": { "navigate": "تنقل", "open": "فتح", - "results_zero": "لا توجد نتائج", "results_one": "نتيجة واحدة", - "results_two": "نتيجتان", - "results_few": "{{count}} نتائج", - "results_many": "{{count}} نتيجة", "results_other": "{{count}} نتيجة", "typeToSearch": "اكتب للبحث" } @@ -118,5 +115,37 @@ "subtitle": "We've filled in an issue with your notes and version details. Nothing has been sent yet — review it and post when you're ready.", "open": "Open the issue" } + }, + "done": "Done", + "clearAll": "Clear all", + "upload": { + "quotaTitle": "Storage Quota Exceeded", + "quotaMessage": "You have exceeded your quota for uploading files.", + "tooLargeTitle": "File Too Large", + "tooLargeMessage": "The file you are trying to upload is too large.", + "deniedTitle": "Permission Denied", + "deniedMessage": "You do not have permission to upload files." + }, + "getStarted": "Get Started!", + "imageLoadFailed": "Failed to load image.", + "typeHere": "Type in here…", + "summaryOfChores": "This is a summary of your chores", + "loadingOffline": "You are offline", + "loadingOfflineSub": "This not available while offline. Please check your internet connection and try again.", + "loadingSlow": "This is taking longer than usual. There might be an issue.", + "navigateBack": "Navigate Back", + "bottomNav": "Bottom Navigation", + "profile": "Profile", + "autocompletePlaceholder": "Type here...", + "errorScreen": { + "title": "Something went wrong", + "fallback": "An unexpected error occurred. Try reloading — it usually fixes it.", + "tryAgain": "Try again", + "home": "Home", + "login": "Login", + "hideDetails": "Hide error details", + "showDetails": "Show error details", + "copyToClipboard": "Copy to clipboard", + "copied": "Error details copied to clipboard" } }