-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
eba93c3
commit 8589855
Showing
2 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "القيم" | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}; |