fa-IR.js 176 B

1234567891011
  1. const e = {
  2. sheetThreadComment: {
  3. menu: {
  4. addComment: "افزودن نظر",
  5. commentManagement: "مدیریت نظر"
  6. }
  7. }
  8. };
  9. export {
  10. e as default
  11. };