Skip to content

Commit

Permalink
adds arabic common translations
Browse files Browse the repository at this point in the history
  • Loading branch information
scespinoza authored and davelandry committed Oct 17, 2023
1 parent eba93c3 commit 8589855
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
19 changes: 19 additions & 0 deletions src/locales/ar-SA.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
export default {
"and": "و",
"Back": "للخلف",
"Click to Expand": "انقر للتوسيع",
"Click to Hide": "اضغط للإخفاء",
"Click to Highlight": "اضغط للتحديد",
"Click to Show": "انقر للعرض",
"Click to Show All": "انقر لعرض الكل",
"Download": "تحميل",
"Loading Visualization": "جاري تحميل التصوير البياني",
"No Data Available": "لا تتوفر بيانات",
"Powered by D3plus": "مدعوم بواسطة D3plus",
"Share": "مشاركة",
"Shift+Click to Hide": "Shift+انقر للإخفاء",
"Shift+Click to Highlight": "Shift + للتحديد اضغط",
"Total": "المجموع",
"Values": "القيم"
};

4 changes: 3 additions & 1 deletion src/locales/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import esES from "./es-ES.js";
import ptBR from "./pt-BR.js";
import arSA from "./ar-SA.js";

export default {
"es-ES": esES,
"pt-BR": ptBR
"pt-BR": ptBR,
"ar-SA": arSA,
};

0 comments on commit 8589855

Please sign in to comment.