loading.js 166 B

12345678
  1. define(
  2. "dijit/nls/ar/loading", //begin v1.x content
  3. ({
  4. loadingState: "جاري التحميل...",
  5. errorState: "عفوا، حدث خطأ"
  6. })
  7. //end v1.x content
  8. );