{
  "@@locale": "ar",
  "@@last_modified": "2026-01-01T00:00:00Z",
  "files": "{count, plural, zero{لا توجد ملفات} one{ملف واحد} two{ملفان} few{{count} ملفات} many{{count} ملفًا} other{{count} ملف}}",
  "@files": {
    "description": "Item count in the status bar",
    "placeholders": {
      "count": {
        "type": "int",
        "format": "decimalPattern"
      }
    }
  },
  "folders_selected": "{count, plural, zero{لم يتم تحديد أي مجلد} one{تم تحديد مجلد واحد} two{تم تحديد مجلدين} few{تم تحديد {count} مجلدات} many{تم تحديد {count} مجلدًا} other{تم تحديد {count} مجلد}}",
  "@folders_selected": {
    "description": "Selection summary",
    "placeholders": {
      "count": {
        "type": "int",
        "format": "decimalPattern"
      }
    }
  },
  "deleted_items": "{count, plural, zero{لم يتم حذف أي عنصر} one{تم حذف عنصر واحد} two{تم حذف عنصرين} few{تم حذف {count} عناصر} many{تم حذف {count} عنصرًا} other{تم حذف {count} عنصر}}",
  "@deleted_items": {
    "description": "Undo toast after a delete",
    "placeholders": {
      "count": {
        "type": "int",
        "format": "decimalPattern"
      }
    }
  },
  "cats": "{count, plural, zero{لا توجد قطط} one{قطة واحدة} two{قطتان} few{{count} قطط} many{{count} قطةً} other{{count} قطة}}",
  "@cats": {
    "description": "Demo string chosen to show Welsh consonant mutation",
    "placeholders": {
      "count": {
        "type": "int",
        "format": "decimalPattern"
      }
    }
  },
  "shared_by": "{sharerGender, select, female{{name} shared this} male{{name} shared this} other{{name} shared this}}",
  "@shared_by": {
    "description": "Gender-aware attribution line",
    "placeholders": {
      "sharerGender": {
        "type": "String"
      },
      "name": {
        "type": "String"
      }
    }
  },
  "quota_used": "{used} of {total} used, last synced {syncedAt}",
  "@quota_used": {
    "description": "Storage summary with locale-formatted numbers and a date",
    "placeholders": {
      "used": {
        "type": "int",
        "format": "compactLong"
      },
      "total": {
        "type": "int",
        "format": "compactLong"
      },
      "syncedAt": {
        "type": "DateTime",
        "format": "yMMMd",
        "isCustomDateFormat": "false"
      }
    }
  }
}
